Get Hub Service Endpoints of Tenant (v2.0)
Get the hub service endpoints of a tenant.
Path Parameters
- tenant_id string required
The tenant ID.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- count int32
The total number of responses.
- id string
The ID of the response.
- type string
The type of response.
items HubServiceEndpointConfig[]
Array [active_service_endpoints HubServiceEndpoint[]
The active service endpoints of the site or tenant.
Array [cir_bw_mbps integerCir Bw Mbps
service_endpoint_id stringService Endpoint Id
]backup_service_endpoints HubServiceEndpoint[]
The backup service endpoints of the site or tenant.
Array [cir_bw_mbps integerCir Bw Mbps
service_endpoint_id stringService Endpoint Id
]id stringThe ID of the Hub.
site_id string requiredThe ID of the site.
tenant_id string requiredTenant Id: NotNull Digits(fraction = 0, integer = 20, TENANT_ID_INVALID_0001)
]
{
"count": 0,
"id": "string",
"type": "string",
"items": [
{
"active_service_endpoints": [
{
"cir_bw_mbps": 0,
"service_endpoint_id": "string"
}
],
"backup_service_endpoints": [
{
"cir_bw_mbps": 0,
"service_endpoint_id": "string"
}
],
"id": "string",
"site_id": "string",
"tenant_id": "string"
}
]
}
Loading...