producer_info_job_request

producer_info_job_request
producer_info_job_request

The body of the job request.

JSON Example
{
    "owner": "string",
    "last_updated": "string",
    "info_job_identity": "94ec9a62-213b-11ec-af33-7f567fdd0e71",
    "target_uri": "http://consumer:8080/v0alpha1/jobs_results/94ec9a62-213b-11ec-af33-7f567fdd0e71",
    "info_type_identity": "cmwrite",
    "status": 0
}
string
owner
Optional

The owner of the job, usually the name of rApp that created the job.

string
last_updated
Optional

The time when the job was last updated or created (ISO-8601).

string As uuid As uuid
info_job_identity
Required

The identifier for the job, usually a UUID.

string
target_uri
Required

URI to which the produced information is sent. This can be actual results, or in the case of cmwrite a notification of where to retrieve the results.

info_job_data
Required

info_job_data

string
info_type_identity
Optional

Identifier of the data or information type used for the job.

integer
status
Optional

An integer value representing the status of the job.

Parameter To