You can use this command to get information about the managed regions that CICS® DA discovered in the Sysplex.
To get a list of all managed regions, you must send an http GET request to your DA Server: For example:
http://example.com:port/CPHAPI/sysplex/{plex}/managedRegions/
To get more information about a specific region, follow the links that are returned or specify the URL yourself. For example:
http://example.com:port/CPHAPI/sysplex/{plex}/managedRegions/{applid}
The API supports both XML and JSON. Add the Accept Header to your request. For example: http://example.com:port/CPHAPI/sysplex/myplex/managedRegions/ Accept: application/json or http://example.com:port/CPHAPI/sysplex/myplex/managedRegions/ Accept: application/xml