ciena.mdso.jobs_by_jobid_result (1.1.6) — module

Handle resource of type jobs_by_jobid_result

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


Requirements

Inputs

    
_type:
    description:
    - Type of job result
    - Used by I(state=['put'])
    type: str

jobId:
    description:
    - Identifier of the job whose execution is complete
    - Required with I(state=['put'])
    - Used by I(state=['put'])
    type: str

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

reason:
    description:
    - For JobFailure, a String description of the failure
    - Used by I(state=['put'])
    type: str

result:
    description:
    - For JobSuccess, a JSON object containing the job results
    - 'Validate attributes are:'
    - ' - C(obj) (list): '
    - Used by I(state=['put'])
    type: dict