ciena.mcp.nsi_api_networkconstructs_by_id (1.0.4) — module

Handle resource of type nsi_api_networkconstructs_by_id

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


Requirements

Inputs

    
id:
    description:
    - identifier of Network Construct to be retrieved
    - Required with I(state=['delete', 'get', 'patch'])
    - Used by I(state=['delete', 'get', 'patch'])
    type: str

state:
    choices:
    - delete
    - get
    - patch
    description: []
    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:
    - 'List of comma separated resources to be side-loaded. The allowed values are: expectations,
      physicalLocation, parentNetworkConstruct, childNetworkConstructs, networkConstructDiscovered,
      networkConstructPlanned'
    - Used by I(state=['get'])
    type: str

operations:
    description:
    - Used by I(state=['patch'])
    type: list