GET

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

Limitations:
  • The API supports access only to managed regions.
  • The API performs no authentication.
  • The data that is returned is a small subset of the information CICS DA has about the region.
  • The format of the returned JSON data is likely to change and will contain links to resources rather than simple identifiers.
  • You can currently specify any SYSPLEX name in the url.