Querying the Direct Connect Endpoint Group List

Function

This API is used to query the Direct Connect endpoint group list.

URI

GET /v2.0/dcaas/dc-endpoint-groups

Request

Table 1 lists the request parameter.

Table 1 Request parameter

Parameter

Type

Mandatory

Description

fields

String

No

Specifies the parameters expected to be returned.

If you do not specify it, all parameters will be returned.

Response

Table 2 lists the response parameter.

Table 2 Response parameter

Parameter

Type

Description

dc_endpoint_groups

List data structure

Specifies the Direct Connect endpoint group list.

Table 3 Description of field dc_endpoint_groups

Parameter

Type

Description

id

String

Specifies the ID of the Direct Connect endpoint group.

tenant_id

String

Specifies the project ID.

name

String

Specifies the name of the Direct Connect endpoint group.

description

String

Provides supplementary information about the Direct Connect endpoint group.

endpoints

List<String>

Specifies the list of the endpoints in a Direct Connect endpoint group.

type

String

Specifies the type of the Direct Connect endpoints.

The value can only be cidr.

Examples

Returned Value

For details, see section Common Returned Values.