zowe / zowe-cli-cics-plugin

Migrated to zowe/cics-for-zowe-client.
https://github.com/zowe/cics-for-zowe-client
Eclipse Public License 2.0
7 stars 11 forks source link

Install a CICS URIMAP #48

Closed gejohnston closed 4 years ago

gejohnston commented 4 years ago

Create a new zowe CLI command to install a CICS URIMAP resource

ghost commented 4 years ago

Example of invoking REST API to install URIMAP: PUT <host>:<port>/CICSSystemManagement/CICSDefinitionURIMap/CICCMCI2?CRITERIA=(NAME=ABCD)&PARAMETER=CSDGROUP(MYGRP) where region name = "CICCMCI2", URIMap name = "ABCD", and CICS group name = "MYGRP" with the following XML body:

<request>
  <action name="CSDINSTALL">
  </action>
</request>