ciena.mcp.nsi_api_physicallocations_by_id_userdata_by_userdatakey (1.0.4) — module

Handle resource of type nsi_api_physicallocations_by_id_userdata_by_userdatakey

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


Requirements

Inputs

    
id:
    description:
    - Identifier of physical location under which to create or update the UserData
    - Required with I(state=['delete', 'put'])
    - Used by I(state=['delete', 'put'])
    type: str

body:
    description:
    - The desired userData value
    - Used by I(state=['put'])
    type: str

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

userDataKey:
    description:
    - Key of the UserData to create or update
    - Required with I(state=['delete', 'put'])
    - Used by I(state=['delete', 'put'])
    type: str