Azure Blob Storage v1.0

Version 1.3

Connector Overview: This page documents all 2 actions for the Azure Blob Storageconnector v1.3.

Default (2)

PUT Create a Blob

/{container_name}/{blob}

Upload a blob to the given container, creating it if it does not exist or overwriting it if it does.

Parameters

Parameter Name

Description

Content Type

The content type of the request payload sent to the API (e.g. application/json).

headers

Additional HTTP header name/value pairs to include in the request.

X-ms-version

Specifies the version of the Azure Blob Storage service to use for the request.

X-ms-blob-type

Indicates the type of blob to create, such as BlockBlob or PageBlob.

Container Name

The name of the container where the blob will be created.

Blob

The name of the blob to create or replace.

Response Type

The response format expected from the API (e.g. application/json).

Options (1)

Option Name

Description

File

The binaries of the file

GET Fetch A Blob

/{container_name}/{blob}

Download a blob's content, metadata, and properties from the specified container.

Parameters

Parameter Name

Description

headers

Additional HTTP header name/value pairs to include in the request.

X-ms-version

Specifies the version of the Azure Blob Storage service to use for the request.

Authorization

Provides the authorization token required to authenticate the request.

Container Name

The name of the container that holds the blob.

Blob

The name of the blob to retrieve.

Response Type

The response format expected from the API (e.g. application/json).