{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Domain API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Domain", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get Domains Domainname", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/domains/:domainName", "params": [ { "name": "domainName", "value": "", "type": "path" }, { "name": "api-version", "value": "", "type": "query", "description": "The api version to use." } ] }, "docs": "Get a domain" }, { "info": { "name": "Microsoft Azure Get Domains", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/domains", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The api version to use." }, { "name": "$skipToken", "value": "", "type": "query" } ] }, "docs": "List the domains in the account." }, { "info": { "name": "Microsoft Azure Get Tenantid Domains", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/:tenantID/domains", "params": [ { "name": "$filter", "value": "", "type": "query", "description": "The filter to apply to the operation." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version." }, { "name": "tenantID", "value": "", "type": "path", "description": "The tenant ID." } ] }, "docs": "Gets a list of domains for the current tenant." }, { "info": { "name": "Microsoft Azure Get Tenantid Domains Domainname", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/:tenantID/domains/:domainName", "params": [ { "name": "domainName", "value": "", "type": "path", "description": "name of the domain." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version." }, { "name": "tenantID", "value": "", "type": "path", "description": "The tenant ID." } ] }, "docs": "Gets a specific domain in the current tenant." } ] } ], "bundled": true }