ise_openapi_repo_create
Create a new repository in Cisco ISE. Provide the repository data as a JSON body and optionally specify the target deployment.
Instructions
[Repository] Create a new repository (POST /api/v1/repository)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | JSON request body. | |
| deployment | No | Target ISE deployment: name ('RADIUS Only'), slug ('radius-only'), or number ('1' or 'Deployment 1'). Omit to use the only/default deployment. Call ise_list_deployments to see the choices. |