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

Define a CICS URIMAP #53

Closed gejohnston closed 4 years ago

gejohnston commented 4 years ago

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

ghost commented 4 years ago

Sample XML for REST API (path attribute is required, as well as host and program attributes for the default options usage="server"):

<request>
  <create>
    <parameter name="CSD"/>
    <attributes name="ABCD" csdgroup="MYGRP" path="PATH" host="HOST" program="PROGRAM"/>
  </create>
</request>

Endpoint: <host>:<port>/CICSSystemManagement/CICSDefinitionURIMap/CICCMCI2

MikeBauerCA commented 4 years ago

@tjohnsonBCM should this issue be closed?