Slurm REST API
API to access and control Slurm
More information: https://www.schedmd.com/
Contact Info: sales@schedmd.com
Version: Slurm-24.05.0&openapi/slurmdbd&openapi/slurmctld
BasePath:
Apache 2.0
https://www.apache.org/licenses/LICENSE-2.0.html
Access
- APIKey KeyParamName:X-SLURM-USER-NAME KeyInQuery:false KeyInHeader:true
- APIKey KeyParamName:X-SLURM-USER-TOKEN KeyInQuery:false KeyInHeader:true
- HTTP Basic Authentication
Methods
[ Jump to Models ]Table of Contents
Slurm
delete /slurm/v0.0.41/job/{job_id}
delete /slurm/v0.0.41/jobs/
delete /slurm/v0.0.41/node/{node_name}
get /slurm/v0.0.41/diag/
get /slurm/v0.0.41/job/{job_id}
get /slurm/v0.0.41/jobs/
get /slurm/v0.0.41/jobs/state/
get /slurm/v0.0.41/licenses/
get /slurm/v0.0.41/node/{node_name}
get /slurm/v0.0.41/nodes/
get /slurm/v0.0.41/partition/{partition_name}
get /slurm/v0.0.41/partitions/
get /slurm/v0.0.41/ping/
get /slurm/v0.0.41/reconfigure/
get /slurm/v0.0.41/reservation/{reservation_name}
get /slurm/v0.0.41/reservations/
get /slurm/v0.0.41/shares
post /slurm/v0.0.41/job/{job_id}
post /slurm/v0.0.41/job/allocate
post /slurm/v0.0.41/job/submit
post /slurm/v0.0.41/node/{node_name}
Slurm
cancel or signal job (slurmV0041DeleteJob)
Path parameters
job_id (required)
Path Parameter — JobId default: null
Query parameters
signal (optional)
Query Parameter — Signal to send to Job default: null
flags (optional)
Query Parameter — Signalling flags default: null
Return type
Example data
Content-Type: application/json
{
"meta" : {
"slurm" : {
"cluster" : "cluster",
"release" : "release",
"version" : {
"major" : "major",
"minor" : "minor",
"micro" : "micro"
}
},
"plugin" : {
"accounting_storage" : "accounting_storage",
"name" : "name",
"type" : "type",
"data_parser" : "data_parser"
},
"client" : {
"source" : "source",
"user" : "user",
"group" : "group"
},
"command" : [ "command", "command" ]
},
"warnings" : [ {
"description" : "description",
"source" : "source"
}, {
"description" : "description",
"source" : "source"
} ],
"errors" : [ {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
}, {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
} ]
}
Example data
Content-Type: application/jsonrequest
{
"meta" : {
"slurm" : {
"cluster" : "cluster",
"release" : "release",
"version" : {
"major" : "major",
"minor" : "minor",
"micro" : "micro"
}
},
"plugin" : {
"accounting_storage" : "accounting_storage",
"name" : "name",
"type" : "type",
"data_parser" : "data_parser"
},
"client" : {
"source" : "source",
"user" : "user",
"group" : "group"
},
"command" : [ "command", "command" ]
},
"warnings" : [ {
"description" : "description",
"source" : "source"
}, {
"description" : "description",
"source" : "source"
} ],
"errors" : [ {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
}, {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
} ]
}
Example data
Content-Type: application/x-yaml
Custom MIME type example not yet supported: application/x-yaml
Example data
Content-Type: text/yaml
Custom MIME type example not yet supported: text/yaml
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.application/json
application/jsonrequest
application/x-yaml
text/yaml
Responses
200
job signal result v0.0.41_openapi_respdefault
job signal result v0.0.41_openapi_respsend signal to list of jobs (slurmV0041DeleteJobs)
Query parameters
account (optional)
Query Parameter — Filter jobs to a specific account default: null
flags (optional)
Query Parameter — Filter jobs according to flags default: null
job_name (optional)
Query Parameter — Filter jobs to a specific name default: null
jobs (optional)
Query Parameter — List of jobs to signal default: null
partition (optional)
Query Parameter — Filter jobs to a specific partition default: null
qos (optional)
Query Parameter — Filter jobs to a specific QOS default: null
reservation (optional)
Query Parameter — Filter jobs to a specific reservation default: null
signal (optional)
Query Parameter — Signal to send to jobs default: null
job_state (optional)
Query Parameter — Filter jobs to a specific state default: null
user_id (optional)
Query Parameter — Filter jobs to a specific numeric user id default: null
user_name (optional)
Query Parameter — Filter jobs to a specific user name default: null
wckey (optional)
Query Parameter — Filter jobs to a specific wckey default: null
nodes (optional)
Query Parameter — Filter jobs to a set of nodes default: null
Return type
Example data
Content-Type: application/json
{
"meta" : {
"slurm" : {
"cluster" : "cluster",
"release" : "release",
"version" : {
"major" : "major",
"minor" : "minor",
"micro" : "micro"
}
},
"plugin" : {
"accounting_storage" : "accounting_storage",
"name" : "name",
"type" : "type",
"data_parser" : "data_parser"
},
"client" : {
"source" : "source",
"user" : "user",
"group" : "group"
},
"command" : [ "command", "command" ]
},
"warnings" : [ {
"description" : "description",
"source" : "source"
}, {
"description" : "description",
"source" : "source"
} ],
"errors" : [ {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
}, {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
} ],
"status" : [ {
"federation" : {
"sibling" : "sibling"
},
"job_id" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"error" : {
"code" : 0,
"string" : "string",
"message" : "message"
},
"step_id" : "step_id"
}, {
"federation" : {
"sibling" : "sibling"
},
"job_id" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"error" : {
"code" : 0,
"string" : "string",
"message" : "message"
},
"step_id" : "step_id"
} ]
}
Example data
Content-Type: application/jsonrequest
{
"meta" : {
"slurm" : {
"cluster" : "cluster",
"release" : "release",
"version" : {
"major" : "major",
"minor" : "minor",
"micro" : "micro"
}
},
"plugin" : {
"accounting_storage" : "accounting_storage",
"name" : "name",
"type" : "type",
"data_parser" : "data_parser"
},
"client" : {
"source" : "source",
"user" : "user",
"group" : "group"
},
"command" : [ "command", "command" ]
},
"warnings" : [ {
"description" : "description",
"source" : "source"
}, {
"description" : "description",
"source" : "source"
} ],
"errors" : [ {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
}, {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
} ],
"status" : [ {
"federation" : {
"sibling" : "sibling"
},
"job_id" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"error" : {
"code" : 0,
"string" : "string",
"message" : "message"
},
"step_id" : "step_id"
}, {
"federation" : {
"sibling" : "sibling"
},
"job_id" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"error" : {
"code" : 0,
"string" : "string",
"message" : "message"
},
"step_id" : "step_id"
} ]
}
Example data
Content-Type: application/x-yaml
Custom MIME type example not yet supported: application/x-yaml
Example data
Content-Type: text/yaml
Custom MIME type example not yet supported: text/yaml
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.application/json
application/jsonrequest
application/x-yaml
text/yaml
Responses
200
description of jobs to signal v0.0.41_openapi_kill_jobs_respdefault
description of jobs to signal v0.0.41_openapi_kill_jobs_respdelete node (slurmV0041DeleteNode)
Path parameters
node_name (required)
Path Parameter — Node name default: null
Return type
Example data
Content-Type: application/json
{
"meta" : {
"slurm" : {
"cluster" : "cluster",
"release" : "release",
"version" : {
"major" : "major",
"minor" : "minor",
"micro" : "micro"
}
},
"plugin" : {
"accounting_storage" : "accounting_storage",
"name" : "name",
"type" : "type",
"data_parser" : "data_parser"
},
"client" : {
"source" : "source",
"user" : "user",
"group" : "group"
},
"command" : [ "command", "command" ]
},
"warnings" : [ {
"description" : "description",
"source" : "source"
}, {
"description" : "description",
"source" : "source"
} ],
"errors" : [ {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
}, {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
} ]
}
Example data
Content-Type: application/jsonrequest
{
"meta" : {
"slurm" : {
"cluster" : "cluster",
"release" : "release",
"version" : {
"major" : "major",
"minor" : "minor",
"micro" : "micro"
}
},
"plugin" : {
"accounting_storage" : "accounting_storage",
"name" : "name",
"type" : "type",
"data_parser" : "data_parser"
},
"client" : {
"source" : "source",
"user" : "user",
"group" : "group"
},
"command" : [ "command", "command" ]
},
"warnings" : [ {
"description" : "description",
"source" : "source"
}, {
"description" : "description",
"source" : "source"
} ],
"errors" : [ {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
}, {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
} ]
}
Example data
Content-Type: application/x-yaml
Custom MIME type example not yet supported: application/x-yaml
Example data
Content-Type: text/yaml
Custom MIME type example not yet supported: text/yaml
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.application/json
application/jsonrequest
application/x-yaml
text/yaml
Responses
200
node delete request result v0.0.41_openapi_respdefault
node delete request result v0.0.41_openapi_respget diagnostics (slurmV0041GetDiag)
Return type
Example data
Content-Type: application/json
{
"meta" : {
"slurm" : {
"cluster" : "cluster",
"release" : "release",
"version" : {
"major" : "major",
"minor" : "minor",
"micro" : "micro"
}
},
"plugin" : {
"accounting_storage" : "accounting_storage",
"name" : "name",
"type" : "type",
"data_parser" : "data_parser"
},
"client" : {
"source" : "source",
"user" : "user",
"group" : "group"
},
"command" : [ "command", "command" ]
},
"warnings" : [ {
"description" : "description",
"source" : "source"
}, {
"description" : "description",
"source" : "source"
} ],
"errors" : [ {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
}, {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
} ],
"statistics" : {
"bf_cycle_max" : 6,
"rpcs_by_message_type" : [ {
"cycle_last" : 7,
"average_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"type_id" : 9,
"queued" : 9,
"count" : 0,
"dropped" : 0,
"message_type" : "message_type",
"total_time" : 4,
"cycle_max" : 5
}, {
"cycle_last" : 7,
"average_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"type_id" : 9,
"queued" : 9,
"count" : 0,
"dropped" : 0,
"message_type" : "message_type",
"total_time" : 4,
"cycle_max" : 5
} ],
"bf_backfilled_het_jobs" : 5,
"bf_table_size" : 1,
"schedule_cycle_depth" : 6,
"bf_depth_sum" : 3,
"job_states_ts" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"bf_queue_len" : 0,
"jobs_started" : 9,
"schedule_cycle_max" : 3,
"server_thread_count" : 1,
"bf_queue_len_sum" : 4,
"bf_cycle_last" : 7,
"bf_exit" : {
"state_changed" : 3,
"bf_max_time" : 7,
"bf_max_job_start" : 4,
"bf_node_space_size" : 3,
"end_job_queue" : 0,
"bf_max_job_test" : 8
},
"agent_thread_count" : 2,
"jobs_completed" : 6,
"bf_depth_mean" : 3,
"bf_depth_try_sum" : 4,
"schedule_cycle_mean" : 1,
"bf_table_size_sum" : 4,
"agent_queue_size" : 5,
"jobs_failed" : 6,
"bf_last_depth_try" : 5,
"req_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"bf_cycle_counter" : 6,
"schedule_queue_length" : 6,
"bf_queue_len_mean" : 6,
"schedule_exit" : {
"max_sched_time" : 9,
"licenses" : 9,
"default_queue_depth" : 1,
"max_job_start" : 4,
"max_rpc_cnt" : 5,
"end_job_queue" : 7
},
"jobs_canceled" : 3,
"schedule_cycle_sum" : 4,
"jobs_submitted" : 8,
"schedule_cycle_mean_depth" : 1,
"schedule_cycle_per_minute" : 1,
"req_time_start" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"jobs_running" : 2,
"bf_last_backfilled_jobs" : 6,
"bf_last_depth" : 7,
"bf_backfilled_jobs" : 6,
"rpcs_by_user" : [ {
"average_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"user_id" : 8,
"count" : 4,
"total_time" : 3,
"user" : "user"
}, {
"average_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"user_id" : 8,
"count" : 4,
"total_time" : 3,
"user" : "user"
} ],
"bf_cycle_mean" : 3,
"pending_rpcs_by_hostlist" : [ {
"type_id" : 1,
"count" : [ "count", "count" ],
"message_type" : "message_type"
}, {
"type_id" : 1,
"count" : [ "count", "count" ],
"message_type" : "message_type"
} ],
"dbd_agent_queue_size" : 7,
"bf_table_size_mean" : 7,
"jobs_pending" : 1,
"agent_count" : 5,
"bf_cycle_sum" : 0,
"parts_packed" : 0,
"bf_active" : true,
"bf_depth_mean_try" : 7,
"gettimeofday_latency" : 9,
"pending_rpcs" : [ {
"type_id" : 0,
"count" : 2,
"message_type" : "message_type"
}, {
"type_id" : 0,
"count" : 2,
"message_type" : "message_type"
} ],
"schedule_cycle_total" : 7,
"bf_when_last_cycle" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"schedule_cycle_last" : 2
}
}
Example data
Content-Type: application/jsonrequest
{
"meta" : {
"slurm" : {
"cluster" : "cluster",
"release" : "release",
"version" : {
"major" : "major",
"minor" : "minor",
"micro" : "micro"
}
},
"plugin" : {
"accounting_storage" : "accounting_storage",
"name" : "name",
"type" : "type",
"data_parser" : "data_parser"
},
"client" : {
"source" : "source",
"user" : "user",
"group" : "group"
},
"command" : [ "command", "command" ]
},
"warnings" : [ {
"description" : "description",
"source" : "source"
}, {
"description" : "description",
"source" : "source"
} ],
"errors" : [ {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
}, {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
} ],
"statistics" : {
"bf_cycle_max" : 6,
"rpcs_by_message_type" : [ {
"cycle_last" : 7,
"average_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"type_id" : 9,
"queued" : 9,
"count" : 0,
"dropped" : 0,
"message_type" : "message_type",
"total_time" : 4,
"cycle_max" : 5
}, {
"cycle_last" : 7,
"average_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"type_id" : 9,
"queued" : 9,
"count" : 0,
"dropped" : 0,
"message_type" : "message_type",
"total_time" : 4,
"cycle_max" : 5
} ],
"bf_backfilled_het_jobs" : 5,
"bf_table_size" : 1,
"schedule_cycle_depth" : 6,
"bf_depth_sum" : 3,
"job_states_ts" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"bf_queue_len" : 0,
"jobs_started" : 9,
"schedule_cycle_max" : 3,
"server_thread_count" : 1,
"bf_queue_len_sum" : 4,
"bf_cycle_last" : 7,
"bf_exit" : {
"state_changed" : 3,
"bf_max_time" : 7,
"bf_max_job_start" : 4,
"bf_node_space_size" : 3,
"end_job_queue" : 0,
"bf_max_job_test" : 8
},
"agent_thread_count" : 2,
"jobs_completed" : 6,
"bf_depth_mean" : 3,
"bf_depth_try_sum" : 4,
"schedule_cycle_mean" : 1,
"bf_table_size_sum" : 4,
"agent_queue_size" : 5,
"jobs_failed" : 6,
"bf_last_depth_try" : 5,
"req_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"bf_cycle_counter" : 6,
"schedule_queue_length" : 6,
"bf_queue_len_mean" : 6,
"schedule_exit" : {
"max_sched_time" : 9,
"licenses" : 9,
"default_queue_depth" : 1,
"max_job_start" : 4,
"max_rpc_cnt" : 5,
"end_job_queue" : 7
},
"jobs_canceled" : 3,
"schedule_cycle_sum" : 4,
"jobs_submitted" : 8,
"schedule_cycle_mean_depth" : 1,
"schedule_cycle_per_minute" : 1,
"req_time_start" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"jobs_running" : 2,
"bf_last_backfilled_jobs" : 6,
"bf_last_depth" : 7,
"bf_backfilled_jobs" : 6,
"rpcs_by_user" : [ {
"average_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"user_id" : 8,
"count" : 4,
"total_time" : 3,
"user" : "user"
}, {
"average_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"user_id" : 8,
"count" : 4,
"total_time" : 3,
"user" : "user"
} ],
"bf_cycle_mean" : 3,
"pending_rpcs_by_hostlist" : [ {
"type_id" : 1,
"count" : [ "count", "count" ],
"message_type" : "message_type"
}, {
"type_id" : 1,
"count" : [ "count", "count" ],
"message_type" : "message_type"
} ],
"dbd_agent_queue_size" : 7,
"bf_table_size_mean" : 7,
"jobs_pending" : 1,
"agent_count" : 5,
"bf_cycle_sum" : 0,
"parts_packed" : 0,
"bf_active" : true,
"bf_depth_mean_try" : 7,
"gettimeofday_latency" : 9,
"pending_rpcs" : [ {
"type_id" : 0,
"count" : 2,
"message_type" : "message_type"
}, {
"type_id" : 0,
"count" : 2,
"message_type" : "message_type"
} ],
"schedule_cycle_total" : 7,
"bf_when_last_cycle" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"schedule_cycle_last" : 2
}
}
Example data
Content-Type: application/x-yaml
Custom MIME type example not yet supported: application/x-yaml
Example data
Content-Type: text/yaml
Custom MIME type example not yet supported: text/yaml
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.application/json
application/jsonrequest
application/x-yaml
text/yaml
Responses
200
diagnostic results v0.0.41_openapi_diag_respdefault
diagnostic results v0.0.41_openapi_diag_respget job info (slurmV0041GetJob)
Path parameters
job_id (required)
Path Parameter — JobId default: null
Query parameters
update_time (optional)
Query Parameter — Filter jobs since update timestamp default: null
flags (optional)
Query Parameter — Query flags default: null
Return type
Example data
Content-Type: application/json
{
"last_backfill" : {
"number" : 9,
"set" : true,
"infinite" : true
},
"meta" : {
"slurm" : {
"cluster" : "cluster",
"release" : "release",
"version" : {
"major" : "major",
"minor" : "minor",
"micro" : "micro"
}
},
"plugin" : {
"accounting_storage" : "accounting_storage",
"name" : "name",
"type" : "type",
"data_parser" : "data_parser"
},
"client" : {
"source" : "source",
"user" : "user",
"group" : "group"
},
"command" : [ "command", "command" ]
},
"jobs" : [ {
"container" : "container",
"cluster" : "cluster",
"time_minimum" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"memory_per_tres" : "memory_per_tres",
"scheduled_nodes" : "scheduled_nodes",
"minimum_switches" : 5,
"qos" : "qos",
"resize_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"eligible_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"exclusive" : [ "true", "true" ],
"cpus_per_tres" : "cpus_per_tres",
"preemptable_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"tasks" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"system_comment" : "system_comment",
"federation_siblings_active" : "federation_siblings_active",
"tasks_per_tres" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"tasks_per_core" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"accrue_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"dependency" : "dependency",
"group_name" : "group_name",
"profile" : [ "NOT_SET", "NOT_SET" ],
"priority" : {
"number" : 9,
"set" : true,
"infinite" : true
},
"tres_per_job" : "tres_per_job",
"failed_node" : "failed_node",
"derived_exit_code" : {
"return_code" : {
"number" : 5,
"set" : true,
"infinite" : true
},
"signal" : {
"name" : "name",
"id" : {
"number" : 2,
"set" : true,
"infinite" : true
}
},
"status" : [ "INVALID", "INVALID" ]
},
"maximum_switch_wait_time" : 8,
"core_spec" : 6,
"mcs_label" : "mcs_label",
"required_nodes" : "required_nodes",
"tres_bind" : "tres_bind",
"user_id" : 6,
"selinux_context" : "selinux_context",
"exit_code" : {
"return_code" : {
"number" : 5,
"set" : true,
"infinite" : true
},
"signal" : {
"name" : "name",
"id" : {
"number" : 2,
"set" : true,
"infinite" : true
}
},
"status" : [ "INVALID", "INVALID" ]
},
"federation_origin" : "federation_origin",
"container_id" : "container_id",
"shared" : [ "none", "none" ],
"tasks_per_board" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"user_name" : "user_name",
"flags" : [ "KILL_INVALID_DEPENDENCY", "KILL_INVALID_DEPENDENCY" ],
"standard_input" : "standard_input",
"admin_comment" : "admin_comment",
"cores_per_socket" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"job_state" : [ "PENDING", "PENDING" ],
"tasks_per_node" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"current_working_directory" : "current_working_directory",
"standard_error" : "standard_error",
"array_job_id" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"cluster_features" : "cluster_features",
"partition" : "partition",
"threads_per_core" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"tres_alloc_str" : "tres_alloc_str",
"memory_per_cpu" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"cpu_frequency_minimum" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"node_count" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"power" : {
"flags" : [ "", "" ]
},
"deadline" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"mail_type" : [ "BEGIN", "BEGIN" ],
"memory_per_node" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"state_reason" : "state_reason",
"het_job_offset" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"end_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"sockets_per_board" : 9,
"nice" : 4,
"last_sched_evaluation" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"tres_per_node" : "tres_per_node",
"burst_buffer" : "burst_buffer",
"licenses" : "licenses",
"excluded_nodes" : "excluded_nodes",
"array_max_tasks" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"het_job_id" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"sockets_per_node" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"prefer" : "prefer",
"time_limit" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"minimum_cpus_per_node" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"tasks_per_socket" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"batch_host" : "batch_host",
"max_cpus" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"job_size_str" : [ "job_size_str", "job_size_str" ],
"hold" : true,
"cpu_frequency_maximum" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"features" : "features",
"het_job_id_set" : "het_job_id_set",
"state_description" : "state_description",
"show_flags" : [ "ALL", "ALL" ],
"array_task_id" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"minimum_tmp_disk_per_node" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"tres_req_str" : "tres_req_str",
"burst_buffer_state" : "burst_buffer_state",
"cron" : "cron",
"allocating_node" : "allocating_node",
"tres_per_socket" : "tres_per_socket",
"array_task_string" : "array_task_string",
"submit_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"oversubscribe" : true,
"wckey" : "wckey",
"max_nodes" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"batch_flag" : true,
"start_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"name" : "name",
"preempt_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"contiguous" : true,
"job_resources" : {
"nodes" : {
"allocation" : [ {
"memory" : {
"used" : 1,
"allocated" : 1
},
"cpus" : {
"count" : 4,
"used" : 7
},
"name" : "name",
"index" : 2,
"sockets" : [ {
"cores" : [ {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
}, {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
} ],
"index" : 1
}, {
"cores" : [ {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
}, {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
} ],
"index" : 1
} ]
}, {
"memory" : {
"used" : 1,
"allocated" : 1
},
"cpus" : {
"count" : 4,
"used" : 7
},
"name" : "name",
"index" : 2,
"sockets" : [ {
"cores" : [ {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
}, {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
} ],
"index" : 1
}, {
"cores" : [ {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
}, {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
} ],
"index" : 1
} ]
} ],
"count" : 3,
"select_type" : [ "AVAILABLE", "AVAILABLE" ],
"whole" : true,
"list" : "list"
},
"threads_per_core" : {
"number" : 1,
"set" : true,
"infinite" : true
},
"cpus" : 7,
"select_type" : [ "CPU", "CPU" ]
},
"billable_tres" : {
"number" : 5.962133916683182,
"set" : true,
"infinite" : true
},
"federation_siblings_viable" : "federation_siblings_viable",
"cpus_per_task" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"batch_features" : "batch_features",
"thread_spec" : 1,
"cpu_frequency_governor" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"gres_detail" : [ "gres_detail", "gres_detail" ],
"network" : "network",
"restart_cnt" : 9,
"resv_name" : "resv_name",
"extra" : "extra",
"delay_boot" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"reboot" : true,
"cpus" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"standard_output" : "standard_output",
"pre_sus_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"suspend_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"association_id" : 0,
"command" : "command",
"tres_freq" : "tres_freq",
"requeue" : true,
"tres_per_task" : "tres_per_task",
"mail_user" : "mail_user",
"nodes" : "nodes",
"group_id" : 7,
"job_id" : 9,
"comment" : "comment",
"account" : "account"
}, {
"container" : "container",
"cluster" : "cluster",
"time_minimum" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"memory_per_tres" : "memory_per_tres",
"scheduled_nodes" : "scheduled_nodes",
"minimum_switches" : 5,
"qos" : "qos",
"resize_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"eligible_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"exclusive" : [ "true", "true" ],
"cpus_per_tres" : "cpus_per_tres",
"preemptable_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"tasks" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"system_comment" : "system_comment",
"federation_siblings_active" : "federation_siblings_active",
"tasks_per_tres" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"tasks_per_core" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"accrue_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"dependency" : "dependency",
"group_name" : "group_name",
"profile" : [ "NOT_SET", "NOT_SET" ],
"priority" : {
"number" : 9,
"set" : true,
"infinite" : true
},
"tres_per_job" : "tres_per_job",
"failed_node" : "failed_node",
"derived_exit_code" : {
"return_code" : {
"number" : 5,
"set" : true,
"infinite" : true
},
"signal" : {
"name" : "name",
"id" : {
"number" : 2,
"set" : true,
"infinite" : true
}
},
"status" : [ "INVALID", "INVALID" ]
},
"maximum_switch_wait_time" : 8,
"core_spec" : 6,
"mcs_label" : "mcs_label",
"required_nodes" : "required_nodes",
"tres_bind" : "tres_bind",
"user_id" : 6,
"selinux_context" : "selinux_context",
"exit_code" : {
"return_code" : {
"number" : 5,
"set" : true,
"infinite" : true
},
"signal" : {
"name" : "name",
"id" : {
"number" : 2,
"set" : true,
"infinite" : true
}
},
"status" : [ "INVALID", "INVALID" ]
},
"federation_origin" : "federation_origin",
"container_id" : "container_id",
"shared" : [ "none", "none" ],
"tasks_per_board" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"user_name" : "user_name",
"flags" : [ "KILL_INVALID_DEPENDENCY", "KILL_INVALID_DEPENDENCY" ],
"standard_input" : "standard_input",
"admin_comment" : "admin_comment",
"cores_per_socket" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"job_state" : [ "PENDING", "PENDING" ],
"tasks_per_node" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"current_working_directory" : "current_working_directory",
"standard_error" : "standard_error",
"array_job_id" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"cluster_features" : "cluster_features",
"partition" : "partition",
"threads_per_core" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"tres_alloc_str" : "tres_alloc_str",
"memory_per_cpu" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"cpu_frequency_minimum" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"node_count" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"power" : {
"flags" : [ "", "" ]
},
"deadline" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"mail_type" : [ "BEGIN", "BEGIN" ],
"memory_per_node" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"state_reason" : "state_reason",
"het_job_offset" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"end_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"sockets_per_board" : 9,
"nice" : 4,
"last_sched_evaluation" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"tres_per_node" : "tres_per_node",
"burst_buffer" : "burst_buffer",
"licenses" : "licenses",
"excluded_nodes" : "excluded_nodes",
"array_max_tasks" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"het_job_id" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"sockets_per_node" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"prefer" : "prefer",
"time_limit" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"minimum_cpus_per_node" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"tasks_per_socket" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"batch_host" : "batch_host",
"max_cpus" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"job_size_str" : [ "job_size_str", "job_size_str" ],
"hold" : true,
"cpu_frequency_maximum" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"features" : "features",
"het_job_id_set" : "het_job_id_set",
"state_description" : "state_description",
"show_flags" : [ "ALL", "ALL" ],
"array_task_id" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"minimum_tmp_disk_per_node" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"tres_req_str" : "tres_req_str",
"burst_buffer_state" : "burst_buffer_state",
"cron" : "cron",
"allocating_node" : "allocating_node",
"tres_per_socket" : "tres_per_socket",
"array_task_string" : "array_task_string",
"submit_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"oversubscribe" : true,
"wckey" : "wckey",
"max_nodes" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"batch_flag" : true,
"start_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"name" : "name",
"preempt_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"contiguous" : true,
"job_resources" : {
"nodes" : {
"allocation" : [ {
"memory" : {
"used" : 1,
"allocated" : 1
},
"cpus" : {
"count" : 4,
"used" : 7
},
"name" : "name",
"index" : 2,
"sockets" : [ {
"cores" : [ {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
}, {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
} ],
"index" : 1
}, {
"cores" : [ {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
}, {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
} ],
"index" : 1
} ]
}, {
"memory" : {
"used" : 1,
"allocated" : 1
},
"cpus" : {
"count" : 4,
"used" : 7
},
"name" : "name",
"index" : 2,
"sockets" : [ {
"cores" : [ {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
}, {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
} ],
"index" : 1
}, {
"cores" : [ {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
}, {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
} ],
"index" : 1
} ]
} ],
"count" : 3,
"select_type" : [ "AVAILABLE", "AVAILABLE" ],
"whole" : true,
"list" : "list"
},
"threads_per_core" : {
"number" : 1,
"set" : true,
"infinite" : true
},
"cpus" : 7,
"select_type" : [ "CPU", "CPU" ]
},
"billable_tres" : {
"number" : 5.962133916683182,
"set" : true,
"infinite" : true
},
"federation_siblings_viable" : "federation_siblings_viable",
"cpus_per_task" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"batch_features" : "batch_features",
"thread_spec" : 1,
"cpu_frequency_governor" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"gres_detail" : [ "gres_detail", "gres_detail" ],
"network" : "network",
"restart_cnt" : 9,
"resv_name" : "resv_name",
"extra" : "extra",
"delay_boot" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"reboot" : true,
"cpus" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"standard_output" : "standard_output",
"pre_sus_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"suspend_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"association_id" : 0,
"command" : "command",
"tres_freq" : "tres_freq",
"requeue" : true,
"tres_per_task" : "tres_per_task",
"mail_user" : "mail_user",
"nodes" : "nodes",
"group_id" : 7,
"job_id" : 9,
"comment" : "comment",
"account" : "account"
} ],
"last_update" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"warnings" : [ {
"description" : "description",
"source" : "source"
}, {
"description" : "description",
"source" : "source"
} ],
"errors" : [ {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
}, {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
} ]
}
Example data
Content-Type: application/jsonrequest
{
"last_backfill" : {
"number" : 9,
"set" : true,
"infinite" : true
},
"meta" : {
"slurm" : {
"cluster" : "cluster",
"release" : "release",
"version" : {
"major" : "major",
"minor" : "minor",
"micro" : "micro"
}
},
"plugin" : {
"accounting_storage" : "accounting_storage",
"name" : "name",
"type" : "type",
"data_parser" : "data_parser"
},
"client" : {
"source" : "source",
"user" : "user",
"group" : "group"
},
"command" : [ "command", "command" ]
},
"jobs" : [ {
"container" : "container",
"cluster" : "cluster",
"time_minimum" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"memory_per_tres" : "memory_per_tres",
"scheduled_nodes" : "scheduled_nodes",
"minimum_switches" : 5,
"qos" : "qos",
"resize_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"eligible_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"exclusive" : [ "true", "true" ],
"cpus_per_tres" : "cpus_per_tres",
"preemptable_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"tasks" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"system_comment" : "system_comment",
"federation_siblings_active" : "federation_siblings_active",
"tasks_per_tres" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"tasks_per_core" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"accrue_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"dependency" : "dependency",
"group_name" : "group_name",
"profile" : [ "NOT_SET", "NOT_SET" ],
"priority" : {
"number" : 9,
"set" : true,
"infinite" : true
},
"tres_per_job" : "tres_per_job",
"failed_node" : "failed_node",
"derived_exit_code" : {
"return_code" : {
"number" : 5,
"set" : true,
"infinite" : true
},
"signal" : {
"name" : "name",
"id" : {
"number" : 2,
"set" : true,
"infinite" : true
}
},
"status" : [ "INVALID", "INVALID" ]
},
"maximum_switch_wait_time" : 8,
"core_spec" : 6,
"mcs_label" : "mcs_label",
"required_nodes" : "required_nodes",
"tres_bind" : "tres_bind",
"user_id" : 6,
"selinux_context" : "selinux_context",
"exit_code" : {
"return_code" : {
"number" : 5,
"set" : true,
"infinite" : true
},
"signal" : {
"name" : "name",
"id" : {
"number" : 2,
"set" : true,
"infinite" : true
}
},
"status" : [ "INVALID", "INVALID" ]
},
"federation_origin" : "federation_origin",
"container_id" : "container_id",
"shared" : [ "none", "none" ],
"tasks_per_board" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"user_name" : "user_name",
"flags" : [ "KILL_INVALID_DEPENDENCY", "KILL_INVALID_DEPENDENCY" ],
"standard_input" : "standard_input",
"admin_comment" : "admin_comment",
"cores_per_socket" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"job_state" : [ "PENDING", "PENDING" ],
"tasks_per_node" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"current_working_directory" : "current_working_directory",
"standard_error" : "standard_error",
"array_job_id" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"cluster_features" : "cluster_features",
"partition" : "partition",
"threads_per_core" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"tres_alloc_str" : "tres_alloc_str",
"memory_per_cpu" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"cpu_frequency_minimum" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"node_count" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"power" : {
"flags" : [ "", "" ]
},
"deadline" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"mail_type" : [ "BEGIN", "BEGIN" ],
"memory_per_node" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"state_reason" : "state_reason",
"het_job_offset" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"end_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"sockets_per_board" : 9,
"nice" : 4,
"last_sched_evaluation" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"tres_per_node" : "tres_per_node",
"burst_buffer" : "burst_buffer",
"licenses" : "licenses",
"excluded_nodes" : "excluded_nodes",
"array_max_tasks" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"het_job_id" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"sockets_per_node" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"prefer" : "prefer",
"time_limit" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"minimum_cpus_per_node" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"tasks_per_socket" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"batch_host" : "batch_host",
"max_cpus" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"job_size_str" : [ "job_size_str", "job_size_str" ],
"hold" : true,
"cpu_frequency_maximum" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"features" : "features",
"het_job_id_set" : "het_job_id_set",
"state_description" : "state_description",
"show_flags" : [ "ALL", "ALL" ],
"array_task_id" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"minimum_tmp_disk_per_node" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"tres_req_str" : "tres_req_str",
"burst_buffer_state" : "burst_buffer_state",
"cron" : "cron",
"allocating_node" : "allocating_node",
"tres_per_socket" : "tres_per_socket",
"array_task_string" : "array_task_string",
"submit_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"oversubscribe" : true,
"wckey" : "wckey",
"max_nodes" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"batch_flag" : true,
"start_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"name" : "name",
"preempt_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"contiguous" : true,
"job_resources" : {
"nodes" : {
"allocation" : [ {
"memory" : {
"used" : 1,
"allocated" : 1
},
"cpus" : {
"count" : 4,
"used" : 7
},
"name" : "name",
"index" : 2,
"sockets" : [ {
"cores" : [ {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
}, {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
} ],
"index" : 1
}, {
"cores" : [ {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
}, {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
} ],
"index" : 1
} ]
}, {
"memory" : {
"used" : 1,
"allocated" : 1
},
"cpus" : {
"count" : 4,
"used" : 7
},
"name" : "name",
"index" : 2,
"sockets" : [ {
"cores" : [ {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
}, {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
} ],
"index" : 1
}, {
"cores" : [ {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
}, {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
} ],
"index" : 1
} ]
} ],
"count" : 3,
"select_type" : [ "AVAILABLE", "AVAILABLE" ],
"whole" : true,
"list" : "list"
},
"threads_per_core" : {
"number" : 1,
"set" : true,
"infinite" : true
},
"cpus" : 7,
"select_type" : [ "CPU", "CPU" ]
},
"billable_tres" : {
"number" : 5.962133916683182,
"set" : true,
"infinite" : true
},
"federation_siblings_viable" : "federation_siblings_viable",
"cpus_per_task" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"batch_features" : "batch_features",
"thread_spec" : 1,
"cpu_frequency_governor" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"gres_detail" : [ "gres_detail", "gres_detail" ],
"network" : "network",
"restart_cnt" : 9,
"resv_name" : "resv_name",
"extra" : "extra",
"delay_boot" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"reboot" : true,
"cpus" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"standard_output" : "standard_output",
"pre_sus_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"suspend_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"association_id" : 0,
"command" : "command",
"tres_freq" : "tres_freq",
"requeue" : true,
"tres_per_task" : "tres_per_task",
"mail_user" : "mail_user",
"nodes" : "nodes",
"group_id" : 7,
"job_id" : 9,
"comment" : "comment",
"account" : "account"
}, {
"container" : "container",
"cluster" : "cluster",
"time_minimum" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"memory_per_tres" : "memory_per_tres",
"scheduled_nodes" : "scheduled_nodes",
"minimum_switches" : 5,
"qos" : "qos",
"resize_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"eligible_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"exclusive" : [ "true", "true" ],
"cpus_per_tres" : "cpus_per_tres",
"preemptable_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"tasks" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"system_comment" : "system_comment",
"federation_siblings_active" : "federation_siblings_active",
"tasks_per_tres" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"tasks_per_core" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"accrue_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"dependency" : "dependency",
"group_name" : "group_name",
"profile" : [ "NOT_SET", "NOT_SET" ],
"priority" : {
"number" : 9,
"set" : true,
"infinite" : true
},
"tres_per_job" : "tres_per_job",
"failed_node" : "failed_node",
"derived_exit_code" : {
"return_code" : {
"number" : 5,
"set" : true,
"infinite" : true
},
"signal" : {
"name" : "name",
"id" : {
"number" : 2,
"set" : true,
"infinite" : true
}
},
"status" : [ "INVALID", "INVALID" ]
},
"maximum_switch_wait_time" : 8,
"core_spec" : 6,
"mcs_label" : "mcs_label",
"required_nodes" : "required_nodes",
"tres_bind" : "tres_bind",
"user_id" : 6,
"selinux_context" : "selinux_context",
"exit_code" : {
"return_code" : {
"number" : 5,
"set" : true,
"infinite" : true
},
"signal" : {
"name" : "name",
"id" : {
"number" : 2,
"set" : true,
"infinite" : true
}
},
"status" : [ "INVALID", "INVALID" ]
},
"federation_origin" : "federation_origin",
"container_id" : "container_id",
"shared" : [ "none", "none" ],
"tasks_per_board" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"user_name" : "user_name",
"flags" : [ "KILL_INVALID_DEPENDENCY", "KILL_INVALID_DEPENDENCY" ],
"standard_input" : "standard_input",
"admin_comment" : "admin_comment",
"cores_per_socket" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"job_state" : [ "PENDING", "PENDING" ],
"tasks_per_node" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"current_working_directory" : "current_working_directory",
"standard_error" : "standard_error",
"array_job_id" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"cluster_features" : "cluster_features",
"partition" : "partition",
"threads_per_core" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"tres_alloc_str" : "tres_alloc_str",
"memory_per_cpu" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"cpu_frequency_minimum" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"node_count" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"power" : {
"flags" : [ "", "" ]
},
"deadline" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"mail_type" : [ "BEGIN", "BEGIN" ],
"memory_per_node" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"state_reason" : "state_reason",
"het_job_offset" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"end_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"sockets_per_board" : 9,
"nice" : 4,
"last_sched_evaluation" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"tres_per_node" : "tres_per_node",
"burst_buffer" : "burst_buffer",
"licenses" : "licenses",
"excluded_nodes" : "excluded_nodes",
"array_max_tasks" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"het_job_id" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"sockets_per_node" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"prefer" : "prefer",
"time_limit" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"minimum_cpus_per_node" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"tasks_per_socket" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"batch_host" : "batch_host",
"max_cpus" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"job_size_str" : [ "job_size_str", "job_size_str" ],
"hold" : true,
"cpu_frequency_maximum" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"features" : "features",
"het_job_id_set" : "het_job_id_set",
"state_description" : "state_description",
"show_flags" : [ "ALL", "ALL" ],
"array_task_id" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"minimum_tmp_disk_per_node" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"tres_req_str" : "tres_req_str",
"burst_buffer_state" : "burst_buffer_state",
"cron" : "cron",
"allocating_node" : "allocating_node",
"tres_per_socket" : "tres_per_socket",
"array_task_string" : "array_task_string",
"submit_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"oversubscribe" : true,
"wckey" : "wckey",
"max_nodes" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"batch_flag" : true,
"start_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"name" : "name",
"preempt_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"contiguous" : true,
"job_resources" : {
"nodes" : {
"allocation" : [ {
"memory" : {
"used" : 1,
"allocated" : 1
},
"cpus" : {
"count" : 4,
"used" : 7
},
"name" : "name",
"index" : 2,
"sockets" : [ {
"cores" : [ {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
}, {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
} ],
"index" : 1
}, {
"cores" : [ {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
}, {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
} ],
"index" : 1
} ]
}, {
"memory" : {
"used" : 1,
"allocated" : 1
},
"cpus" : {
"count" : 4,
"used" : 7
},
"name" : "name",
"index" : 2,
"sockets" : [ {
"cores" : [ {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
}, {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
} ],
"index" : 1
}, {
"cores" : [ {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
}, {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
} ],
"index" : 1
} ]
} ],
"count" : 3,
"select_type" : [ "AVAILABLE", "AVAILABLE" ],
"whole" : true,
"list" : "list"
},
"threads_per_core" : {
"number" : 1,
"set" : true,
"infinite" : true
},
"cpus" : 7,
"select_type" : [ "CPU", "CPU" ]
},
"billable_tres" : {
"number" : 5.962133916683182,
"set" : true,
"infinite" : true
},
"federation_siblings_viable" : "federation_siblings_viable",
"cpus_per_task" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"batch_features" : "batch_features",
"thread_spec" : 1,
"cpu_frequency_governor" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"gres_detail" : [ "gres_detail", "gres_detail" ],
"network" : "network",
"restart_cnt" : 9,
"resv_name" : "resv_name",
"extra" : "extra",
"delay_boot" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"reboot" : true,
"cpus" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"standard_output" : "standard_output",
"pre_sus_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"suspend_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"association_id" : 0,
"command" : "command",
"tres_freq" : "tres_freq",
"requeue" : true,
"tres_per_task" : "tres_per_task",
"mail_user" : "mail_user",
"nodes" : "nodes",
"group_id" : 7,
"job_id" : 9,
"comment" : "comment",
"account" : "account"
} ],
"last_update" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"warnings" : [ {
"description" : "description",
"source" : "source"
}, {
"description" : "description",
"source" : "source"
} ],
"errors" : [ {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
}, {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
} ]
}
Example data
Content-Type: application/x-yaml
Custom MIME type example not yet supported: application/x-yaml
Example data
Content-Type: text/yaml
Custom MIME type example not yet supported: text/yaml
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.application/json
application/jsonrequest
application/x-yaml
text/yaml
Responses
200
job(s) information v0.0.41_openapi_job_info_respdefault
job(s) information v0.0.41_openapi_job_info_respget list of jobs (slurmV0041GetJobs)
Query parameters
update_time (optional)
Query Parameter — Filter jobs since update timestamp default: null
flags (optional)
Query Parameter — Query flags default: null
Return type
Example data
Content-Type: application/json
{
"last_backfill" : {
"number" : 9,
"set" : true,
"infinite" : true
},
"meta" : {
"slurm" : {
"cluster" : "cluster",
"release" : "release",
"version" : {
"major" : "major",
"minor" : "minor",
"micro" : "micro"
}
},
"plugin" : {
"accounting_storage" : "accounting_storage",
"name" : "name",
"type" : "type",
"data_parser" : "data_parser"
},
"client" : {
"source" : "source",
"user" : "user",
"group" : "group"
},
"command" : [ "command", "command" ]
},
"jobs" : [ {
"container" : "container",
"cluster" : "cluster",
"time_minimum" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"memory_per_tres" : "memory_per_tres",
"scheduled_nodes" : "scheduled_nodes",
"minimum_switches" : 5,
"qos" : "qos",
"resize_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"eligible_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"exclusive" : [ "true", "true" ],
"cpus_per_tres" : "cpus_per_tres",
"preemptable_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"tasks" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"system_comment" : "system_comment",
"federation_siblings_active" : "federation_siblings_active",
"tasks_per_tres" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"tasks_per_core" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"accrue_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"dependency" : "dependency",
"group_name" : "group_name",
"profile" : [ "NOT_SET", "NOT_SET" ],
"priority" : {
"number" : 9,
"set" : true,
"infinite" : true
},
"tres_per_job" : "tres_per_job",
"failed_node" : "failed_node",
"derived_exit_code" : {
"return_code" : {
"number" : 5,
"set" : true,
"infinite" : true
},
"signal" : {
"name" : "name",
"id" : {
"number" : 2,
"set" : true,
"infinite" : true
}
},
"status" : [ "INVALID", "INVALID" ]
},
"maximum_switch_wait_time" : 8,
"core_spec" : 6,
"mcs_label" : "mcs_label",
"required_nodes" : "required_nodes",
"tres_bind" : "tres_bind",
"user_id" : 6,
"selinux_context" : "selinux_context",
"exit_code" : {
"return_code" : {
"number" : 5,
"set" : true,
"infinite" : true
},
"signal" : {
"name" : "name",
"id" : {
"number" : 2,
"set" : true,
"infinite" : true
}
},
"status" : [ "INVALID", "INVALID" ]
},
"federation_origin" : "federation_origin",
"container_id" : "container_id",
"shared" : [ "none", "none" ],
"tasks_per_board" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"user_name" : "user_name",
"flags" : [ "KILL_INVALID_DEPENDENCY", "KILL_INVALID_DEPENDENCY" ],
"standard_input" : "standard_input",
"admin_comment" : "admin_comment",
"cores_per_socket" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"job_state" : [ "PENDING", "PENDING" ],
"tasks_per_node" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"current_working_directory" : "current_working_directory",
"standard_error" : "standard_error",
"array_job_id" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"cluster_features" : "cluster_features",
"partition" : "partition",
"threads_per_core" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"tres_alloc_str" : "tres_alloc_str",
"memory_per_cpu" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"cpu_frequency_minimum" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"node_count" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"power" : {
"flags" : [ "", "" ]
},
"deadline" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"mail_type" : [ "BEGIN", "BEGIN" ],
"memory_per_node" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"state_reason" : "state_reason",
"het_job_offset" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"end_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"sockets_per_board" : 9,
"nice" : 4,
"last_sched_evaluation" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"tres_per_node" : "tres_per_node",
"burst_buffer" : "burst_buffer",
"licenses" : "licenses",
"excluded_nodes" : "excluded_nodes",
"array_max_tasks" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"het_job_id" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"sockets_per_node" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"prefer" : "prefer",
"time_limit" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"minimum_cpus_per_node" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"tasks_per_socket" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"batch_host" : "batch_host",
"max_cpus" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"job_size_str" : [ "job_size_str", "job_size_str" ],
"hold" : true,
"cpu_frequency_maximum" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"features" : "features",
"het_job_id_set" : "het_job_id_set",
"state_description" : "state_description",
"show_flags" : [ "ALL", "ALL" ],
"array_task_id" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"minimum_tmp_disk_per_node" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"tres_req_str" : "tres_req_str",
"burst_buffer_state" : "burst_buffer_state",
"cron" : "cron",
"allocating_node" : "allocating_node",
"tres_per_socket" : "tres_per_socket",
"array_task_string" : "array_task_string",
"submit_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"oversubscribe" : true,
"wckey" : "wckey",
"max_nodes" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"batch_flag" : true,
"start_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"name" : "name",
"preempt_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"contiguous" : true,
"job_resources" : {
"nodes" : {
"allocation" : [ {
"memory" : {
"used" : 1,
"allocated" : 1
},
"cpus" : {
"count" : 4,
"used" : 7
},
"name" : "name",
"index" : 2,
"sockets" : [ {
"cores" : [ {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
}, {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
} ],
"index" : 1
}, {
"cores" : [ {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
}, {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
} ],
"index" : 1
} ]
}, {
"memory" : {
"used" : 1,
"allocated" : 1
},
"cpus" : {
"count" : 4,
"used" : 7
},
"name" : "name",
"index" : 2,
"sockets" : [ {
"cores" : [ {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
}, {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
} ],
"index" : 1
}, {
"cores" : [ {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
}, {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
} ],
"index" : 1
} ]
} ],
"count" : 3,
"select_type" : [ "AVAILABLE", "AVAILABLE" ],
"whole" : true,
"list" : "list"
},
"threads_per_core" : {
"number" : 1,
"set" : true,
"infinite" : true
},
"cpus" : 7,
"select_type" : [ "CPU", "CPU" ]
},
"billable_tres" : {
"number" : 5.962133916683182,
"set" : true,
"infinite" : true
},
"federation_siblings_viable" : "federation_siblings_viable",
"cpus_per_task" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"batch_features" : "batch_features",
"thread_spec" : 1,
"cpu_frequency_governor" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"gres_detail" : [ "gres_detail", "gres_detail" ],
"network" : "network",
"restart_cnt" : 9,
"resv_name" : "resv_name",
"extra" : "extra",
"delay_boot" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"reboot" : true,
"cpus" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"standard_output" : "standard_output",
"pre_sus_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"suspend_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"association_id" : 0,
"command" : "command",
"tres_freq" : "tres_freq",
"requeue" : true,
"tres_per_task" : "tres_per_task",
"mail_user" : "mail_user",
"nodes" : "nodes",
"group_id" : 7,
"job_id" : 9,
"comment" : "comment",
"account" : "account"
}, {
"container" : "container",
"cluster" : "cluster",
"time_minimum" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"memory_per_tres" : "memory_per_tres",
"scheduled_nodes" : "scheduled_nodes",
"minimum_switches" : 5,
"qos" : "qos",
"resize_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"eligible_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"exclusive" : [ "true", "true" ],
"cpus_per_tres" : "cpus_per_tres",
"preemptable_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"tasks" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"system_comment" : "system_comment",
"federation_siblings_active" : "federation_siblings_active",
"tasks_per_tres" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"tasks_per_core" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"accrue_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"dependency" : "dependency",
"group_name" : "group_name",
"profile" : [ "NOT_SET", "NOT_SET" ],
"priority" : {
"number" : 9,
"set" : true,
"infinite" : true
},
"tres_per_job" : "tres_per_job",
"failed_node" : "failed_node",
"derived_exit_code" : {
"return_code" : {
"number" : 5,
"set" : true,
"infinite" : true
},
"signal" : {
"name" : "name",
"id" : {
"number" : 2,
"set" : true,
"infinite" : true
}
},
"status" : [ "INVALID", "INVALID" ]
},
"maximum_switch_wait_time" : 8,
"core_spec" : 6,
"mcs_label" : "mcs_label",
"required_nodes" : "required_nodes",
"tres_bind" : "tres_bind",
"user_id" : 6,
"selinux_context" : "selinux_context",
"exit_code" : {
"return_code" : {
"number" : 5,
"set" : true,
"infinite" : true
},
"signal" : {
"name" : "name",
"id" : {
"number" : 2,
"set" : true,
"infinite" : true
}
},
"status" : [ "INVALID", "INVALID" ]
},
"federation_origin" : "federation_origin",
"container_id" : "container_id",
"shared" : [ "none", "none" ],
"tasks_per_board" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"user_name" : "user_name",
"flags" : [ "KILL_INVALID_DEPENDENCY", "KILL_INVALID_DEPENDENCY" ],
"standard_input" : "standard_input",
"admin_comment" : "admin_comment",
"cores_per_socket" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"job_state" : [ "PENDING", "PENDING" ],
"tasks_per_node" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"current_working_directory" : "current_working_directory",
"standard_error" : "standard_error",
"array_job_id" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"cluster_features" : "cluster_features",
"partition" : "partition",
"threads_per_core" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"tres_alloc_str" : "tres_alloc_str",
"memory_per_cpu" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"cpu_frequency_minimum" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"node_count" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"power" : {
"flags" : [ "", "" ]
},
"deadline" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"mail_type" : [ "BEGIN", "BEGIN" ],
"memory_per_node" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"state_reason" : "state_reason",
"het_job_offset" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"end_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"sockets_per_board" : 9,
"nice" : 4,
"last_sched_evaluation" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"tres_per_node" : "tres_per_node",
"burst_buffer" : "burst_buffer",
"licenses" : "licenses",
"excluded_nodes" : "excluded_nodes",
"array_max_tasks" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"het_job_id" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"sockets_per_node" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"prefer" : "prefer",
"time_limit" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"minimum_cpus_per_node" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"tasks_per_socket" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"batch_host" : "batch_host",
"max_cpus" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"job_size_str" : [ "job_size_str", "job_size_str" ],
"hold" : true,
"cpu_frequency_maximum" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"features" : "features",
"het_job_id_set" : "het_job_id_set",
"state_description" : "state_description",
"show_flags" : [ "ALL", "ALL" ],
"array_task_id" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"minimum_tmp_disk_per_node" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"tres_req_str" : "tres_req_str",
"burst_buffer_state" : "burst_buffer_state",
"cron" : "cron",
"allocating_node" : "allocating_node",
"tres_per_socket" : "tres_per_socket",
"array_task_string" : "array_task_string",
"submit_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"oversubscribe" : true,
"wckey" : "wckey",
"max_nodes" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"batch_flag" : true,
"start_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"name" : "name",
"preempt_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"contiguous" : true,
"job_resources" : {
"nodes" : {
"allocation" : [ {
"memory" : {
"used" : 1,
"allocated" : 1
},
"cpus" : {
"count" : 4,
"used" : 7
},
"name" : "name",
"index" : 2,
"sockets" : [ {
"cores" : [ {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
}, {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
} ],
"index" : 1
}, {
"cores" : [ {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
}, {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
} ],
"index" : 1
} ]
}, {
"memory" : {
"used" : 1,
"allocated" : 1
},
"cpus" : {
"count" : 4,
"used" : 7
},
"name" : "name",
"index" : 2,
"sockets" : [ {
"cores" : [ {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
}, {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
} ],
"index" : 1
}, {
"cores" : [ {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
}, {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
} ],
"index" : 1
} ]
} ],
"count" : 3,
"select_type" : [ "AVAILABLE", "AVAILABLE" ],
"whole" : true,
"list" : "list"
},
"threads_per_core" : {
"number" : 1,
"set" : true,
"infinite" : true
},
"cpus" : 7,
"select_type" : [ "CPU", "CPU" ]
},
"billable_tres" : {
"number" : 5.962133916683182,
"set" : true,
"infinite" : true
},
"federation_siblings_viable" : "federation_siblings_viable",
"cpus_per_task" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"batch_features" : "batch_features",
"thread_spec" : 1,
"cpu_frequency_governor" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"gres_detail" : [ "gres_detail", "gres_detail" ],
"network" : "network",
"restart_cnt" : 9,
"resv_name" : "resv_name",
"extra" : "extra",
"delay_boot" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"reboot" : true,
"cpus" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"standard_output" : "standard_output",
"pre_sus_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"suspend_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"association_id" : 0,
"command" : "command",
"tres_freq" : "tres_freq",
"requeue" : true,
"tres_per_task" : "tres_per_task",
"mail_user" : "mail_user",
"nodes" : "nodes",
"group_id" : 7,
"job_id" : 9,
"comment" : "comment",
"account" : "account"
} ],
"last_update" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"warnings" : [ {
"description" : "description",
"source" : "source"
}, {
"description" : "description",
"source" : "source"
} ],
"errors" : [ {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
}, {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
} ]
}
Example data
Content-Type: application/jsonrequest
{
"last_backfill" : {
"number" : 9,
"set" : true,
"infinite" : true
},
"meta" : {
"slurm" : {
"cluster" : "cluster",
"release" : "release",
"version" : {
"major" : "major",
"minor" : "minor",
"micro" : "micro"
}
},
"plugin" : {
"accounting_storage" : "accounting_storage",
"name" : "name",
"type" : "type",
"data_parser" : "data_parser"
},
"client" : {
"source" : "source",
"user" : "user",
"group" : "group"
},
"command" : [ "command", "command" ]
},
"jobs" : [ {
"container" : "container",
"cluster" : "cluster",
"time_minimum" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"memory_per_tres" : "memory_per_tres",
"scheduled_nodes" : "scheduled_nodes",
"minimum_switches" : 5,
"qos" : "qos",
"resize_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"eligible_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"exclusive" : [ "true", "true" ],
"cpus_per_tres" : "cpus_per_tres",
"preemptable_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"tasks" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"system_comment" : "system_comment",
"federation_siblings_active" : "federation_siblings_active",
"tasks_per_tres" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"tasks_per_core" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"accrue_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"dependency" : "dependency",
"group_name" : "group_name",
"profile" : [ "NOT_SET", "NOT_SET" ],
"priority" : {
"number" : 9,
"set" : true,
"infinite" : true
},
"tres_per_job" : "tres_per_job",
"failed_node" : "failed_node",
"derived_exit_code" : {
"return_code" : {
"number" : 5,
"set" : true,
"infinite" : true
},
"signal" : {
"name" : "name",
"id" : {
"number" : 2,
"set" : true,
"infinite" : true
}
},
"status" : [ "INVALID", "INVALID" ]
},
"maximum_switch_wait_time" : 8,
"core_spec" : 6,
"mcs_label" : "mcs_label",
"required_nodes" : "required_nodes",
"tres_bind" : "tres_bind",
"user_id" : 6,
"selinux_context" : "selinux_context",
"exit_code" : {
"return_code" : {
"number" : 5,
"set" : true,
"infinite" : true
},
"signal" : {
"name" : "name",
"id" : {
"number" : 2,
"set" : true,
"infinite" : true
}
},
"status" : [ "INVALID", "INVALID" ]
},
"federation_origin" : "federation_origin",
"container_id" : "container_id",
"shared" : [ "none", "none" ],
"tasks_per_board" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"user_name" : "user_name",
"flags" : [ "KILL_INVALID_DEPENDENCY", "KILL_INVALID_DEPENDENCY" ],
"standard_input" : "standard_input",
"admin_comment" : "admin_comment",
"cores_per_socket" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"job_state" : [ "PENDING", "PENDING" ],
"tasks_per_node" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"current_working_directory" : "current_working_directory",
"standard_error" : "standard_error",
"array_job_id" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"cluster_features" : "cluster_features",
"partition" : "partition",
"threads_per_core" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"tres_alloc_str" : "tres_alloc_str",
"memory_per_cpu" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"cpu_frequency_minimum" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"node_count" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"power" : {
"flags" : [ "", "" ]
},
"deadline" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"mail_type" : [ "BEGIN", "BEGIN" ],
"memory_per_node" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"state_reason" : "state_reason",
"het_job_offset" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"end_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"sockets_per_board" : 9,
"nice" : 4,
"last_sched_evaluation" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"tres_per_node" : "tres_per_node",
"burst_buffer" : "burst_buffer",
"licenses" : "licenses",
"excluded_nodes" : "excluded_nodes",
"array_max_tasks" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"het_job_id" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"sockets_per_node" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"prefer" : "prefer",
"time_limit" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"minimum_cpus_per_node" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"tasks_per_socket" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"batch_host" : "batch_host",
"max_cpus" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"job_size_str" : [ "job_size_str", "job_size_str" ],
"hold" : true,
"cpu_frequency_maximum" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"features" : "features",
"het_job_id_set" : "het_job_id_set",
"state_description" : "state_description",
"show_flags" : [ "ALL", "ALL" ],
"array_task_id" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"minimum_tmp_disk_per_node" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"tres_req_str" : "tres_req_str",
"burst_buffer_state" : "burst_buffer_state",
"cron" : "cron",
"allocating_node" : "allocating_node",
"tres_per_socket" : "tres_per_socket",
"array_task_string" : "array_task_string",
"submit_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"oversubscribe" : true,
"wckey" : "wckey",
"max_nodes" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"batch_flag" : true,
"start_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"name" : "name",
"preempt_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"contiguous" : true,
"job_resources" : {
"nodes" : {
"allocation" : [ {
"memory" : {
"used" : 1,
"allocated" : 1
},
"cpus" : {
"count" : 4,
"used" : 7
},
"name" : "name",
"index" : 2,
"sockets" : [ {
"cores" : [ {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
}, {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
} ],
"index" : 1
}, {
"cores" : [ {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
}, {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
} ],
"index" : 1
} ]
}, {
"memory" : {
"used" : 1,
"allocated" : 1
},
"cpus" : {
"count" : 4,
"used" : 7
},
"name" : "name",
"index" : 2,
"sockets" : [ {
"cores" : [ {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
}, {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
} ],
"index" : 1
}, {
"cores" : [ {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
}, {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
} ],
"index" : 1
} ]
} ],
"count" : 3,
"select_type" : [ "AVAILABLE", "AVAILABLE" ],
"whole" : true,
"list" : "list"
},
"threads_per_core" : {
"number" : 1,
"set" : true,
"infinite" : true
},
"cpus" : 7,
"select_type" : [ "CPU", "CPU" ]
},
"billable_tres" : {
"number" : 5.962133916683182,
"set" : true,
"infinite" : true
},
"federation_siblings_viable" : "federation_siblings_viable",
"cpus_per_task" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"batch_features" : "batch_features",
"thread_spec" : 1,
"cpu_frequency_governor" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"gres_detail" : [ "gres_detail", "gres_detail" ],
"network" : "network",
"restart_cnt" : 9,
"resv_name" : "resv_name",
"extra" : "extra",
"delay_boot" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"reboot" : true,
"cpus" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"standard_output" : "standard_output",
"pre_sus_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"suspend_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"association_id" : 0,
"command" : "command",
"tres_freq" : "tres_freq",
"requeue" : true,
"tres_per_task" : "tres_per_task",
"mail_user" : "mail_user",
"nodes" : "nodes",
"group_id" : 7,
"job_id" : 9,
"comment" : "comment",
"account" : "account"
}, {
"container" : "container",
"cluster" : "cluster",
"time_minimum" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"memory_per_tres" : "memory_per_tres",
"scheduled_nodes" : "scheduled_nodes",
"minimum_switches" : 5,
"qos" : "qos",
"resize_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"eligible_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"exclusive" : [ "true", "true" ],
"cpus_per_tres" : "cpus_per_tres",
"preemptable_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"tasks" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"system_comment" : "system_comment",
"federation_siblings_active" : "federation_siblings_active",
"tasks_per_tres" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"tasks_per_core" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"accrue_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"dependency" : "dependency",
"group_name" : "group_name",
"profile" : [ "NOT_SET", "NOT_SET" ],
"priority" : {
"number" : 9,
"set" : true,
"infinite" : true
},
"tres_per_job" : "tres_per_job",
"failed_node" : "failed_node",
"derived_exit_code" : {
"return_code" : {
"number" : 5,
"set" : true,
"infinite" : true
},
"signal" : {
"name" : "name",
"id" : {
"number" : 2,
"set" : true,
"infinite" : true
}
},
"status" : [ "INVALID", "INVALID" ]
},
"maximum_switch_wait_time" : 8,
"core_spec" : 6,
"mcs_label" : "mcs_label",
"required_nodes" : "required_nodes",
"tres_bind" : "tres_bind",
"user_id" : 6,
"selinux_context" : "selinux_context",
"exit_code" : {
"return_code" : {
"number" : 5,
"set" : true,
"infinite" : true
},
"signal" : {
"name" : "name",
"id" : {
"number" : 2,
"set" : true,
"infinite" : true
}
},
"status" : [ "INVALID", "INVALID" ]
},
"federation_origin" : "federation_origin",
"container_id" : "container_id",
"shared" : [ "none", "none" ],
"tasks_per_board" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"user_name" : "user_name",
"flags" : [ "KILL_INVALID_DEPENDENCY", "KILL_INVALID_DEPENDENCY" ],
"standard_input" : "standard_input",
"admin_comment" : "admin_comment",
"cores_per_socket" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"job_state" : [ "PENDING", "PENDING" ],
"tasks_per_node" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"current_working_directory" : "current_working_directory",
"standard_error" : "standard_error",
"array_job_id" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"cluster_features" : "cluster_features",
"partition" : "partition",
"threads_per_core" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"tres_alloc_str" : "tres_alloc_str",
"memory_per_cpu" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"cpu_frequency_minimum" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"node_count" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"power" : {
"flags" : [ "", "" ]
},
"deadline" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"mail_type" : [ "BEGIN", "BEGIN" ],
"memory_per_node" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"state_reason" : "state_reason",
"het_job_offset" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"end_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"sockets_per_board" : 9,
"nice" : 4,
"last_sched_evaluation" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"tres_per_node" : "tres_per_node",
"burst_buffer" : "burst_buffer",
"licenses" : "licenses",
"excluded_nodes" : "excluded_nodes",
"array_max_tasks" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"het_job_id" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"sockets_per_node" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"prefer" : "prefer",
"time_limit" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"minimum_cpus_per_node" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"tasks_per_socket" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"batch_host" : "batch_host",
"max_cpus" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"job_size_str" : [ "job_size_str", "job_size_str" ],
"hold" : true,
"cpu_frequency_maximum" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"features" : "features",
"het_job_id_set" : "het_job_id_set",
"state_description" : "state_description",
"show_flags" : [ "ALL", "ALL" ],
"array_task_id" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"minimum_tmp_disk_per_node" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"tres_req_str" : "tres_req_str",
"burst_buffer_state" : "burst_buffer_state",
"cron" : "cron",
"allocating_node" : "allocating_node",
"tres_per_socket" : "tres_per_socket",
"array_task_string" : "array_task_string",
"submit_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"oversubscribe" : true,
"wckey" : "wckey",
"max_nodes" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"batch_flag" : true,
"start_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"name" : "name",
"preempt_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"contiguous" : true,
"job_resources" : {
"nodes" : {
"allocation" : [ {
"memory" : {
"used" : 1,
"allocated" : 1
},
"cpus" : {
"count" : 4,
"used" : 7
},
"name" : "name",
"index" : 2,
"sockets" : [ {
"cores" : [ {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
}, {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
} ],
"index" : 1
}, {
"cores" : [ {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
}, {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
} ],
"index" : 1
} ]
}, {
"memory" : {
"used" : 1,
"allocated" : 1
},
"cpus" : {
"count" : 4,
"used" : 7
},
"name" : "name",
"index" : 2,
"sockets" : [ {
"cores" : [ {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
}, {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
} ],
"index" : 1
}, {
"cores" : [ {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
}, {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
} ],
"index" : 1
} ]
} ],
"count" : 3,
"select_type" : [ "AVAILABLE", "AVAILABLE" ],
"whole" : true,
"list" : "list"
},
"threads_per_core" : {
"number" : 1,
"set" : true,
"infinite" : true
},
"cpus" : 7,
"select_type" : [ "CPU", "CPU" ]
},
"billable_tres" : {
"number" : 5.962133916683182,
"set" : true,
"infinite" : true
},
"federation_siblings_viable" : "federation_siblings_viable",
"cpus_per_task" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"batch_features" : "batch_features",
"thread_spec" : 1,
"cpu_frequency_governor" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"gres_detail" : [ "gres_detail", "gres_detail" ],
"network" : "network",
"restart_cnt" : 9,
"resv_name" : "resv_name",
"extra" : "extra",
"delay_boot" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"reboot" : true,
"cpus" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"standard_output" : "standard_output",
"pre_sus_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"suspend_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"association_id" : 0,
"command" : "command",
"tres_freq" : "tres_freq",
"requeue" : true,
"tres_per_task" : "tres_per_task",
"mail_user" : "mail_user",
"nodes" : "nodes",
"group_id" : 7,
"job_id" : 9,
"comment" : "comment",
"account" : "account"
} ],
"last_update" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"warnings" : [ {
"description" : "description",
"source" : "source"
}, {
"description" : "description",
"source" : "source"
} ],
"errors" : [ {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
}, {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
} ]
}
Example data
Content-Type: application/x-yaml
Custom MIME type example not yet supported: application/x-yaml
Example data
Content-Type: text/yaml
Custom MIME type example not yet supported: text/yaml
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.application/json
application/jsonrequest
application/x-yaml
text/yaml
Responses
200
job(s) information v0.0.41_openapi_job_info_respdefault
job(s) information v0.0.41_openapi_job_info_respget list of job states (slurmV0041GetJobsState)
Query parameters
update_time (optional)
Query Parameter — Filter jobs since update timestamp default: null
flags (optional)
Query Parameter — Query flags default: null
Return type
Example data
Content-Type: application/json
{
"last_backfill" : {
"number" : 9,
"set" : true,
"infinite" : true
},
"meta" : {
"slurm" : {
"cluster" : "cluster",
"release" : "release",
"version" : {
"major" : "major",
"minor" : "minor",
"micro" : "micro"
}
},
"plugin" : {
"accounting_storage" : "accounting_storage",
"name" : "name",
"type" : "type",
"data_parser" : "data_parser"
},
"client" : {
"source" : "source",
"user" : "user",
"group" : "group"
},
"command" : [ "command", "command" ]
},
"jobs" : [ {
"container" : "container",
"cluster" : "cluster",
"time_minimum" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"memory_per_tres" : "memory_per_tres",
"scheduled_nodes" : "scheduled_nodes",
"minimum_switches" : 5,
"qos" : "qos",
"resize_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"eligible_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"exclusive" : [ "true", "true" ],
"cpus_per_tres" : "cpus_per_tres",
"preemptable_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"tasks" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"system_comment" : "system_comment",
"federation_siblings_active" : "federation_siblings_active",
"tasks_per_tres" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"tasks_per_core" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"accrue_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"dependency" : "dependency",
"group_name" : "group_name",
"profile" : [ "NOT_SET", "NOT_SET" ],
"priority" : {
"number" : 9,
"set" : true,
"infinite" : true
},
"tres_per_job" : "tres_per_job",
"failed_node" : "failed_node",
"derived_exit_code" : {
"return_code" : {
"number" : 5,
"set" : true,
"infinite" : true
},
"signal" : {
"name" : "name",
"id" : {
"number" : 2,
"set" : true,
"infinite" : true
}
},
"status" : [ "INVALID", "INVALID" ]
},
"maximum_switch_wait_time" : 8,
"core_spec" : 6,
"mcs_label" : "mcs_label",
"required_nodes" : "required_nodes",
"tres_bind" : "tres_bind",
"user_id" : 6,
"selinux_context" : "selinux_context",
"exit_code" : {
"return_code" : {
"number" : 5,
"set" : true,
"infinite" : true
},
"signal" : {
"name" : "name",
"id" : {
"number" : 2,
"set" : true,
"infinite" : true
}
},
"status" : [ "INVALID", "INVALID" ]
},
"federation_origin" : "federation_origin",
"container_id" : "container_id",
"shared" : [ "none", "none" ],
"tasks_per_board" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"user_name" : "user_name",
"flags" : [ "KILL_INVALID_DEPENDENCY", "KILL_INVALID_DEPENDENCY" ],
"standard_input" : "standard_input",
"admin_comment" : "admin_comment",
"cores_per_socket" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"job_state" : [ "PENDING", "PENDING" ],
"tasks_per_node" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"current_working_directory" : "current_working_directory",
"standard_error" : "standard_error",
"array_job_id" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"cluster_features" : "cluster_features",
"partition" : "partition",
"threads_per_core" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"tres_alloc_str" : "tres_alloc_str",
"memory_per_cpu" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"cpu_frequency_minimum" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"node_count" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"power" : {
"flags" : [ "", "" ]
},
"deadline" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"mail_type" : [ "BEGIN", "BEGIN" ],
"memory_per_node" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"state_reason" : "state_reason",
"het_job_offset" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"end_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"sockets_per_board" : 9,
"nice" : 4,
"last_sched_evaluation" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"tres_per_node" : "tres_per_node",
"burst_buffer" : "burst_buffer",
"licenses" : "licenses",
"excluded_nodes" : "excluded_nodes",
"array_max_tasks" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"het_job_id" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"sockets_per_node" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"prefer" : "prefer",
"time_limit" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"minimum_cpus_per_node" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"tasks_per_socket" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"batch_host" : "batch_host",
"max_cpus" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"job_size_str" : [ "job_size_str", "job_size_str" ],
"hold" : true,
"cpu_frequency_maximum" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"features" : "features",
"het_job_id_set" : "het_job_id_set",
"state_description" : "state_description",
"show_flags" : [ "ALL", "ALL" ],
"array_task_id" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"minimum_tmp_disk_per_node" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"tres_req_str" : "tres_req_str",
"burst_buffer_state" : "burst_buffer_state",
"cron" : "cron",
"allocating_node" : "allocating_node",
"tres_per_socket" : "tres_per_socket",
"array_task_string" : "array_task_string",
"submit_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"oversubscribe" : true,
"wckey" : "wckey",
"max_nodes" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"batch_flag" : true,
"start_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"name" : "name",
"preempt_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"contiguous" : true,
"job_resources" : {
"nodes" : {
"allocation" : [ {
"memory" : {
"used" : 1,
"allocated" : 1
},
"cpus" : {
"count" : 4,
"used" : 7
},
"name" : "name",
"index" : 2,
"sockets" : [ {
"cores" : [ {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
}, {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
} ],
"index" : 1
}, {
"cores" : [ {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
}, {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
} ],
"index" : 1
} ]
}, {
"memory" : {
"used" : 1,
"allocated" : 1
},
"cpus" : {
"count" : 4,
"used" : 7
},
"name" : "name",
"index" : 2,
"sockets" : [ {
"cores" : [ {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
}, {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
} ],
"index" : 1
}, {
"cores" : [ {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
}, {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
} ],
"index" : 1
} ]
} ],
"count" : 3,
"select_type" : [ "AVAILABLE", "AVAILABLE" ],
"whole" : true,
"list" : "list"
},
"threads_per_core" : {
"number" : 1,
"set" : true,
"infinite" : true
},
"cpus" : 7,
"select_type" : [ "CPU", "CPU" ]
},
"billable_tres" : {
"number" : 5.962133916683182,
"set" : true,
"infinite" : true
},
"federation_siblings_viable" : "federation_siblings_viable",
"cpus_per_task" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"batch_features" : "batch_features",
"thread_spec" : 1,
"cpu_frequency_governor" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"gres_detail" : [ "gres_detail", "gres_detail" ],
"network" : "network",
"restart_cnt" : 9,
"resv_name" : "resv_name",
"extra" : "extra",
"delay_boot" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"reboot" : true,
"cpus" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"standard_output" : "standard_output",
"pre_sus_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"suspend_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"association_id" : 0,
"command" : "command",
"tres_freq" : "tres_freq",
"requeue" : true,
"tres_per_task" : "tres_per_task",
"mail_user" : "mail_user",
"nodes" : "nodes",
"group_id" : 7,
"job_id" : 9,
"comment" : "comment",
"account" : "account"
}, {
"container" : "container",
"cluster" : "cluster",
"time_minimum" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"memory_per_tres" : "memory_per_tres",
"scheduled_nodes" : "scheduled_nodes",
"minimum_switches" : 5,
"qos" : "qos",
"resize_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"eligible_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"exclusive" : [ "true", "true" ],
"cpus_per_tres" : "cpus_per_tres",
"preemptable_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"tasks" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"system_comment" : "system_comment",
"federation_siblings_active" : "federation_siblings_active",
"tasks_per_tres" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"tasks_per_core" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"accrue_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"dependency" : "dependency",
"group_name" : "group_name",
"profile" : [ "NOT_SET", "NOT_SET" ],
"priority" : {
"number" : 9,
"set" : true,
"infinite" : true
},
"tres_per_job" : "tres_per_job",
"failed_node" : "failed_node",
"derived_exit_code" : {
"return_code" : {
"number" : 5,
"set" : true,
"infinite" : true
},
"signal" : {
"name" : "name",
"id" : {
"number" : 2,
"set" : true,
"infinite" : true
}
},
"status" : [ "INVALID", "INVALID" ]
},
"maximum_switch_wait_time" : 8,
"core_spec" : 6,
"mcs_label" : "mcs_label",
"required_nodes" : "required_nodes",
"tres_bind" : "tres_bind",
"user_id" : 6,
"selinux_context" : "selinux_context",
"exit_code" : {
"return_code" : {
"number" : 5,
"set" : true,
"infinite" : true
},
"signal" : {
"name" : "name",
"id" : {
"number" : 2,
"set" : true,
"infinite" : true
}
},
"status" : [ "INVALID", "INVALID" ]
},
"federation_origin" : "federation_origin",
"container_id" : "container_id",
"shared" : [ "none", "none" ],
"tasks_per_board" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"user_name" : "user_name",
"flags" : [ "KILL_INVALID_DEPENDENCY", "KILL_INVALID_DEPENDENCY" ],
"standard_input" : "standard_input",
"admin_comment" : "admin_comment",
"cores_per_socket" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"job_state" : [ "PENDING", "PENDING" ],
"tasks_per_node" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"current_working_directory" : "current_working_directory",
"standard_error" : "standard_error",
"array_job_id" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"cluster_features" : "cluster_features",
"partition" : "partition",
"threads_per_core" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"tres_alloc_str" : "tres_alloc_str",
"memory_per_cpu" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"cpu_frequency_minimum" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"node_count" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"power" : {
"flags" : [ "", "" ]
},
"deadline" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"mail_type" : [ "BEGIN", "BEGIN" ],
"memory_per_node" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"state_reason" : "state_reason",
"het_job_offset" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"end_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"sockets_per_board" : 9,
"nice" : 4,
"last_sched_evaluation" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"tres_per_node" : "tres_per_node",
"burst_buffer" : "burst_buffer",
"licenses" : "licenses",
"excluded_nodes" : "excluded_nodes",
"array_max_tasks" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"het_job_id" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"sockets_per_node" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"prefer" : "prefer",
"time_limit" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"minimum_cpus_per_node" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"tasks_per_socket" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"batch_host" : "batch_host",
"max_cpus" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"job_size_str" : [ "job_size_str", "job_size_str" ],
"hold" : true,
"cpu_frequency_maximum" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"features" : "features",
"het_job_id_set" : "het_job_id_set",
"state_description" : "state_description",
"show_flags" : [ "ALL", "ALL" ],
"array_task_id" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"minimum_tmp_disk_per_node" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"tres_req_str" : "tres_req_str",
"burst_buffer_state" : "burst_buffer_state",
"cron" : "cron",
"allocating_node" : "allocating_node",
"tres_per_socket" : "tres_per_socket",
"array_task_string" : "array_task_string",
"submit_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"oversubscribe" : true,
"wckey" : "wckey",
"max_nodes" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"batch_flag" : true,
"start_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"name" : "name",
"preempt_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"contiguous" : true,
"job_resources" : {
"nodes" : {
"allocation" : [ {
"memory" : {
"used" : 1,
"allocated" : 1
},
"cpus" : {
"count" : 4,
"used" : 7
},
"name" : "name",
"index" : 2,
"sockets" : [ {
"cores" : [ {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
}, {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
} ],
"index" : 1
}, {
"cores" : [ {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
}, {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
} ],
"index" : 1
} ]
}, {
"memory" : {
"used" : 1,
"allocated" : 1
},
"cpus" : {
"count" : 4,
"used" : 7
},
"name" : "name",
"index" : 2,
"sockets" : [ {
"cores" : [ {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
}, {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
} ],
"index" : 1
}, {
"cores" : [ {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
}, {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
} ],
"index" : 1
} ]
} ],
"count" : 3,
"select_type" : [ "AVAILABLE", "AVAILABLE" ],
"whole" : true,
"list" : "list"
},
"threads_per_core" : {
"number" : 1,
"set" : true,
"infinite" : true
},
"cpus" : 7,
"select_type" : [ "CPU", "CPU" ]
},
"billable_tres" : {
"number" : 5.962133916683182,
"set" : true,
"infinite" : true
},
"federation_siblings_viable" : "federation_siblings_viable",
"cpus_per_task" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"batch_features" : "batch_features",
"thread_spec" : 1,
"cpu_frequency_governor" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"gres_detail" : [ "gres_detail", "gres_detail" ],
"network" : "network",
"restart_cnt" : 9,
"resv_name" : "resv_name",
"extra" : "extra",
"delay_boot" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"reboot" : true,
"cpus" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"standard_output" : "standard_output",
"pre_sus_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"suspend_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"association_id" : 0,
"command" : "command",
"tres_freq" : "tres_freq",
"requeue" : true,
"tres_per_task" : "tres_per_task",
"mail_user" : "mail_user",
"nodes" : "nodes",
"group_id" : 7,
"job_id" : 9,
"comment" : "comment",
"account" : "account"
} ],
"last_update" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"warnings" : [ {
"description" : "description",
"source" : "source"
}, {
"description" : "description",
"source" : "source"
} ],
"errors" : [ {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
}, {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
} ]
}
Example data
Content-Type: application/jsonrequest
{
"last_backfill" : {
"number" : 9,
"set" : true,
"infinite" : true
},
"meta" : {
"slurm" : {
"cluster" : "cluster",
"release" : "release",
"version" : {
"major" : "major",
"minor" : "minor",
"micro" : "micro"
}
},
"plugin" : {
"accounting_storage" : "accounting_storage",
"name" : "name",
"type" : "type",
"data_parser" : "data_parser"
},
"client" : {
"source" : "source",
"user" : "user",
"group" : "group"
},
"command" : [ "command", "command" ]
},
"jobs" : [ {
"container" : "container",
"cluster" : "cluster",
"time_minimum" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"memory_per_tres" : "memory_per_tres",
"scheduled_nodes" : "scheduled_nodes",
"minimum_switches" : 5,
"qos" : "qos",
"resize_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"eligible_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"exclusive" : [ "true", "true" ],
"cpus_per_tres" : "cpus_per_tres",
"preemptable_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"tasks" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"system_comment" : "system_comment",
"federation_siblings_active" : "federation_siblings_active",
"tasks_per_tres" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"tasks_per_core" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"accrue_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"dependency" : "dependency",
"group_name" : "group_name",
"profile" : [ "NOT_SET", "NOT_SET" ],
"priority" : {
"number" : 9,
"set" : true,
"infinite" : true
},
"tres_per_job" : "tres_per_job",
"failed_node" : "failed_node",
"derived_exit_code" : {
"return_code" : {
"number" : 5,
"set" : true,
"infinite" : true
},
"signal" : {
"name" : "name",
"id" : {
"number" : 2,
"set" : true,
"infinite" : true
}
},
"status" : [ "INVALID", "INVALID" ]
},
"maximum_switch_wait_time" : 8,
"core_spec" : 6,
"mcs_label" : "mcs_label",
"required_nodes" : "required_nodes",
"tres_bind" : "tres_bind",
"user_id" : 6,
"selinux_context" : "selinux_context",
"exit_code" : {
"return_code" : {
"number" : 5,
"set" : true,
"infinite" : true
},
"signal" : {
"name" : "name",
"id" : {
"number" : 2,
"set" : true,
"infinite" : true
}
},
"status" : [ "INVALID", "INVALID" ]
},
"federation_origin" : "federation_origin",
"container_id" : "container_id",
"shared" : [ "none", "none" ],
"tasks_per_board" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"user_name" : "user_name",
"flags" : [ "KILL_INVALID_DEPENDENCY", "KILL_INVALID_DEPENDENCY" ],
"standard_input" : "standard_input",
"admin_comment" : "admin_comment",
"cores_per_socket" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"job_state" : [ "PENDING", "PENDING" ],
"tasks_per_node" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"current_working_directory" : "current_working_directory",
"standard_error" : "standard_error",
"array_job_id" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"cluster_features" : "cluster_features",
"partition" : "partition",
"threads_per_core" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"tres_alloc_str" : "tres_alloc_str",
"memory_per_cpu" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"cpu_frequency_minimum" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"node_count" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"power" : {
"flags" : [ "", "" ]
},
"deadline" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"mail_type" : [ "BEGIN", "BEGIN" ],
"memory_per_node" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"state_reason" : "state_reason",
"het_job_offset" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"end_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"sockets_per_board" : 9,
"nice" : 4,
"last_sched_evaluation" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"tres_per_node" : "tres_per_node",
"burst_buffer" : "burst_buffer",
"licenses" : "licenses",
"excluded_nodes" : "excluded_nodes",
"array_max_tasks" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"het_job_id" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"sockets_per_node" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"prefer" : "prefer",
"time_limit" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"minimum_cpus_per_node" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"tasks_per_socket" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"batch_host" : "batch_host",
"max_cpus" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"job_size_str" : [ "job_size_str", "job_size_str" ],
"hold" : true,
"cpu_frequency_maximum" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"features" : "features",
"het_job_id_set" : "het_job_id_set",
"state_description" : "state_description",
"show_flags" : [ "ALL", "ALL" ],
"array_task_id" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"minimum_tmp_disk_per_node" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"tres_req_str" : "tres_req_str",
"burst_buffer_state" : "burst_buffer_state",
"cron" : "cron",
"allocating_node" : "allocating_node",
"tres_per_socket" : "tres_per_socket",
"array_task_string" : "array_task_string",
"submit_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"oversubscribe" : true,
"wckey" : "wckey",
"max_nodes" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"batch_flag" : true,
"start_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"name" : "name",
"preempt_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"contiguous" : true,
"job_resources" : {
"nodes" : {
"allocation" : [ {
"memory" : {
"used" : 1,
"allocated" : 1
},
"cpus" : {
"count" : 4,
"used" : 7
},
"name" : "name",
"index" : 2,
"sockets" : [ {
"cores" : [ {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
}, {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
} ],
"index" : 1
}, {
"cores" : [ {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
}, {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
} ],
"index" : 1
} ]
}, {
"memory" : {
"used" : 1,
"allocated" : 1
},
"cpus" : {
"count" : 4,
"used" : 7
},
"name" : "name",
"index" : 2,
"sockets" : [ {
"cores" : [ {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
}, {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
} ],
"index" : 1
}, {
"cores" : [ {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
}, {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
} ],
"index" : 1
} ]
} ],
"count" : 3,
"select_type" : [ "AVAILABLE", "AVAILABLE" ],
"whole" : true,
"list" : "list"
},
"threads_per_core" : {
"number" : 1,
"set" : true,
"infinite" : true
},
"cpus" : 7,
"select_type" : [ "CPU", "CPU" ]
},
"billable_tres" : {
"number" : 5.962133916683182,
"set" : true,
"infinite" : true
},
"federation_siblings_viable" : "federation_siblings_viable",
"cpus_per_task" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"batch_features" : "batch_features",
"thread_spec" : 1,
"cpu_frequency_governor" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"gres_detail" : [ "gres_detail", "gres_detail" ],
"network" : "network",
"restart_cnt" : 9,
"resv_name" : "resv_name",
"extra" : "extra",
"delay_boot" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"reboot" : true,
"cpus" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"standard_output" : "standard_output",
"pre_sus_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"suspend_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"association_id" : 0,
"command" : "command",
"tres_freq" : "tres_freq",
"requeue" : true,
"tres_per_task" : "tres_per_task",
"mail_user" : "mail_user",
"nodes" : "nodes",
"group_id" : 7,
"job_id" : 9,
"comment" : "comment",
"account" : "account"
}, {
"container" : "container",
"cluster" : "cluster",
"time_minimum" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"memory_per_tres" : "memory_per_tres",
"scheduled_nodes" : "scheduled_nodes",
"minimum_switches" : 5,
"qos" : "qos",
"resize_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"eligible_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"exclusive" : [ "true", "true" ],
"cpus_per_tres" : "cpus_per_tres",
"preemptable_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"tasks" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"system_comment" : "system_comment",
"federation_siblings_active" : "federation_siblings_active",
"tasks_per_tres" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"tasks_per_core" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"accrue_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"dependency" : "dependency",
"group_name" : "group_name",
"profile" : [ "NOT_SET", "NOT_SET" ],
"priority" : {
"number" : 9,
"set" : true,
"infinite" : true
},
"tres_per_job" : "tres_per_job",
"failed_node" : "failed_node",
"derived_exit_code" : {
"return_code" : {
"number" : 5,
"set" : true,
"infinite" : true
},
"signal" : {
"name" : "name",
"id" : {
"number" : 2,
"set" : true,
"infinite" : true
}
},
"status" : [ "INVALID", "INVALID" ]
},
"maximum_switch_wait_time" : 8,
"core_spec" : 6,
"mcs_label" : "mcs_label",
"required_nodes" : "required_nodes",
"tres_bind" : "tres_bind",
"user_id" : 6,
"selinux_context" : "selinux_context",
"exit_code" : {
"return_code" : {
"number" : 5,
"set" : true,
"infinite" : true
},
"signal" : {
"name" : "name",
"id" : {
"number" : 2,
"set" : true,
"infinite" : true
}
},
"status" : [ "INVALID", "INVALID" ]
},
"federation_origin" : "federation_origin",
"container_id" : "container_id",
"shared" : [ "none", "none" ],
"tasks_per_board" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"user_name" : "user_name",
"flags" : [ "KILL_INVALID_DEPENDENCY", "KILL_INVALID_DEPENDENCY" ],
"standard_input" : "standard_input",
"admin_comment" : "admin_comment",
"cores_per_socket" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"job_state" : [ "PENDING", "PENDING" ],
"tasks_per_node" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"current_working_directory" : "current_working_directory",
"standard_error" : "standard_error",
"array_job_id" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"cluster_features" : "cluster_features",
"partition" : "partition",
"threads_per_core" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"tres_alloc_str" : "tres_alloc_str",
"memory_per_cpu" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"cpu_frequency_minimum" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"node_count" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"power" : {
"flags" : [ "", "" ]
},
"deadline" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"mail_type" : [ "BEGIN", "BEGIN" ],
"memory_per_node" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"state_reason" : "state_reason",
"het_job_offset" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"end_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"sockets_per_board" : 9,
"nice" : 4,
"last_sched_evaluation" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"tres_per_node" : "tres_per_node",
"burst_buffer" : "burst_buffer",
"licenses" : "licenses",
"excluded_nodes" : "excluded_nodes",
"array_max_tasks" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"het_job_id" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"sockets_per_node" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"prefer" : "prefer",
"time_limit" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"minimum_cpus_per_node" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"tasks_per_socket" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"batch_host" : "batch_host",
"max_cpus" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"job_size_str" : [ "job_size_str", "job_size_str" ],
"hold" : true,
"cpu_frequency_maximum" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"features" : "features",
"het_job_id_set" : "het_job_id_set",
"state_description" : "state_description",
"show_flags" : [ "ALL", "ALL" ],
"array_task_id" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"minimum_tmp_disk_per_node" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"tres_req_str" : "tres_req_str",
"burst_buffer_state" : "burst_buffer_state",
"cron" : "cron",
"allocating_node" : "allocating_node",
"tres_per_socket" : "tres_per_socket",
"array_task_string" : "array_task_string",
"submit_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"oversubscribe" : true,
"wckey" : "wckey",
"max_nodes" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"batch_flag" : true,
"start_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"name" : "name",
"preempt_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"contiguous" : true,
"job_resources" : {
"nodes" : {
"allocation" : [ {
"memory" : {
"used" : 1,
"allocated" : 1
},
"cpus" : {
"count" : 4,
"used" : 7
},
"name" : "name",
"index" : 2,
"sockets" : [ {
"cores" : [ {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
}, {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
} ],
"index" : 1
}, {
"cores" : [ {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
}, {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
} ],
"index" : 1
} ]
}, {
"memory" : {
"used" : 1,
"allocated" : 1
},
"cpus" : {
"count" : 4,
"used" : 7
},
"name" : "name",
"index" : 2,
"sockets" : [ {
"cores" : [ {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
}, {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
} ],
"index" : 1
}, {
"cores" : [ {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
}, {
"index" : 6,
"status" : [ "INVALID", "INVALID" ]
} ],
"index" : 1
} ]
} ],
"count" : 3,
"select_type" : [ "AVAILABLE", "AVAILABLE" ],
"whole" : true,
"list" : "list"
},
"threads_per_core" : {
"number" : 1,
"set" : true,
"infinite" : true
},
"cpus" : 7,
"select_type" : [ "CPU", "CPU" ]
},
"billable_tres" : {
"number" : 5.962133916683182,
"set" : true,
"infinite" : true
},
"federation_siblings_viable" : "federation_siblings_viable",
"cpus_per_task" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"batch_features" : "batch_features",
"thread_spec" : 1,
"cpu_frequency_governor" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"gres_detail" : [ "gres_detail", "gres_detail" ],
"network" : "network",
"restart_cnt" : 9,
"resv_name" : "resv_name",
"extra" : "extra",
"delay_boot" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"reboot" : true,
"cpus" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"standard_output" : "standard_output",
"pre_sus_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"suspend_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"association_id" : 0,
"command" : "command",
"tres_freq" : "tres_freq",
"requeue" : true,
"tres_per_task" : "tres_per_task",
"mail_user" : "mail_user",
"nodes" : "nodes",
"group_id" : 7,
"job_id" : 9,
"comment" : "comment",
"account" : "account"
} ],
"last_update" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"warnings" : [ {
"description" : "description",
"source" : "source"
}, {
"description" : "description",
"source" : "source"
} ],
"errors" : [ {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
}, {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
} ]
}
Example data
Content-Type: application/x-yaml
Custom MIME type example not yet supported: application/x-yaml
Example data
Content-Type: text/yaml
Custom MIME type example not yet supported: text/yaml
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.application/json
application/jsonrequest
application/x-yaml
text/yaml
Responses
200
job(s) state information v0.0.41_openapi_job_info_respdefault
job(s) state information v0.0.41_openapi_job_info_respget all Slurm tracked license info (slurmV0041GetLicenses)
Return type
Example data
Content-Type: application/json
{
"licenses" : [ {
"Used" : 6,
"LastUpdate" : 7,
"Total" : 0,
"Remote" : true,
"LastConsumed" : 5,
"LastDeficit" : 2,
"LicenseName" : "LicenseName",
"Free" : 1,
"Reserved" : 5
}, {
"Used" : 6,
"LastUpdate" : 7,
"Total" : 0,
"Remote" : true,
"LastConsumed" : 5,
"LastDeficit" : 2,
"LicenseName" : "LicenseName",
"Free" : 1,
"Reserved" : 5
} ],
"meta" : {
"slurm" : {
"cluster" : "cluster",
"release" : "release",
"version" : {
"major" : "major",
"minor" : "minor",
"micro" : "micro"
}
},
"plugin" : {
"accounting_storage" : "accounting_storage",
"name" : "name",
"type" : "type",
"data_parser" : "data_parser"
},
"client" : {
"source" : "source",
"user" : "user",
"group" : "group"
},
"command" : [ "command", "command" ]
},
"last_update" : {
"number" : 9,
"set" : true,
"infinite" : true
},
"warnings" : [ {
"description" : "description",
"source" : "source"
}, {
"description" : "description",
"source" : "source"
} ],
"errors" : [ {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
}, {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
} ]
}
Example data
Content-Type: application/jsonrequest
{
"licenses" : [ {
"Used" : 6,
"LastUpdate" : 7,
"Total" : 0,
"Remote" : true,
"LastConsumed" : 5,
"LastDeficit" : 2,
"LicenseName" : "LicenseName",
"Free" : 1,
"Reserved" : 5
}, {
"Used" : 6,
"LastUpdate" : 7,
"Total" : 0,
"Remote" : true,
"LastConsumed" : 5,
"LastDeficit" : 2,
"LicenseName" : "LicenseName",
"Free" : 1,
"Reserved" : 5
} ],
"meta" : {
"slurm" : {
"cluster" : "cluster",
"release" : "release",
"version" : {
"major" : "major",
"minor" : "minor",
"micro" : "micro"
}
},
"plugin" : {
"accounting_storage" : "accounting_storage",
"name" : "name",
"type" : "type",
"data_parser" : "data_parser"
},
"client" : {
"source" : "source",
"user" : "user",
"group" : "group"
},
"command" : [ "command", "command" ]
},
"last_update" : {
"number" : 9,
"set" : true,
"infinite" : true
},
"warnings" : [ {
"description" : "description",
"source" : "source"
}, {
"description" : "description",
"source" : "source"
} ],
"errors" : [ {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
}, {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
} ]
}
Example data
Content-Type: application/x-yaml
Custom MIME type example not yet supported: application/x-yaml
Example data
Content-Type: text/yaml
Custom MIME type example not yet supported: text/yaml
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.application/json
application/jsonrequest
application/x-yaml
text/yaml
Responses
200
results of get all licenses v0.0.41_openapi_licenses_respdefault
results of get all licenses v0.0.41_openapi_licenses_respget node info (slurmV0041GetNode)
Path parameters
node_name (required)
Path Parameter — Node name default: null
Query parameters
update_time (optional)
Query Parameter — Filter jobs since update timestamp default: null
flags (optional)
Query Parameter — Query flags default: null
Return type
Example data
Content-Type: application/json
{
"nodes" : [ {
"reason" : "reason",
"gpu_spec" : "gpu_spec",
"slurmd_start_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"features" : [ "features", "features" ],
"hostname" : "hostname",
"cores" : 6,
"reason_changed_at" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"reservation" : "reservation",
"tres" : "tres",
"cpu_binding" : 5,
"state" : [ "INVALID", "INVALID" ],
"sockets" : 9,
"energy" : {
"current_watts" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"base_consumed_energy" : 3,
"last_collected" : 7,
"consumed_energy" : 2,
"previous_consumed_energy" : 4,
"average_watts" : 9
},
"partitions" : [ "partitions", "partitions" ],
"gres_drained" : "gres_drained",
"weight" : 8,
"version" : "version",
"gres_used" : "gres_used",
"mcs_label" : "mcs_label",
"real_memory" : 1,
"instance_id" : "instance_id",
"burstbuffer_network_address" : "burstbuffer_network_address",
"port" : 1,
"name" : "name",
"resume_after" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"temporary_disk" : 6,
"tres_used" : "tres_used",
"effective_cpus" : 7,
"instance_type" : "instance_type",
"external_sensors" : "{}",
"res_cores_per_gpu" : 6,
"boards" : 0,
"alloc_cpus" : 1,
"active_features" : [ "active_features", "active_features" ],
"reason_set_by_user" : "reason_set_by_user",
"free_mem" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"alloc_idle_cpus" : 4,
"extra" : "extra",
"operating_system" : "operating_system",
"power" : "{}",
"architecture" : "architecture",
"owner" : "owner",
"cluster_name" : "cluster_name",
"address" : "address",
"cpus" : 2,
"tres_weighted" : 5.025004791520295,
"gres" : "gres",
"threads" : 9,
"boot_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"alloc_memory" : 7,
"specialized_memory" : 1,
"specialized_cpus" : "specialized_cpus",
"specialized_cores" : 1,
"last_busy" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"comment" : "comment",
"next_state_after_reboot" : [ "INVALID", "INVALID" ],
"cpu_load" : 5
}, {
"reason" : "reason",
"gpu_spec" : "gpu_spec",
"slurmd_start_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"features" : [ "features", "features" ],
"hostname" : "hostname",
"cores" : 6,
"reason_changed_at" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"reservation" : "reservation",
"tres" : "tres",
"cpu_binding" : 5,
"state" : [ "INVALID", "INVALID" ],
"sockets" : 9,
"energy" : {
"current_watts" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"base_consumed_energy" : 3,
"last_collected" : 7,
"consumed_energy" : 2,
"previous_consumed_energy" : 4,
"average_watts" : 9
},
"partitions" : [ "partitions", "partitions" ],
"gres_drained" : "gres_drained",
"weight" : 8,
"version" : "version",
"gres_used" : "gres_used",
"mcs_label" : "mcs_label",
"real_memory" : 1,
"instance_id" : "instance_id",
"burstbuffer_network_address" : "burstbuffer_network_address",
"port" : 1,
"name" : "name",
"resume_after" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"temporary_disk" : 6,
"tres_used" : "tres_used",
"effective_cpus" : 7,
"instance_type" : "instance_type",
"external_sensors" : "{}",
"res_cores_per_gpu" : 6,
"boards" : 0,
"alloc_cpus" : 1,
"active_features" : [ "active_features", "active_features" ],
"reason_set_by_user" : "reason_set_by_user",
"free_mem" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"alloc_idle_cpus" : 4,
"extra" : "extra",
"operating_system" : "operating_system",
"power" : "{}",
"architecture" : "architecture",
"owner" : "owner",
"cluster_name" : "cluster_name",
"address" : "address",
"cpus" : 2,
"tres_weighted" : 5.025004791520295,
"gres" : "gres",
"threads" : 9,
"boot_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"alloc_memory" : 7,
"specialized_memory" : 1,
"specialized_cpus" : "specialized_cpus",
"specialized_cores" : 1,
"last_busy" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"comment" : "comment",
"next_state_after_reboot" : [ "INVALID", "INVALID" ],
"cpu_load" : 5
} ],
"meta" : {
"slurm" : {
"cluster" : "cluster",
"release" : "release",
"version" : {
"major" : "major",
"minor" : "minor",
"micro" : "micro"
}
},
"plugin" : {
"accounting_storage" : "accounting_storage",
"name" : "name",
"type" : "type",
"data_parser" : "data_parser"
},
"client" : {
"source" : "source",
"user" : "user",
"group" : "group"
},
"command" : [ "command", "command" ]
},
"last_update" : {
"number" : 9,
"set" : true,
"infinite" : true
},
"warnings" : [ {
"description" : "description",
"source" : "source"
}, {
"description" : "description",
"source" : "source"
} ],
"errors" : [ {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
}, {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
} ]
}
Example data
Content-Type: application/jsonrequest
{
"nodes" : [ {
"reason" : "reason",
"gpu_spec" : "gpu_spec",
"slurmd_start_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"features" : [ "features", "features" ],
"hostname" : "hostname",
"cores" : 6,
"reason_changed_at" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"reservation" : "reservation",
"tres" : "tres",
"cpu_binding" : 5,
"state" : [ "INVALID", "INVALID" ],
"sockets" : 9,
"energy" : {
"current_watts" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"base_consumed_energy" : 3,
"last_collected" : 7,
"consumed_energy" : 2,
"previous_consumed_energy" : 4,
"average_watts" : 9
},
"partitions" : [ "partitions", "partitions" ],
"gres_drained" : "gres_drained",
"weight" : 8,
"version" : "version",
"gres_used" : "gres_used",
"mcs_label" : "mcs_label",
"real_memory" : 1,
"instance_id" : "instance_id",
"burstbuffer_network_address" : "burstbuffer_network_address",
"port" : 1,
"name" : "name",
"resume_after" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"temporary_disk" : 6,
"tres_used" : "tres_used",
"effective_cpus" : 7,
"instance_type" : "instance_type",
"external_sensors" : "{}",
"res_cores_per_gpu" : 6,
"boards" : 0,
"alloc_cpus" : 1,
"active_features" : [ "active_features", "active_features" ],
"reason_set_by_user" : "reason_set_by_user",
"free_mem" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"alloc_idle_cpus" : 4,
"extra" : "extra",
"operating_system" : "operating_system",
"power" : "{}",
"architecture" : "architecture",
"owner" : "owner",
"cluster_name" : "cluster_name",
"address" : "address",
"cpus" : 2,
"tres_weighted" : 5.025004791520295,
"gres" : "gres",
"threads" : 9,
"boot_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"alloc_memory" : 7,
"specialized_memory" : 1,
"specialized_cpus" : "specialized_cpus",
"specialized_cores" : 1,
"last_busy" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"comment" : "comment",
"next_state_after_reboot" : [ "INVALID", "INVALID" ],
"cpu_load" : 5
}, {
"reason" : "reason",
"gpu_spec" : "gpu_spec",
"slurmd_start_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"features" : [ "features", "features" ],
"hostname" : "hostname",
"cores" : 6,
"reason_changed_at" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"reservation" : "reservation",
"tres" : "tres",
"cpu_binding" : 5,
"state" : [ "INVALID", "INVALID" ],
"sockets" : 9,
"energy" : {
"current_watts" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"base_consumed_energy" : 3,
"last_collected" : 7,
"consumed_energy" : 2,
"previous_consumed_energy" : 4,
"average_watts" : 9
},
"partitions" : [ "partitions", "partitions" ],
"gres_drained" : "gres_drained",
"weight" : 8,
"version" : "version",
"gres_used" : "gres_used",
"mcs_label" : "mcs_label",
"real_memory" : 1,
"instance_id" : "instance_id",
"burstbuffer_network_address" : "burstbuffer_network_address",
"port" : 1,
"name" : "name",
"resume_after" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"temporary_disk" : 6,
"tres_used" : "tres_used",
"effective_cpus" : 7,
"instance_type" : "instance_type",
"external_sensors" : "{}",
"res_cores_per_gpu" : 6,
"boards" : 0,
"alloc_cpus" : 1,
"active_features" : [ "active_features", "active_features" ],
"reason_set_by_user" : "reason_set_by_user",
"free_mem" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"alloc_idle_cpus" : 4,
"extra" : "extra",
"operating_system" : "operating_system",
"power" : "{}",
"architecture" : "architecture",
"owner" : "owner",
"cluster_name" : "cluster_name",
"address" : "address",
"cpus" : 2,
"tres_weighted" : 5.025004791520295,
"gres" : "gres",
"threads" : 9,
"boot_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"alloc_memory" : 7,
"specialized_memory" : 1,
"specialized_cpus" : "specialized_cpus",
"specialized_cores" : 1,
"last_busy" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"comment" : "comment",
"next_state_after_reboot" : [ "INVALID", "INVALID" ],
"cpu_load" : 5
} ],
"meta" : {
"slurm" : {
"cluster" : "cluster",
"release" : "release",
"version" : {
"major" : "major",
"minor" : "minor",
"micro" : "micro"
}
},
"plugin" : {
"accounting_storage" : "accounting_storage",
"name" : "name",
"type" : "type",
"data_parser" : "data_parser"
},
"client" : {
"source" : "source",
"user" : "user",
"group" : "group"
},
"command" : [ "command", "command" ]
},
"last_update" : {
"number" : 9,
"set" : true,
"infinite" : true
},
"warnings" : [ {
"description" : "description",
"source" : "source"
}, {
"description" : "description",
"source" : "source"
} ],
"errors" : [ {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
}, {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
} ]
}
Example data
Content-Type: application/x-yaml
Custom MIME type example not yet supported: application/x-yaml
Example data
Content-Type: text/yaml
Custom MIME type example not yet supported: text/yaml
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.application/json
application/jsonrequest
application/x-yaml
text/yaml
Responses
200
node information v0.0.41_openapi_nodes_respdefault
node information v0.0.41_openapi_nodes_respget node(s) info (slurmV0041GetNodes)
Query parameters
update_time (optional)
Query Parameter — Filter jobs since update timestamp default: null
flags (optional)
Query Parameter — Query flags default: null
Return type
Example data
Content-Type: application/json
{
"nodes" : [ {
"reason" : "reason",
"gpu_spec" : "gpu_spec",
"slurmd_start_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"features" : [ "features", "features" ],
"hostname" : "hostname",
"cores" : 6,
"reason_changed_at" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"reservation" : "reservation",
"tres" : "tres",
"cpu_binding" : 5,
"state" : [ "INVALID", "INVALID" ],
"sockets" : 9,
"energy" : {
"current_watts" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"base_consumed_energy" : 3,
"last_collected" : 7,
"consumed_energy" : 2,
"previous_consumed_energy" : 4,
"average_watts" : 9
},
"partitions" : [ "partitions", "partitions" ],
"gres_drained" : "gres_drained",
"weight" : 8,
"version" : "version",
"gres_used" : "gres_used",
"mcs_label" : "mcs_label",
"real_memory" : 1,
"instance_id" : "instance_id",
"burstbuffer_network_address" : "burstbuffer_network_address",
"port" : 1,
"name" : "name",
"resume_after" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"temporary_disk" : 6,
"tres_used" : "tres_used",
"effective_cpus" : 7,
"instance_type" : "instance_type",
"external_sensors" : "{}",
"res_cores_per_gpu" : 6,
"boards" : 0,
"alloc_cpus" : 1,
"active_features" : [ "active_features", "active_features" ],
"reason_set_by_user" : "reason_set_by_user",
"free_mem" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"alloc_idle_cpus" : 4,
"extra" : "extra",
"operating_system" : "operating_system",
"power" : "{}",
"architecture" : "architecture",
"owner" : "owner",
"cluster_name" : "cluster_name",
"address" : "address",
"cpus" : 2,
"tres_weighted" : 5.025004791520295,
"gres" : "gres",
"threads" : 9,
"boot_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"alloc_memory" : 7,
"specialized_memory" : 1,
"specialized_cpus" : "specialized_cpus",
"specialized_cores" : 1,
"last_busy" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"comment" : "comment",
"next_state_after_reboot" : [ "INVALID", "INVALID" ],
"cpu_load" : 5
}, {
"reason" : "reason",
"gpu_spec" : "gpu_spec",
"slurmd_start_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"features" : [ "features", "features" ],
"hostname" : "hostname",
"cores" : 6,
"reason_changed_at" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"reservation" : "reservation",
"tres" : "tres",
"cpu_binding" : 5,
"state" : [ "INVALID", "INVALID" ],
"sockets" : 9,
"energy" : {
"current_watts" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"base_consumed_energy" : 3,
"last_collected" : 7,
"consumed_energy" : 2,
"previous_consumed_energy" : 4,
"average_watts" : 9
},
"partitions" : [ "partitions", "partitions" ],
"gres_drained" : "gres_drained",
"weight" : 8,
"version" : "version",
"gres_used" : "gres_used",
"mcs_label" : "mcs_label",
"real_memory" : 1,
"instance_id" : "instance_id",
"burstbuffer_network_address" : "burstbuffer_network_address",
"port" : 1,
"name" : "name",
"resume_after" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"temporary_disk" : 6,
"tres_used" : "tres_used",
"effective_cpus" : 7,
"instance_type" : "instance_type",
"external_sensors" : "{}",
"res_cores_per_gpu" : 6,
"boards" : 0,
"alloc_cpus" : 1,
"active_features" : [ "active_features", "active_features" ],
"reason_set_by_user" : "reason_set_by_user",
"free_mem" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"alloc_idle_cpus" : 4,
"extra" : "extra",
"operating_system" : "operating_system",
"power" : "{}",
"architecture" : "architecture",
"owner" : "owner",
"cluster_name" : "cluster_name",
"address" : "address",
"cpus" : 2,
"tres_weighted" : 5.025004791520295,
"gres" : "gres",
"threads" : 9,
"boot_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"alloc_memory" : 7,
"specialized_memory" : 1,
"specialized_cpus" : "specialized_cpus",
"specialized_cores" : 1,
"last_busy" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"comment" : "comment",
"next_state_after_reboot" : [ "INVALID", "INVALID" ],
"cpu_load" : 5
} ],
"meta" : {
"slurm" : {
"cluster" : "cluster",
"release" : "release",
"version" : {
"major" : "major",
"minor" : "minor",
"micro" : "micro"
}
},
"plugin" : {
"accounting_storage" : "accounting_storage",
"name" : "name",
"type" : "type",
"data_parser" : "data_parser"
},
"client" : {
"source" : "source",
"user" : "user",
"group" : "group"
},
"command" : [ "command", "command" ]
},
"last_update" : {
"number" : 9,
"set" : true,
"infinite" : true
},
"warnings" : [ {
"description" : "description",
"source" : "source"
}, {
"description" : "description",
"source" : "source"
} ],
"errors" : [ {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
}, {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
} ]
}
Example data
Content-Type: application/jsonrequest
{
"nodes" : [ {
"reason" : "reason",
"gpu_spec" : "gpu_spec",
"slurmd_start_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"features" : [ "features", "features" ],
"hostname" : "hostname",
"cores" : 6,
"reason_changed_at" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"reservation" : "reservation",
"tres" : "tres",
"cpu_binding" : 5,
"state" : [ "INVALID", "INVALID" ],
"sockets" : 9,
"energy" : {
"current_watts" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"base_consumed_energy" : 3,
"last_collected" : 7,
"consumed_energy" : 2,
"previous_consumed_energy" : 4,
"average_watts" : 9
},
"partitions" : [ "partitions", "partitions" ],
"gres_drained" : "gres_drained",
"weight" : 8,
"version" : "version",
"gres_used" : "gres_used",
"mcs_label" : "mcs_label",
"real_memory" : 1,
"instance_id" : "instance_id",
"burstbuffer_network_address" : "burstbuffer_network_address",
"port" : 1,
"name" : "name",
"resume_after" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"temporary_disk" : 6,
"tres_used" : "tres_used",
"effective_cpus" : 7,
"instance_type" : "instance_type",
"external_sensors" : "{}",
"res_cores_per_gpu" : 6,
"boards" : 0,
"alloc_cpus" : 1,
"active_features" : [ "active_features", "active_features" ],
"reason_set_by_user" : "reason_set_by_user",
"free_mem" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"alloc_idle_cpus" : 4,
"extra" : "extra",
"operating_system" : "operating_system",
"power" : "{}",
"architecture" : "architecture",
"owner" : "owner",
"cluster_name" : "cluster_name",
"address" : "address",
"cpus" : 2,
"tres_weighted" : 5.025004791520295,
"gres" : "gres",
"threads" : 9,
"boot_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"alloc_memory" : 7,
"specialized_memory" : 1,
"specialized_cpus" : "specialized_cpus",
"specialized_cores" : 1,
"last_busy" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"comment" : "comment",
"next_state_after_reboot" : [ "INVALID", "INVALID" ],
"cpu_load" : 5
}, {
"reason" : "reason",
"gpu_spec" : "gpu_spec",
"slurmd_start_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"features" : [ "features", "features" ],
"hostname" : "hostname",
"cores" : 6,
"reason_changed_at" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"reservation" : "reservation",
"tres" : "tres",
"cpu_binding" : 5,
"state" : [ "INVALID", "INVALID" ],
"sockets" : 9,
"energy" : {
"current_watts" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"base_consumed_energy" : 3,
"last_collected" : 7,
"consumed_energy" : 2,
"previous_consumed_energy" : 4,
"average_watts" : 9
},
"partitions" : [ "partitions", "partitions" ],
"gres_drained" : "gres_drained",
"weight" : 8,
"version" : "version",
"gres_used" : "gres_used",
"mcs_label" : "mcs_label",
"real_memory" : 1,
"instance_id" : "instance_id",
"burstbuffer_network_address" : "burstbuffer_network_address",
"port" : 1,
"name" : "name",
"resume_after" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"temporary_disk" : 6,
"tres_used" : "tres_used",
"effective_cpus" : 7,
"instance_type" : "instance_type",
"external_sensors" : "{}",
"res_cores_per_gpu" : 6,
"boards" : 0,
"alloc_cpus" : 1,
"active_features" : [ "active_features", "active_features" ],
"reason_set_by_user" : "reason_set_by_user",
"free_mem" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"alloc_idle_cpus" : 4,
"extra" : "extra",
"operating_system" : "operating_system",
"power" : "{}",
"architecture" : "architecture",
"owner" : "owner",
"cluster_name" : "cluster_name",
"address" : "address",
"cpus" : 2,
"tres_weighted" : 5.025004791520295,
"gres" : "gres",
"threads" : 9,
"boot_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"alloc_memory" : 7,
"specialized_memory" : 1,
"specialized_cpus" : "specialized_cpus",
"specialized_cores" : 1,
"last_busy" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"comment" : "comment",
"next_state_after_reboot" : [ "INVALID", "INVALID" ],
"cpu_load" : 5
} ],
"meta" : {
"slurm" : {
"cluster" : "cluster",
"release" : "release",
"version" : {
"major" : "major",
"minor" : "minor",
"micro" : "micro"
}
},
"plugin" : {
"accounting_storage" : "accounting_storage",
"name" : "name",
"type" : "type",
"data_parser" : "data_parser"
},
"client" : {
"source" : "source",
"user" : "user",
"group" : "group"
},
"command" : [ "command", "command" ]
},
"last_update" : {
"number" : 9,
"set" : true,
"infinite" : true
},
"warnings" : [ {
"description" : "description",
"source" : "source"
}, {
"description" : "description",
"source" : "source"
} ],
"errors" : [ {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
}, {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
} ]
}
Example data
Content-Type: application/x-yaml
Custom MIME type example not yet supported: application/x-yaml
Example data
Content-Type: text/yaml
Custom MIME type example not yet supported: text/yaml
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.application/json
application/jsonrequest
application/x-yaml
text/yaml
Responses
200
node(s) information v0.0.41_openapi_nodes_respdefault
node(s) information v0.0.41_openapi_nodes_respget partition info (slurmV0041GetPartition)
Path parameters
partition_name (required)
Path Parameter — Partition name default: null
Query parameters
update_time (optional)
Query Parameter — Filter partitions since update timestamp default: null
flags (optional)
Query Parameter — Query flags default: null
Return type
Example data
Content-Type: application/json
{
"partitions" : [ {
"cluster" : "cluster",
"cpus" : {
"task_binding" : 6,
"total" : 1
},
"timeouts" : {
"resume" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"suspend" : {
"number" : 8,
"set" : true,
"infinite" : true
}
},
"groups" : {
"allowed" : "allowed"
},
"alternate" : "alternate",
"select_type" : [ "CPU", "CPU" ],
"suspend_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"priority" : {
"tier" : 4,
"job_factor" : 2
},
"node_sets" : "node_sets",
"maximums" : {
"shares" : 7,
"nodes" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"over_time_limit" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"cpus_per_node" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"cpus_per_socket" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"partition_memory_per_node" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"oversubscribe" : {
"jobs" : 9,
"flags" : [ "force", "force" ]
},
"memory_per_cpu" : 2,
"time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"partition_memory_per_cpu" : {
"number" : 6,
"set" : true,
"infinite" : true
}
},
"nodes" : {
"configured" : "configured",
"total" : 0,
"allowed_allocation" : "allowed_allocation"
},
"partition" : {
"state" : [ "INACTIVE", "INACTIVE" ]
},
"qos" : {
"deny" : "deny",
"allowed" : "allowed",
"assigned" : "assigned"
},
"defaults" : {
"partition_memory_per_node" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"memory_per_cpu" : 5,
"time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"job" : "job",
"partition_memory_per_cpu" : {
"number" : 6,
"set" : true,
"infinite" : true
}
},
"name" : "name",
"tres" : {
"configured" : "configured",
"billing_weights" : "billing_weights"
},
"accounts" : {
"deny" : "deny",
"allowed" : "allowed"
},
"minimums" : {
"nodes" : 3
},
"grace_time" : 5
}, {
"cluster" : "cluster",
"cpus" : {
"task_binding" : 6,
"total" : 1
},
"timeouts" : {
"resume" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"suspend" : {
"number" : 8,
"set" : true,
"infinite" : true
}
},
"groups" : {
"allowed" : "allowed"
},
"alternate" : "alternate",
"select_type" : [ "CPU", "CPU" ],
"suspend_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"priority" : {
"tier" : 4,
"job_factor" : 2
},
"node_sets" : "node_sets",
"maximums" : {
"shares" : 7,
"nodes" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"over_time_limit" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"cpus_per_node" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"cpus_per_socket" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"partition_memory_per_node" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"oversubscribe" : {
"jobs" : 9,
"flags" : [ "force", "force" ]
},
"memory_per_cpu" : 2,
"time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"partition_memory_per_cpu" : {
"number" : 6,
"set" : true,
"infinite" : true
}
},
"nodes" : {
"configured" : "configured",
"total" : 0,
"allowed_allocation" : "allowed_allocation"
},
"partition" : {
"state" : [ "INACTIVE", "INACTIVE" ]
},
"qos" : {
"deny" : "deny",
"allowed" : "allowed",
"assigned" : "assigned"
},
"defaults" : {
"partition_memory_per_node" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"memory_per_cpu" : 5,
"time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"job" : "job",
"partition_memory_per_cpu" : {
"number" : 6,
"set" : true,
"infinite" : true
}
},
"name" : "name",
"tres" : {
"configured" : "configured",
"billing_weights" : "billing_weights"
},
"accounts" : {
"deny" : "deny",
"allowed" : "allowed"
},
"minimums" : {
"nodes" : 3
},
"grace_time" : 5
} ],
"meta" : {
"slurm" : {
"cluster" : "cluster",
"release" : "release",
"version" : {
"major" : "major",
"minor" : "minor",
"micro" : "micro"
}
},
"plugin" : {
"accounting_storage" : "accounting_storage",
"name" : "name",
"type" : "type",
"data_parser" : "data_parser"
},
"client" : {
"source" : "source",
"user" : "user",
"group" : "group"
},
"command" : [ "command", "command" ]
},
"last_update" : {
"number" : 7,
"set" : true,
"infinite" : true
},
"warnings" : [ {
"description" : "description",
"source" : "source"
}, {
"description" : "description",
"source" : "source"
} ],
"errors" : [ {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
}, {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
} ]
}
Example data
Content-Type: application/jsonrequest
{
"partitions" : [ {
"cluster" : "cluster",
"cpus" : {
"task_binding" : 6,
"total" : 1
},
"timeouts" : {
"resume" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"suspend" : {
"number" : 8,
"set" : true,
"infinite" : true
}
},
"groups" : {
"allowed" : "allowed"
},
"alternate" : "alternate",
"select_type" : [ "CPU", "CPU" ],
"suspend_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"priority" : {
"tier" : 4,
"job_factor" : 2
},
"node_sets" : "node_sets",
"maximums" : {
"shares" : 7,
"nodes" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"over_time_limit" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"cpus_per_node" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"cpus_per_socket" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"partition_memory_per_node" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"oversubscribe" : {
"jobs" : 9,
"flags" : [ "force", "force" ]
},
"memory_per_cpu" : 2,
"time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"partition_memory_per_cpu" : {
"number" : 6,
"set" : true,
"infinite" : true
}
},
"nodes" : {
"configured" : "configured",
"total" : 0,
"allowed_allocation" : "allowed_allocation"
},
"partition" : {
"state" : [ "INACTIVE", "INACTIVE" ]
},
"qos" : {
"deny" : "deny",
"allowed" : "allowed",
"assigned" : "assigned"
},
"defaults" : {
"partition_memory_per_node" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"memory_per_cpu" : 5,
"time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"job" : "job",
"partition_memory_per_cpu" : {
"number" : 6,
"set" : true,
"infinite" : true
}
},
"name" : "name",
"tres" : {
"configured" : "configured",
"billing_weights" : "billing_weights"
},
"accounts" : {
"deny" : "deny",
"allowed" : "allowed"
},
"minimums" : {
"nodes" : 3
},
"grace_time" : 5
}, {
"cluster" : "cluster",
"cpus" : {
"task_binding" : 6,
"total" : 1
},
"timeouts" : {
"resume" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"suspend" : {
"number" : 8,
"set" : true,
"infinite" : true
}
},
"groups" : {
"allowed" : "allowed"
},
"alternate" : "alternate",
"select_type" : [ "CPU", "CPU" ],
"suspend_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"priority" : {
"tier" : 4,
"job_factor" : 2
},
"node_sets" : "node_sets",
"maximums" : {
"shares" : 7,
"nodes" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"over_time_limit" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"cpus_per_node" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"cpus_per_socket" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"partition_memory_per_node" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"oversubscribe" : {
"jobs" : 9,
"flags" : [ "force", "force" ]
},
"memory_per_cpu" : 2,
"time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"partition_memory_per_cpu" : {
"number" : 6,
"set" : true,
"infinite" : true
}
},
"nodes" : {
"configured" : "configured",
"total" : 0,
"allowed_allocation" : "allowed_allocation"
},
"partition" : {
"state" : [ "INACTIVE", "INACTIVE" ]
},
"qos" : {
"deny" : "deny",
"allowed" : "allowed",
"assigned" : "assigned"
},
"defaults" : {
"partition_memory_per_node" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"memory_per_cpu" : 5,
"time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"job" : "job",
"partition_memory_per_cpu" : {
"number" : 6,
"set" : true,
"infinite" : true
}
},
"name" : "name",
"tres" : {
"configured" : "configured",
"billing_weights" : "billing_weights"
},
"accounts" : {
"deny" : "deny",
"allowed" : "allowed"
},
"minimums" : {
"nodes" : 3
},
"grace_time" : 5
} ],
"meta" : {
"slurm" : {
"cluster" : "cluster",
"release" : "release",
"version" : {
"major" : "major",
"minor" : "minor",
"micro" : "micro"
}
},
"plugin" : {
"accounting_storage" : "accounting_storage",
"name" : "name",
"type" : "type",
"data_parser" : "data_parser"
},
"client" : {
"source" : "source",
"user" : "user",
"group" : "group"
},
"command" : [ "command", "command" ]
},
"last_update" : {
"number" : 7,
"set" : true,
"infinite" : true
},
"warnings" : [ {
"description" : "description",
"source" : "source"
}, {
"description" : "description",
"source" : "source"
} ],
"errors" : [ {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
}, {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
} ]
}
Example data
Content-Type: application/x-yaml
Custom MIME type example not yet supported: application/x-yaml
Example data
Content-Type: text/yaml
Custom MIME type example not yet supported: text/yaml
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.application/json
application/jsonrequest
application/x-yaml
text/yaml
Responses
200
partition information v0.0.41_openapi_partition_respdefault
partition information v0.0.41_openapi_partition_respget all partition info (slurmV0041GetPartitions)
Query parameters
update_time (optional)
Query Parameter — Filter partitions since update timestamp default: null
flags (optional)
Query Parameter — Query flags default: null
Return type
Example data
Content-Type: application/json
{
"partitions" : [ {
"cluster" : "cluster",
"cpus" : {
"task_binding" : 6,
"total" : 1
},
"timeouts" : {
"resume" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"suspend" : {
"number" : 8,
"set" : true,
"infinite" : true
}
},
"groups" : {
"allowed" : "allowed"
},
"alternate" : "alternate",
"select_type" : [ "CPU", "CPU" ],
"suspend_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"priority" : {
"tier" : 4,
"job_factor" : 2
},
"node_sets" : "node_sets",
"maximums" : {
"shares" : 7,
"nodes" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"over_time_limit" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"cpus_per_node" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"cpus_per_socket" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"partition_memory_per_node" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"oversubscribe" : {
"jobs" : 9,
"flags" : [ "force", "force" ]
},
"memory_per_cpu" : 2,
"time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"partition_memory_per_cpu" : {
"number" : 6,
"set" : true,
"infinite" : true
}
},
"nodes" : {
"configured" : "configured",
"total" : 0,
"allowed_allocation" : "allowed_allocation"
},
"partition" : {
"state" : [ "INACTIVE", "INACTIVE" ]
},
"qos" : {
"deny" : "deny",
"allowed" : "allowed",
"assigned" : "assigned"
},
"defaults" : {
"partition_memory_per_node" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"memory_per_cpu" : 5,
"time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"job" : "job",
"partition_memory_per_cpu" : {
"number" : 6,
"set" : true,
"infinite" : true
}
},
"name" : "name",
"tres" : {
"configured" : "configured",
"billing_weights" : "billing_weights"
},
"accounts" : {
"deny" : "deny",
"allowed" : "allowed"
},
"minimums" : {
"nodes" : 3
},
"grace_time" : 5
}, {
"cluster" : "cluster",
"cpus" : {
"task_binding" : 6,
"total" : 1
},
"timeouts" : {
"resume" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"suspend" : {
"number" : 8,
"set" : true,
"infinite" : true
}
},
"groups" : {
"allowed" : "allowed"
},
"alternate" : "alternate",
"select_type" : [ "CPU", "CPU" ],
"suspend_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"priority" : {
"tier" : 4,
"job_factor" : 2
},
"node_sets" : "node_sets",
"maximums" : {
"shares" : 7,
"nodes" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"over_time_limit" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"cpus_per_node" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"cpus_per_socket" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"partition_memory_per_node" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"oversubscribe" : {
"jobs" : 9,
"flags" : [ "force", "force" ]
},
"memory_per_cpu" : 2,
"time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"partition_memory_per_cpu" : {
"number" : 6,
"set" : true,
"infinite" : true
}
},
"nodes" : {
"configured" : "configured",
"total" : 0,
"allowed_allocation" : "allowed_allocation"
},
"partition" : {
"state" : [ "INACTIVE", "INACTIVE" ]
},
"qos" : {
"deny" : "deny",
"allowed" : "allowed",
"assigned" : "assigned"
},
"defaults" : {
"partition_memory_per_node" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"memory_per_cpu" : 5,
"time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"job" : "job",
"partition_memory_per_cpu" : {
"number" : 6,
"set" : true,
"infinite" : true
}
},
"name" : "name",
"tres" : {
"configured" : "configured",
"billing_weights" : "billing_weights"
},
"accounts" : {
"deny" : "deny",
"allowed" : "allowed"
},
"minimums" : {
"nodes" : 3
},
"grace_time" : 5
} ],
"meta" : {
"slurm" : {
"cluster" : "cluster",
"release" : "release",
"version" : {
"major" : "major",
"minor" : "minor",
"micro" : "micro"
}
},
"plugin" : {
"accounting_storage" : "accounting_storage",
"name" : "name",
"type" : "type",
"data_parser" : "data_parser"
},
"client" : {
"source" : "source",
"user" : "user",
"group" : "group"
},
"command" : [ "command", "command" ]
},
"last_update" : {
"number" : 7,
"set" : true,
"infinite" : true
},
"warnings" : [ {
"description" : "description",
"source" : "source"
}, {
"description" : "description",
"source" : "source"
} ],
"errors" : [ {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
}, {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
} ]
}
Example data
Content-Type: application/jsonrequest
{
"partitions" : [ {
"cluster" : "cluster",
"cpus" : {
"task_binding" : 6,
"total" : 1
},
"timeouts" : {
"resume" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"suspend" : {
"number" : 8,
"set" : true,
"infinite" : true
}
},
"groups" : {
"allowed" : "allowed"
},
"alternate" : "alternate",
"select_type" : [ "CPU", "CPU" ],
"suspend_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"priority" : {
"tier" : 4,
"job_factor" : 2
},
"node_sets" : "node_sets",
"maximums" : {
"shares" : 7,
"nodes" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"over_time_limit" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"cpus_per_node" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"cpus_per_socket" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"partition_memory_per_node" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"oversubscribe" : {
"jobs" : 9,
"flags" : [ "force", "force" ]
},
"memory_per_cpu" : 2,
"time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"partition_memory_per_cpu" : {
"number" : 6,
"set" : true,
"infinite" : true
}
},
"nodes" : {
"configured" : "configured",
"total" : 0,
"allowed_allocation" : "allowed_allocation"
},
"partition" : {
"state" : [ "INACTIVE", "INACTIVE" ]
},
"qos" : {
"deny" : "deny",
"allowed" : "allowed",
"assigned" : "assigned"
},
"defaults" : {
"partition_memory_per_node" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"memory_per_cpu" : 5,
"time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"job" : "job",
"partition_memory_per_cpu" : {
"number" : 6,
"set" : true,
"infinite" : true
}
},
"name" : "name",
"tres" : {
"configured" : "configured",
"billing_weights" : "billing_weights"
},
"accounts" : {
"deny" : "deny",
"allowed" : "allowed"
},
"minimums" : {
"nodes" : 3
},
"grace_time" : 5
}, {
"cluster" : "cluster",
"cpus" : {
"task_binding" : 6,
"total" : 1
},
"timeouts" : {
"resume" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"suspend" : {
"number" : 8,
"set" : true,
"infinite" : true
}
},
"groups" : {
"allowed" : "allowed"
},
"alternate" : "alternate",
"select_type" : [ "CPU", "CPU" ],
"suspend_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"priority" : {
"tier" : 4,
"job_factor" : 2
},
"node_sets" : "node_sets",
"maximums" : {
"shares" : 7,
"nodes" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"over_time_limit" : {
"number" : 8,
"set" : true,
"infinite" : true
},
"cpus_per_node" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"cpus_per_socket" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"partition_memory_per_node" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"oversubscribe" : {
"jobs" : 9,
"flags" : [ "force", "force" ]
},
"memory_per_cpu" : 2,
"time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"partition_memory_per_cpu" : {
"number" : 6,
"set" : true,
"infinite" : true
}
},
"nodes" : {
"configured" : "configured",
"total" : 0,
"allowed_allocation" : "allowed_allocation"
},
"partition" : {
"state" : [ "INACTIVE", "INACTIVE" ]
},
"qos" : {
"deny" : "deny",
"allowed" : "allowed",
"assigned" : "assigned"
},
"defaults" : {
"partition_memory_per_node" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"memory_per_cpu" : 5,
"time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"job" : "job",
"partition_memory_per_cpu" : {
"number" : 6,
"set" : true,
"infinite" : true
}
},
"name" : "name",
"tres" : {
"configured" : "configured",
"billing_weights" : "billing_weights"
},
"accounts" : {
"deny" : "deny",
"allowed" : "allowed"
},
"minimums" : {
"nodes" : 3
},
"grace_time" : 5
} ],
"meta" : {
"slurm" : {
"cluster" : "cluster",
"release" : "release",
"version" : {
"major" : "major",
"minor" : "minor",
"micro" : "micro"
}
},
"plugin" : {
"accounting_storage" : "accounting_storage",
"name" : "name",
"type" : "type",
"data_parser" : "data_parser"
},
"client" : {
"source" : "source",
"user" : "user",
"group" : "group"
},
"command" : [ "command", "command" ]
},
"last_update" : {
"number" : 7,
"set" : true,
"infinite" : true
},
"warnings" : [ {
"description" : "description",
"source" : "source"
}, {
"description" : "description",
"source" : "source"
} ],
"errors" : [ {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
}, {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
} ]
}
Example data
Content-Type: application/x-yaml
Custom MIME type example not yet supported: application/x-yaml
Example data
Content-Type: text/yaml
Custom MIME type example not yet supported: text/yaml
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.application/json
application/jsonrequest
application/x-yaml
text/yaml
Responses
200
partition information v0.0.41_openapi_partition_respdefault
partition information v0.0.41_openapi_partition_respping test (slurmV0041GetPing)
Return type
Example data
Content-Type: application/json
{
"meta" : {
"slurm" : {
"cluster" : "cluster",
"release" : "release",
"version" : {
"major" : "major",
"minor" : "minor",
"micro" : "micro"
}
},
"plugin" : {
"accounting_storage" : "accounting_storage",
"name" : "name",
"type" : "type",
"data_parser" : "data_parser"
},
"client" : {
"source" : "source",
"user" : "user",
"group" : "group"
},
"command" : [ "command", "command" ]
},
"warnings" : [ {
"description" : "description",
"source" : "source"
}, {
"description" : "description",
"source" : "source"
} ],
"pings" : [ {
"mode" : "mode",
"hostname" : "hostname",
"latency" : 0,
"pinged" : "pinged"
}, {
"mode" : "mode",
"hostname" : "hostname",
"latency" : 0,
"pinged" : "pinged"
} ],
"errors" : [ {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
}, {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
} ]
}
Example data
Content-Type: application/jsonrequest
{
"meta" : {
"slurm" : {
"cluster" : "cluster",
"release" : "release",
"version" : {
"major" : "major",
"minor" : "minor",
"micro" : "micro"
}
},
"plugin" : {
"accounting_storage" : "accounting_storage",
"name" : "name",
"type" : "type",
"data_parser" : "data_parser"
},
"client" : {
"source" : "source",
"user" : "user",
"group" : "group"
},
"command" : [ "command", "command" ]
},
"warnings" : [ {
"description" : "description",
"source" : "source"
}, {
"description" : "description",
"source" : "source"
} ],
"pings" : [ {
"mode" : "mode",
"hostname" : "hostname",
"latency" : 0,
"pinged" : "pinged"
}, {
"mode" : "mode",
"hostname" : "hostname",
"latency" : 0,
"pinged" : "pinged"
} ],
"errors" : [ {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
}, {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
} ]
}
Example data
Content-Type: application/x-yaml
Custom MIME type example not yet supported: application/x-yaml
Example data
Content-Type: text/yaml
Custom MIME type example not yet supported: text/yaml
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.application/json
application/jsonrequest
application/x-yaml
text/yaml
Responses
200
results of ping test v0.0.41_openapi_ping_array_respdefault
results of ping test v0.0.41_openapi_ping_array_resprequest slurmctld reconfigure (slurmV0041GetReconfigure)
Return type
Example data
Content-Type: application/json
{
"meta" : {
"slurm" : {
"cluster" : "cluster",
"release" : "release",
"version" : {
"major" : "major",
"minor" : "minor",
"micro" : "micro"
}
},
"plugin" : {
"accounting_storage" : "accounting_storage",
"name" : "name",
"type" : "type",
"data_parser" : "data_parser"
},
"client" : {
"source" : "source",
"user" : "user",
"group" : "group"
},
"command" : [ "command", "command" ]
},
"warnings" : [ {
"description" : "description",
"source" : "source"
}, {
"description" : "description",
"source" : "source"
} ],
"errors" : [ {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
}, {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
} ]
}
Example data
Content-Type: application/jsonrequest
{
"meta" : {
"slurm" : {
"cluster" : "cluster",
"release" : "release",
"version" : {
"major" : "major",
"minor" : "minor",
"micro" : "micro"
}
},
"plugin" : {
"accounting_storage" : "accounting_storage",
"name" : "name",
"type" : "type",
"data_parser" : "data_parser"
},
"client" : {
"source" : "source",
"user" : "user",
"group" : "group"
},
"command" : [ "command", "command" ]
},
"warnings" : [ {
"description" : "description",
"source" : "source"
}, {
"description" : "description",
"source" : "source"
} ],
"errors" : [ {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
}, {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
} ]
}
Example data
Content-Type: application/x-yaml
Custom MIME type example not yet supported: application/x-yaml
Example data
Content-Type: text/yaml
Custom MIME type example not yet supported: text/yaml
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.application/json
application/jsonrequest
application/x-yaml
text/yaml
Responses
200
reconfigure request result v0.0.41_openapi_respdefault
reconfigure request result v0.0.41_openapi_respget reservation info (slurmV0041GetReservation)
Path parameters
reservation_name (required)
Path Parameter — Reservation name default: null
Query parameters
update_time (optional)
Query Parameter — Filter reservations since update timestamp default: null
Return type
Example data
Content-Type: application/json
{
"reservations" : [ {
"end_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"flags" : [ "MAINT", "MAINT" ],
"groups" : "groups",
"users" : "users",
"max_start_delay" : 6,
"features" : "features",
"start_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"burst_buffer" : "burst_buffer",
"licenses" : "licenses",
"partition" : "partition",
"watts" : {
"number" : 5,
"set" : true,
"infinite" : true
},
"core_specializations" : [ {
"node" : "node",
"core" : "core"
}, {
"node" : "node",
"core" : "core"
} ],
"name" : "name",
"tres" : "tres",
"accounts" : "accounts",
"node_count" : 1,
"node_list" : "node_list",
"purge_completed" : {
"time" : {
"number" : 6,
"set" : true,
"infinite" : true
}
},
"core_count" : 0
}, {
"end_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"flags" : [ "MAINT", "MAINT" ],
"groups" : "groups",
"users" : "users",
"max_start_delay" : 6,
"features" : "features",
"start_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"burst_buffer" : "burst_buffer",
"licenses" : "licenses",
"partition" : "partition",
"watts" : {
"number" : 5,
"set" : true,
"infinite" : true
},
"core_specializations" : [ {
"node" : "node",
"core" : "core"
}, {
"node" : "node",
"core" : "core"
} ],
"name" : "name",
"tres" : "tres",
"accounts" : "accounts",
"node_count" : 1,
"node_list" : "node_list",
"purge_completed" : {
"time" : {
"number" : 6,
"set" : true,
"infinite" : true
}
},
"core_count" : 0
} ],
"meta" : {
"slurm" : {
"cluster" : "cluster",
"release" : "release",
"version" : {
"major" : "major",
"minor" : "minor",
"micro" : "micro"
}
},
"plugin" : {
"accounting_storage" : "accounting_storage",
"name" : "name",
"type" : "type",
"data_parser" : "data_parser"
},
"client" : {
"source" : "source",
"user" : "user",
"group" : "group"
},
"command" : [ "command", "command" ]
},
"last_update" : {
"number" : 5,
"set" : true,
"infinite" : true
},
"warnings" : [ {
"description" : "description",
"source" : "source"
}, {
"description" : "description",
"source" : "source"
} ],
"errors" : [ {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
}, {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
} ]
}
Example data
Content-Type: application/jsonrequest
{
"reservations" : [ {
"end_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"flags" : [ "MAINT", "MAINT" ],
"groups" : "groups",
"users" : "users",
"max_start_delay" : 6,
"features" : "features",
"start_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"burst_buffer" : "burst_buffer",
"licenses" : "licenses",
"partition" : "partition",
"watts" : {
"number" : 5,
"set" : true,
"infinite" : true
},
"core_specializations" : [ {
"node" : "node",
"core" : "core"
}, {
"node" : "node",
"core" : "core"
} ],
"name" : "name",
"tres" : "tres",
"accounts" : "accounts",
"node_count" : 1,
"node_list" : "node_list",
"purge_completed" : {
"time" : {
"number" : 6,
"set" : true,
"infinite" : true
}
},
"core_count" : 0
}, {
"end_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"flags" : [ "MAINT", "MAINT" ],
"groups" : "groups",
"users" : "users",
"max_start_delay" : 6,
"features" : "features",
"start_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"burst_buffer" : "burst_buffer",
"licenses" : "licenses",
"partition" : "partition",
"watts" : {
"number" : 5,
"set" : true,
"infinite" : true
},
"core_specializations" : [ {
"node" : "node",
"core" : "core"
}, {
"node" : "node",
"core" : "core"
} ],
"name" : "name",
"tres" : "tres",
"accounts" : "accounts",
"node_count" : 1,
"node_list" : "node_list",
"purge_completed" : {
"time" : {
"number" : 6,
"set" : true,
"infinite" : true
}
},
"core_count" : 0
} ],
"meta" : {
"slurm" : {
"cluster" : "cluster",
"release" : "release",
"version" : {
"major" : "major",
"minor" : "minor",
"micro" : "micro"
}
},
"plugin" : {
"accounting_storage" : "accounting_storage",
"name" : "name",
"type" : "type",
"data_parser" : "data_parser"
},
"client" : {
"source" : "source",
"user" : "user",
"group" : "group"
},
"command" : [ "command", "command" ]
},
"last_update" : {
"number" : 5,
"set" : true,
"infinite" : true
},
"warnings" : [ {
"description" : "description",
"source" : "source"
}, {
"description" : "description",
"source" : "source"
} ],
"errors" : [ {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
}, {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
} ]
}
Example data
Content-Type: application/x-yaml
Custom MIME type example not yet supported: application/x-yaml
Example data
Content-Type: text/yaml
Custom MIME type example not yet supported: text/yaml
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.application/json
application/jsonrequest
application/x-yaml
text/yaml
Responses
200
reservation information v0.0.41_openapi_reservation_respdefault
reservation information v0.0.41_openapi_reservation_respget all reservation info (slurmV0041GetReservations)
Query parameters
update_time (optional)
Query Parameter — Filter reservations since update timestamp default: null
Return type
Example data
Content-Type: application/json
{
"reservations" : [ {
"end_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"flags" : [ "MAINT", "MAINT" ],
"groups" : "groups",
"users" : "users",
"max_start_delay" : 6,
"features" : "features",
"start_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"burst_buffer" : "burst_buffer",
"licenses" : "licenses",
"partition" : "partition",
"watts" : {
"number" : 5,
"set" : true,
"infinite" : true
},
"core_specializations" : [ {
"node" : "node",
"core" : "core"
}, {
"node" : "node",
"core" : "core"
} ],
"name" : "name",
"tres" : "tres",
"accounts" : "accounts",
"node_count" : 1,
"node_list" : "node_list",
"purge_completed" : {
"time" : {
"number" : 6,
"set" : true,
"infinite" : true
}
},
"core_count" : 0
}, {
"end_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"flags" : [ "MAINT", "MAINT" ],
"groups" : "groups",
"users" : "users",
"max_start_delay" : 6,
"features" : "features",
"start_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"burst_buffer" : "burst_buffer",
"licenses" : "licenses",
"partition" : "partition",
"watts" : {
"number" : 5,
"set" : true,
"infinite" : true
},
"core_specializations" : [ {
"node" : "node",
"core" : "core"
}, {
"node" : "node",
"core" : "core"
} ],
"name" : "name",
"tres" : "tres",
"accounts" : "accounts",
"node_count" : 1,
"node_list" : "node_list",
"purge_completed" : {
"time" : {
"number" : 6,
"set" : true,
"infinite" : true
}
},
"core_count" : 0
} ],
"meta" : {
"slurm" : {
"cluster" : "cluster",
"release" : "release",
"version" : {
"major" : "major",
"minor" : "minor",
"micro" : "micro"
}
},
"plugin" : {
"accounting_storage" : "accounting_storage",
"name" : "name",
"type" : "type",
"data_parser" : "data_parser"
},
"client" : {
"source" : "source",
"user" : "user",
"group" : "group"
},
"command" : [ "command", "command" ]
},
"last_update" : {
"number" : 5,
"set" : true,
"infinite" : true
},
"warnings" : [ {
"description" : "description",
"source" : "source"
}, {
"description" : "description",
"source" : "source"
} ],
"errors" : [ {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
}, {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
} ]
}
Example data
Content-Type: application/jsonrequest
{
"reservations" : [ {
"end_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"flags" : [ "MAINT", "MAINT" ],
"groups" : "groups",
"users" : "users",
"max_start_delay" : 6,
"features" : "features",
"start_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"burst_buffer" : "burst_buffer",
"licenses" : "licenses",
"partition" : "partition",
"watts" : {
"number" : 5,
"set" : true,
"infinite" : true
},
"core_specializations" : [ {
"node" : "node",
"core" : "core"
}, {
"node" : "node",
"core" : "core"
} ],
"name" : "name",
"tres" : "tres",
"accounts" : "accounts",
"node_count" : 1,
"node_list" : "node_list",
"purge_completed" : {
"time" : {
"number" : 6,
"set" : true,
"infinite" : true
}
},
"core_count" : 0
}, {
"end_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"flags" : [ "MAINT", "MAINT" ],
"groups" : "groups",
"users" : "users",
"max_start_delay" : 6,
"features" : "features",
"start_time" : {
"number" : 6,
"set" : true,
"infinite" : true
},
"burst_buffer" : "burst_buffer",
"licenses" : "licenses",
"partition" : "partition",
"watts" : {
"number" : 5,
"set" : true,
"infinite" : true
},
"core_specializations" : [ {
"node" : "node",
"core" : "core"
}, {
"node" : "node",
"core" : "core"
} ],
"name" : "name",
"tres" : "tres",
"accounts" : "accounts",
"node_count" : 1,
"node_list" : "node_list",
"purge_completed" : {
"time" : {
"number" : 6,
"set" : true,
"infinite" : true
}
},
"core_count" : 0
} ],
"meta" : {
"slurm" : {
"cluster" : "cluster",
"release" : "release",
"version" : {
"major" : "major",
"minor" : "minor",
"micro" : "micro"
}
},
"plugin" : {
"accounting_storage" : "accounting_storage",
"name" : "name",
"type" : "type",
"data_parser" : "data_parser"
},
"client" : {
"source" : "source",
"user" : "user",
"group" : "group"
},
"command" : [ "command", "command" ]
},
"last_update" : {
"number" : 5,
"set" : true,
"infinite" : true
},
"warnings" : [ {
"description" : "description",
"source" : "source"
}, {
"description" : "description",
"source" : "source"
} ],
"errors" : [ {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
}, {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
} ]
}
Example data
Content-Type: application/x-yaml
Custom MIME type example not yet supported: application/x-yaml
Example data
Content-Type: text/yaml
Custom MIME type example not yet supported: text/yaml
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.application/json
application/jsonrequest
application/x-yaml
text/yaml
Responses
200
reservation information v0.0.41_openapi_reservation_respdefault
reservation information v0.0.41_openapi_reservation_respget fairshare info (slurmV0041GetShares)
Query parameters
accounts (optional)
Query Parameter — Accounts to query default: null
users (optional)
Query Parameter — Users to query default: null
Return type
Example data
Content-Type: application/json
{
"shares" : {
"shares" : [ {
"cluster" : "cluster",
"parent" : "parent",
"shares_normalized" : {
"number" : 6.027456183070403,
"set" : true,
"infinite" : true
},
"usage" : 9,
"fairshare" : {
"level" : 2.027123023002322,
"factor" : 3.616076749251911
},
"type" : [ "USER", "USER" ],
"effective_usage" : 2.3021358869347655,
"shares" : {
"number" : 1,
"set" : true,
"infinite" : true
},
"partition" : "partition",
"usage_normalized" : {
"number" : 7.061401241503109,
"set" : true,
"infinite" : true
},
"name" : "name",
"tres" : {
"run_seconds" : [ {
"name" : "name",
"value" : {
"number" : 5,
"set" : true,
"infinite" : true
}
}, {
"name" : "name",
"value" : {
"number" : 5,
"set" : true,
"infinite" : true
}
} ],
"usage" : [ {
"name" : "name",
"value" : 5.637376656633329
}, {
"name" : "name",
"value" : 5.637376656633329
} ],
"group_minutes" : [ {
"name" : "name",
"value" : {
"number" : 5,
"set" : true,
"infinite" : true
}
}, {
"name" : "name",
"value" : {
"number" : 5,
"set" : true,
"infinite" : true
}
} ]
},
"id" : 0
}, {
"cluster" : "cluster",
"parent" : "parent",
"shares_normalized" : {
"number" : 6.027456183070403,
"set" : true,
"infinite" : true
},
"usage" : 9,
"fairshare" : {
"level" : 2.027123023002322,
"factor" : 3.616076749251911
},
"type" : [ "USER", "USER" ],
"effective_usage" : 2.3021358869347655,
"shares" : {
"number" : 1,
"set" : true,
"infinite" : true
},
"partition" : "partition",
"usage_normalized" : {
"number" : 7.061401241503109,
"set" : true,
"infinite" : true
},
"name" : "name",
"tres" : {
"run_seconds" : [ {
"name" : "name",
"value" : {
"number" : 5,
"set" : true,
"infinite" : true
}
}, {
"name" : "name",
"value" : {
"number" : 5,
"set" : true,
"infinite" : true
}
} ],
"usage" : [ {
"name" : "name",
"value" : 5.637376656633329
}, {
"name" : "name",
"value" : 5.637376656633329
} ],
"group_minutes" : [ {
"name" : "name",
"value" : {
"number" : 5,
"set" : true,
"infinite" : true
}
}, {
"name" : "name",
"value" : {
"number" : 5,
"set" : true,
"infinite" : true
}
} ]
},
"id" : 0
} ],
"total_shares" : 4
},
"meta" : {
"slurm" : {
"cluster" : "cluster",
"release" : "release",
"version" : {
"major" : "major",
"minor" : "minor",
"micro" : "micro"
}
},
"plugin" : {
"accounting_storage" : "accounting_storage",
"name" : "name",
"type" : "type",
"data_parser" : "data_parser"
},
"client" : {
"source" : "source",
"user" : "user",
"group" : "group"
},
"command" : [ "command", "command" ]
},
"warnings" : [ {
"description" : "description",
"source" : "source"
}, {
"description" : "description",
"source" : "source"
} ],
"errors" : [ {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
}, {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
} ]
}
Example data
Content-Type: application/jsonrequest
{
"shares" : {
"shares" : [ {
"cluster" : "cluster",
"parent" : "parent",
"shares_normalized" : {
"number" : 6.027456183070403,
"set" : true,
"infinite" : true
},
"usage" : 9,
"fairshare" : {
"level" : 2.027123023002322,
"factor" : 3.616076749251911
},
"type" : [ "USER", "USER" ],
"effective_usage" : 2.3021358869347655,
"shares" : {
"number" : 1,
"set" : true,
"infinite" : true
},
"partition" : "partition",
"usage_normalized" : {
"number" : 7.061401241503109,
"set" : true,
"infinite" : true
},
"name" : "name",
"tres" : {
"run_seconds" : [ {
"name" : "name",
"value" : {
"number" : 5,
"set" : true,
"infinite" : true
}
}, {
"name" : "name",
"value" : {
"number" : 5,
"set" : true,
"infinite" : true
}
} ],
"usage" : [ {
"name" : "name",
"value" : 5.637376656633329
}, {
"name" : "name",
"value" : 5.637376656633329
} ],
"group_minutes" : [ {
"name" : "name",
"value" : {
"number" : 5,
"set" : true,
"infinite" : true
}
}, {
"name" : "name",
"value" : {
"number" : 5,
"set" : true,
"infinite" : true
}
} ]
},
"id" : 0
}, {
"cluster" : "cluster",
"parent" : "parent",
"shares_normalized" : {
"number" : 6.027456183070403,
"set" : true,
"infinite" : true
},
"usage" : 9,
"fairshare" : {
"level" : 2.027123023002322,
"factor" : 3.616076749251911
},
"type" : [ "USER", "USER" ],
"effective_usage" : 2.3021358869347655,
"shares" : {
"number" : 1,
"set" : true,
"infinite" : true
},
"partition" : "partition",
"usage_normalized" : {
"number" : 7.061401241503109,
"set" : true,
"infinite" : true
},
"name" : "name",
"tres" : {
"run_seconds" : [ {
"name" : "name",
"value" : {
"number" : 5,
"set" : true,
"infinite" : true
}
}, {
"name" : "name",
"value" : {
"number" : 5,
"set" : true,
"infinite" : true
}
} ],
"usage" : [ {
"name" : "name",
"value" : 5.637376656633329
}, {
"name" : "name",
"value" : 5.637376656633329
} ],
"group_minutes" : [ {
"name" : "name",
"value" : {
"number" : 5,
"set" : true,
"infinite" : true
}
}, {
"name" : "name",
"value" : {
"number" : 5,
"set" : true,
"infinite" : true
}
} ]
},
"id" : 0
} ],
"total_shares" : 4
},
"meta" : {
"slurm" : {
"cluster" : "cluster",
"release" : "release",
"version" : {
"major" : "major",
"minor" : "minor",
"micro" : "micro"
}
},
"plugin" : {
"accounting_storage" : "accounting_storage",
"name" : "name",
"type" : "type",
"data_parser" : "data_parser"
},
"client" : {
"source" : "source",
"user" : "user",
"group" : "group"
},
"command" : [ "command", "command" ]
},
"warnings" : [ {
"description" : "description",
"source" : "source"
}, {
"description" : "description",
"source" : "source"
} ],
"errors" : [ {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
}, {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
} ]
}
Example data
Content-Type: application/x-yaml
Custom MIME type example not yet supported: application/x-yaml
Example data
Content-Type: text/yaml
Custom MIME type example not yet supported: text/yaml
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.application/json
application/jsonrequest
application/x-yaml
text/yaml
Responses
200
shares information v0.0.41_openapi_shares_respdefault
shares information v0.0.41_openapi_shares_respupdate job (slurmV0041PostJob)
Path parameters
job_id (required)
Path Parameter — JobId default: null
Consumes
This API call consumes the following media types via the Content-Type request header:application/json
application/jsonrequest
application/x-yaml
text/yaml
Request body
v0.0.41_job_desc_msg v0.0.41_job_desc_msg (optional)
Body Parameter —
Return type
Example data
Content-Type: application/json
{
"job_id" : "job_id",
"meta" : {
"slurm" : {
"cluster" : "cluster",
"release" : "release",
"version" : {
"major" : "major",
"minor" : "minor",
"micro" : "micro"
}
},
"plugin" : {
"accounting_storage" : "accounting_storage",
"name" : "name",
"type" : "type",
"data_parser" : "data_parser"
},
"client" : {
"source" : "source",
"user" : "user",
"group" : "group"
},
"command" : [ "command", "command" ]
},
"warnings" : [ {
"description" : "description",
"source" : "source"
}, {
"description" : "description",
"source" : "source"
} ],
"step_id" : "step_id",
"results" : [ {
"job_id" : 0,
"why" : "why",
"error_code" : 6,
"step_id" : "step_id",
"error" : "error"
}, {
"job_id" : 0,
"why" : "why",
"error_code" : 6,
"step_id" : "step_id",
"error" : "error"
} ],
"job_submit_user_msg" : "job_submit_user_msg",
"errors" : [ {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
}, {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
} ]
}
Example data
Content-Type: application/jsonrequest
{
"job_id" : "job_id",
"meta" : {
"slurm" : {
"cluster" : "cluster",
"release" : "release",
"version" : {
"major" : "major",
"minor" : "minor",
"micro" : "micro"
}
},
"plugin" : {
"accounting_storage" : "accounting_storage",
"name" : "name",
"type" : "type",
"data_parser" : "data_parser"
},
"client" : {
"source" : "source",
"user" : "user",
"group" : "group"
},
"command" : [ "command", "command" ]
},
"warnings" : [ {
"description" : "description",
"source" : "source"
}, {
"description" : "description",
"source" : "source"
} ],
"step_id" : "step_id",
"results" : [ {
"job_id" : 0,
"why" : "why",
"error_code" : 6,
"step_id" : "step_id",
"error" : "error"
}, {
"job_id" : 0,
"why" : "why",
"error_code" : 6,
"step_id" : "step_id",
"error" : "error"
} ],
"job_submit_user_msg" : "job_submit_user_msg",
"errors" : [ {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
}, {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
} ]
}
Example data
Content-Type: application/x-yaml
Custom MIME type example not yet supported: application/x-yaml
Example data
Content-Type: text/yaml
Custom MIME type example not yet supported: text/yaml
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.application/json
application/jsonrequest
application/x-yaml
text/yaml
Responses
200
job update result v0.0.41_openapi_job_post_responsedefault
job update result v0.0.41_openapi_job_post_responsesubmit new job allocation without any steps that must be signaled to stop (slurmV0041PostJobAllocate)
Consumes
This API call consumes the following media types via the Content-Type request header:application/json
application/jsonrequest
application/x-yaml
text/yaml
Request body
v0.0.41_job_alloc_req v0.0.41_job_alloc_req (optional)
Body Parameter —
Return type
Example data
Content-Type: application/json
{
"job_id" : 0,
"meta" : {
"slurm" : {
"cluster" : "cluster",
"release" : "release",
"version" : {
"major" : "major",
"minor" : "minor",
"micro" : "micro"
}
},
"plugin" : {
"accounting_storage" : "accounting_storage",
"name" : "name",
"type" : "type",
"data_parser" : "data_parser"
},
"client" : {
"source" : "source",
"user" : "user",
"group" : "group"
},
"command" : [ "command", "command" ]
},
"warnings" : [ {
"description" : "description",
"source" : "source"
}, {
"description" : "description",
"source" : "source"
} ],
"job_submit_user_msg" : "job_submit_user_msg",
"errors" : [ {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
}, {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
} ]
}
Example data
Content-Type: application/jsonrequest
{
"job_id" : 0,
"meta" : {
"slurm" : {
"cluster" : "cluster",
"release" : "release",
"version" : {
"major" : "major",
"minor" : "minor",
"micro" : "micro"
}
},
"plugin" : {
"accounting_storage" : "accounting_storage",
"name" : "name",
"type" : "type",
"data_parser" : "data_parser"
},
"client" : {
"source" : "source",
"user" : "user",
"group" : "group"
},
"command" : [ "command", "command" ]
},
"warnings" : [ {
"description" : "description",
"source" : "source"
}, {
"description" : "description",
"source" : "source"
} ],
"job_submit_user_msg" : "job_submit_user_msg",
"errors" : [ {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
}, {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
} ]
}
Example data
Content-Type: application/x-yaml
Custom MIME type example not yet supported: application/x-yaml
Example data
Content-Type: text/yaml
Custom MIME type example not yet supported: text/yaml
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.application/json
application/jsonrequest
application/x-yaml
text/yaml
Responses
200
job allocation response v0.0.41_openapi_job_alloc_respdefault
job allocation response v0.0.41_openapi_job_alloc_respsubmit new job (slurmV0041PostJobSubmit)
Consumes
This API call consumes the following media types via the Content-Type request header:application/json
application/jsonrequest
application/x-yaml
text/yaml
Request body
v0.0.41_job_submit_req v0.0.41_job_submit_req (optional)
Body Parameter —
Return type
Example data
Content-Type: application/json
{
"result" : {
"job_id" : 0,
"error_code" : 6,
"step_id" : "step_id",
"error" : "error",
"job_submit_user_msg" : "job_submit_user_msg"
},
"job_id" : 1,
"meta" : {
"slurm" : {
"cluster" : "cluster",
"release" : "release",
"version" : {
"major" : "major",
"minor" : "minor",
"micro" : "micro"
}
},
"plugin" : {
"accounting_storage" : "accounting_storage",
"name" : "name",
"type" : "type",
"data_parser" : "data_parser"
},
"client" : {
"source" : "source",
"user" : "user",
"group" : "group"
},
"command" : [ "command", "command" ]
},
"warnings" : [ {
"description" : "description",
"source" : "source"
}, {
"description" : "description",
"source" : "source"
} ],
"step_id" : "step_id",
"job_submit_user_msg" : "job_submit_user_msg",
"errors" : [ {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
}, {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
} ]
}
Example data
Content-Type: application/jsonrequest
{
"result" : {
"job_id" : 0,
"error_code" : 6,
"step_id" : "step_id",
"error" : "error",
"job_submit_user_msg" : "job_submit_user_msg"
},
"job_id" : 1,
"meta" : {
"slurm" : {
"cluster" : "cluster",
"release" : "release",
"version" : {
"major" : "major",
"minor" : "minor",
"micro" : "micro"
}
},
"plugin" : {
"accounting_storage" : "accounting_storage",
"name" : "name",
"type" : "type",
"data_parser" : "data_parser"
},
"client" : {
"source" : "source",
"user" : "user",
"group" : "group"
},
"command" : [ "command", "command" ]
},
"warnings" : [ {
"description" : "description",
"source" : "source"
}, {
"description" : "description",
"source" : "source"
} ],
"step_id" : "step_id",
"job_submit_user_msg" : "job_submit_user_msg",
"errors" : [ {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
}, {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
} ]
}
Example data
Content-Type: application/x-yaml
Custom MIME type example not yet supported: application/x-yaml
Example data
Content-Type: text/yaml
Custom MIME type example not yet supported: text/yaml
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.application/json
application/jsonrequest
application/x-yaml
text/yaml
Responses
200
job submission response v0.0.41_openapi_job_submit_responsedefault
job submission response v0.0.41_openapi_job_submit_responseupdate node properties (slurmV0041PostNode)
Path parameters
node_name (required)
Path Parameter — Node name default: null
Consumes
This API call consumes the following media types via the Content-Type request header:application/json
application/jsonrequest
application/x-yaml
text/yaml
Request body
v0.0.41_update_node_msg v0.0.41_update_node_msg (optional)
Body Parameter —
Return type
Example data
Content-Type: application/json
{
"meta" : {
"slurm" : {
"cluster" : "cluster",
"release" : "release",
"version" : {
"major" : "major",
"minor" : "minor",
"micro" : "micro"
}
},
"plugin" : {
"accounting_storage" : "accounting_storage",
"name" : "name",
"type" : "type",
"data_parser" : "data_parser"
},
"client" : {
"source" : "source",
"user" : "user",
"group" : "group"
},
"command" : [ "command", "command" ]
},
"warnings" : [ {
"description" : "description",
"source" : "source"
}, {
"description" : "description",
"source" : "source"
} ],
"errors" : [ {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
}, {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
} ]
}
Example data
Content-Type: application/jsonrequest
{
"meta" : {
"slurm" : {
"cluster" : "cluster",
"release" : "release",
"version" : {
"major" : "major",
"minor" : "minor",
"micro" : "micro"
}
},
"plugin" : {
"accounting_storage" : "accounting_storage",
"name" : "name",
"type" : "type",
"data_parser" : "data_parser"
},
"client" : {
"source" : "source",
"user" : "user",
"group" : "group"
},
"command" : [ "command", "command" ]
},
"warnings" : [ {
"description" : "description",
"source" : "source"
}, {
"description" : "description",
"source" : "source"
} ],
"errors" : [ {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
}, {
"description" : "description",
"source" : "source",
"error" : "error",
"error_number" : 7
} ]
}
Example data
Content-Type: application/x-yaml
Custom MIME type example not yet supported: application/x-yaml
Example data
Content-Type: text/yaml
Custom MIME type example not yet supported: text/yaml
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.application/json
application/jsonrequest
application/x-yaml
text/yaml
Responses
200
node update request result v0.0.41_openapi_respdefault
node update request result v0.0.41_openapi_respModels
[ Jump to Methods ]Table of Contents
v0.0.41_job_alloc_req
-v0.0.41_job_desc_msg
-v0.0.41_job_submit_req
-v0.0.41_openapi_diag_resp
-v0.0.41_openapi_job_alloc_resp
-v0.0.41_openapi_job_info_resp
-v0.0.41_openapi_job_post_response
-v0.0.41_openapi_job_submit_response
-v0.0.41_openapi_kill_jobs_resp
-v0.0.41_openapi_licenses_resp
-v0.0.41_openapi_nodes_resp
-v0.0.41_openapi_partition_resp
-v0.0.41_openapi_ping_array_resp
-v0.0.41_openapi_reservation_resp
-v0.0.41_openapi_resp
-v0.0.41_openapi_shares_resp
-v0.0.41_update_node_msg
-v0_0_41_job_desc_msg_crontab
-v0_0_41_job_desc_msg_crontab_line
-v0_0_41_job_desc_msg_distribution_plane_size
-v0_0_41_job_desc_msg_priority
-v0_0_41_job_desc_msg_rlimits
-v0_0_41_job_desc_msg_rlimits_as
-v0_0_41_job_desc_msg_rlimits_core
-v0_0_41_job_desc_msg_rlimits_cpu
-v0_0_41_job_desc_msg_rlimits_data
-v0_0_41_job_desc_msg_rlimits_fsize
-v0_0_41_job_desc_msg_rlimits_memlock
-v0_0_41_job_desc_msg_rlimits_nofile
-v0_0_41_job_desc_msg_rlimits_nproc
-v0_0_41_job_desc_msg_rlimits_rss
-v0_0_41_job_desc_msg_rlimits_stack
-v0_0_41_job_desc_msg_segment_size
-v0_0_41_job_desc_msg_time_limit
-v0_0_41_openapi_diag_resp_statistics
-v0_0_41_openapi_diag_resp_statistics_bf_exit
-v0_0_41_openapi_diag_resp_statistics_pending_rpcs_by_hostlist_inner
-v0_0_41_openapi_diag_resp_statistics_pending_rpcs_inner
-v0_0_41_openapi_diag_resp_statistics_req_time
-v0_0_41_openapi_diag_resp_statistics_rpcs_by_message_type_inner
-v0_0_41_openapi_diag_resp_statistics_rpcs_by_message_type_inner_average_time
-v0_0_41_openapi_diag_resp_statistics_rpcs_by_user_inner
-v0_0_41_openapi_diag_resp_statistics_schedule_exit
-v0_0_41_openapi_job_info_resp_jobs_inner
-v0_0_41_openapi_job_info_resp_jobs_inner_billable_tres
-v0_0_41_openapi_job_info_resp_jobs_inner_derived_exit_code
-v0_0_41_openapi_job_info_resp_jobs_inner_derived_exit_code_return_code
-v0_0_41_openapi_job_info_resp_jobs_inner_derived_exit_code_signal
-v0_0_41_openapi_job_info_resp_jobs_inner_derived_exit_code_signal_id
-v0_0_41_openapi_job_info_resp_jobs_inner_job_resources
-v0_0_41_openapi_job_info_resp_jobs_inner_job_resources_nodes
-v0_0_41_openapi_job_info_resp_jobs_inner_job_resources_nodes_allocation_inner
-v0_0_41_openapi_job_info_resp_jobs_inner_job_resources_nodes_allocation_inner_cpus
-v0_0_41_openapi_job_info_resp_jobs_inner_job_resources_nodes_allocation_inner_memory
-v0_0_41_openapi_job_info_resp_jobs_inner_job_resources_nodes_allocation_inner_sockets_inner
-v0_0_41_openapi_job_info_resp_jobs_inner_job_resources_nodes_allocation_inner_sockets_inner_cores_inner
-v0_0_41_openapi_job_info_resp_jobs_inner_job_resources_threads_per_core
-v0_0_41_openapi_job_info_resp_jobs_inner_power
-v0_0_41_openapi_job_info_resp_last_backfill
-v0_0_41_openapi_job_info_resp_last_update
-v0_0_41_openapi_job_post_response_results_inner
-v0_0_41_openapi_job_submit_response_result
-v0_0_41_openapi_kill_jobs_resp_status_inner
-v0_0_41_openapi_kill_jobs_resp_status_inner_error
-v0_0_41_openapi_kill_jobs_resp_status_inner_federation
-v0_0_41_openapi_kill_jobs_resp_status_inner_job_id
-v0_0_41_openapi_licenses_resp_last_update
-v0_0_41_openapi_licenses_resp_licenses_inner
-v0_0_41_openapi_nodes_resp_last_update
-v0_0_41_openapi_nodes_resp_nodes_inner
-v0_0_41_openapi_nodes_resp_nodes_inner_energy
-v0_0_41_openapi_partition_resp_last_update
-v0_0_41_openapi_partition_resp_partitions_inner
-v0_0_41_openapi_partition_resp_partitions_inner_accounts
-v0_0_41_openapi_partition_resp_partitions_inner_cpus
-v0_0_41_openapi_partition_resp_partitions_inner_defaults
-v0_0_41_openapi_partition_resp_partitions_inner_groups
-v0_0_41_openapi_partition_resp_partitions_inner_maximums
-v0_0_41_openapi_partition_resp_partitions_inner_maximums_oversubscribe
-v0_0_41_openapi_partition_resp_partitions_inner_minimums
-v0_0_41_openapi_partition_resp_partitions_inner_nodes
-v0_0_41_openapi_partition_resp_partitions_inner_partition
-v0_0_41_openapi_partition_resp_partitions_inner_priority
-v0_0_41_openapi_partition_resp_partitions_inner_qos
-v0_0_41_openapi_partition_resp_partitions_inner_timeouts
-v0_0_41_openapi_partition_resp_partitions_inner_tres
-v0_0_41_openapi_ping_array_resp_pings_inner
-v0_0_41_openapi_reservation_resp_last_update
-v0_0_41_openapi_reservation_resp_reservations_inner
-v0_0_41_openapi_reservation_resp_reservations_inner_core_specializations_inner
-v0_0_41_openapi_reservation_resp_reservations_inner_purge_completed
-v0_0_41_openapi_reservation_resp_reservations_inner_watts
-v0_0_41_openapi_shares_resp_errors_inner
-v0_0_41_openapi_shares_resp_meta
-v0_0_41_openapi_shares_resp_meta_client
-v0_0_41_openapi_shares_resp_meta_plugin
-v0_0_41_openapi_shares_resp_meta_slurm
-v0_0_41_openapi_shares_resp_meta_slurm_version
-v0_0_41_openapi_shares_resp_shares
-v0_0_41_openapi_shares_resp_shares_shares_inner
-v0_0_41_openapi_shares_resp_shares_shares_inner_fairshare
-v0_0_41_openapi_shares_resp_shares_shares_inner_shares
-v0_0_41_openapi_shares_resp_shares_shares_inner_shares_normalized
-v0_0_41_openapi_shares_resp_shares_shares_inner_tres
-v0_0_41_openapi_shares_resp_shares_shares_inner_tres_run_seconds_inner
-v0_0_41_openapi_shares_resp_shares_shares_inner_tres_run_seconds_inner_value
-v0_0_41_openapi_shares_resp_shares_shares_inner_tres_usage_inner
-v0_0_41_openapi_shares_resp_shares_shares_inner_usage_normalized
-v0_0_41_openapi_shares_resp_warnings_inner
-v0_0_41_update_node_msg_resume_after
-v0_0_41_update_node_msg_weight
-
v0.0.41_job_desc_msg
- Up
account (optional)
account_gather_frequency (optional)
admin_comment (optional)
allocation_node_list (optional)
allocation_node_port (optional)
Integer format: int32
argv (optional)
array (optional)
batch_features (optional)
begin_time (optional)
flags (optional)
Enum:
burst_buffer (optional)
clusters (optional)
cluster_constraint (optional)
comment (optional)
contiguous (optional)
container (optional)
container_id (optional)
core_specification (optional)
Integer format: int32
thread_specification (optional)
Integer format: int32
cpu_binding (optional)
cpu_binding_flags (optional)
Enum:
cpu_frequency (optional)
cpus_per_tres (optional)
crontab (optional)
deadline (optional)
Long format: int64
delay_boot (optional)
Integer format: int32
dependency (optional)
end_time (optional)
Long format: int64
environment (optional)
rlimits (optional)
excluded_nodes (optional)
extra (optional)
constraints (optional)
group_id (optional)
hetjob_group (optional)
Integer format: int32
immediate (optional)
job_id (optional)
Integer format: int32
kill_on_node_fail (optional)
licenses (optional)
mail_type (optional)
Enum:
mail_user (optional)
mcs_label (optional)
memory_binding (optional)
memory_binding_type (optional)
Enum:
memory_per_tres (optional)
name (optional)
network (optional)
nice (optional)
Integer format: int32
tasks (optional)
Integer format: int32
open_mode (optional)
Enum:
reserve_ports (optional)
Integer format: int32
overcommit (optional)
partition (optional)
distribution_plane_size (optional)
power_flags (optional)
prefer (optional)
hold (optional)
Boolean Hold (true) or release (false) job
priority (optional)
profile (optional)
Enum:
qos (optional)
reboot (optional)
required_nodes (optional)
requeue (optional)
reservation (optional)
resv_mpi_ports (optional)
Integer Number of reserve communication ports. Can only be used if slurmstepd step manager is enabled. format: int32
script (optional)
String Job batch script. Only first component in a HetJob is populated or honored.
shared (optional)
Enum:
exclusive (optional)
Enum:
oversubscribe (optional)
site_factor (optional)
Integer format: int32
spank_environment (optional)
distribution (optional)
time_limit (optional)
time_minimum (optional)
tres_bind (optional)
tres_freq (optional)
tres_per_job (optional)
tres_per_node (optional)
tres_per_socket (optional)
tres_per_task (optional)
user_id (optional)
wait_all_nodes (optional)
kill_warning_flags (optional)
Enum:
kill_warning_signal (optional)
kill_warning_delay (optional)
current_working_directory (optional)
cpus_per_task (optional)
Integer format: int32
minimum_cpus (optional)
Integer format: int32
maximum_cpus (optional)
Integer format: int32
nodes (optional)
minimum_nodes (optional)
Integer format: int32
maximum_nodes (optional)
Integer format: int32
minimum_boards_per_node (optional)
Integer format: int32
minimum_sockets_per_board (optional)
Integer format: int32
sockets_per_node (optional)
Integer format: int32
threads_per_core (optional)
Integer format: int32
tasks_per_node (optional)
Integer format: int32
tasks_per_socket (optional)
Integer format: int32
tasks_per_core (optional)
Integer format: int32
tasks_per_board (optional)
Integer format: int32
ntasks_per_tres (optional)
Integer format: int32
minimum_cpus_per_node (optional)
Integer format: int32
memory_per_cpu (optional)
memory_per_node (optional)
temporary_disk_per_node (optional)
Integer format: int32
selinux_context (optional)
required_switches (optional)
segment_size (optional)
standard_error (optional)
standard_input (optional)
standard_output (optional)
wait_for_switch (optional)
Integer format: int32
wckey (optional)
x11 (optional)
Enum:
x11_magic_cookie (optional)
x11_target_host (optional)
x11_target_port (optional)
Integer format: int32
v0.0.41_job_submit_req
- Up
script (optional)
String Deprecated. Populate script field in jobs[0] or job.
jobs (optional)
array[v0.0.41_job_desc_msg] HetJob description
job (optional)
v0.0.41_openapi_diag_resp
- Up
statistics
meta (optional)
errors (optional)
array[v0_0_41_openapi_shares_resp_errors_inner] Query errors
warnings (optional)
array[v0_0_41_openapi_shares_resp_warnings_inner] Query warnings
v0.0.41_openapi_job_alloc_resp
- Up
job_id (optional)
Integer submited JobId format: int32
job_submit_user_msg (optional)
String job submission user message
meta (optional)
errors (optional)
array[v0_0_41_openapi_shares_resp_errors_inner] Query errors
warnings (optional)
array[v0_0_41_openapi_shares_resp_warnings_inner] Query warnings
v0.0.41_openapi_job_info_resp
- Up
jobs
array[v0_0_41_openapi_job_info_resp_jobs_inner] list of jobs
last_backfill
last_update
meta (optional)
errors (optional)
array[v0_0_41_openapi_shares_resp_errors_inner] Query errors
warnings (optional)
array[v0_0_41_openapi_shares_resp_warnings_inner] Query warnings
v0.0.41_openapi_job_post_response
- Up
results (optional)
array[v0_0_41_openapi_job_post_response_results_inner] Job update results
job_id (optional)
String First updated JobId - Use results instead
step_id (optional)
String First updated StepID - Use results instead
job_submit_user_msg (optional)
String First updated Job submision user message - Use results instead
meta (optional)
errors (optional)
array[v0_0_41_openapi_shares_resp_errors_inner] Query errors
warnings (optional)
array[v0_0_41_openapi_shares_resp_warnings_inner] Query warnings
v0.0.41_openapi_job_submit_response
- Up
result (optional)
job_id (optional)
Integer submited JobId format: int32
step_id (optional)
String submited StepID
job_submit_user_msg (optional)
String job submision user message
meta (optional)
errors (optional)
array[v0_0_41_openapi_shares_resp_errors_inner] Query errors
warnings (optional)
array[v0_0_41_openapi_shares_resp_warnings_inner] Query warnings
v0.0.41_openapi_kill_jobs_resp
- Up
status
array[v0_0_41_openapi_kill_jobs_resp_status_inner] resultant status of signal request
meta (optional)
errors (optional)
array[v0_0_41_openapi_shares_resp_errors_inner] Query errors
warnings (optional)
array[v0_0_41_openapi_shares_resp_warnings_inner] Query warnings
v0.0.41_openapi_licenses_resp
- Up
licenses
array[v0_0_41_openapi_licenses_resp_licenses_inner] list of licenses
last_update
meta (optional)
errors (optional)
array[v0_0_41_openapi_shares_resp_errors_inner] Query errors
warnings (optional)
array[v0_0_41_openapi_shares_resp_warnings_inner] Query warnings
v0.0.41_openapi_nodes_resp
- Up
nodes
array[v0_0_41_openapi_nodes_resp_nodes_inner] list of nodes
last_update
meta (optional)
errors (optional)
array[v0_0_41_openapi_shares_resp_errors_inner] Query errors
warnings (optional)
array[v0_0_41_openapi_shares_resp_warnings_inner] Query warnings
v0.0.41_openapi_partition_resp
- Up
partitions
array[v0_0_41_openapi_partition_resp_partitions_inner] list of partitions
last_update
meta (optional)
errors (optional)
array[v0_0_41_openapi_shares_resp_errors_inner] Query errors
warnings (optional)
array[v0_0_41_openapi_shares_resp_warnings_inner] Query warnings
v0.0.41_openapi_ping_array_resp
- Up
pings
meta (optional)
errors (optional)
array[v0_0_41_openapi_shares_resp_errors_inner] Query errors
warnings (optional)
array[v0_0_41_openapi_shares_resp_warnings_inner] Query warnings
v0.0.41_openapi_reservation_resp
- Up
reservations
array[v0_0_41_openapi_reservation_resp_reservations_inner] list of reservations
last_update
meta (optional)
errors (optional)
array[v0_0_41_openapi_shares_resp_errors_inner] Query errors
warnings (optional)
array[v0_0_41_openapi_shares_resp_warnings_inner] Query warnings
v0.0.41_openapi_resp
- Up
meta (optional)
errors (optional)
array[v0_0_41_openapi_shares_resp_errors_inner] Query errors
warnings (optional)
array[v0_0_41_openapi_shares_resp_warnings_inner] Query warnings
v0.0.41_openapi_shares_resp
- Up
shares
meta (optional)
errors (optional)
array[v0_0_41_openapi_shares_resp_errors_inner] Query errors
warnings (optional)
array[v0_0_41_openapi_shares_resp_warnings_inner] Query warnings
v0.0.41_update_node_msg
- Up
comment (optional)
String arbitrary comment
cpu_bind (optional)
Integer default CPU binding type format: int32
extra (optional)
String arbitrary string
features (optional)
array[String] new available feature for node
features_act (optional)
array[String] new active feature for node
gres (optional)
String new generic resources for node
address (optional)
array[String] communication name
hostname (optional)
array[String] node's hostname
name (optional)
array[String] node to update
state (optional)
array[String] assign new node state
Enum:
reason (optional)
String reason for node being DOWN or DRAINING
reason_uid (optional)
String user ID of sending (needed if user root is sending message)
resume_after (optional)
weight (optional)
v0_0_41_job_desc_msg_crontab
- Up
flags (optional)
Enum:
minute (optional)
hour (optional)
day_of_month (optional)
month (optional)
day_of_week (optional)
specification (optional)
command (optional)
line (optional)
v0_0_41_job_desc_msg_distribution_plane_size
- Up
16 bit integer number with flags
set (optional)
Boolean True if number has been set. False if number is unset
infinite (optional)
Boolean True if number has been set to infinite. "set" and "number" will be ignored.
number (optional)
Integer If set is True the number will be set with value. Otherwise ignore number contents. format: int32
v0_0_41_job_desc_msg_priority
- Up
Request specific job priority
set (optional)
Boolean True if number has been set. False if number is unset
infinite (optional)
Boolean True if number has been set to infinite. "set" and "number" will be ignored.
number (optional)
Integer If set is True the number will be set with value. Otherwise ignore number contents. format: int32
v0_0_41_job_desc_msg_rlimits
- Up
cpu (optional)
fsize (optional)
data (optional)
stack (optional)
core (optional)
rss (optional)
nproc (optional)
nofile (optional)
memlock (optional)
as (optional)
v0_0_41_job_desc_msg_rlimits_as
- Up
Address space limit.
v0_0_41_job_desc_msg_rlimits_core
- Up
Largest core file that can be created, in bytes.
v0_0_41_job_desc_msg_rlimits_cpu
- Up
Per-process CPU limit, in seconds.
v0_0_41_job_desc_msg_rlimits_data
- Up
Maximum size of data segment, in bytes.
v0_0_41_job_desc_msg_rlimits_fsize
- Up
Largest file that can be created, in bytes.
v0_0_41_job_desc_msg_rlimits_memlock
- Up
Locked-in-memory address space
v0_0_41_job_desc_msg_rlimits_nofile
- Up
Number of open files.
v0_0_41_job_desc_msg_rlimits_nproc
- Up
Number of processes.
v0_0_41_job_desc_msg_rlimits_rss
- Up
Largest resident set size, in bytes. This affects swapping; processes that are exceeding their resident set size will be more likely to have physical memory taken from them.
v0_0_41_job_desc_msg_rlimits_stack
- Up
Maximum size of stack segment, in bytes.
v0_0_41_job_desc_msg_segment_size
- Up
Segment size for topology/block
set (optional)
Boolean True if number has been set. False if number is unset
infinite (optional)
Boolean True if number has been set to infinite. "set" and "number" will be ignored.
number (optional)
Integer If set is True the number will be set with value. Otherwise ignore number contents. format: int32
v0_0_41_job_desc_msg_time_limit
- Up
32 bit integer number with flags
set (optional)
Boolean True if number has been set. False if number is unset
infinite (optional)
Boolean True if number has been set to infinite. "set" and "number" will be ignored.
number (optional)
Integer If set is True the number will be set with value. Otherwise ignore number contents. format: int32
v0_0_41_openapi_diag_resp_statistics
- Up
statistics
parts_packed (optional)
Integer format: int32
req_time (optional)
req_time_start (optional)
server_thread_count (optional)
Integer format: int32
agent_queue_size (optional)
Integer format: int32
agent_count (optional)
Integer format: int32
agent_thread_count (optional)
Integer format: int32
dbd_agent_queue_size (optional)
Integer format: int32
gettimeofday_latency (optional)
Integer format: int32
schedule_cycle_max (optional)
Integer format: int32
schedule_cycle_last (optional)
Integer format: int32
schedule_cycle_sum (optional)
Integer format: int32
schedule_cycle_total (optional)
Integer format: int32
schedule_cycle_mean (optional)
Long format: int64
schedule_cycle_mean_depth (optional)
Long format: int64
schedule_cycle_per_minute (optional)
Long format: int64
schedule_cycle_depth (optional)
Integer format: int32
schedule_exit (optional)
schedule_queue_length (optional)
Integer format: int32
jobs_submitted (optional)
Integer format: int32
jobs_started (optional)
Integer format: int32
jobs_completed (optional)
Integer format: int32
jobs_canceled (optional)
Integer format: int32
jobs_failed (optional)
Integer format: int32
jobs_pending (optional)
Integer format: int32
jobs_running (optional)
Integer format: int32
job_states_ts (optional)
bf_backfilled_jobs (optional)
Integer format: int32
bf_last_backfilled_jobs (optional)
Integer format: int32
bf_backfilled_het_jobs (optional)
Integer format: int32
bf_cycle_counter (optional)
Integer format: int32
bf_cycle_mean (optional)
Long format: int64
bf_depth_mean (optional)
Long format: int64
bf_depth_mean_try (optional)
Long format: int64
bf_cycle_sum (optional)
Long format: int64
bf_cycle_last (optional)
Integer format: int32
bf_cycle_max (optional)
Integer format: int32
bf_exit (optional)
bf_last_depth (optional)
Integer format: int32
bf_last_depth_try (optional)
Integer format: int32
bf_depth_sum (optional)
Integer format: int32
bf_depth_try_sum (optional)
Integer format: int32
bf_queue_len (optional)
Integer format: int32
bf_queue_len_mean (optional)
Long format: int64
bf_queue_len_sum (optional)
Integer format: int32
bf_table_size (optional)
Integer format: int32
bf_table_size_sum (optional)
Integer format: int32
bf_table_size_mean (optional)
Long format: int64
bf_when_last_cycle (optional)
bf_active (optional)
rpcs_by_message_type (optional)
rpcs_by_user (optional)
pending_rpcs (optional)
array[v0_0_41_openapi_diag_resp_statistics_pending_rpcs_inner] Pending RPC statistics
pending_rpcs_by_hostlist (optional)
array[v0_0_41_openapi_diag_resp_statistics_pending_rpcs_by_hostlist_inner] Pending RPCs hostlists
v0_0_41_openapi_diag_resp_statistics_pending_rpcs_by_hostlist_inner
- Up
Pending RPCs by hostlist
type_id
Integer Message type as integer format: int32
message_type
String Message type as string
count
array[String] Number of RPCs received
v0_0_41_openapi_diag_resp_statistics_req_time
- Up
64 bit integer number with flags
v0_0_41_openapi_diag_resp_statistics_rpcs_by_message_type_inner
- Up
RPCs by type
type_id
Integer Message type as integer format: int32
message_type
String Message type as string
count
Integer Number of RPCs received format: int32
queued
Integer Number of RPCs queued format: int32
dropped
Long Number of RPCs dropped format: int64
cycle_last
Integer Number of RPCs processed within the last RPC queue cycle format: int32
cycle_max
Integer Maximum number of RPCs processed within a RPC queue cycle since start format: int32
total_time
Long Total time spent processing RPC in seconds format: int64
average_time
v0_0_41_openapi_diag_resp_statistics_rpcs_by_message_type_inner_average_time
- Up
Average time spent processing RPC in seconds
v0_0_41_openapi_diag_resp_statistics_rpcs_by_user_inner
- Up
RPCs by user
v0_0_41_openapi_job_info_resp_jobs_inner
- Up
account (optional)
accrue_time (optional)
admin_comment (optional)
allocating_node (optional)
array_job_id (optional)
array_task_id (optional)
array_max_tasks (optional)
array_task_string (optional)
association_id (optional)
Integer format: int32
batch_features (optional)
batch_flag (optional)
batch_host (optional)
flags (optional)
Enum:
burst_buffer (optional)
burst_buffer_state (optional)
cluster (optional)
cluster_features (optional)
command (optional)
comment (optional)
container (optional)
container_id (optional)
contiguous (optional)
core_spec (optional)
Integer format: int32
thread_spec (optional)
Integer format: int32
cores_per_socket (optional)
billable_tres (optional)
cpus_per_task (optional)
cpu_frequency_minimum (optional)
cpu_frequency_maximum (optional)
cpu_frequency_governor (optional)
cpus_per_tres (optional)
cron (optional)
deadline (optional)
delay_boot (optional)
dependency (optional)
derived_exit_code (optional)
eligible_time (optional)
end_time (optional)
excluded_nodes (optional)
exit_code (optional)
extra (optional)
failed_node (optional)
features (optional)
federation_origin (optional)
federation_siblings_active (optional)
federation_siblings_viable (optional)
gres_detail (optional)
group_id (optional)
Integer format: int32
group_name (optional)
het_job_id (optional)
het_job_id_set (optional)
het_job_offset (optional)
job_id (optional)
Integer format: int32
job_resources (optional)
job_size_str (optional)
job_state (optional)
Enum:
last_sched_evaluation (optional)
licenses (optional)
mail_type (optional)
Enum:
mail_user (optional)
max_cpus (optional)
max_nodes (optional)
mcs_label (optional)
memory_per_tres (optional)
name (optional)
network (optional)
nodes (optional)
nice (optional)
Integer format: int32
tasks_per_core (optional)
tasks_per_tres (optional)
tasks_per_node (optional)
tasks_per_socket (optional)
tasks_per_board (optional)
cpus (optional)
node_count (optional)
tasks (optional)
partition (optional)
prefer (optional)
memory_per_cpu (optional)
memory_per_node (optional)
minimum_cpus_per_node (optional)
minimum_tmp_disk_per_node (optional)
power (optional)
preempt_time (optional)
preemptable_time (optional)
pre_sus_time (optional)
hold (optional)
Boolean Hold (true) or release (false) job
priority (optional)
profile (optional)
Enum:
qos (optional)
reboot (optional)
required_nodes (optional)
minimum_switches (optional)
Integer format: int32
requeue (optional)
resize_time (optional)
restart_cnt (optional)
Integer format: int32
resv_name (optional)
scheduled_nodes (optional)
selinux_context (optional)
shared (optional)
Enum:
exclusive (optional)
Enum:
oversubscribe (optional)
show_flags (optional)
Enum:
sockets_per_board (optional)
Integer format: int32
sockets_per_node (optional)
start_time (optional)
state_description (optional)
state_reason (optional)
standard_error (optional)
standard_input (optional)
standard_output (optional)
submit_time (optional)
suspend_time (optional)
system_comment (optional)
time_limit (optional)
time_minimum (optional)
threads_per_core (optional)
tres_bind (optional)
tres_freq (optional)
tres_per_job (optional)
tres_per_node (optional)
tres_per_socket (optional)
tres_per_task (optional)
tres_req_str (optional)
tres_alloc_str (optional)
user_id (optional)
Integer format: int32
user_name (optional)
maximum_switch_wait_time (optional)
Integer format: int32
wckey (optional)
current_working_directory (optional)
v0_0_41_openapi_job_info_resp_jobs_inner_billable_tres
- Up
64 bit floating point number with flags
set (optional)
Boolean True if number has been set. False if number is unset
infinite (optional)
Boolean True if number has been set to infinite. "set" and "number" will be ignored.
number (optional)
Double If set is True the number will be set with value. Otherwise ignore number contents. format: double
v0_0_41_openapi_job_info_resp_jobs_inner_derived_exit_code
- Up
return code returned by process
status (optional)
array[String] Status given by return code
Enum:
return_code (optional)
signal (optional)
v0_0_41_openapi_job_info_resp_jobs_inner_derived_exit_code_return_code
- Up
Process return code (numeric)
set (optional)
Boolean True if number has been set. False if number is unset
infinite (optional)
Boolean True if number has been set to infinite. "set" and "number" will be ignored.
number (optional)
Integer If set is True the number will be set with value. Otherwise ignore number contents. format: int32
v0_0_41_openapi_job_info_resp_jobs_inner_derived_exit_code_signal
- Up
v0_0_41_openapi_job_info_resp_jobs_inner_derived_exit_code_signal_id
- Up
Signal sent to process (numeric)
set (optional)
Boolean True if number has been set. False if number is unset
infinite (optional)
Boolean True if number has been set to infinite. "set" and "number" will be ignored.
number (optional)
Integer If set is True the number will be set with value. Otherwise ignore number contents. format: int32
v0_0_41_openapi_job_info_resp_jobs_inner_job_resources
- Up
select_type
array[String] Scheduling consumption resource selection type
Enum:
nodes (optional)
cpus
Integer Number of processors in the allocation format: int32
threads_per_core
v0_0_41_openapi_job_info_resp_jobs_inner_job_resources_nodes
- Up
count (optional)
Integer Number of nodes assigned to job format: int32
select_type (optional)
array[String] Node scheduling selection request
Enum:
list (optional)
String host list for job
whole (optional)
Boolean Job allocated full nodes
allocation (optional)
array[v0_0_41_openapi_job_info_resp_jobs_inner_job_resources_nodes_allocation_inner] resource allocations by node
v0_0_41_openapi_job_info_resp_jobs_inner_job_resources_nodes_allocation_inner
- Up
Job resources for a node
index
Integer Node index format: int32
name
String Node name
cpus (optional)
memory (optional)
sockets
array[v0_0_41_openapi_job_info_resp_jobs_inner_job_resources_nodes_allocation_inner_sockets_inner] Socket allocations in node
v0_0_41_openapi_job_info_resp_jobs_inner_job_resources_nodes_allocation_inner_sockets_inner
- Up
v0_0_41_openapi_job_info_resp_jobs_inner_job_resources_nodes_allocation_inner_sockets_inner_cores_inner
- Up
v0_0_41_openapi_job_info_resp_jobs_inner_job_resources_threads_per_core
- Up
Number of processor threads per CPU core
set (optional)
Boolean True if number has been set. False if number is unset
infinite (optional)
Boolean True if number has been set to infinite. "set" and "number" will be ignored.
number (optional)
Integer If set is True the number will be set with value. Otherwise ignore number contents. format: int32
v0_0_41_openapi_job_info_resp_last_backfill
- Up
time of last backfill scheduler run (UNIX timestamp)
v0_0_41_openapi_job_info_resp_last_update
- Up
time of last job change (UNIX timestamp)
v0_0_41_openapi_job_submit_response_result
- Up
Job submission
v0_0_41_openapi_kill_jobs_resp_status_inner
- Up
List of jobs signal responses
v0_0_41_openapi_kill_jobs_resp_status_inner_federation
- Up
sibling (optional)
String Name of federation sibling (may be empty for non-federation)
v0_0_41_openapi_kill_jobs_resp_status_inner_job_id
- Up
Job ID that signaling failed
set (optional)
Boolean True if number has been set. False if number is unset
infinite (optional)
Boolean True if number has been set to infinite. "set" and "number" will be ignored.
number (optional)
Integer If set is True the number will be set with value. Otherwise ignore number contents. format: int32
v0_0_41_openapi_licenses_resp_last_update
- Up
time of last licenses change (UNIX timestamp)
v0_0_41_openapi_licenses_resp_licenses_inner
- Up
LicenseName (optional)
Total (optional)
Integer format: int32
Used (optional)
Integer format: int32
Free (optional)
Integer format: int32
Remote (optional)
Reserved (optional)
Integer format: int32
LastConsumed (optional)
Integer format: int32
LastDeficit (optional)
Integer format: int32
LastUpdate (optional)
Long format: int64
v0_0_41_openapi_nodes_resp_last_update
- Up
time of last node change (UNIX timestamp)
v0_0_41_openapi_nodes_resp_nodes_inner
- Up
architecture (optional)
burstbuffer_network_address (optional)
boards (optional)
Integer format: int32
boot_time (optional)
cluster_name (optional)
cores (optional)
Integer format: int32
specialized_cores (optional)
Integer format: int32
cpu_binding (optional)
Integer format: int32
cpu_load (optional)
Integer format: int32
free_mem (optional)
cpus (optional)
Integer format: int32
effective_cpus (optional)
Integer format: int32
specialized_cpus (optional)
energy (optional)
external_sensors (optional)
extra (optional)
power (optional)
features (optional)
active_features (optional)
gpu_spec (optional)
gres (optional)
gres_drained (optional)
gres_used (optional)
instance_id (optional)
instance_type (optional)
last_busy (optional)
mcs_label (optional)
specialized_memory (optional)
Long format: int64
name (optional)
next_state_after_reboot (optional)
Enum:
address (optional)
hostname (optional)
state (optional)
Enum:
operating_system (optional)
owner (optional)
partitions (optional)
port (optional)
Integer format: int32
real_memory (optional)
Long format: int64
res_cores_per_gpu (optional)
Integer format: int32
comment (optional)
reason (optional)
reason_changed_at (optional)
reason_set_by_user (optional)
resume_after (optional)
reservation (optional)
alloc_memory (optional)
Long format: int64
alloc_cpus (optional)
Integer format: int32
alloc_idle_cpus (optional)
Integer format: int32
tres_used (optional)
tres_weighted (optional)
Double format: double
slurmd_start_time (optional)
sockets (optional)
Integer format: int32
threads (optional)
Integer format: int32
temporary_disk (optional)
Integer format: int32
weight (optional)
Integer format: int32
tres (optional)
version (optional)
v0_0_41_openapi_partition_resp_last_update
- Up
time of last partition change (UNIX timestamp)
v0_0_41_openapi_partition_resp_partitions_inner
- Up
nodes (optional)
accounts (optional)
groups (optional)
qos (optional)
alternate (optional)
tres (optional)
cluster (optional)
select_type (optional)
array[String] Scheduler consumable resource selection types
Enum:
cpus (optional)
defaults (optional)
grace_time (optional)
Integer format: int32
maximums (optional)
minimums (optional)
name (optional)
node_sets (optional)
priority (optional)
timeouts (optional)
partition (optional)
suspend_time (optional)
v0_0_41_openapi_partition_resp_partitions_inner_defaults
- Up
memory_per_cpu (optional)
Long format: int64
partition_memory_per_cpu (optional)
partition_memory_per_node (optional)
time (optional)
job (optional)
v0_0_41_openapi_partition_resp_partitions_inner_groups
- Up
allowed (optional)
v0_0_41_openapi_partition_resp_partitions_inner_maximums
- Up
v0_0_41_openapi_partition_resp_partitions_inner_minimums
- Up
nodes (optional)
Integer format: int32
v0_0_41_openapi_partition_resp_partitions_inner_timeouts
- Up
resume (optional)
suspend (optional)
v0_0_41_openapi_reservation_resp_last_update
- Up
time of last reservation change (UNIX timestamp)
v0_0_41_openapi_reservation_resp_reservations_inner
- Up
accounts (optional)
burst_buffer (optional)
core_count (optional)
Integer format: int32
core_specializations (optional)
end_time (optional)
features (optional)
flags (optional)
Enum:
groups (optional)
licenses (optional)
max_start_delay (optional)
Integer format: int32
name (optional)
node_count (optional)
Integer format: int32
node_list (optional)
partition (optional)
purge_completed (optional)
start_time (optional)
watts (optional)
tres (optional)
users (optional)
v0_0_41_openapi_reservation_resp_reservations_inner_watts
- Up
32 bit integer number with flags
set (optional)
Boolean True if number has been set. False if number is unset
infinite (optional)
Boolean True if number has been set to infinite. "set" and "number" will be ignored.
number (optional)
Integer If set is True the number will be set with value. Otherwise ignore number contents. format: int32
v0_0_41_openapi_shares_resp_meta
- Up
Slurm meta values
plugin (optional)
client (optional)
command (optional)
array[String] CLI command (if applicable)
slurm (optional)
v0_0_41_openapi_shares_resp_meta_slurm
- Up
v0_0_41_openapi_shares_resp_shares
- Up
fairshare info
shares (optional)
array[v0_0_41_openapi_shares_resp_shares_shares_inner] Assocation shares
total_shares (optional)
Long Total number of shares format: int64
v0_0_41_openapi_shares_resp_shares_shares_inner
- Up
id (optional)
Integer assocation id format: int32
cluster (optional)
String cluster name
name (optional)
String share name
parent (optional)
String parent name
partition (optional)
String partition name
shares_normalized (optional)
shares (optional)
tres (optional)
effective_usage (optional)
Double effective, normalized usage format: double
usage_normalized (optional)
usage (optional)
Long measure of tresbillableunits usage format: int64
fairshare (optional)
type (optional)
array[String] user or account association
Enum:
v0_0_41_openapi_shares_resp_shares_shares_inner_shares
- Up
number of shares allocated
set (optional)
Boolean True if number has been set. False if number is unset
infinite (optional)
Boolean True if number has been set to infinite. "set" and "number" will be ignored.
number (optional)
Integer If set is True the number will be set with value. Otherwise ignore number contents. format: int32
v0_0_41_openapi_shares_resp_shares_shares_inner_shares_normalized
- Up
normalized shares
set (optional)
Boolean True if number has been set. False if number is unset
infinite (optional)
Boolean True if number has been set to infinite. "set" and "number" will be ignored.
number (optional)
Double If set is True the number will be set with value. Otherwise ignore number contents. format: double
v0_0_41_openapi_shares_resp_shares_shares_inner_tres
- Up
run_seconds (optional)
array[v0_0_41_openapi_shares_resp_shares_shares_inner_tres_run_seconds_inner] currently running tres-secs = grp_used_tres_run_secs
group_minutes (optional)
usage (optional)
array[v0_0_41_openapi_shares_resp_shares_shares_inner_tres_usage_inner] measure of each tres usage
v0_0_41_openapi_shares_resp_shares_shares_inner_tres_run_seconds_inner
- Up
v0_0_41_openapi_shares_resp_shares_shares_inner_usage_normalized
- Up
normalized usage
set (optional)
Boolean True if number has been set. False if number is unset
infinite (optional)
Boolean True if number has been set to infinite. "set" and "number" will be ignored.
number (optional)
Double If set is True the number will be set with value. Otherwise ignore number contents. format: double
v0_0_41_update_node_msg_resume_after
- Up
automatically resume DOWN or DRAINED node after this amount of seconds
set (optional)
Boolean True if number has been set. False if number is unset
infinite (optional)
Boolean True if number has been set to infinite. "set" and "number" will be ignored.
number (optional)
Integer If set is True the number will be set with value. Otherwise ignore number contents. format: int32
v0_0_41_update_node_msg_weight
- Up
new weight for node
set (optional)
Boolean True if number has been set. False if number is unset
infinite (optional)
Boolean True if number has been set to infinite. "set" and "number" will be ignored.
number (optional)
Integer If set is True the number will be set with value. Otherwise ignore number contents. format: int32