GET Preferred Framework List API

GET/pcrs/1.0/assetGroup/list

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. 

Sample -  List all asset groups associated to a subscriptionSample -  List all asset groups associated to a subscription

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"
  }
]


 

 

 

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.