Azure Blob Object Storage Containers and Folders

The /AzureResources resource collection represents Azure Blob Storage containers and folders.

Get Containers

Returns a list of Azure containers.

SecurityBearer
Request
query Parameters
accountId
required
string <uuid>

Specifies the identification number of the cloud account. For more information on how to get this parameter, see Get Accounts.

RegionType
required
string (AzureStorageEndpoint)

Specifies a region type.

Enum: "Global" "Germany" "China" "Government"
Name
string

Specifies a container name. To filter objects, you can use * and ? wildcard characters.

Responses
200

OK

default

Operation failure response.

get/v8/AzureResources/containers
Request samples
Response samples
application/json
[
  • {
    }
]

Get Container by Name

Returns information about an Azure container with the specified name.

SecurityBearer
Request
path Parameters
Name
required
string

Specifies the container name. For more information on how to get this parameter, see Get Containers.

query Parameters
accountId
required
string <uuid>

Specifies the identification number of the cloud account. For more information on how to get this parameter, see Get Accounts.

RegionType
required
string (AzureStorageEndpoint)

Specifies a region type.

Enum: "Global" "Germany" "China" "Government"
Responses
200

OK

default

Operation failure response.

get/v8/AzureResources/containers/{Name}
Request samples
Response samples
application/json
{
  • "name": "string",
  • "regionType": "Global",
  • "_links": {
    }
}

Get Folders

Returns a list of Azure storage folders created in the specified container.

SecurityBearer
Request
path Parameters
containerName
required
string

Specifies the container name. For more information on how to get this parameter, see Get Containers.

query Parameters
accountId
required
string <uuid>

Specifies the identification number of the cloud account. For more information on how to get this parameter, see Get Accounts.

RegionType
required
string (AzureStorageEndpoint)

Specifies a region type.

Enum: "Global" "Germany" "China" "Government"
Name
string

Specifies a folder name. To filter objects, you can use * and ? wildcard characters.

Responses
200

OK

default

Operation failure response.

get/v8/AzureResources/containers/{containerName}/folders
Request samples
Response samples
application/json
[
  • {
    }
]

Create Folders

Creates a new folder in the specified Azure container.

x-codegen-request-body-name: folderJson
SecurityBearer
Request
path Parameters
containerName
required
string

Specifies the container name. For more information on how to get this parameter, see Get Containers.

query Parameters
accountId
required
string <uuid>

Specifies the identification number of the cloud account. For more information on how to get this parameter, see Get Accounts.

RegionType
required
string (AzureStorageEndpoint)

Specifies a region type.

Enum: "Global" "Germany" "China" "Government"
Request Body schema: application/json
required
name
string

Specifies a name for a new folder.

object (RESTLinkHALDictionary)

Related resources.

Responses
201

Created

default

Operation failure response.

post/v8/AzureResources/containers/{containerName}/folders
Request samples
application/json
{
  • "name": "string",
  • "_links": {
    }
}
Response samples
application/json
{
  • "path": "string",
  • "_links": {
    },
  • "name": "string"
}

Get Folder by Name

Returns information about an Azure storage folder with the specified name.

SecurityBearer
Request
path Parameters
containerName
required
string

Specifies the container name. For more information on how to get this parameter, see Get Containers.

Name
required
string

Specifies the folder name. For more information on how to get this parameter, see Get Folders.

query Parameters
accountId
required
string <uuid>

Specifies the identification number of the cloud account. For more information on how to get this parameter, see Get Accounts.

RegionType
required
string (AzureStorageEndpoint)

Specifies a region type.

Enum: "Global" "Germany" "China" "Government"
Responses
200

OK

default

Operation failure response.

get/v8/AzureResources/containers/{containerName}/folders/{Name}
Request samples
Response samples
application/json
{
  • "path": "string",
  • "_links": {
    },
  • "name": "string"
}

Document updated 12/18/2025

Page content applies to build 8.3.0.2201