@@ -72,8 +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,
76
- 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/support/knowledgecenter/en/SSGMCP_5.6.0/reference-cpsm-restables/cpsm-restables/PROGRAMtab.html),
77
76
CMAS context is not supported for PROGRAM.
78
77
- If CMCI is installed in a single region (SMSS), I(context) is the
79
78
APPLID of the CICS region associate with the request.
@@ -96,8 +95,8 @@ class ModuleDocFragment(object):
96
95
description:
97
96
- The CMCI external resource name that maps to the target CICS or CICSPlex
98
97
SM resource type.
99
- For a list of CMCI external resource names, see L(CMCI resource names,
100
- https://www.ibm.com/support/knowledgecenter/SSGMCP_5.6.0/reference-system-programming/cmci/clientapi_resources.html).
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).
101
100
type: str
102
101
required: true
103
102
scheme:
@@ -139,13 +138,12 @@ class ModuleDocFragment(object):
139
138
- To use more complicated filter expressions, including a range of
140
139
different filter operators, and the ability to compose filters with
141
140
C(and) and C(or) operators, see the C(complex_filter) parameter.
142
- - For examples , see "Examples" in M(cmci_get).
143
- - For more details, see L(How to build a filter expression,
144
- https://www.ibm.com/support/knowledgecenter/SSGMCP_5.6.0/system-programming/cpsm/eyup1a0.html).
141
+ - For more details , see
142
+ L(How to build a filter expression,https://www.ibm.com/support/knowledgecenter/SSGMCP_5.6.0/system-programming/cpsm/eyup1a0.html).
143
+ - For examples, see M(cmci_get)
145
144
- For supported attributes of different resource types, see their
146
145
resource table reference, for example,
147
- L(PROGDEF resource table reference,
148
- https://www.ibm.com/support/knowledgecenter/en/SSGMCP_5.6.0/reference-cpsm-restables/cpsm-restables/PROGDEFtab.html).
146
+ L(PROGDEF resource table reference,https://www.ibm.com/support/knowledgecenter/en/SSGMCP_5.6.0/reference-cpsm-restables/cpsm-restables/PROGDEFtab.html).
149
147
type: dict
150
148
required: false
151
149
complex_filter:
@@ -192,9 +190,8 @@ class ModuleDocFragment(object):
192
190
description:
193
191
- The name of a resource table attribute on which to filter.
194
192
- For supported attributes of different resource types, see their
195
- resource table reference, for example, L(PROGDEF resource table
196
- reference,
197
- https://www.ibm.com/support/knowledgecenter/en/SSGMCP_5.6.0/reference-cpsm-restables/cpsm-restables/PROGDEFtab.html).
193
+ resource table reference, for example,
194
+ L(PROGDEF resource table reference, https://www.ibm.com/support/knowledgecenter/en/SSGMCP_5.6.0/reference-cpsm-restables/cpsm-restables/PROGDEFtab.html).
198
195
type: str
199
196
required: false
200
197
operator:
@@ -227,8 +224,7 @@ class ModuleDocFragment(object):
227
224
- The value by which you are to filter the resource attributes.
228
225
- The value must be a valid one for the resource table attribute
229
226
as documented in the resource table reference, for example,
230
- L(PROGDEF resource table reference,
231
- https://www.ibm.com/support/knowledgecenter/en/SSGMCP_5.6.0/reference-cpsm-restables/cpsm-restables/PROGDEFtab.html).
227
+ L(PROGDEF resource table reference,https://www.ibm.com/support/knowledgecenter/en/SSGMCP_5.6.0/reference-cpsm-restables/cpsm-restables/PROGDEFtab.html).
232
228
type: str
233
229
required: false
234
230
get_parameters:
@@ -239,8 +235,8 @@ class ModuleDocFragment(object):
239
235
the target resource type, as valid parameters for the GET operation in
240
236
the "Valid CPSM operations" table. For example, the valid parameters
241
237
for identifying a PROGDEF resource are CICSSYS, CSDGROUP and RESGROUP,
242
- as found in the L(PROGDEF resource table reference,
243
- https://www.ibm.com/support/knowledgecenter/en/SSGMCP_5.6.0/reference-cpsm-restables/cpsm-restables/PROGDEFtab.html).
238
+ as found in the
239
+ L(PROGDEF resource table reference, https://www.ibm.com/support/knowledgecenter/en/SSGMCP_5.6.0/reference-cpsm-restables/cpsm-restables/PROGDEFtab.html).
244
240
type: list
245
241
elements: dict
246
242
suboptions:
@@ -261,8 +257,8 @@ class ModuleDocFragment(object):
261
257
description:
262
258
- The resource attributes to be created or updated. Available attributes
263
259
can be found in the CICSPlex® SM resource table reference for the
264
- target resource type, for example, L(PROGDEF resource table reference,
265
- https://www.ibm.com/support/knowledgecenter/en/SSGMCP_5.6.0/reference-cpsm-restables/cpsm-restables/PROGDEFtab.html).
260
+ target resource type, for example,
261
+ L(PROGDEF resource table reference, https://www.ibm.com/support/knowledgecenter/en/SSGMCP_5.6.0/reference-cpsm-restables/cpsm-restables/PROGDEFtab.html).
266
262
type: dict
267
263
required: false
268
264
'''
0 commit comments