With this API, you can get a list of asset groups associated to a subscription.
This API to run the user subscription must be AGMS enabled.
API Request
curl -X GET "<gateway_base_url>/pcrs/1.0/assetGroup/list" \
-H "Authorization: <bearer_token>" \
-H "Accept: application/json"
JSON Response
[
{
"id": 1001,
"name": "Production Servers"
},
{
"id": 1002,
"name": "Development Environment"
}
]