DX APM - Is there an API to get the JSON definition of a universe given the universe name?
search cancel

DX APM - Is there an API to get the JSON definition of a universe given the universe name?

book

Article ID: 273288

calendar_today

Updated On:

Products

DX SaaS DX Application Performance Management

Issue/Introduction

The documentation at https://techdocs.broadcom.com/us/en/ca-enterprise-software/it-operations-management/dx-apm-saas/SaaS/api-reference/apm-rest-api/Universe.html  provides method to get definition of all universes in a tenant or a single universe given it's ID.   

Is there a method to request a JSON universe definition given the name of the universe?

At present to get universe definition from a name (user's have no knowledge of the VIEW IDs), requires the following sequence when using curl to make API calls:

  curl -s  -X 'GET' 'https://apmgw.dxi-na1.saas.broadcom.com/xxx/apm/atc/api/universe' -H 'Authorization: Bearer --REDACTED--' -H 'Cache-Control: no-cache' '

process JSON result to extract the ID of the universe with required name, in this case ID is VIEW1

  curl -s  -X 'GET' 'https://apmgw.dxi-na1.saas.broadcom.com/xxx/atc/views/view/VIEW1' -H 'Authorization: Bearer --REDACTED--' -H 'Cache-Control: no-cache''

Environment

Release : SAAS

Resolution

This is not an option today.  Enhancement request has been created for this current limitation #US911801
 

Additional Information

https://techdocs.broadcom.com/us/en/ca-enterprise-software/it-operations-management/dx-apm-saas/SaaS/api-reference.html