ise_ers_create
Create a new Cisco ISE ERS object by submitting a JSON payload that conforms to the resource schema. For correct formatting, first retrieve an example of an existing object.
Instructions
Create a new ERS object. Provide the JSON payload matching the resource schema (use ise_ers_get to see an example first).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Full JSON object for the new resource. | |
| resource | Yes | ERS resource name. Use ise_ers_resources to see all with their supported operations. | |
| 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. |