Create Azure Blob Instance
Select
This API creates an Azure Blob Instance.
- application/json
Request Body
- CreateAzureBlobInstance-Saas
- CreateAzureBlobInstance-CustomerManaged
- name string required
ObjectStorage instance name.
plan object required
id integername stringcredential object required
id integername stringcontents object
path arrayOptional list of files and folders to be added as content. Defaults to /
exclusions arrayOptional list of files and folders to exclude
exceptions arrayOptional list of files and folders to be added to the exceptions list
- storageAccount string required
Name of the Azure storage account
- hostURL string
Optional. Defaults to blob.core.windows.net
region object required
id integername stringaccessNodes array
id integerId of ObjectStorage access node. This could be a Client id or Client Group id.
name stringName of ObjectStorage access node. This could be a Client name or Client Group name.
type stringPossible values - "client" for Access nodes and "clientGroup" for Access node group. If not passed, it is defaulted to "client".
- name string required
ObjectStorage instance name.
plan object required
id integername stringcredential object required
id integername stringcontents object
path arrayOptional list of files and folders to be added as content. Defaults to /
exclusions arrayOptional list of files and folders to exclude
exceptions arrayOptional list of files and folders to be added to the exceptions list
- storageAccount string required
Name of the Azure storage account
- hostURL string
Optional. Optional. Defaults to blob.core.windows.net
accessNodes array required
id integerId of ObjectStorage access node. This could be a Client id or Client Group id.
name stringName of ObjectStorage access node. This could be a Client name or Client Group name.
type stringPossible values - "client" for Access nodes and "clientGroup" for Access node group. If not passed, it is defaulted to "client".
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- id integer
- name string
{
"id": 0,
"name": "string"
}