Get policy tag
- Print
- PDF
Get policy tag
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Get the tag information of a policy.
API
- GET policies/{policyId}/tags
Request
Path Variables
Parameter | Required | Type | Restrictions | Description |
---|---|---|---|---|
policyId | Y | String | policy Id |
Response
{
"tagKey": "string",
"tagValue": "string",
"tagDisplay": "string
}
Items | Type | Description | Remarks |
---|---|---|---|
tagKey | string | Sub Account Tag Key | |
tagValue | string | Sub Account Tag Value | |
tagDisplay | string | Tag Display | tagKey : tagValue |
Error
Errors that may occur while using this action are listed below. For error response format, see ErrorResponse.
For more information about common errors, see NAVER Cloud Platform API.
HTTP status code | Error code | Error message |
---|---|---|
404 | 404 | Non-existent policy |
500 | 500 | Internal Server Error |
Was this article helpful?