Skip to content

Commit d7de20b

Browse files
Regenerate doc
Signed-off-by: Stew Francis <[email protected]>
1 parent 190cc58 commit d7de20b

File tree

4 files changed

+11
-15
lines changed

4 files changed

+11
-15
lines changed

docs/source/modules/cmci_action.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ action_name
4242

4343

4444
action_parameters
45-
A list of one or more parameters that control the *action* operation. Eligible actions and corresponding parameters for the target operation can be found in the resource table reference for the target resource type, as listed in the PERFORM SET operation section of the "Valid CPSM operations" table. For example, the valid parameters for a PROGDEF CSDCOPY action are AS_RESOURCE, DUPACTION and TO_CSDGROUP, as found in the `PROGDEF resource table reference <https://www.ibm.com/support/knowledgecenter/en/SSGMCP_5.6.0/reference-cpsm-restables/cpsm-restables/PROGDEFtab.html>`_.
45+
A list of one or more parameters that control the *action* operation. Eligible actions and corresponding parameters for the target operation can be found in the resource table reference for the target resource type, as listed in the PERFORM SET operation section of the "Valid CPSM operations" table. For example, the valid parameters for a PROGDEF CSDCOPY action are ``AS_RESOURCE``, ``DUPACTION`` and ``TO_CSDGROUP``, as found in the `PROGDEF resource table reference <https://www.ibm.com/support/knowledgecenter/en/SSGMCP_5.6.0/reference-cpsm-restables/cpsm-restables/PROGDEFtab.html>`_.
4646

4747

4848

@@ -61,7 +61,7 @@ action_parameters
6161

6262

6363
value
64-
Parameter value if any. Can be omitted if the parameter requires no value to be supplied, as shown in the resource table reference. For example, the OVERRIDE parameter for the PROGDEF INSTALL action doesn't require a value.
64+
Parameter value if any. Can be omitted if the parameter requires no value to be supplied, as shown in the resource table reference. For example, the OVERRIDE parameter for the PROGDEF INSTALL action doesn't require a value.
6565

6666

6767

@@ -189,7 +189,7 @@ resources
189189

190190
Filters can be nested. At most four nesting layers are allowed.
191191

192-
When supplying the ``attribute`` option, you must also supply a ``value`` for the filter. You can also override the default operator with the ``=`` option.
192+
When supplying the ``attribute`` option, you must also supply a ``value`` for the filter. You can also override the default operator of ``=`` with the ``operator`` option.
193193

194194
For examples, see :ref:`cmci_get <cmci_get_module>`
195195

@@ -222,13 +222,12 @@ resources
222222

223223

224224
operator
225-
These operators are accepted: ``<`` or ``LT`` (less than), ``<=`` or ``LE`` (less than or equal to), ``=`` or ``EQ`` (equal to), ``>`` or ``GT`` (greater than), ``>=`` or ``GE`` (greater than or equal to), ``==`` or ``IS`` (is), ``¬=``, ``!=``, or ``NE`` (not equal to).
225+
These operators are accepted: ``<`` or ``LT`` (less than), ``<=`` or ``LE`` (less than or equal to), ``=`` or ``EQ`` (equal to), ``>`` or ``GT`` (greater than), ``>=`` or ``GE`` (greater than or equal to), ``==`` or ``IS`` (is), ``¬=``, ``!=``, or ``NE`` (not equal to). If not supplied when 'attribute' is used, ``EQ`` will be assumed.
226226

227227

228228

229229
| **required**: False
230230
| **type**: str
231-
| **default**: EQ
232231
| **choices**: <, >, <=, >=, =, ==, !=, ¬=, EQ, GT, GE, LT, LE, NE, IS
233232
234233

docs/source/modules/cmci_delete.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ resources
149149

150150
Filters can be nested. At most four nesting layers are allowed.
151151

152-
When supplying the ``attribute`` option, you must also supply a ``value`` for the filter. You can also override the default operator with the ``=`` option.
152+
When supplying the ``attribute`` option, you must also supply a ``value`` for the filter. You can also override the default operator of ``=`` with the ``operator`` option.
153153

154154
For examples, see :ref:`cmci_get <cmci_get_module>`
155155

@@ -182,13 +182,12 @@ resources
182182

183183

184184
operator
185-
These operators are accepted: ``<`` or ``LT`` (less than), ``<=`` or ``LE`` (less than or equal to), ``=`` or ``EQ`` (equal to), ``>`` or ``GT`` (greater than), ``>=`` or ``GE`` (greater than or equal to), ``==`` or ``IS`` (is), ``¬=``, ``!=``, or ``NE`` (not equal to).
185+
These operators are accepted: ``<`` or ``LT`` (less than), ``<=`` or ``LE`` (less than or equal to), ``=`` or ``EQ`` (equal to), ``>`` or ``GT`` (greater than), ``>=`` or ``GE`` (greater than or equal to), ``==`` or ``IS`` (is), ``¬=``, ``!=``, or ``NE`` (not equal to). If not supplied when 'attribute' is used, ``EQ`` will be assumed.
186186

187187

188188

189189
| **required**: False
190190
| **type**: str
191-
| **default**: EQ
192191
| **choices**: <, >, <=, >=, =, ==, !=, ¬=, EQ, GT, GE, LT, LE, NE, IS
193192
194193

docs/source/modules/cmci_get.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ resources
162162

163163
Filters can be nested. At most four nesting layers are allowed.
164164

165-
When supplying the ``attribute`` option, you must also supply a ``value`` for the filter. You can also override the default operator with the ``=`` option.
165+
When supplying the ``attribute`` option, you must also supply a ``value`` for the filter. You can also override the default operator of ``=`` with the ``operator`` option.
166166

167167
For examples, see :ref:`cmci_get <cmci_get_module>`
168168

@@ -195,13 +195,12 @@ resources
195195

196196

197197
operator
198-
These operators are accepted: ``<`` or ``LT`` (less than), ``<=`` or ``LE`` (less than or equal to), ``=`` or ``EQ`` (equal to), ``>`` or ``GT`` (greater than), ``>=`` or ``GE`` (greater than or equal to), ``==`` or ``IS`` (is), ``¬=``, ``!=``, or ``NE`` (not equal to).
198+
These operators are accepted: ``<`` or ``LT`` (less than), ``<=`` or ``LE`` (less than or equal to), ``=`` or ``EQ`` (equal to), ``>`` or ``GT`` (greater than), ``>=`` or ``GE`` (greater than or equal to), ``==`` or ``IS`` (is), ``¬=``, ``!=``, or ``NE`` (not equal to). If not supplied when 'attribute' is used, ``EQ`` will be assumed.
199199

200200

201201

202202
| **required**: False
203203
| **type**: str
204-
| **default**: EQ
205204
| **choices**: <, >, <=, >=, =, ==, !=, ¬=, EQ, GT, GE, LT, LE, NE, IS
206205
207206

@@ -368,7 +367,7 @@ Examples
368367
- name: csdgroup
369368
value: MYGRP
370369
record_count: 1
371-
370+
372371
- name: Using complex_filter to combine filter expressions and change operators
373372
cmci_get:
374373
cmci_host: 'winmvs2c.hursley.ibm.com'

docs/source/modules/cmci_update.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ resources
158158

159159
Filters can be nested. At most four nesting layers are allowed.
160160

161-
When supplying the ``attribute`` option, you must also supply a ``value`` for the filter. You can also override the default operator with the ``=`` option.
161+
When supplying the ``attribute`` option, you must also supply a ``value`` for the filter. You can also override the default operator of ``=`` with the ``operator`` option.
162162

163163
For examples, see :ref:`cmci_get <cmci_get_module>`
164164

@@ -191,13 +191,12 @@ resources
191191

192192

193193
operator
194-
These operators are accepted: ``<`` or ``LT`` (less than), ``<=`` or ``LE`` (less than or equal to), ``=`` or ``EQ`` (equal to), ``>`` or ``GT`` (greater than), ``>=`` or ``GE`` (greater than or equal to), ``==`` or ``IS`` (is), ``¬=``, ``!=``, or ``NE`` (not equal to).
194+
These operators are accepted: ``<`` or ``LT`` (less than), ``<=`` or ``LE`` (less than or equal to), ``=`` or ``EQ`` (equal to), ``>`` or ``GT`` (greater than), ``>=`` or ``GE`` (greater than or equal to), ``==`` or ``IS`` (is), ``¬=``, ``!=``, or ``NE`` (not equal to). If not supplied when 'attribute' is used, ``EQ`` will be assumed.
195195

196196

197197

198198
| **required**: False
199199
| **type**: str
200-
| **default**: EQ
201200
| **choices**: <, >, <=, >=, =, ==, !=, ¬=, EQ, GT, GE, LT, LE, NE, IS
202201
203202

0 commit comments

Comments
 (0)