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
- application/json
Request Body array
- matchCriteria string
Default - "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
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- id integer
- name string
{
"id": 0,
"name": "string"
}
Loading...