@@ -163,7 +163,7 @@ class ModuleDocFragment(object):
163
163
- Filters can be nested. At most four nesting layers are allowed.
164
164
- When supplying the C(attribute) option, you must also supply a
165
165
C(value) for the filter. You can also override the default operator
166
- with the C(= ) option.
166
+ of C(=) with the C(operator ) option.
167
167
- For examples, see M(cmci_get)
168
168
type: dict
169
169
required: false
@@ -176,6 +176,7 @@ class ModuleDocFragment(object):
176
176
nested filter expression can be either an C(attribute), C(and)
177
177
or C(or) complex filter expression.
178
178
type: list
179
+ elements: dict
179
180
required: false
180
181
or:
181
182
description:
@@ -185,6 +186,7 @@ class ModuleDocFragment(object):
185
186
nested filter expression can be either an C(attribute), C(and)
186
187
or C(or) complex filter expression.
187
188
type: list
189
+ elements: dict
188
190
required: false
189
191
attribute:
190
192
description:
@@ -200,7 +202,8 @@ class ModuleDocFragment(object):
200
202
These operators are accepted: C(<) or C(LT) (less than), C(<=) or
201
203
C(LE) (less than or equal to), C(=) or C(EQ) (equal to), C(>) or
202
204
C(GT) (greater than), C(>=) or C(GE) (greater than or equal to),
203
- C(==) or C(IS) (is), C(¬=), C(!=), or C(NE) (not equal to).
205
+ C(==) or C(IS) (is), C(¬=), C(!=), or C(NE) (not equal to). If
206
+ not supplied when 'attribute' is used, C(EQ) will be assumed.
204
207
type: str
205
208
required: false
206
209
choices:
@@ -219,14 +222,14 @@ class ModuleDocFragment(object):
219
222
- LE
220
223
- NE
221
224
- IS
222
- default: EQ
223
225
value:
224
226
description:
225
227
- The value by which you are to filter the resource attributes.
226
228
- The value must be a valid one for the resource table attribute
227
229
as documented in the resource table reference, for example,
228
230
L(PROGDEF resource table reference,
229
231
https://www.ibm.com/support/knowledgecenter/en/SSGMCP_5.6.0/reference-cpsm-restables/cpsm-restables/PROGDEFtab.html).
232
+ type: str
230
233
required: false
231
234
get_parameters:
232
235
description: >
@@ -239,6 +242,7 @@ class ModuleDocFragment(object):
239
242
as found in the L(PROGDEF resource table reference,
240
243
https://www.ibm.com/support/knowledgecenter/en/SSGMCP_5.6.0/reference-cpsm-restables/cpsm-restables/PROGDEFtab.html).
241
244
type: list
245
+ elements: dict
242
246
suboptions:
243
247
name:
244
248
description: Parameter name available for the GET operation.
0 commit comments