CmtrackSubscription

CmtrackSubscription
CmtrackSubscription

Details of a subscription and notification entry.

JSON Example
{
    "owner": "string",
    "info_job_identity": "94ec9a62-213b-11ec-af33-7f567fdd0e71",
    "target_uri": "http://consumer:8080/v0alpha1/jobs_results/94ec9a62-213b-11ec-af33-7f567fdd0e71",
    "last_updated": "2023-01-23T14:56:17Z"
}
string
owner
Required

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

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.

string
last_updated
Required

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