List all containers (i.e. Nasuni Volumes) that are attached to Nasuni Data Service.
Authorization header using one of the Shared Keys generated during NDS Deployment.
This should not be used together with SASAuth_* query parameters.
SAS Authorization signature query param.
SAS Authorization expiration query param
SAS Authorization permissions query param
SAS Authorization version query param
SAS Authorization service scope query param
SAS Authorization resources query param
SAS Authorization Service resource type query param
SAS Authorization starts query param
SAS Authorization identifier query param
SAS Authorization IP range query param
SAS Authorization protocol query param
SAS Authorization response cache control query param
SAS Authorization response content disposition query param
SAS Authorization response content encoding query param
SAS Authorization response content length query param
SAS Authorization response content type query param
SAS Authorization snapshot query param
SAS Authorization encryption scope query param
The type of resource to access, e.g., "container".
The operation to be performed on the resource, e.g., "list".
Optional. Filters the results to return only blobs with names that begin with the specified prefix.
Optional. A string value that identifies the portion of the list to be returned with the next list operation. The operation returns a marker value within the response body if the list returned was not complete. You can then use the marker value in a subsequent call to request the next set of list items.
Optional. Specifies the maximum number of blobs to return, including all BlobPrefix
elements. If the request doesn't specify maxresults
, or specifies a value greater than 5,000
, the server will return up to 5,000
items. If there are additional results to return, the service returns a continuation token in the NextMarker
response element. In certain cases, the service might return fewer results than specified by maxresults
, and also return a NextMarker
token.
Optional. When the request includes this parameter, the operation returns a BlobPrefix
element in the response body. This element acts as a placeholder for all blobs with names that begin with the same substring, up to the appearance of the delimiter
character. The delimiter
can be a single character or a string.
Success. Returns the list of blobs in the container.
"sample.txt Fri, 20 Jun 2025 12:00:00 GMT 12345 AbCdEf123456== text/plain Fri, 20 Jun 2025 12:00:00 GMT Fri, 20 Jun 2025 12:00:00 GMT sample-etag-123 Hot true BlockBlob available unlocked true 1 3.uni3eFa6F0b-1558652418-738 1000 1000 0100644 12345 2025-06-20T12:00:00Z 2025-06-20T12:00:00Z 2025-06-20T12:00:00Z 3.uni3eFa6F0b-1558612345-1 5000 "
Bad Request. Invalid value for a query parameter|The URI is invalid.
"InvalidQueryParameterValue|InvalidUri
An invalid value was specified for one of the query parameters in the request URI.|The requested URI does not represent any resource on the server.\nRequestId:\nTime:2025-06-19T23:25:19.535131+00:00Z "
Forbidden. Authentication failed.
"AuthenticationFailed
Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature.\nRequestId:\nTime:2025-06-19T21:28:22.570711+00:00Z "
Not Found. The specified container|blob does not exist.
"ContainerNotFound|BlobNotFound
The specified container|blob does not exist.\nRequestId:\nTime:2025-06-19T22:35:07.614063+00:00Z ContainerNotFound
The specified container does not exist.\nRequestId:\nTime:2025-06-19T22:35:07.614063+00:00Z "
Validation Error