Set Region for an entity
Api to set region for an entity.
Path Parameters
- entityType string required
Possible values: [
COMMCELL
,CLIENT
,INSTANCE
,BACKUPSET
,SUBCLIENT
,CLIENT_GROUP
,USER
,USER_GROUP
,LIBRARY
,MEDIAAGENT
,RESOURCEPOOL
,STORAGE_POOL
,STORAGE_POLICY
,SCHEDULE_POLICY
,SUBCLIENT_POLICY
,ALERT
,PLAN
,VIRTUAL_MACHINE
,ROLE
,DEVICE
,REGION
,NETWORK_TOPOLOGY
,COMPANY
]Type of the entity
- entityId int32 required
Possible values:
>= 1
Unique id for the entity
- application/json
Request Body
- entityRegionType string
Possible values: [
BACKUP
,WORKLOAD
] region object
id int32name string
Responses
- 200
- 400
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...