@@ -72,7 +72,7 @@ class ModuleDocFragment(object):
72
72
C(PLEX1). To determine whether a CMAS can be specified as I(context),
73
73
see the B(CMAS context) entry in the CICSPlex SM resource table
74
74
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 ),
76
76
CMAS context is not supported for PROGRAM.
77
77
- If CMCI is installed in a single region (SMSS), I(context) is the
78
78
APPLID of the CICS region associate with the request.
@@ -96,7 +96,7 @@ class ModuleDocFragment(object):
96
96
- The CMCI external resource name that maps to the target CICS or CICSPlex
97
97
SM resource type.
98
98
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 ).
100
100
type: str
101
101
required: true
102
102
scheme:
@@ -144,11 +144,11 @@ class ModuleDocFragment(object):
144
144
different filter operators, and the ability to compose filters with
145
145
C(and) and C(or) operators, see the C(complex_filter) parameter.
146
146
- 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 ).
148
148
- For examples, see M(cmci_get).
149
149
- For supported attributes of different resource types, see their
150
150
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 ).
152
152
type: dict
153
153
required: false
154
154
complex_filter:
@@ -196,7 +196,7 @@ class ModuleDocFragment(object):
196
196
- The name of a resource table attribute on which to filter.
197
197
- For supported attributes of different resource types, see their
198
198
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 ).
200
200
type: str
201
201
required: false
202
202
operator:
@@ -229,7 +229,7 @@ class ModuleDocFragment(object):
229
229
- The value by which you are to filter the resource attributes.
230
230
- The value must be a valid one for the resource table attribute
231
231
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 ).
233
233
type: str
234
234
required: false
235
235
get_parameters:
@@ -241,7 +241,7 @@ class ModuleDocFragment(object):
241
241
the "Valid CPSM operations" table. For example, the valid parameters
242
242
for identifying a PROGDEF resource are CICSSYS, CSDGROUP and RESGROUP,
243
243
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 ).
245
245
type: list
246
246
elements: dict
247
247
suboptions:
@@ -263,7 +263,7 @@ class ModuleDocFragment(object):
263
263
- The resource attributes to be created or updated. Available attributes
264
264
can be found in the CICSPlex® SM resource table reference for the
265
265
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 ).
267
267
type: dict
268
268
required: false
269
269
'''
0 commit comments