octupus.o4n_checkpoint.o4n_cp_verify_policy (1.1.11) — module

Verifies the policy of the selected package.

| "added in version" 1.0 of octupus.o4n_checkpoint"

Authors: Randy Rozo

preview | supported by octupus

Install collection

Install with ansible-galaxy collection install octupus.o4n_checkpoint:==1.1.11


Add to requirements.yml

  collections:
    - name: octupus.o4n_checkpoint
      version: 1.1.11

Description

Verifies the policy of the selected package.

All operations are performed over Web Services API.


Requirements

Inputs

    
policy_package:
    description:
    - Policy package identified by the name or UID.
    required: true
    type: str

Outputs

output:
  description: The checkpoint verify-policy output
  returned: allways
  sample:
    output:
      changed: false
      failed: false
      msg:
      - errors: []
        notifications: []
        title: Verification of policy 'Test' completed successfully
        warnings: []
        workSession: d41ded1e-4af4-457c-bf3a-7ac53508f79e
  type: dict