Skip to content

Commit 1e44b29

Browse files
Merge pull request #114 from markcocker/main
Update URL to use IBM Docs and link to latest CICS
2 parents ab3c21b + 10bfa0c commit 1e44b29

File tree

10 files changed

+48
-48
lines changed

10 files changed

+48
-48
lines changed

docs/ansible_content.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ the `CMCI REST API`_ of the CICS® management client interface (CMCI) for system
2121
management.
2222

2323
.. _CMCI REST API:
24-
https://www.ibm.com/support/knowledgecenter/SSGMCP_5.6.0/fundamentals/cpsm/cpsm-cmci-restfulapi-overview.html
24+
https://www.ibm.com/docs/en/cics-ts/latest?topic=cmci-how-it-works-rest-api
2525

2626
.. toctree::
2727
:maxdepth: 1

docs/source/release_notes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ This collection can manage CICS and CICSPlex® SM resources and definitions by c
5353
https://github.com/IBM/z_ansible_collections_samples/tree/master/zos_subsystems/cics
5454

5555
.. _CMCI REST API:
56-
https://www.ibm.com/support/knowledgecenter/SSGMCP_5.6.0/fundamentals/cpsm/cpsm-cmci-restfulapi-overview.html
56+
https://www.ibm.com/docs/en/cics-ts/latest?topic=cmci-how-it-works-rest-api
5757

5858
.. _the documentation site:
5959
https://ibm.github.io/z_ansible_collections_doc/ibm_zos_cics/docs/ansible_content.html

docs/source/requirements.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ A control node is any machine with Ansible® installed. You can run commands and
2626
.. _OpenSSH:
2727
https://www.openssh.com/
2828
.. _CMCI REST API:
29-
https://www.ibm.com/support/knowledgecenter/SSGMCP_5.6.0/fundamentals/cpsm/cpsm-cmci-restfulapi-overview.html
29+
https://www.ibm.com/docs/en/cics-ts/latest?topic=cmci-how-it-works-rest-api
3030

3131

3232
Managed node

docs/source/requirements_managed.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ your managed node must also follow the requirements of those collections, for ex
6363
If you use the CICS collection alone but don't delegate the CICS tasks to your localhost, your managed node must also follow the `IBM z/OS core managed node requirements`_ except that IBM Z Open Automation Utilities (ZOAU) is not required.
6464

6565
.. _z/OS OpenSSH:
66-
https://www.ibm.com/support/knowledgecenter/SSLTBW_2.2.0/com.ibm.zos.v2r2.e0za100/ch1openssh.htm
66+
https://www.ibm.com/docs/en/zos/latest?topic=descriptions-zos-openssh
6767

6868
.. _CMCI connection:
69-
https://www.ibm.com/support/knowledgecenter/SSGMCP_5.6.0/configuring/cmci/clientapi_setup.html
69+
https://www.ibm.com/docs/en/cics-ts/latest?topic=configuring-setting-up-cmci
7070

7171
.. _CMCI REST API:
72-
https://www.ibm.com/support/knowledgecenter/SSGMCP_5.6.0/fundamentals/cpsm/cpsm-cmci-restfulapi-overview.html
72+
https://www.ibm.com/docs/en/cics-ts/latest?topic=cmci-how-it-works-rest-api
7373

7474
.. _IBM z/OS core managed node requirements:
7575
https://ibm.github.io/z_ansible_collections_doc/ibm_zos_core/docs/source/requirements_managed.html

plugins/doc_fragments/cmci.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class ModuleDocFragment(object):
7272
C(PLEX1). To determine whether a CMAS can be specified as I(context),
7373
see the B(CMAS context) entry in the CICSPlex SM resource table
7474
reference of a resource. For example, according to the
75-
L(PROGRAM resource table,https://www.ibm.com/support/knowledgecenter/en/SSGMCP_5.6.0/reference-cpsm-restables/cpsm-restables/PROGRAMtab.html),
75+
L(PROGRAM resource table,https://www.ibm.com/docs/en/cics-ts/latest?topic=tables-program-resource-table),
7676
CMAS context is not supported for PROGRAM.
7777
- If CMCI is installed in a single region (SMSS), I(context) is the
7878
APPLID of the CICS region associate with the request.
@@ -96,7 +96,7 @@ class ModuleDocFragment(object):
9696
- The CMCI external resource name that maps to the target CICS or CICSPlex
9797
SM resource type.
9898
For a list of CMCI external resource names, see
99-
L(CMCI resource names,https://www.ibm.com/support/knowledgecenter/SSGMCP_5.6.0/reference-system-programming/cmci/clientapi_resources.html).
99+
L(CMCI resource names,https://www.ibm.com/docs/en/cics-ts/latest?topic=reference-cmci-resource-names).
100100
type: str
101101
required: true
102102
scheme:
@@ -144,11 +144,11 @@ class ModuleDocFragment(object):
144144
different filter operators, and the ability to compose filters with
145145
C(and) and C(or) operators, see the C(complex_filter) parameter.
146146
- For more details, see
147-
L(How to build a filter expression,https://www.ibm.com/support/knowledgecenter/SSGMCP_5.6.0/system-programming/cpsm/eyup1a0.html).
147+
L(How to build a filter expression,https://www.ibm.com/docs/en/cics-ts/latest?topic=expressions-how-build-filter-expression).
148148
- For examples, see M(cmci_get).
149149
- For supported attributes of different resource types, see their
150150
resource table reference, for example,
151-
L(PROGDEF resource table reference,https://www.ibm.com/support/knowledgecenter/en/SSGMCP_5.6.0/reference-cpsm-restables/cpsm-restables/PROGDEFtab.html).
151+
L(PROGDEF resource table reference,https://www.ibm.com/docs/en/cics-ts/latest?topic=tables-progdef-resource-table).
152152
type: dict
153153
required: false
154154
complex_filter:
@@ -196,7 +196,7 @@ class ModuleDocFragment(object):
196196
- The name of a resource table attribute on which to filter.
197197
- For supported attributes of different resource types, see their
198198
resource table reference, for example,
199-
L(PROGDEF resource table reference, https://www.ibm.com/support/knowledgecenter/en/SSGMCP_5.6.0/reference-cpsm-restables/cpsm-restables/PROGDEFtab.html).
199+
L(PROGDEF resource table reference, https://www.ibm.com/docs/en/cics-ts/latest?topic=tables-progdef-resource-table).
200200
type: str
201201
required: false
202202
operator:
@@ -229,7 +229,7 @@ class ModuleDocFragment(object):
229229
- The value by which you are to filter the resource attributes.
230230
- The value must be a valid one for the resource table attribute
231231
as documented in the resource table reference, for example,
232-
L(PROGDEF resource table reference,https://www.ibm.com/support/knowledgecenter/en/SSGMCP_5.6.0/reference-cpsm-restables/cpsm-restables/PROGDEFtab.html).
232+
L(PROGDEF resource table reference,https://www.ibm.com/docs/en/cics-ts/latest?topic=tables-progdef-resource-table).
233233
type: str
234234
required: false
235235
get_parameters:
@@ -241,7 +241,7 @@ class ModuleDocFragment(object):
241241
the "Valid CPSM operations" table. For example, the valid parameters
242242
for identifying a PROGDEF resource are CICSSYS, CSDGROUP and RESGROUP,
243243
as found in the
244-
L(PROGDEF resource table reference,https://www.ibm.com/support/knowledgecenter/en/SSGMCP_5.6.0/reference-cpsm-restables/cpsm-restables/PROGDEFtab.html).
244+
L(PROGDEF resource table reference,https://www.ibm.com/docs/en/cics-ts/latest?topic=tables-progdef-resource-table).
245245
type: list
246246
elements: dict
247247
suboptions:
@@ -263,7 +263,7 @@ class ModuleDocFragment(object):
263263
- The resource attributes to be created or updated. Available attributes
264264
can be found in the CICSPlex® SM resource table reference for the
265265
target resource type, for example,
266-
L(PROGDEF resource table reference,https://www.ibm.com/support/knowledgecenter/en/SSGMCP_5.6.0/reference-cpsm-restables/cpsm-restables/PROGDEFtab.html).
266+
L(PROGDEF resource table reference,https://www.ibm.com/docs/en/cics-ts/latest?topic=tables-progdef-resource-table).
267267
type: dict
268268
required: false
269269
'''

plugins/modules/cmci_action.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
initiating PUT requests via the CMCI REST API. The CMCI REST API can be
1717
configured in CICSPlex SM or stand-alone regions (SMSS). For information
1818
about the API, see
19-
L(CMCI REST API,https://www.ibm.com/support/knowledgecenter/SSGMCP_5.6.0/reference-system-programming/cmci/clientapi_overview.html).
19+
L(CMCI REST API,https://www.ibm.com/docs/en/cics-ts/latest?topic=programming-cmci-rest-api-reference).
2020
For information about how to compose PUT requests, see
21-
L(CMCI PUT requests,https://www.ibm.com/support/knowledgecenter/SSGMCP_5.6.0/reference-system-programming/cmci/clientapi_put.html).
21+
L(CMCI PUT requests,https://www.ibm.com/docs/en/cics-ts/latest?topic=requests-cmci-put).
2222
author:
2323
- Stewart Francis (@stewartfrancis)
2424
- Tom Latham (@Tom-Latham)
@@ -33,7 +33,7 @@
3333
The name of the target action. To find the name of the appropriate action,
3434
consult the CICSPlex SM resource tables for the target resource type. For
3535
example, the
36-
L(PROGRAM resource table reference,https://www.ibm.com/support/knowledgecenter/en/SSGMCP_5.6.0/reference-cpsm-restables/cpsm-restables/PROGRAMtab.html)
36+
L(PROGRAM resource table reference,https://www.ibm.com/docs/en/cics-ts/latest?topic=tables-program-resource-table)
3737
lists the eligible actions for CICS programs.
3838
type: str
3939
required: true
@@ -45,7 +45,7 @@
4545
listed in the PERFORM SET operation section of the "Valid CPSM operations"
4646
table. For example, the valid parameters for a PROGDEF CSDCOPY action are
4747
C(AS_RESOURCE), C(DUPACTION) and C(TO_CSDGROUP), as found in the
48-
L(PROGDEF resource table reference,https://www.ibm.com/support/knowledgecenter/en/SSGMCP_5.6.0/reference-cpsm-restables/cpsm-restables/PROGDEFtab.html).
48+
L(PROGDEF resource table reference,https://www.ibm.com/docs/en/cics-ts/latest?topic=tables-progdef-resource-table).
4949
type: list
5050
elements: dict
5151
suboptions:
@@ -113,28 +113,28 @@
113113
description:
114114
- The character value of the REASON code returned by each CICSPlex SM API
115115
command. For a list of REASON character values, see
116-
https://www.ibm.com/support/knowledgecenter/SSGMCP_5.6.0/reference-system-programming/commands-cpsm/eyup2ky.html.
116+
https://www.ibm.com/docs/en/cics-ts/latest?topic=values-eyuda-reason-in-alphabetical-order.
117117
returned: success
118118
type: str
119119
cpsm_reason_code:
120120
description:
121121
- The numeric value of the REASON code returned by each CICSPlex SM API
122122
command. For a list of REASON numeric values, see
123-
https://www.ibm.com/support/knowledgecenter/SSGMCP_5.6.0/reference-system-programming/commands-cpsm/eyup2kw.html.
123+
https://www.ibm.com/docs/en/cics-ts/latest?topic=values-eyuda-reason-in-numerical-order.
124124
returned: success
125125
type: int
126126
cpsm_response:
127127
description:
128128
- The character value of the RESPONSE code returned by each CICSPlex SM API
129129
command. For a list of RESPONSE character values, see
130-
https://www.ibm.com/support/knowledgecenter/SSGMCP_5.6.0/reference-system-programming/commands-cpsm/eyup2kx.html.
130+
https://www.ibm.com/docs/en/cics-ts/latest?topic=values-eyuda-response-in-alphabetical-order.
131131
returned: success
132132
type: str
133133
cpsm_response_code:
134134
description:
135135
- The numeric value of the RESPONSE code returned by each CICSPlex SM API
136136
command. For a list of RESPONSE numeric values, see
137-
https://www.ibm.com/support/knowledgecenter/SSGMCP_5.6.0/reference-system-programming/commands-cpsm/eyup2kv.html.
137+
https://www.ibm.com/docs/en/cics-ts/latest?topic=values-eyuda-response-in-numerical-order.
138138
returned: success
139139
type: str
140140
http_status:

plugins/modules/cmci_create.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
repositories, by initiating POST requests via the CMCI REST API. The CMCI
1717
REST API can be configured in CICSPlex SM or stand-alone regions (SMSS). For
1818
information about the API, see
19-
L(CMCI REST API,https://www.ibm.com/support/knowledgecenter/SSGMCP_5.6.0/reference-system-programming/cmci/clientapi_overview.html).
19+
L(CMCI REST API,https://www.ibm.com/docs/en/cics-ts/latest?topic=programming-cmci-rest-api-reference).
2020
For information about how to compose POST requests, see
21-
L(CMCI POST requests,https://www.ibm.com/support/knowledgecenter/SSGMCP_5.6.0/reference-system-programming/cmci/clientapi_post.html).
21+
L(CMCI POST requests,https://www.ibm.com/docs/en/cics-ts/latest?topic=requests-cmci-post).
2222
author:
2323
- Stewart Francis (@stewartfrancis)
2424
- Tom Latham (@Tom-Latham)
@@ -36,7 +36,7 @@
3636
operation section of the "Valid CPSM operations" table. For example, the
3737
valid parameters for a PROGDEF CREATE operation are CSD and RESGROUP, as
3838
found in the
39-
L(PROGDEF resource table reference,https://www.ibm.com/support/knowledgecenter/en/SSGMCP_5.6.0/reference-cpsm-restables/cpsm-restables/PROGDEFtab.html).
39+
L(PROGDEF resource table reference,https://www.ibm.com/docs/en/cics-ts/latest?topic=tables-progdef-resource-table).
4040
type: list
4141
elements: dict
4242
suboptions:
@@ -88,28 +88,28 @@
8888
description:
8989
- The character value of the REASON code returned by each CICSPlex SM API
9090
command. For a list of REASON character values, see
91-
https://www.ibm.com/support/knowledgecenter/SSGMCP_5.6.0/reference-system-programming/commands-cpsm/eyup2ky.html.
91+
https://www.ibm.com/docs/en/cics-ts/latest?topic=values-eyuda-reason-in-alphabetical-order.
9292
returned: success
9393
type: str
9494
cpsm_reason_code:
9595
description:
9696
- The numeric value of the REASON code returned by each CICSPlex SM API
9797
command. For a list of REASON numeric values, see
98-
https://www.ibm.com/support/knowledgecenter/SSGMCP_5.6.0/reference-system-programming/commands-cpsm/eyup2kw.html.
98+
https://www.ibm.com/docs/en/cics-ts/latest?topic=values-eyuda-reason-in-numerical-order.
9999
returned: success
100100
type: int
101101
cpsm_response:
102102
description:
103103
- The character value of the RESPONSE code returned by each CICSPlex SM API
104104
command. For a list of RESPONSE character values, see
105-
https://www.ibm.com/support/knowledgecenter/SSGMCP_5.6.0/reference-system-programming/commands-cpsm/eyup2kx.html.
105+
https://www.ibm.com/docs/en/cics-ts/latest?topic=values-eyuda-response-in-alphabetical-order.
106106
returned: success
107107
type: str
108108
cpsm_response_code:
109109
description:
110110
- The numeric value of the RESPONSE code returned by each CICSPlex SM API
111111
command. For a list of RESPONSE numeric values, see
112-
https://www.ibm.com/support/knowledgecenter/SSGMCP_5.6.0/reference-system-programming/commands-cpsm/eyup2kv.html.
112+
https://www.ibm.com/docs/en/cics-ts/latest?topic=values-eyuda-response-in-numerical-order.
113113
returned: success
114114
type: str
115115
http_status:

plugins/modules/cmci_delete.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
from CICS regions, by initiating DELETE requests via the CMCI REST API. The
1717
CMCI REST API can be configured in CICSPlex SM or stand-alone regions
1818
(SMSS). For information about the API, see
19-
L(CMCI REST API,https://www.ibm.com/support/knowledgecenter/SSGMCP_5.6.0/reference-system-programming/cmci/clientapi_overview.html).
19+
L(CMCI REST API,https://www.ibm.com/docs/en/cics-ts/latest?topic=programming-cmci-rest-api-reference).
2020
For information about how to compose DELETE requests, see
21-
L(CMCI DELETE requests, https://www.ibm.com/support/knowledgecenter/SSGMCP_5.6.0/reference-system-programming/cmci/clientapi_delete.html).
21+
L(CMCI DELETE requests, https://www.ibm.com/docs/en/cics-ts/latest?topic=requests-cmci-delete).
2222
author:
2323
- Stewart Francis (@stewartfrancis)
2424
- Tom Latham (@Tom-Latham)
@@ -73,28 +73,28 @@
7373
description:
7474
- The character value of the REASON code returned by each CICSPlex SM API
7575
command. For a list of REASON character values, see
76-
https://www.ibm.com/support/knowledgecenter/SSGMCP_5.6.0/reference-system-programming/commands-cpsm/eyup2ky.html.
76+
https://www.ibm.com/docs/en/cics-ts/latest?topic=values-eyuda-reason-in-alphabetical-order.
7777
returned: success
7878
type: str
7979
cpsm_reason_code:
8080
description:
8181
- The numeric value of the REASON code returned by each CICSPlex SM API
8282
command. For a list of REASON numeric values, see
83-
https://www.ibm.com/support/knowledgecenter/SSGMCP_5.6.0/reference-system-programming/commands-cpsm/eyup2kw.html.
83+
https://www.ibm.com/docs/en/cics-ts/latest?topic=values-eyuda-reason-in-numerical-order.
8484
returned: success
8585
type: int
8686
cpsm_response:
8787
description:
8888
- The character value of the RESPONSE code returned by each CICSPlex SM API
8989
command. For a list of RESPONSE character values, see
90-
https://www.ibm.com/support/knowledgecenter/SSGMCP_5.6.0/reference-system-programming/commands-cpsm/eyup2kx.html.
90+
https://www.ibm.com/docs/en/cics-ts/latest?topic=values-eyuda-response-in-alphabetical-order.
9191
returned: success
9292
type: str
9393
cpsm_response_code:
9494
description:
9595
- The numeric value of the RESPONSE code returned by each CICSPlex SM API
9696
command. For a list of RESPONSE numeric values, see
97-
https://www.ibm.com/support/knowledgecenter/SSGMCP_5.6.0/reference-system-programming/commands-cpsm/eyup2kv.html.
97+
https://www.ibm.com/docs/en/cics-ts/latest?topic=values-eyuda-response-in-numerical-order.
9898
returned: success
9999
type: str
100100
http_status:

plugins/modules/cmci_get.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
resources from CICS regions, by initiating GET requests via the CMCI REST
1717
API. The CMCI REST API can be configured in CICSPlex SM or stand-alone
1818
regions (SMSS). For information about the API, see
19-
L(CMCI REST API,https://www.ibm.com/support/knowledgecenter/SSGMCP_5.6.0/reference-system-programming/cmci/clientapi_overview.html).
19+
L(CMCI REST API,https://www.ibm.com/docs/en/cics-ts/latest?topic=programming-cmci-rest-api-reference).
2020
For information about how to compose GET requests, see
21-
L(CMCI GET requests,https://www.ibm.com/support/knowledgecenter/SSGMCP_5.6.0/reference-system-programming/cmci/clientapi_get.html).
21+
L(CMCI GET requests,https://www.ibm.com/docs/en/cics-ts/latest?topic=requests-cmci-get).
2222
author:
2323
- Stewart Francis (@stewartfrancis)
2424
- Tom Latham (@Tom-Latham)
@@ -127,28 +127,28 @@
127127
description:
128128
- The character value of the REASON code returned by each CICSPlex SM API
129129
command. For a list of REASON character values, see
130-
https://www.ibm.com/support/knowledgecenter/SSGMCP_5.6.0/reference-system-programming/commands-cpsm/eyup2ky.html.
130+
https://www.ibm.com/docs/en/cics-ts/latest?topic=values-eyuda-reason-in-alphabetical-order.
131131
returned: success
132132
type: str
133133
cpsm_reason_code:
134134
description:
135135
- The numeric value of the REASON code returned by each CICSPlex SM API
136136
command. For a list of REASON numeric values, see
137-
https://www.ibm.com/support/knowledgecenter/SSGMCP_5.6.0/reference-system-programming/commands-cpsm/eyup2kw.html.
137+
https://www.ibm.com/docs/en/cics-ts/latest?topic=values-eyuda-reason-in-numerical-order.
138138
returned: success
139139
type: int
140140
cpsm_response:
141141
description:
142142
- The character value of the RESPONSE code returned by each CICSPlex SM API
143143
command. For a list of RESPONSE character values, see
144-
https://www.ibm.com/support/knowledgecenter/SSGMCP_5.6.0/reference-system-programming/commands-cpsm/eyup2kx.html.
144+
https://www.ibm.com/docs/en/cics-ts/latest?topic=values-eyuda-response-in-alphabetical-order.
145145
returned: success
146146
type: str
147147
cpsm_response_code:
148148
description:
149149
- The numeric value of the RESPONSE code returned by each CICSPlex SM API
150150
command. For a list of RESPONSE numeric values, see
151-
https://www.ibm.com/support/knowledgecenter/SSGMCP_5.6.0/reference-system-programming/commands-cpsm/eyup2kv.html.
151+
https://www.ibm.com/docs/en/cics-ts/latest?topic=values-eyuda-response-in-numerical-order.
152152
returned: success
153153
type: str
154154
http_status:

0 commit comments

Comments
 (0)