Closed TeslaDethray closed 8 years ago
terminus site jobs --site=<site>
/** * API Function to get jobs for a site. */ function terminus_api_site_get_jobs($site_uuid) { $realm = 'site'; $uuid = $site_uuid; $path = 'jobs'; $method = 'GET'; return terminus_request($realm, $uuid, $path, $method); }
https://github.com/pantheon-systems/terminus-deprecated/blob/master/terminus.site.api.inc#L500-L509
This may be obsolete already.
This is a deprecated platform api.
terminus site jobs --site=<site>
https://github.com/pantheon-systems/terminus-deprecated/blob/master/terminus.site.api.inc#L500-L509