ciena.mcp.nsi_api_v3_tpes_by_tpeid (1.0.4) — module

Handle resource of type nsi_api_v3_tpes_by_tpeid

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


Requirements

Inputs

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

tpeId:
    description:
    - TPE identifier
    - Required with I(state=['delete', 'get'])
    - Used by I(state=['delete', 'get'])
    type: str

fields:
    description:
    - (Optional) List of comma separated fields to be included in the response. Fields
      require full path (i.e. data.attributes.field)
    - Used by I(state=['get'])
    type: str

include:
    description:
    - '(Optional) List of comma separated resources to be side-loaded.  The allowed values
      are: expectations, tpePlanned, tpeDiscovered'
    - Used by I(state=['get'])
    type: str