Querying the Tags Added to a Central Network
Function
This API is used to query the tags added to a central network.
URI
GET /v3/{domain_id}/gcn/central-networks/tags
Parameter | Mandatory | Type | Description |
|---|---|---|---|
domain_id | Yes | String | Account ID. |
Request Parameters
Parameter | Mandatory | Type | Description |
|---|---|---|---|
X-Auth-Token | No | String | User token. |
Response Parameters
Status code: 200
Parameter | Type | Description |
|---|---|---|
request_id | String | Request ID. |
tags | Array of MultivaluedTag objects | All tags of the central network. |
Example Requests
Querying the tags added to a central network
GET /v3/{domain_id}/gcn/central-networks/tags Example Responses
Status code: 200
The tags added to a central network have been queried.
{
"request_id" : "2f68486e542a0bb23ab86a826f909ecf",
"tags" : [ {
"key" : "key1",
"values" : [ "value1" ]
}, {
"key" : "key2",
"values" : [ "value2" ]
} ]
} Status Codes
Status Code | Description |
|---|---|
200 | The tags added to a central network 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.

