GET /v1.0/{project_id}/dedicated-host-tags/{dedicated_host_id}/tags
Table 1 describes the parameters.
Parameter |
Type |
Mandatory |
Description |
|---|---|---|---|
project_id |
String |
Yes |
Specifies the project ID. For details about how to obtain the project ID, see Obtaining Required Information. |
dedicated_host_id |
String |
Yes |
Specifies the DeH ID. You can obtain the DeH ID from the DeH console or using the Querying DeHs API. |
Parameter |
Type |
Description |
|---|---|---|
tags |
Array of objects |
Specifies the list of tags. |
Parameter |
Type |
Description |
|---|---|---|
key |
String |
Specifies the tag key. |
value |
String |
Specifies the tag value. |
{
"tags": [
{
"key": "key1",
"value": "value1"
},
{
"key": "key2",
"value": "value2"
}
]
}
See Status Codes.