{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector PartnerTopics API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "PartnerTopics", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get A Partner Topic", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.EventGrid/partnerTopics/:partnerTopicName", "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": "partnerTopicName", "value": "", "type": "path", "description": "Name of the partner topic." }, { "name": "api-version", "value": "", "type": "query", "description": "Version of the API to be used with the client request." } ] }, "docs": "Get properties of a partner topic." }, { "info": { "name": "Microsoft Azure Create A Partner Topic", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.EventGrid/partnerTopics/:partnerTopicName", "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": "partnerTopicName", "value": "", "type": "path", "description": "Name of the partner topic." }, { "name": "api-version", "value": "", "type": "query", "description": "Version of the API to be used with the client request." } ] }, "docs": "Asynchronously creates a new partner topic with the specified parameters." }, { "info": { "name": "Microsoft Azure Update A Partner Topic", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.EventGrid/partnerTopics/:partnerTopicName", "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": "partnerTopicName", "value": "", "type": "path", "description": "Name of the partner topic." }, { "name": "api-version", "value": "", "type": "query", "description": "Version of the API to be used with the client request." } ] }, "docs": "Asynchronously updates a partner topic with the specified parameters." }, { "info": { "name": "Microsoft Azure Delete A Partner Topic", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.EventGrid/partnerTopics/:partnerTopicName", "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": "partnerTopicName", "value": "", "type": "path", "description": "Name of the partner topic." }, { "name": "api-version", "value": "", "type": "query", "description": "Version of the API to be used with the client request." } ] }, "docs": "Delete existing partner topic." }, { "info": { "name": "Microsoft Azure List Partner Topics Under An Azure Subscription", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.EventGrid/partnerTopics", "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": "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 partner topics under an Azure subscription." }, { "info": { "name": "Microsoft Azure List Partner Topics Under A Resource Group", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.EventGrid/partnerTopics", "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": "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 partner topics under a resource group." }, { "info": { "name": "Microsoft Azure Activate A Partner Topic", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.EventGrid/partnerTopics/:partnerTopicName/activate", "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": "partnerTopicName", "value": "", "type": "path", "description": "Name of the partner topic." }, { "name": "api-version", "value": "", "type": "query", "description": "Version of the API to be used with the client request." } ] }, "docs": "Activate a newly created partner topic." }, { "info": { "name": "Microsoft Azure Deactivate A Partner Topic", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.EventGrid/partnerTopics/:partnerTopicName/deactivate", "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": "partnerTopicName", "value": "", "type": "path", "description": "Name of the partner topic." }, { "name": "api-version", "value": "", "type": "query", "description": "Version of the API to be used with the client request." } ] }, "docs": "Deactivate specific partner topic." } ] } ], "bundled": true }