{ "opencollection": "1.0.0", "info": { "name": "Cisco Voice Portal Administration Application Configuration SIP Configuration API", "version": "12.6.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "SIP Configuration", "type": "folder" }, "items": [ { "info": { "name": "Cisco Voice Portal List Sip Server Groups", "type": "http" }, "http": { "method": "GET", "url": "https://{oamp-server}:9443/oamp/rest/sipserver" }, "docs": "Retrieves the configured SIP server groups used for call routing. Server groups define clusters of SIP endpoints (such as CUCM, SBCs, or gateways) that the CVP Call Server communicates with." }, { "info": { "name": "Cisco Voice Portal Create a Sip Server Group", "type": "http" }, "http": { "method": "POST", "url": "https://{oamp-server}:9443/oamp/rest/sipserver", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new SIP server group for call routing purposes. Server groups allow load balancing and failover across multiple SIP endpoints." } ] } ], "bundled": true }