{ "opencollection": "1.0.0", "info": { "name": "Cisco Expressway Configuration Admin Account DNS API", "version": "14.2.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "DNS", "type": "folder" }, "items": [ { "info": { "name": "Cisco Expressway List all configured DNS servers", "type": "http" }, "http": { "method": "GET", "url": "https://{host}/api/v1/provisioning/common/dns/dnsserver" }, "docs": "Retrieves the list of all DNS servers configured on the Expressway. Supports filtering by name or address using query path segments such as /dnsserver/address/{address}." }, { "info": { "name": "Cisco Expressway Add a new DNS server", "type": "http" }, "http": { "method": "POST", "url": "https://{host}/api/v1/provisioning/common/dns/dnsserver", "body": { "type": "json", "data": "{}" } }, "docs": "Adds a new DNS server entry to the Expressway configuration. The Expressway supports up to five DNS server addresses." }, { "info": { "name": "Cisco Expressway Modify a DNS server entry", "type": "http" }, "http": { "method": "PUT", "url": "https://{host}/api/v1/provisioning/common/dns/dnsserver", "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing DNS server configuration on the Expressway. The target server is identified by its current address or index." }, { "info": { "name": "Cisco Expressway Delete a DNS server entry", "type": "http" }, "http": { "method": "DELETE", "url": "https://{host}/api/v1/provisioning/common/dns/dnsserver" }, "docs": "Removes a DNS server from the Expressway configuration. The target server is identified by its address or index in the configuration." } ] } ], "bundled": true }