{ "opencollection": "1.0.0", "info": { "name": "Cisco Voice Portal Administration Application Configuration Deployment API", "version": "12.6.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Deployment", "type": "folder" }, "items": [ { "info": { "name": "Cisco Voice Portal Deploy Configuration to Devices", "type": "http" }, "http": { "method": "POST", "url": "https://{oamp-server}:9443/oamp/rest/deployment", "body": { "type": "json", "data": "{}" } }, "docs": "Pushes the current OAMP configuration to specified devices or all managed devices. This synchronizes the centrally managed configuration with the actual device configurations." }, { "info": { "name": "Cisco Voice Portal Get Deployment Operation Status", "type": "http" }, "http": { "method": "GET", "url": "https://{oamp-server}:9443/oamp/rest/deployment/:operationId", "params": [ { "name": "operationId", "value": "", "type": "path" } ] }, "docs": "Retrieves the status of an ongoing or completed deployment operation." } ] } ], "bundled": true }