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