{ "opencollection": "1.0.0", "info": { "name": "ContainerInstanceManagementClient Operations Subscriptions API", "version": "2.0" }, "items": [ { "info": { "name": "Subscriptions", "type": "folder" }, "items": [ { "info": { "name": "Azure Container Instances Get a List of Container Groups in the Specified Subscription.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.ContainerInstance/containerGroups", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version" } ] }, "docs": "Get a list of container groups in the specified subscription. This operation returns properties of each container group including containers, image registry credentials, restart policy, IP address type, OS type, state, and volumes." }, { "info": { "name": "Azure Container Instances Get the List of Cached Images.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.ContainerInstance/locations/:location/cachedImages", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." }, { "name": "location", "value": "", "type": "path", "description": "The identifier for the physical azure location." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version" } ] }, "docs": "Get the list of cached images on specific OS type for a subscription in a region." }, { "info": { "name": "Azure Container Instances Get the List of Capabilities of the Location.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.ContainerInstance/locations/:location/capabilities", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." }, { "name": "location", "value": "", "type": "path", "description": "The identifier for the physical azure location." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version" } ] }, "docs": "Get the list of CPU/memory/GPU capabilities of a region." }, { "info": { "name": "Azure Container Instances Container Group Usage_ List", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.ContainerInstance/locations/:location/usages", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." }, { "name": "location", "value": "", "type": "path", "description": "The identifier for the physical azure location." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version" } ] }, "docs": "Get the usage for a subscription" }, { "info": { "name": "Azure Container Instances Get a List of Container Groups in the Specified Subscription and Resource Group.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ContainerInstance/containerGroups", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version" }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." } ] }, "docs": "Get a list of container groups in a specified subscription and resource group. This operation returns properties of each container group including containers, image registry credentials, restart policy, IP address type, OS type, state, and volumes." }, { "info": { "name": "Azure Container Instances Get the Properties of the Specified Container Group.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ContainerInstance/containerGroups/:containerGroupName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version" }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "containerGroupName", "value": "", "type": "path", "description": "The name of the container group." } ] }, "docs": "Gets the properties of the specified container group in the specified subscription and resource group. The operation returns the properties of each container group including containers, image registry credentials, restart policy, IP address type, OS type, state, and volumes." }, { "info": { "name": "Azure Container Instances Create or Update Container Groups.", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ContainerInstance/containerGroups/:containerGroupName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version" }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "containerGroupName", "value": "", "type": "path", "description": "The name of the container group." } ] }, "docs": "Create or update container groups with specified configurations." }, { "info": { "name": "Azure Container Instances Update Container Groups.", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ContainerInstance/containerGroups/:containerGroupName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version" }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "containerGroupName", "value": "", "type": "path", "description": "The name of the container group." } ] }, "docs": "Updates container group tags with specified values." }, { "info": { "name": "Azure Container Instances Delete the Specified Container Group.", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ContainerInstance/containerGroups/:containerGroupName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version" }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "containerGroupName", "value": "", "type": "path", "description": "The name of the container group." } ] }, "docs": "Delete the specified container group in the specified subscription and resource group. The operation does not delete other resources provided by the user, such as volumes." }, { "info": { "name": "Azure Container Instances Executes a Command in a Specific Container Instance.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ContainerInstance/containerGroups/:containerGroupName/containers/:containerName/exec", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version" }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "containerGroupName", "value": "", "type": "path", "description": "The name of the container group." }, { "name": "containerName", "value": "example-value", "type": "path", "description": "The name of the container instance." } ] }, "docs": "Executes a command for a specific container instance in a specified resource group and container group." }, { "info": { "name": "Azure Container Instances Get the Logs for a Specified Container Instance.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ContainerInstance/containerGroups/:containerGroupName/containers/:containerName/logs", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version" }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "containerGroupName", "value": "", "type": "path", "description": "The name of the container group." }, { "name": "containerName", "value": "example-value", "type": "path", "description": "The name of the container instance." }, { "name": "tail", "value": "example-value", "type": "query", "description": "The number of lines to show from the tail of the container instance log. If not provided, all available logs are shown up to 4mb." } ] }, "docs": "Get the logs for a specified container instance in a specified resource group and container group." }, { "info": { "name": "Azure Container Instances Restarts All Containers in a Container Group.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ContainerInstance/containerGroups/:containerGroupName/restart", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version" }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "containerGroupName", "value": "", "type": "path", "description": "The name of the container group." } ] }, "docs": "Restarts all containers in a container group in place. If container image has updates, new image will be downloaded." }, { "info": { "name": "Azure Container Instances Starts All Containers in a Container Group.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ContainerInstance/containerGroups/:containerGroupName/start", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version" }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "containerGroupName", "value": "", "type": "path", "description": "The name of the container group." } ] }, "docs": "Starts all containers in a container group." }, { "info": { "name": "Azure Container Instances Stops All Containers in a Container Group.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ContainerInstance/containerGroups/:containerGroupName/stop", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version" }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "containerGroupName", "value": "", "type": "path", "description": "The name of the container group." } ] }, "docs": "Stops all containers in a container group. Compute resources will be deallocated and billing will stop." }, { "info": { "name": "Azure Container Instances Delete the Container Instance Service Association Link for the Subnet.", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Network/virtualNetworks/:virtualNetworkName/subnets/:subnetName/providers/Microsoft.ContainerInstance/serviceAssociationLinks/default", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version" }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "virtualNetworkName", "value": "", "type": "path", "description": "The name of the virtual network." }, { "name": "subnetName", "value": "", "type": "path", "description": "The name of the subnet." } ] }, "docs": "Delete the container instance service association link for the subnet. This operation unblocks user from deleting subnet." } ] } ], "bundled": true }