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

Enable a CICS URIMAP #49

Closed gejohnston closed 4 years ago

gejohnston commented 4 years ago

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

ghost commented 4 years ago

Example of invoking REST API to enable URIMAP: PUT <host>:<port>/CICSSystemManagement/CICSURIMap/CICCMCI2?CRITERIA=(NAME=ABCD) where region name = "CICCMCI2" and URIMap name = "ABCD" with the following XML body:

<request>
  <action name="ENABLE">
  </action>
</request>
ghost commented 4 years ago

Resolved by #64