ciena.mdso.jobs_by_jobid_suspended (1.1.6) — module

Handle resource of type jobs_by_jobid_suspended

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


Requirements

Inputs

    
jobId:
    description:
    - Identifier of the job to be suspended or resumed
    - Required with I(state=['put'])
    - Used by I(state=['put'])
    type: str

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

suspended:
    description:
    - Job suspension state
    - Used by I(state=['put'])
    type: bool