Skip to main content

Create Azure Blob Instance Group

Select

SaaS

This API creates an Azure Blob Instance Group.

Request Body
    oneOf

  • cloudAccountId integer required

    Id of the cloud account that will host the instance group

  • plan object required
  • id integer
  • name string
  • region object required
  • id integer
  • name string
  • contents array
  • matchCriteria string

    Default - "ALL", Supported values - ["ALL", "ANY"]

  • rules array
  • item string

    Supported values: ["ALL_STORAGE_ACCOUNTS", "STORAGE_ACCOUNT", "RESOURCE_GROUP", "TAG_NAME", "TAG_VALUE"]

  • condition string

    Supported values: ["EQUALS", "DOES_NOT_EQUAL", "STARTS_WITH", "ENDS_WITH", "CONTAINS", "DOES_NOT_CONTAIN"]

  • value string

    Value of the entity

Responses

OK


Schema
  • id integer
  • name string
Loading...