ciena.mcp.configmgmt_api_v1_batches_by_batchid (1.0.4) — module

Handle resource of type configmgmt_api_v1_batches_by_batchid

| "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 configmgmt_api_v1_batches_by_batchid


Requirements

Inputs

    
id:
    description:
    - Used by I(state=['put'])
    type: str

type:
    description:
    - Used by I(state=['put'])
    type: str

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

batchId:
    description:
    - The batchId used for lookup inside created batch
    - Required with I(state=['get', 'put'])
    - Used by I(state=['get', 'put'])
    type: str

attributes:
    description:
    - 'Validate attributes are:'
    - ' - C(additionalAttributes) (dict): '
    - ' - C(configMgmtJobId) (str): '
    - ' - C(id) (str): '
    - ' - C(lastExecutionTime) (str): '
    - ' - C(name) (str): '
    - ' - C(neDetails) (list): '
    - ' - C(nextExecutionTime) (str): '
    - ' - C(scheduleDetails) (dict): '
    - ' - C(state) (str): '
    - ' - C(type) (str): '
    - Used by I(state=['put'])
    type: dict