Get Region Details of entity
Select
SaaS
Customer Managed
Api to fetch region details 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:
>= 1Unique id for the entity
Query Parameters
- calculate boolean
Flag for Enable/Disable Region Calculation
- entityRegionType string
Possible values: [
BACKUP,WORKLOAD]Region Type Enum
Responses
- 200
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
- id int32
- name string
- displayName string
{
"id": 0,
"name": "string",
"displayName": "string"
}
Internal Server Error
Loading...