Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating examples #147

Conversation

Strange-Satwik
Copy link
Contributor

@Strange-Satwik Strange-Satwik commented Nov 11, 2024

SUMMARY

Updated the Examples in documentation for cics actions.

ISSUE TYPE

Documentation update

COMPONENT NAME

module-> cics action

changes ->


- name: Newcopy a program
     cmci_action:
       cmci_host: "example.com"
       cmci_port: 10080
       context: "applid"
       type: "CICSProgram"
       action_name: NEWCOPY
       resource:
         filter:
           name: "PONGALT"
         get_parameters:
           - name: "csdgroup"
             value: "JVMGRP"

   - name: install a bundle in a CICS region
     cmci_action:
       cmci_host: "example.com"
       cmci_port: "10080"
       context: "applid"
       type: CICSBundle
       action_name: install
       resource:
         filter:
           name: "PONGALT"
       action_parameters:
         - name: "usage"
           value: "local"

----------------------------after changes-------------------------

- name: Newcopy a program
     cmci_action:
       cmci_host: "example.com"
       cmci_port: 10080
       context: "applid"
       type: "CICSProgram"
       action_name: NEWCOPY
       resources:
         filter:
           name: "PONGALT"
         get_parameters:
           - name: "csdgroup"
             value: "JVMGRP"

   - name: Enable a bundle in a CICS region
     cmci_action:
       cmci_host: "example.com"
       cmci_port: "10080"
       context: "applid"
       scope: "APPLID"
       type: CICSBundle
       action_name: ENABLE
       resource:
         filter:
           name: "PONGALT"


Copy link

@adamcoulthard adamcoulthard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove system names.

@Strange-Satwik Strange-Satwik deleted the updating-examples branch November 11, 2024 14:40
@Strange-Satwik
Copy link
Contributor Author

closing this PR, will open new one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants