ciena.mcp.commissioning_api_v1_policydefaults (1.0.4) — module

Handle resource of type commissioning_api_v1_policydefaults

| "added in version" 1.0.0 of ciena.mcp"

Authors: unknown

Install collection

Install with ansible-galaxy collection install ciena.mcp:==1.0.4


Add to requirements.yml

  collections:
    - name: ciena.mcp
      version: 1.0.4

Description

Handle resource of type commissioning_api_v1_policydefaults


Requirements

Inputs

    
id:
    description:
    - Id of the policy
    - Required with I(state=['delete', 'get', 'post', 'put'])
    - Used by I(state=['delete', 'get', 'post', 'put'])
    type: str

data:
    description:
    - Data for defaults of a policy.
    - Required with I(state=['post', 'put'])
    - Used by I(state=['post', 'put'])
    type: dict

type:
    description:
    - Type of the policy
    - Used by I(state=['get'])
    type: str

state:
    choices:
    - delete
    - get
    - post
    - put
    description: []
    type: str