{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector DomainTopics API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "DomainTopics", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get A Domain Topic", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.EventGrid/domains/:domainName/topics/:domainTopicName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group within the user's subscription." }, { "name": "domainName", "value": "", "type": "path", "description": "Name of the domain." }, { "name": "domainTopicName", "value": "", "type": "path", "description": "Name of the topic." }, { "name": "api-version", "value": "", "type": "query", "description": "Version of the API to be used with the client request." } ] }, "docs": "Get properties of a domain topic." }, { "info": { "name": "Microsoft Azure Create Or Update A Domain Topic", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.EventGrid/domains/:domainName/topics/:domainTopicName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group within the user's subscription." }, { "name": "domainName", "value": "", "type": "path", "description": "Name of the domain." }, { "name": "domainTopicName", "value": "", "type": "path", "description": "Name of the domain topic." }, { "name": "api-version", "value": "", "type": "query", "description": "Version of the API to be used with the client request." } ] }, "docs": "Asynchronously creates or updates a new domain topic with the specified parameters." }, { "info": { "name": "Microsoft Azure Delete A Domain Topic", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.EventGrid/domains/:domainName/topics/:domainTopicName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group within the user's subscription." }, { "name": "domainName", "value": "", "type": "path", "description": "Name of the domain." }, { "name": "domainTopicName", "value": "", "type": "path", "description": "Name of the domain topic." }, { "name": "api-version", "value": "", "type": "query", "description": "Version of the API to be used with the client request." } ] }, "docs": "Delete existing domain topic." }, { "info": { "name": "Microsoft Azure List Domain Topics", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.EventGrid/domains/:domainName/topics", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group within the user's subscription." }, { "name": "domainName", "value": "", "type": "path", "description": "Domain name." }, { "name": "api-version", "value": "", "type": "query", "description": "Version of the API to be used with the client request." }, { "name": "$filter", "value": "", "type": "query", "description": "The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'." }, { "name": "$top", "value": "", "type": "query", "description": "The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page." } ] }, "docs": "List all the topics in a domain." } ] } ], "bundled": true }