ciena.mcp.discovery_api_v1_neprofiles_by_id (1.0.4) — module

Handle resource of type discovery_api_v1_neprofiles_by_id

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


Requirements

Inputs

    
id:
    description:
    - Unique identifier of the NE Connection Profile to update
    - Required with I(state=['delete', 'get', 'put'])
    - Used by I(state=['delete', 'get', 'put'])
    type: str

data:
    description:
    - 'Validate attributes are:'
    - ' - C(attributes) (dict): '
    - ' - C(id) (str): The unique identifier for the NE Connection Profile resource'
    - ' - C(type) (str): The NE Connection Profile resource type'
    - Used by I(state=['put'])
    type: dict

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