{ "opencollection": "1.0.0", "info": { "name": "DevTestLabsClient ArmTemplates NotificationChannels API", "version": "2.0" }, "items": [ { "info": { "name": "NotificationChannels", "type": "folder" }, "items": [ { "info": { "name": "Azure DevTest Labs Notification Channels_ List", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DevTestLab/labs/:labName/notificationchannels", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "labName", "value": "example-value", "type": "path", "description": "The name of the lab." }, { "name": "$expand", "value": "example-value", "type": "query", "description": "Specify the $expand query. Example: 'properties($select=webHookUrl)'" }, { "name": "$filter", "value": "example-value", "type": "query", "description": "The filter to apply to the operation. Example: '$filter=contains(name,'myName')" }, { "name": "$top", "value": "example-value", "type": "query", "description": "The maximum number of resources to return from the operation. Example: '$top=10'" }, { "name": "$orderby", "value": "example-value", "type": "query", "description": "The ordering expression for the results, using OData notation. Example: '$orderby=name desc'" }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version." } ] }, "docs": "List notification channels in a given lab." }, { "info": { "name": "Azure DevTest Labs Notification Channels_ Get", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DevTestLab/labs/:labName/notificationchannels/:name", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "labName", "value": "example-value", "type": "path", "description": "The name of the lab." }, { "name": "name", "value": "example-value", "type": "path", "description": "The name of the notification channel." }, { "name": "$expand", "value": "example-value", "type": "query", "description": "Specify the $expand query. Example: 'properties($select=webHookUrl)'" }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version." } ] }, "docs": "Get notification channel." }, { "info": { "name": "Azure DevTest Labs Notification Channels_ Create or Update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DevTestLab/labs/:labName/notificationchannels/:name", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "labName", "value": "example-value", "type": "path", "description": "The name of the lab." }, { "name": "name", "value": "example-value", "type": "path", "description": "The name of the notification channel." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version." } ] }, "docs": "Create or replace an existing notification channel." }, { "info": { "name": "Azure DevTest Labs Notification Channels_ Update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DevTestLab/labs/:labName/notificationchannels/:name", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "labName", "value": "example-value", "type": "path", "description": "The name of the lab." }, { "name": "name", "value": "example-value", "type": "path", "description": "The name of the notification channel." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version." } ] }, "docs": "Allows modifying tags of notification channels. All other properties will be ignored." }, { "info": { "name": "Azure DevTest Labs Notification Channels_ Delete", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DevTestLab/labs/:labName/notificationchannels/:name", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "labName", "value": "example-value", "type": "path", "description": "The name of the lab." }, { "name": "name", "value": "example-value", "type": "path", "description": "The name of the notification channel." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version." } ] }, "docs": "Delete notification channel." }, { "info": { "name": "Azure DevTest Labs Notification Channels_ Notify", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DevTestLab/labs/:labName/notificationchannels/:name/notify", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "labName", "value": "example-value", "type": "path", "description": "The name of the lab." }, { "name": "name", "value": "example-value", "type": "path", "description": "The name of the notification channel." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version." } ] }, "docs": "Send notification to provided channel." } ] } ], "bundled": true }