JobStatusNotificationRequest
JobStatusNotificationRequest
The job status notification is used to notify the consumer of the
state of jobs it has created: ENABLED
or DISABLED
.
JSON Example
{
"job_status_notification": "string"
}
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,