Change Management REST Endpoints
Change Management
The operations from the Change Management category.
- Activate service on the appliance
- Method: postPath:
http://<SDWAN_TENANT_IP>/restapi/change_management/activate
- Cancel staging operation and return to change preparation state
- Method: postPath:
http://<SDWAN_TENANT_IP>/restapi/change_management/cancel_staging
- Clear out the change preparation area
- Method: postPath:
http://<SDWAN_TENANT_IP>/restapi/change_management/clear_network_staging
- Clear out the contents of the change management inbox
- Method: postPath:
http://<SDWAN_TENANT_IP>/restapi/change_management/clear_inbox
- Get current change management status
- Method: getPath:
http://<SDWAN_TENANT_IP>/restapi/change_management/get_status
- Ignore incomplete staging file transfers to remote appliances
- Method: postPath:
http://<SDWAN_TENANT_IP>/restapi/change_management/ignore_incomplete
- Migrate current configuration into the inbox to be used in change management
- Method: postPath:
http://<SDWAN_TENANT_IP>/restapi/change_management/migrate_running_cfg_to_inbox
- Prepare to stage contents of inbox used in change management
- Method: postPath:
http://<SDWAN_TENANT_IP>/restapi/change_management/prepare_to_stage
- Retrieve a software or configuration package
- Method: postPath:
http://<SDWAN_TENANT_IP>/restapi/change_management/get_package_file
- Stage contents of inbox used in change management
- Method: postPath:
http://<SDWAN_TENANT_IP>/restapi/change_management/stage
- Upload a registry package to the appliance
- Method: postPath:
http://<SDWAN_TENANT_IP>/restapi/change_management/upload_file_to_inbox
- Verify and validate contents of inbox
- Method: postPath:
http://<SDWAN_TENANT_IP>/restapi/change_management/verify_inbox