ciena.mcp.nsi_api_v3_equipment_by_eqpid_expectations (1.0.4) — module

Handle resource of type nsi_api_v3_equipment_by_eqpid_expectations

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


Requirements

Inputs

    
data:
    description:
    - The equipment expectation data
    - 'Validate attributes are:'
    - ' - C(attributes) (dict): The equipment expectation attributes'
    - ' - C(id) (str): The unique identifier for the equipment expectation'
    - ' - C(relationships) (dict): The equipment expectation relationships'
    - ' - C(type) (str): The equipment resource type'
    - Used by I(state=['post'])
    type: dict

eqpId:
    description:
    - Equipment identifier
    - Required with I(state=['post'])
    - Used by I(state=['post'])
    type: str

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

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