kembitnl.topdesk.operatorgroup (1.0.2) — lookup

Looks up an operatorgroup based on a name

Authors: unknown

Install collection

Install with ansible-galaxy collection install kembitnl.topdesk:==1.0.2


Add to requirements.yml

  collections:
    - name: kembitnl.topdesk
      version: 1.0.2

Description

Performs an operatorgroup lookup based on the name

The Topdesk environment variables should be set, see the README.

Inputs

    
column:
    default: id
    description: Optional name of the column to return. If 'all' is used, the entire operator
      object is returned. When omitted, the ID of the operatorgroup is returned.
    required: false
    type: str

groupName:
    aliases:
    - name
    default: None
    description: The name of the group
    required: true
    type: str

Outputs

Requested column name:
  description: Comma separated string with the operator group IDs (or an array in
    case of a query instead of a lookup)
  returned: on success
  sample: CskezwOMYDhzdnjRGKDLVFPQBTH
  type: str