Projects are used to group and isolate OpenStack resources, which include computing, storage, and network resources. A project can be a department or a team. Multiple projects can be created under one account.
This API is used to query all tags used by a user in a specified project.
None
Table 2 describes the response parameter.
Parameter |
Type |
Description |
|---|---|---|
key |
String |
Specifies the tag key.
|
values |
Array of strings |
Specifies the tag value.
|
GET https://{endpoint}/v1/{project_id}/servers/tags
{
"tags": [
{
"key": "key1",
"values": [
"value1",
"value2"
]
},
{
"key": "key2",
"values": [
"value1",
"value2"
]
}
]
}
See Error Codes.