ciena.mcp.tag_keys (1.0.4) — module

Handle resource of type tag_keys

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


Requirements

Inputs

    
q:
    description:
    - Optional query parameter to define a query filter using property:value syntax
    - Used by I(state=['get', 'head'])
    type: str

key:
    description:
    - Tag key
    - Used by I(state=['post'])
    type: str

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

autoIndexed:
    description:
    - Are tag value for this key auto-indexed?
    - Used by I(state=['post'])
    type: bool

description:
    description:
    - Textual description of tag key
    - Used by I(state=['post'])
    type: str