ciena.mcp.ifd_api_serviceintents (1.0.4) — module

Handle resource of type ifd_api_serviceintents

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


Requirements

Inputs

    
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=['post'])
    type: dict

label:
    description:
    - (Optional) Retrieve service intents with the specified service user label
    - Used by I(state=['get'])
    type: str

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

layerRates:
    description:
    - (Optional) Retrieve service intents that operate at the given layer rate(s)
    - Used by I(state=['get'])
    type: list

roadmLineName:
    description:
    - (Optional) Retrieve service intents that utilize the named ROADM Line
    - Used by I(state=['get'])
    type: str

supportingServiceName:
    description:
    - (Optional) Retrieve all client service intents for the specified supporting (infrastructure)
      service name
    - Used by I(state=['get'])
    type: str