Skip to main content

Get Hub Service Endpoints of Tenant (v2.0)

GET 

/v2.0/api/tenants/:tenant_id/hubserviceendpoints

Get the hub service endpoints of a tenant.

Request

Path Parameters

    tenant_id stringrequired

    The tenant ID.

Responses

Successful Operation

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 integer

    Cir Bw Mbps

    service_endpoint_id string

    Service Endpoint Id

  • ]
  • backup_service_endpoints HubServiceEndpoint[]

    The backup service endpoints of the site or tenant.

  • Array [
  • cir_bw_mbps integer

    Cir Bw Mbps

    service_endpoint_id string

    Service Endpoint Id

  • ]
  • id string

    The ID of the Hub.

    site_id stringrequired

    The ID of the site.

    tenant_id stringrequired

    Tenant Id: NotNull Digits(fraction = 0, integer = 20, TENANT_ID_INVALID_0001)

  • ]
Loading...