Documentation Index
Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
List all blobs in a container.
Basic Parameters
| Parameter | Description |
|---|
| Container Name | The name of the container. Can be obtained from the List Containers action. |
| Limit | The amount of the results to be returned. |
| Prefix | Filter by a given prefix. |
Advanced Parameters
| Parameter | Description |
|---|
| Disable XML To JSON Auto Convert | When checked, XML responses are not automatically converted into JSON format. |
| Marker | Paginate by the returning NextMarker pagination token. |
Example Output
{
"EnumerationResults": {
"-ContainerName": "<string>",
"Blobs": {
"Blob": [
{
"Name": "<string>",
"Properties": {
"LeaseState": "<string>",
"Last-Modified": "<string>",
"Content-Encoding": "<string>",
"Content-MD5": "<string>",
"AccessTierInferred": "<string>",
"Content-Type": "<string>",
"BlobType": "<string>",
"AccessTier": "<string>",
"LeaseStatus": "<string>",
"Etag": "<string>",
"Content-Language": "<string>",
"Content-CRC64": "<string>",
"Cache-Control": "<string>",
"Creation-Time": "<string>",
"Content-Length": "<string>",
"Content-Disposition": "<string>",
"ServerEncrypted": "<string>"
},
"OrMetadata": "<string>"
},
{
"Name": "<string>",
"Properties": {
"AccessTier": "<string>",
"ServerEncrypted": "<string>",
"Last-Modified": "<string>",
"Etag": "<string>",
"Content-Length": "<string>",
"Content-Encoding": "<string>",
"Content-CRC64": "<string>",
"Content-Disposition": "<string>",
"BlobType": "<string>",
"LeaseStatus": "<string>",
"Content-Type": "<string>",
"Cache-Control": "<string>",
"AccessTierInferred": "<string>",
"Creation-Time": "<string>",
"Content-Language": "<string>",
"Content-MD5": "<string>",
"LeaseState": "<string>"
},
"OrMetadata": "<string>"
}
]
},
"NextMarker": "<string>",
"-ServiceEndpoint": "<string>"
}
}
Workflow Library Example
List Blobs with Azure Storage and Send Results Via Email