ciena.mcp.ifd_api_v1_serviceintents_by_id_update (1.0.4) — module

Handle resource of type ifd_api_v1_serviceintents_by_id_update

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


Requirements

Inputs

    
id:
    description:
    - The unique identifier of the service intent
    - Required with I(state=['put'])
    - Used by I(state=['put'])
    type: str

data:
    description:
    - Resource to specify intent to design and fulfill one service.
    - 'Validate attributes are:'
    - ' - C(attributes) (dict): Attributes of the Service Intent Request. All supported
      services are PointToPoint at this time.'
    - Used by I(state=['put'])
    type: dict

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