pantheon-systems / terminus

The Pantheon CLI — a standalone utility for performing operations on the Pantheon Platform
https://pantheon.io
Other
318 stars 196 forks source link

New Feature: `site jobs` #960

Closed TeslaDethray closed 8 years ago

TeslaDethray commented 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

TeslaDethray commented 8 years ago

This may be obsolete already.

bensheldon commented 8 years ago

This is a deprecated platform api.