Updated on 2024-05-21 GMT+08:00

Querying Predefined Tags

Function

This API is used to query predefined tags. Before calling this API:

URI

GET https://{Endpoint}/v3/{project_id}/predefined-tags

Table 1 Request Parameters

Parameter

Type

IN

Mandatory

Description

project_id

string

path

Yes

Project ID of a tenant in a region.

For details about how to obtain the project ID, see Obtaining a Project ID.

Request Parameters

None

Response Parameters

Table 2 Parameter description

Parameter

Type

Description

tags

Array of arrays

All tags.

For details, see Table 3.

Table 3 tags field data structure description

Parameter

Type

Description

key

String

Tag key.

values

Array

Tag value.

Example Request

GET https://gaussdb-opengauss.ap-southeast-1.myhuaweicloud.com/v3/0549b4a43100d4f32f51c01c2fe4acdb/predefined-tags

Example Response

{ 
  "tags" : [ {
  "key" : "RDS_DDS_EPS",
  "values" : [ "RDS_DDS_TMS" ]
 } ]
}

Status Code

Error Code

For details, see Error Codes.