{ "opencollection": "1.0.0", "info": { "name": "Cisco Voice Portal Administration Application Configuration VXML Server Management API", "version": "12.6.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "VXML Server Management", "type": "folder" }, "items": [ { "info": { "name": "Cisco Voice Portal List All Vxml Servers", "type": "http" }, "http": { "method": "GET", "url": "https://{oamp-server}:9443/oamp/rest/vxmlserver" }, "docs": "Retrieves a list of all CVP VXML Servers. VXML Servers host and execute VoiceXML applications that provide interactive voice response (IVR) functionality." }, { "info": { "name": "Cisco Voice Portal Get Vxml Server Configuration", "type": "http" }, "http": { "method": "GET", "url": "https://{oamp-server}:9443/oamp/rest/vxmlserver/:serverId/config", "params": [ { "name": "serverId", "value": "", "type": "path", "description": "Server identifier" } ] }, "docs": "Retrieves the configuration of a specific VXML Server, including application settings, thread pool configuration, and VXML browser settings." }, { "info": { "name": "Cisco Voice Portal Update Vxml Server Configuration", "type": "http" }, "http": { "method": "PUT", "url": "https://{oamp-server}:9443/oamp/rest/vxmlserver/:serverId/config", "params": [ { "name": "serverId", "value": "", "type": "path", "description": "Server identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the configuration of a specific VXML Server. Application deployment changes take effect immediately; server configuration changes may require a restart." } ] } ], "bundled": true }