Asset Groups List API

GET /pcas/v1/asset/group/list

List available asset groups with their names and IDs.

Sample - List available asset groupsSample - List available asset groups

API Request

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

JSON Output

[
  {
    "id": 55294832,
    "name": "AG - 10.11.70"
  },
  {
    "id": 55578061,
    "name": "RobotSanity_AG_dummyIP_20250528_1008"
  },
  {
    "id": 55578309,
    "name": "myAG_dev_99"
  }
]

 

 

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.