Querying All Global Connection Bandwidth Tags in an Account
Function
This API is used to query all global connection bandwidth tags in an account.
URI
GET /v3/gcb/tags
Request Parameters
Parameter | Mandatory | Type | Description |
|---|---|---|---|
X-Auth-Token | Yes | String | User token. |
Response Parameters
Status code: 200
Parameter | Type | Description |
|---|---|---|
tags | Array of TmsTagValues objects | Tag list. |
total_count | Integer | Total records. |
request_id | String | Request ID. |
Example Requests
Querying all global connection bandwidth tags in an account
GET https://{cc_endpoint}/v3/gcb/tags Example Responses
Status code: 200
All global connection bandwidth tags in an account have been queried.
{
"tags" : [ {
"key" : "key1",
"values" : [ "value1", "value2" ]
} ],
"request_id" : "e3371202-7e85-4c16-bb4b-4e3c092734f7",
"total_count" : 1
} Status Codes
Status Code | Description |
|---|---|
200 | All global connection bandwidth tags in an account have been queried. |
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.

