curl --request GET \
--url https://{FUSION HOST}/api/jobs/{resource}/schedule
{
"resource": {
"type": "APPKIT_APP",
"id": "<string>",
"uri": "<string>",
"canonicalName": "<string>"
},
"enabled": true,
"triggers": [
{
"enabled": true,
"type": "<string>"
}
],
"default": true
}
Get the schedule for the specified job.
curl --request GET \
--url https://{FUSION HOST}/api/jobs/{resource}/schedule
{
"resource": {
"type": "APPKIT_APP",
"id": "<string>",
"uri": "<string>",
"canonicalName": "<string>"
},
"enabled": true,
"triggers": [
{
"enabled": true,
"type": "<string>"
}
],
"default": true
}
The job ID.
successful operation
The response is of type object
.
Was this page helpful?