ise_openapi_radius_policy_set_update
Update an existing RADIUS network access policy set in Cisco ISE by providing its ID and updated configuration data via the PUT API, targeting a specific deployment when needed.
Instructions
[Policy: Network Access] Network Access - Update a policy set. (PUT /api/v1/policy/network-access/policy-set/{id})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Path parameter 'id'. | |
| 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. |