ise_openapi_backup_create
Creates an immediate configuration database backup in Cisco ISE by specifying a backup name, repository, and encryption key, returning a task ID to monitor progress via the Task Service status API.
Instructions
[Backup & Restore] Take the config DB backup now by providing the name of the backup,repository name and encryption key. The API returns the task ID. Use the Task Service status API to get the status of the backup job (POST /api/v1/backup-restore/config/backup)
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. |