ciena.mdso.jobs_by_jobid_claim (1.1.6) — module

Handle resource of type jobs_by_jobid_claim

| "added in version" 1.0.0 of ciena.mdso"

Authors: unknown

Install collection

Install with ansible-galaxy collection install ciena.mdso:==1.1.6


Add to requirements.yml

  collections:
    - name: ciena.mdso
      version: 1.1.6

Description

Handle resource of type jobs_by_jobid_claim


Requirements

Inputs

    
jobId:
    description:
    - Identifier of the job to claim
    - Required with I(state=['post'])
    - Used by I(state=['post'])
    type: str

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

executorUrl:
    description:
    - URL that implements the Executor API for this job
    - Used by I(state=['post'])
    type: str

capabilities:
    description:
    - Array of strings that expresses the capabilities supported by the job executor
    - Used by I(state=['post'])
    type: list