ciena.mdso.jobs_unclaimed_by_type (1.1.6) — module

Handle resource of type jobs_unclaimed_by_type

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


Requirements

Inputs

    
type:
    description:
    - Job type
    - Required with I(state=['get', 'head'])
    - Used by I(state=['get', 'head'])
    type: str

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

maxWait:
    description:
    - Maximum wait time in milliseconds before returning results
    - Used by I(state=['get', 'head'])
    type: int

maxCount:
    description:
    - Maximum number of jobs to return in a page
    - Used by I(state=['get', 'head'])
    type: int

minCount:
    description:
    - Minimum number of jobs to return (unless maxWait is exceeded)
    - Used by I(state=['get', 'head'])
    type: int

afterJobId:
    description:
    - The last jobId of the page preceding the desired page
    - Used by I(state=['get', 'head'])
    type: str