{ "opencollection": "1.0.0", "info": { "name": "StorageManagementClient BlobContainers API", "version": "2.0" }, "items": [ { "info": { "name": "BlobContainers", "type": "folder" }, "items": [ { "info": { "name": "Azure Storage Accounts Blob Containers_ List", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Storage/storageAccounts/:accountName/blobServices/default/containers", "params": [ { "name": "resourceGroupName", "value": "my-resource-group", "type": "path", "description": "The name of the resource group within the user's subscription. The name is case insensitive." }, { "name": "accountName", "value": "example-value", "type": "path", "description": "The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only." }, { "name": "api-version", "value": "2019-06-01", "type": "query", "description": "The API version to use for this operation." }, { "name": "subscriptionId", "value": "00000000-0000-0000-0000-000000000000", "type": "path", "description": "The ID of the target subscription." }, { "name": "$maxpagesize", "value": "example-value", "type": "query", "description": "Optional. Specified maximum number of containers that can be included in the list." }, { "name": "$filter", "value": "example-value", "type": "query", "description": "Optional. When specified, only container names starting with the filter will be listed." } ] }, "docs": "Lists all containers and does not support a prefix like data plane. Also SRP today does not return continuation token." }, { "info": { "name": "Azure Storage Accounts Blob Containers_ Get", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Storage/storageAccounts/:accountName/blobServices/default/containers/:containerName", "params": [ { "name": "resourceGroupName", "value": "my-resource-group", "type": "path", "description": "The name of the resource group within the user's subscription. The name is case insensitive." }, { "name": "accountName", "value": "example-value", "type": "path", "description": "The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only." }, { "name": "containerName", "value": "", "type": "path", "description": "The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number." }, { "name": "api-version", "value": "2019-06-01", "type": "query", "description": "The API version to use for this operation." }, { "name": "subscriptionId", "value": "00000000-0000-0000-0000-000000000000", "type": "path", "description": "The ID of the target subscription." } ] }, "docs": "Gets properties of a specified container. " }, { "info": { "name": "Azure Storage Accounts Blob Containers_ Create", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Storage/storageAccounts/:accountName/blobServices/default/containers/:containerName", "params": [ { "name": "resourceGroupName", "value": "my-resource-group", "type": "path", "description": "The name of the resource group within the user's subscription. The name is case insensitive." }, { "name": "accountName", "value": "example-value", "type": "path", "description": "The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only." }, { "name": "containerName", "value": "", "type": "path", "description": "The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number." }, { "name": "api-version", "value": "2019-06-01", "type": "query", "description": "The API version to use for this operation." }, { "name": "subscriptionId", "value": "00000000-0000-0000-0000-000000000000", "type": "path", "description": "The ID of the target subscription." } ] }, "docs": "Creates a new container under the specified account as described by request body. The container resource includes metadata and properties for that container. It does not include a list of the blobs contained by the container. " }, { "info": { "name": "Azure Storage Accounts Blob Containers_ Update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Storage/storageAccounts/:accountName/blobServices/default/containers/:containerName", "params": [ { "name": "resourceGroupName", "value": "my-resource-group", "type": "path", "description": "The name of the resource group within the user's subscription. The name is case insensitive." }, { "name": "accountName", "value": "example-value", "type": "path", "description": "The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only." }, { "name": "containerName", "value": "", "type": "path", "description": "The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number." }, { "name": "api-version", "value": "2019-06-01", "type": "query", "description": "The API version to use for this operation." }, { "name": "subscriptionId", "value": "00000000-0000-0000-0000-000000000000", "type": "path", "description": "The ID of the target subscription." } ] }, "docs": "Updates container properties as specified in request body. Properties not mentioned in the request will be unchanged. Update fails if the specified container doesn't already exist. " }, { "info": { "name": "Azure Storage Accounts Blob Containers_ Delete", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Storage/storageAccounts/:accountName/blobServices/default/containers/:containerName", "params": [ { "name": "resourceGroupName", "value": "my-resource-group", "type": "path", "description": "The name of the resource group within the user's subscription. The name is case insensitive." }, { "name": "accountName", "value": "example-value", "type": "path", "description": "The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only." }, { "name": "containerName", "value": "", "type": "path", "description": "The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number." }, { "name": "api-version", "value": "2019-06-01", "type": "query", "description": "The API version to use for this operation." }, { "name": "subscriptionId", "value": "00000000-0000-0000-0000-000000000000", "type": "path", "description": "The ID of the target subscription." } ] }, "docs": "Deletes specified container under its account." }, { "info": { "name": "Azure Storage Accounts Blob Containers_ Clear Legal Hold", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Storage/storageAccounts/:accountName/blobServices/default/containers/:containerName/clearLegalHold", "params": [ { "name": "resourceGroupName", "value": "my-resource-group", "type": "path", "description": "The name of the resource group within the user's subscription. The name is case insensitive." }, { "name": "accountName", "value": "example-value", "type": "path", "description": "The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only." }, { "name": "containerName", "value": "", "type": "path", "description": "The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number." }, { "name": "api-version", "value": "2019-06-01", "type": "query", "description": "The API version to use for this operation." }, { "name": "subscriptionId", "value": "00000000-0000-0000-0000-000000000000", "type": "path", "description": "The ID of the target subscription." } ] }, "docs": "Clears legal hold tags. Clearing the same or non-existent tag results in an idempotent operation. ClearLegalHold clears out only the specified tags in the request." }, { "info": { "name": "Azure Storage Accounts Blob Containers_ Extend Immutability Policy", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Storage/storageAccounts/:accountName/blobServices/default/containers/:containerName/immutabilityPolicies/default/extend", "headers": [ { "name": "If-Match", "value": "example-value" } ], "params": [ { "name": "resourceGroupName", "value": "my-resource-group", "type": "path", "description": "The name of the resource group within the user's subscription. The name is case insensitive." }, { "name": "accountName", "value": "example-value", "type": "path", "description": "The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only." }, { "name": "containerName", "value": "", "type": "path", "description": "The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number." }, { "name": "api-version", "value": "2019-06-01", "type": "query", "description": "The API version to use for this operation." }, { "name": "subscriptionId", "value": "00000000-0000-0000-0000-000000000000", "type": "path", "description": "The ID of the target subscription." } ] }, "docs": "Extends the immutabilityPeriodSinceCreationInDays of a locked immutabilityPolicy. The only action allowed on a Locked policy will be this action. ETag in If-Match is required for this operation." }, { "info": { "name": "Azure Storage Accounts Blob Containers_ Lock Immutability Policy", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Storage/storageAccounts/:accountName/blobServices/default/containers/:containerName/immutabilityPolicies/default/lock", "headers": [ { "name": "If-Match", "value": "example-value" } ], "params": [ { "name": "resourceGroupName", "value": "my-resource-group", "type": "path", "description": "The name of the resource group within the user's subscription. The name is case insensitive." }, { "name": "accountName", "value": "example-value", "type": "path", "description": "The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only." }, { "name": "containerName", "value": "", "type": "path", "description": "The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number." }, { "name": "api-version", "value": "2019-06-01", "type": "query", "description": "The API version to use for this operation." }, { "name": "subscriptionId", "value": "00000000-0000-0000-0000-000000000000", "type": "path", "description": "The ID of the target subscription." } ] }, "docs": "Sets the ImmutabilityPolicy to Locked state. The only action allowed on a Locked policy is ExtendImmutabilityPolicy action. ETag in If-Match is required for this operation." }, { "info": { "name": "Azure Storage Accounts Blob Containers_ Get Immutability Policy", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Storage/storageAccounts/:accountName/blobServices/default/containers/:containerName/immutabilityPolicies/:immutabilityPolicyName", "headers": [ { "name": "If-Match", "value": "example-value" } ], "params": [ { "name": "resourceGroupName", "value": "my-resource-group", "type": "path", "description": "The name of the resource group within the user's subscription. The name is case insensitive." }, { "name": "accountName", "value": "example-value", "type": "path", "description": "The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only." }, { "name": "containerName", "value": "", "type": "path", "description": "The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number." }, { "name": "immutabilityPolicyName", "value": "", "type": "path", "description": "The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default'" }, { "name": "api-version", "value": "2019-06-01", "type": "query", "description": "The API version to use for this operation." }, { "name": "subscriptionId", "value": "00000000-0000-0000-0000-000000000000", "type": "path", "description": "The ID of the target subscription." } ] }, "docs": "Gets the existing immutability policy along with the corresponding ETag in response headers and body." }, { "info": { "name": "Azure Storage Accounts Blob Containers_ Create or Update Immutability Policy", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Storage/storageAccounts/:accountName/blobServices/default/containers/:containerName/immutabilityPolicies/:immutabilityPolicyName", "headers": [ { "name": "If-Match", "value": "example-value" } ], "params": [ { "name": "resourceGroupName", "value": "my-resource-group", "type": "path", "description": "The name of the resource group within the user's subscription. The name is case insensitive." }, { "name": "accountName", "value": "example-value", "type": "path", "description": "The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only." }, { "name": "containerName", "value": "", "type": "path", "description": "The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number." }, { "name": "immutabilityPolicyName", "value": "", "type": "path", "description": "The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default'" }, { "name": "api-version", "value": "2019-06-01", "type": "query", "description": "The API version to use for this operation." }, { "name": "subscriptionId", "value": "00000000-0000-0000-0000-000000000000", "type": "path", "description": "The ID of the target subscription." } ] }, "docs": "Creates or updates an unlocked immutability policy. ETag in If-Match is honored if given but not required for this operation." }, { "info": { "name": "Azure Storage Accounts Blob Containers_ Delete Immutability Policy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Storage/storageAccounts/:accountName/blobServices/default/containers/:containerName/immutabilityPolicies/:immutabilityPolicyName", "headers": [ { "name": "If-Match", "value": "example-value" } ], "params": [ { "name": "resourceGroupName", "value": "my-resource-group", "type": "path", "description": "The name of the resource group within the user's subscription. The name is case insensitive." }, { "name": "accountName", "value": "example-value", "type": "path", "description": "The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only." }, { "name": "containerName", "value": "", "type": "path", "description": "The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number." }, { "name": "immutabilityPolicyName", "value": "", "type": "path", "description": "The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default'" }, { "name": "api-version", "value": "2019-06-01", "type": "query", "description": "The API version to use for this operation." }, { "name": "subscriptionId", "value": "00000000-0000-0000-0000-000000000000", "type": "path", "description": "The ID of the target subscription." } ] }, "docs": "Aborts an unlocked immutability policy. The response of delete has immutabilityPeriodSinceCreationInDays set to 0. ETag in If-Match is required for this operation. Deleting a locked immutability policy is not allowed, only way is to delete the container after deleting all blobs inside the container." }, { "info": { "name": "Azure Storage Accounts Blob Containers_ Lease", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Storage/storageAccounts/:accountName/blobServices/default/containers/:containerName/lease", "params": [ { "name": "resourceGroupName", "value": "my-resource-group", "type": "path", "description": "The name of the resource group within the user's subscription. The name is case insensitive." }, { "name": "accountName", "value": "example-value", "type": "path", "description": "The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only." }, { "name": "containerName", "value": "", "type": "path", "description": "The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number." }, { "name": "api-version", "value": "2019-06-01", "type": "query", "description": "The API version to use for this operation." }, { "name": "subscriptionId", "value": "00000000-0000-0000-0000-000000000000", "type": "path", "description": "The ID of the target subscription." } ] }, "docs": "The Lease Container operation establishes and manages a lock on a container for delete operations. The lock duration can be 15 to 60 seconds, or can be infinite." }, { "info": { "name": "Azure Storage Accounts Blob Containers_ Set Legal Hold", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Storage/storageAccounts/:accountName/blobServices/default/containers/:containerName/setLegalHold", "params": [ { "name": "resourceGroupName", "value": "my-resource-group", "type": "path", "description": "The name of the resource group within the user's subscription. The name is case insensitive." }, { "name": "accountName", "value": "example-value", "type": "path", "description": "The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only." }, { "name": "containerName", "value": "", "type": "path", "description": "The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number." }, { "name": "api-version", "value": "2019-06-01", "type": "query", "description": "The API version to use for this operation." }, { "name": "subscriptionId", "value": "00000000-0000-0000-0000-000000000000", "type": "path", "description": "The ID of the target subscription." } ] }, "docs": "Sets legal hold tags. Setting the same tag results in an idempotent operation. SetLegalHold follows an append pattern and does not clear out the existing tags that are not specified in the request." } ] } ], "bundled": true }