ciena.mcp.commissioning_api_v1_scripts (1.0.4) — module

Handle resource of type commissioning_api_v1_scripts

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


Requirements

Inputs

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

format:
    description:
    - Script format to be returned i.e., ztpScript, json, cli
    - Used by I(state=['get'])
    type: str

shelfId:
    description:
    - Shelf Id of the generated script e.g. Shelf number 0,1,2,11,21 etc or ALL
    - Used by I(state=['get'])
    type: str

nodename:
    description:
    - Node name in a planned network
    - Used by I(state=['get'])
    type: str

policyid:
    description:
    - Policy id of commissioning policy to be used
    - Used by I(state=['post'])
    type: str

devicetype:
    description:
    - Device type planned network i.e., 6500, Waveserver
    - Used by I(state=['get'])
    type: str

projectname:
    description:
    - Project Name of planned network
    - Required with I(state=['delete', 'get', 'post'])
    - Used by I(state=['delete', 'get', 'post'])
    type: str