You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/modules/cmci_action.rst
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -361,27 +361,27 @@ Examples
361
361
cmci_action:
362
362
cmci_host: "example.com"
363
363
cmci_port: 12345
364
-
context: "ABCDEFGH" # context is the name of your CICSplex in a CPSM environment or the applid of your region in an SMSS environment
365
-
type: "CICSProgram"
364
+
context: ABCDEFGH # context is the name of your CICSplex in a CPSM environment or the applid of your region in an SMSS environment
365
+
type: CICSProgram
366
366
action_name: NEWCOPY
367
-
resource:
367
+
resources:
368
368
filter:
369
-
name: "PONGALT"
370
-
get_parameters:
371
-
- name: "csdgroup"
372
-
value: "JVMGRP"
369
+
name: PONGALT
373
370
374
-
- name: install a bundle in a CICS region
371
+
- name: Install a bundle definition from CSD in a CICS region
375
372
cmci_action:
376
373
cmci_host: "example.com"
377
374
cmci_port: 1234
378
-
context: "ABCDEFGH" # context is the name of your CICSplex in a CPSM environment or the applid of your region in an SMSS environment
379
-
scope: "IJKLMNOP" # scope only applies if you're in a CPSM environment and is either the name of a CICS system definition (CSYSDEF) or CICS system group (CSYSGRP)
380
-
type: "CICSBundle"
381
-
action_name: DISABLE
375
+
context: ABCDEFGH # context is the name of your CICSplex in a CPSM environment or the applid of your region in an SMSS environment
376
+
scope: IJKLMNOP # scope only applies if you're in a CPSM environment and is the name of a CICS system definition (CSYSDEF) or CICS system group (CSYSGRP)
Copy file name to clipboardExpand all lines: docs/source/modules/cmci_create.rst
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -220,19 +220,19 @@ Examples
220
220
.. code-block:: yaml+jinja
221
221
222
222
223
-
- name: define a BUNDLE in a CSD
223
+
- name: Define a BUNDLE in CSD
224
224
cmci_create:
225
225
cmci_host: "example.com"
226
226
cmci_port: 12345
227
-
context: "ABCDEFGH" # context is the name of your CICSplex in a CPSM environment or the applid of your region in an SMSS environment
228
-
type: "CICSDefinitionBundle"
229
-
scope: "IJKLMNOP" # scope only applies if you're in a CPSM environment and is either the name of a CICS system definition (CSYSDEF) or CICS system group (CSYSGRP)
227
+
context: ABCDEFGH # context is the name of your CICSplex in a CPSM environment or the applid of your region in an SMSS environment
228
+
type: CICSDefinitionBundle
229
+
scope: IJKLMNOP # scope only applies if you're in a CPSM environment and is the name of a CICS system definition (CSYSDEF) or CICS system group (CSYSGRP)
Copy file name to clipboardExpand all lines: docs/source/modules/cmci_delete.rst
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -324,25 +324,25 @@ Examples
324
324
cmci_delete:
325
325
cmci_host: "example.com"
326
326
cmci_port: 12345
327
-
context: "ABCDEFGH" # context is the name of your CICSplex in a CPSM environment or the applid of your region in an SMSS environment
327
+
context: ABCDEFGH # context is the name of your CICSplex in a CPSM environment or the applid of your region in an SMSS environment
328
328
type: CICSBundle
329
329
resources:
330
330
filter:
331
-
name: "PONGALT"
331
+
name: PONGALT
332
332
333
333
- name: delete a bundle definition in a CICS region
334
334
cmci_delete:
335
335
cmci_host: "example.com"
336
336
cmci_port: 12345
337
-
context: "ABCDEFGH" # context is the name of your CICSplex in a CPSM environment or the applid of your region in an SMSS environment
337
+
context: ABCDEFGH # context is the name of your CICSplex in a CPSM environment or the applid of your region in an SMSS environment
338
338
type: CICSDefinitionBundle
339
-
scope: "IJKLMNOP" # scope only applies if you're in a CPSM environment and is either the name of a CICS system definition (CSYSDEF) or CICS system group (CSYSGRP)
340
-
resource:
339
+
scope: IJKLMNOP # scope only applies if you're in a CPSM environment and is the name of a CICS system definition (CSYSDEF) or CICS system group (CSYSGRP)
Copy file name to clipboardExpand all lines: docs/source/modules/cmci_get.rst
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -345,40 +345,40 @@ Examples
345
345
.. code-block:: yaml+jinja
346
346
347
347
348
-
- name: get 2 LOCFILEs from a CICSplex
348
+
- name: Get 2 LOCFILEs from a CICSplex
349
349
cmci_get:
350
350
cmci_host: "example.com"
351
351
cmci_port: 12345
352
-
cmci_user: "ibmuser"
352
+
cmci_user: ibmuser
353
353
cmci_password: "123456"
354
-
context: "ABCDEFGH" # context is the name of your CICSplex in a CPSM environment or the applid of your region in an SMSS environment
354
+
context: ABCDEFGH # context is the name of your CICSplex in a CPSM environment or the applid of your region in an SMSS environment
355
355
type: CICSLocalFile
356
356
record_count: 2
357
-
resource:
357
+
resources:
358
358
filter:
359
359
dsname: "CTS*"
360
360
361
-
- name: get a localfile in a CICS region
361
+
- name: Get a localfile in a CICS region
362
362
cmci_get:
363
363
cmci_host: "example.com"
364
364
cmci_port: 12345
365
365
cmci_cert: "./sec/ansible.pem"
366
366
cmci_key: "./sec/ansible.key"
367
-
context: "ABCDEFGH" # context is the name of your CICSplex in a CPSM environment or the applid of your region in an SMSS environment
368
-
type: "CICSLocalFile"
367
+
context: ABCDEFGH # context is the name of your CICSplex in a CPSM environment or the applid of your region in an SMSS environment
368
+
type: CICSLocalFile
369
369
resources:
370
370
filter:
371
371
dsname: "XIAOPIN*"
372
372
file: "DFH*"
373
373
record_count: 1
374
374
375
-
- name: get a progdef from a CSD
375
+
- name: Get a progdef from CSD
376
376
cmci_get:
377
377
cmci_host: "example.com"
378
378
cmci_port: 12345
379
379
cmci_cert: "./sec/ansible.pem"
380
380
cmci_key: "./sec/ansible.key"
381
-
context: "ABCDEFGH" # context is the name of your CICSplex in a CPSM environment or the applid of your region in an SMSS environment
381
+
context: ABCDEFGH # context is the name of your CICSplex in a CPSM environment or the applid of your region in an SMSS environment
382
382
type: cicsdefinitionprogram
383
383
resources:
384
384
filter:
@@ -388,14 +388,14 @@ Examples
388
388
value: MYGRP
389
389
record_count: 1
390
390
391
-
- name: pass module even if bundle definition is not found
391
+
- name: Ignore errors when bundle definition is not found
392
392
cmci_get:
393
393
cmci_host: "example.com"
394
394
cmci_port: 12345
395
395
cmci_cert: "./sec/ansible.pem"
396
396
cmci_key: "./sec/ansible.key"
397
-
context: "ABCDEFGH" # context is the name of your CICSplex in a CPSM environment or the applid of your region in an SMSS environment
398
-
scope: "IJKLMNOP" # scope only applies if you're in a CPSM environment and is either the name of a CICS system definition (CSYSDEF) or CICS system group (CSYSGRP)
397
+
context: ABCDEFGH # context is the name of your CICSplex in a CPSM environment or the applid of your region in an SMSS environment
398
+
scope: IJKLMNOP # scope only applies if you're in a CPSM environment and is the name of a CICS system definition (CSYSDEF) or CICS system group (CSYSGRP)
399
399
type: cicsdefinitionbundle
400
400
resources:
401
401
filter:
@@ -404,16 +404,16 @@ Examples
404
404
- name: csdgroup
405
405
value: MYGRP
406
406
record_count: 1
407
-
fail_on_nodata: "false"
407
+
fail_on_nodata: false
408
408
409
409
- name: Using complex_filter to combine filter expressions and change operators
410
410
cmci_get:
411
411
cmci_host: "example.com"
412
412
cmci_port: 12345
413
413
cmci_cert: "./sec/ansible.pem"
414
414
cmci_key: "./sec/ansible.key"
415
-
context: "ABCDEFGH" # context is the name of your CICSplex in a CPSM environment or the applid of your region in an SMSS environment
416
-
type: "CICSRegion"
415
+
context: ABCDEFGH # context is the name of your CICSplex in a CPSM environment or the applid of your region in an SMSS environment
Copy file name to clipboardExpand all lines: docs/source/modules/cmci_update.rst
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -357,20 +357,20 @@ Examples
357
357
.. code-block:: yaml+jinja
358
358
359
359
360
-
- name: update a bundle definition in a CICS region
360
+
- name: Update the description of a bundle definition in CSD
361
361
cmci_update:
362
362
cmci_host: "example.com"
363
-
cmci_port: "12345"
364
-
context: "ABCDEFGH" # context is the name of your CICSplex in a CPSM environment or the applid of your region in an SMSS environment
365
-
scope: "IJKLMNOP" # scope only applies if you're in a CPSM environment and is either the name of a CICS system definition (CSYSDEF) or CICS system group (CSYSGRP)
366
-
type: "CICSDefinitionBundle"
363
+
cmci_port: 12345
364
+
context: ABCDEFGH # context is the name of your CICSplex in a CPSM environment or the applid of your region in an SMSS environment
365
+
scope: IJKLMNOP # scope only applies if you're in a CPSM environment and is the name of a CICS system definition (CSYSDEF) or CICS system group (CSYSGRP)
0 commit comments