Create Azure Blob Instance Group
Select
This API creates an Azure Blob Instance Group.
- application/json
Request Body
- CreateAzureInstanceGroup-Saas
- CreateAzureInstanceGroup-CustomerManaged
- cloudAccountId integer required
Id of the cloud account that will host the instance group
plan object required
id integername stringregion object required
id integername stringcontents array
matchCriteria stringDefault - "ALL", Supported values - ["ALL", "ANY"]
rules array
item stringSupported values: ["ALL_STORAGE_ACCOUNTS", "STORAGE_ACCOUNT", "RESOURCE_GROUP", "TAG_NAME", "TAG_VALUE", "REGION"]
condition stringSupported values: ["EQUALS", "DOES_NOT_EQUAL", "STARTS_WITH", "ENDS_WITH", "CONTAINS", "DOES_NOT_CONTAIN"]
value stringValue of the entity
- cloudAccountId integer required
Id of the cloud account that will host the instance group
plan object required
id integername stringaccessNodes 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.
contents array
matchCriteria stringDefault - "ALL", Supported values - ["ALL", "ANY"]
rules array
item stringSupported values: ["ALL_STORAGE_ACCOUNTS", "STORAGE_ACCOUNT", "RESOURCE_GROUP", "TAG_NAME", "TAG_VALUE", "REGION"]
condition stringSupported values: ["EQUALS", "DOES_NOT_EQUAL", "STARTS_WITH", "ENDS_WITH", "CONTAINS", "DOES_NOT_CONTAIN"]
value stringValue of the entity
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- id integer
- name string
{
"id": 0,
"name": "string"
}