ciena.mcp.configmgmt_api_v1_customscripts (1.0.4) — module

Handle resource of type configmgmt_api_v1_customscripts

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


Requirements

Inputs

    
file:
    description:
    - The Input stream of the custom script file to be uploaded.
    - Required with I(state=['post'])
    - Used by I(state=['post'])
    type: file

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

typeGroup:
    description:
    - TypeGroup for which this custom script file is uploaded
    - Required with I(state=['get', 'post'])
    - Used by I(state=['get', 'post'])
    type: str

scriptName:
    description:
    - Name of the custom script
    - Required with I(state=['post'])
    - Used by I(state=['post'])
    type: str

description:
    description:
    - description of custom script
    - Used by I(state=['post'])
    type: str

protocolType:
    choices:
    - cli
    - netconf
    - tl1
    description:
    - Protocol type of the custom script file
    - Required with I(state=['get', 'post'])
    - Used by I(state=['get', 'post'])
    type: str