CICS DA POST requests
You can use the CICS® DA RESTful API to clone a CICS TS region or to run the discovery function. The CICS DA external API uses the HTTP POST method to create the relevant resources in the CICS DA model.
POST overview
The client forms a POST request from the following parts:
- The HTTP method, in this case POST
- The URI that identifies the resources to be created
- Headers that identify additional information, such as the format of the response
- For the clone function only, the body that specifies the parameters of the request.
The fixed root URI of the CICS DA API
is:
{hostname}:{port}/CICSTopology/v1