Help Center/ Cloud Connect/ API Reference/ API/ Global Connection Bandwidth Tag Management/ Querying a Global Connection Bandwidth Tag in an Account
Updated on 2025-07-29 GMT+08:00

Querying a Global Connection Bandwidth Tag in an Account

Function

This API is used to query a global connection bandwidth tag in an account.

URI

GET /v3/gcb/{resource_id}/tags

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

resource_id

Yes

String

Unique identifier of a resource.

Request Parameters

Table 2 Request header parameters

Parameter

Mandatory

Type

Description

X-Auth-Token

Yes

String

User token.

Response Parameters

Status code: 200

Table 3 Response body parameters

Parameter

Type

Description

tags

Array of Tag objects

Tag list.

request_id

String

Request ID.

Table 4 Tag

Parameter

Type

Description

key

String

Tag key. The key can contain a maximum of 128 Unicode characters, including letters, digits, hyphens (-), and underscores (_).

value

String

Tag value. The value can contain a maximum of 255 Unicode characters, including letters, digits, hyphens (-), underscores (_), and periods (.).

Example Requests

Querying a global connection bandwidth tag in an account

GET https://{cc_endpoint}/v3/gcb/{resource_id}/tags

Example Responses

Status code: 200

The global connection bandwidth tag has been queried.

{
  "tags" : [ {
    "key" : "DEV",
    "value" : "DEV1"
  } ],
  "request_id" : "d6bf8eeb1f2b6e503e88f3dc3024c7e7"
}

Status Codes

Status Code

Description

200

The global connection bandwidth tag has been queried.

Error Codes

See Error Codes.