trckpd

GET _/job/{id}/summary

@See Jobs

Returns the entire job summary available till the last snapshot time associated with the job id. The information is returned in JSON format containing job summary.

Path Parameters :

  • id (string) : Job id, UUID string.

Request Headers :

  • Accept: application/json
  • Content-Type: application/json

Query Parameters :

  • None

Response Headers :

  • Accept: application/json
  • Content-Type: application/json

Response JSON Object :

  • _id (string) : Job id, UUID string.
  • job (string) : Job id associated with this summary.
  • stime (timestamp) : Start time of the job.
  • ntime (timestamp) : Last snapshot time.
  • tasks (list) : Task ids associated with this job.
  • snaps (map) : An array of system metrics.

Status Codes :

  • 200 OK : Request completed successfully.
  • 204 No Content : No job summary available.
  • 404 Not Found : Invalid job id.
  • 500 Server Error : Server failed, try later.