Asset Tags List API

GET /pcas/v1/asset/tags

List available asset tags with their names and IDs.

Sample - List available asset tagsSample - List available asset tags

API Request

curl --location '<gateway_base_url>/pcas/v1/asset/tags' \
--header 'Authorization: Bearer '

JSON Output

[
{
"name": "Cloud Agent",
"id": 39011464
},
{
"name": "CIS_MB",
"id": 54024422
},
{
"name": "AG_MB_NEW",
"id": 54024423
},
{
"name": "AG - 10.11.70.44",
"id": 39297833
},
{
"name": "Asset Groups",
"id": 39297832
},
{
"name": "myAG_dev_99",
"id": 48282462
}
]

 

 

success Thank you! We're glad to hear that this topic was useful.
success We appreciate your feedback. We'll work to make this topic better for you in the future.