Retrieve a System Job Template
get
/api/v2/system_job_templates/{id}/
Make GET request to this resource to retrieve a single system job template record containing the following fields:
id
: Database ID for this system job template. (integer)type
: Data type for this system job template. (choice)url
: URL for this system job template. (string)related
: Data structure with URLs of related resources. (object)summary_fields
: Data structure with name/description for related resources. The output for some objects may be limited for performance reasons. (object)created
: Timestamp when this system job template was created. (datetime)modified
: Timestamp when this system job template was last modified. (datetime)name
: Name of this system job template. (string)description
: Optional description of this system job template. (string)last_job_run
: (datetime)last_job_failed
: (boolean)next_job_run
: (datetime)status
: (choice)new
: Newpending
: Pendingwaiting
: Waitingrunning
: Runningsuccessful
: Successfulfailed
: Failederror
: Errorcanceled
: Cancelednever updated
: Never Updatedok
: OKmissing
: Missingnone
: No External Sourceupdating
: Updating
execution_environment
: The container image to be used for execution. (id)job_type
: (choice)""
: ---------cleanup_jobs
: Remove jobs older than a certain number of dayscleanup_activitystream
: Remove activity stream entries older than a certain number of dayscleanup_sessions
: Removes expired browser sessions from the databasecleanup_tokens
: Removes expired OAuth 2 access tokens and refresh tokens
Request
Supported Media Types
- application/json
Path Parameters
Back to Top
Response
Supported Media Types
- application/json
200 Response
Root Schema : SystemJobTemplate
Type:
Show Source
object
-
created:
string
Title:
Created
Read Only:true
-
description:
string
Title:
Description
-
execution_environment:
integer
Title:
Execution environment
The container image to be used for execution. -
id:
integer
Title:
ID
Read Only:true
-
job_type:
string
Title:
Job type
Allowed Values:[ "cleanup_jobs", "cleanup_activitystream", "cleanup_sessions", "cleanup_tokens" ]
-
last_job_failed:
boolean
Title:
Last job failed
Read Only:true
-
last_job_run:
string(date-time)
Title:
Last job run
Read Only:true
-
modified:
string
Title:
Modified
Read Only:true
-
name(required):
string
Title:
Name
Minimum Length:1
Maximum Length:512
-
next_job_run:
string(date-time)
Title:
Next job run
Read Only:true
- related: string
-
status:
string
Title:
Status
Read Only:true
Allowed Values:[ "new", "pending", "waiting", "running", "successful", "failed", "error", "canceled", "never updated", "ok", "missing", "none", "updating" ]
-
summary_fields:
string
Title:
Summary fields
Read Only:true
-
type:
string
Title:
Type
Read Only:true
-
url:
string
Title:
Url
Read Only:true