Skip to main content

Configure rule (Instance Group)

Select

SaaS

This API modifies rules of an Azure Blob Instance Group.

Path Parameters
  • instancegroupid integer required

    Id of the Azure Blob instance group

Request Body 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", "REGION"]

  • 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
PUT /v4/azureblob/instancegroup/:instancegroupid/rules    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
instancegroupid — path required
Body

[
null
]
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/V4/azureblob/instancegroup/:instancegroupid/rules' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '[
null
]'