ciena.mcp.nsi_api_v3_equipment_by_equipmentid_equipmentplanned (1.0.4) — module

Handle resource of type nsi_api_v3_equipment_by_equipmentid_equipmentplanned

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


Requirements

Inputs

    
data:
    description:
    - The equipment planned data
    - 'Validate attributes are:'
    - ' - C(attributes) (dict): The equipment planned attributes that are set by REST
      API and used to validate the expectation'
    - ' - C(id) (str): The unique identifier for the planned equipment'
    - ' - C(relationships) (dict): The equipment planned relationships'
    - ' - C(type) (str): The equipment resource type'
    - Used by I(state=['put'])
    type: dict

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

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

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

equipmentId:
    description:
    - The id of the Equipment to be updated
    - Required with I(state=['get', 'patch', 'put'])
    - Used by I(state=['get', 'patch', 'put'])
    type: str