ProducerInfoJobRequest
The body of the job request.
Properties
The filtering parameters that shape a pmhistory query. start
,
end
, technology
and counter_names
are required. If one or
more cell_ids
or vector_indexes
are provided, the results
are filtered by those ids and indexes. If a chosen counter
is a vector and no vector_indexes
value is provided, then the
caller is responsible for processing the vectors appropriately.
If any vector_indexes
are present then counter_names
must
have only one item. Note: This format is expected to change
as R1 standards mature.
The unique identifier for the job provided in the job request. A uuid.
URI to which the produced information is sent. This
can be actual results, or in the case of pmhistory
a
notification of where to retrieve the results.
Identitifer of the data or information type used for the job.
The time when the job was last updated or created (ISO-8601)
The identifier for the rApp that made the job request.
JSON Example
{
"info_job_identity": "94ec9a62-213b-11ec-af33-7f567fdd0e71",
"target_uri": "http://pmhistory-consumer:8080/v0alpha1/jobs_results/94ec9a62-213b-11ec-af33-7f567fdd0e71"
}