ciena.mcp.nsi_api_v4_fres_by_freid_freplanned (1.0.4) — module

Handle resource of type nsi_api_v4_fres_by_freid_freplanned

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


Requirements

Inputs

    
data:
    description:
    - 'Validate attributes are:'
    - ' - C(attributes) (dict): '
    - ' - C(id) (str): The unique identifier of the planned fre'
    - ' - C(relationships) (dict): '
    - ' - C(type) (str): The fre planned type'
    - Used by I(state=['put'])
    type: dict

freId:
    description:
    - Identifier of the FRE Planned to be retrieved
    - Required with I(state=['get', 'patch', 'put'])
    - Used by I(state=['get', 'patch', 'put'])
    type: str

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

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

included:
    description:
    - Side loaded relationship resources
    - Used by I(state=['put'])
    type: list

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