Python
import requests url = "http://api/apollo/jobs/{resource}/schedule" response = requests.get(url) print(response.text)
{ "resource": { "type": "APPKIT_APP", "id": "<string>", "canonicalName": "<string>", "uri": "<string>" }, "enabled": false, "triggers": [ { "enabled": false, "type": "<string>" } ], "default": false }
The job ID
successful operation
Show child attributes
Was this page helpful?