Skip to content

Commit

Permalink
updated Resource-resources and modififed second example in cics actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavan Satwik Godavarthi committed Nov 11, 2024
1 parent 48ca977 commit dd1cc42
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions plugins/modules/cmci_action.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,26 +74,24 @@
context: "iyk3z0r9"
type: "CICSProgram"
action_name: NEWCOPY
resource:
resources:
filter:
name: "PONGALT"
get_parameters:
- name: "csdgroup"
value: "JVMGRP"
- name: install a bundle in a CICS region
- name: Enable a bundle in a CICS region
cmci_action:
cmci_host: "winmvs2c.hursley.ibm.com"
cmci_port: "10080"
context: "iyk3z0r9"
scope: "IYCWENW1"
type: CICSBundle
action_name: install
action_name: ENABLE
resource:
filter:
name: "PONGALT"
action_parameters:
- name: "usage"
value: "local"
"""


Expand Down

0 comments on commit dd1cc42

Please sign in to comment.