[{"label":"Latest (0.1.0)","version":"latest"}]
cric-r1
JobStatusNotificationRequest
The job status notification is used to notify the consumer of the
state of jobs it has created: ENABLED
or DISABLED
.
Properties
string
job_status_notification
Required
The status string indicates whether job is ENABLED
or DISABLED
,
from which the rApp can choose future courses of action.
Possible values are: ENABLED , DISABLED
JSON Example
{
"job_status_notification": "ENABLED"
}