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

  1. APIKey KeyParamName:X-SLURM-USER-NAME KeyInQuery:false KeyInHeader:true
  2. APIKey KeyParamName:X-SLURM-USER-TOKEN KeyInQuery:false KeyInHeader:true
  3. HTTP Basic Authentication

Methods

[ Jump to Models ]

Table of Contents

Slurm

Slurm

Up
delete /slurm/v0.0.41/job/{job_id}
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_resp

default

job signal result v0.0.41_openapi_resp

Up
delete /slurm/v0.0.41/jobs/
send 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_resp

default

description of jobs to signal v0.0.41_openapi_kill_jobs_resp

Up
delete /slurm/v0.0.41/node/{node_name}
delete 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_resp

default

node delete request result v0.0.41_openapi_resp

Up
get /slurm/v0.0.41/diag/
get 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_resp

default

diagnostic results v0.0.41_openapi_diag_resp

Up
get /slurm/v0.0.41/job/{job_id}
get 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_resp

default

job(s) information v0.0.41_openapi_job_info_resp

Up
get /slurm/v0.0.41/jobs/
get 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_resp

default

job(s) information v0.0.41_openapi_job_info_resp

Up
get /slurm/v0.0.41/jobs/state/
get 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_resp

default

job(s) state information v0.0.41_openapi_job_info_resp

Up
get /slurm/v0.0.41/licenses/
get 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_resp

default

results of get all licenses v0.0.41_openapi_licenses_resp

Up
get /slurm/v0.0.41/node/{node_name}
get 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_resp

default

node information v0.0.41_openapi_nodes_resp

Up
get /slurm/v0.0.41/nodes/
get 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_resp

default

node(s) information v0.0.41_openapi_nodes_resp

Up
get /slurm/v0.0.41/partition/{partition_name}
get 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_resp

default

partition information v0.0.41_openapi_partition_resp

Up
get /slurm/v0.0.41/partitions/
get 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_resp

default

partition information v0.0.41_openapi_partition_resp

Up
get /slurm/v0.0.41/ping/
ping 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_resp

default

results of ping test v0.0.41_openapi_ping_array_resp

Up
get /slurm/v0.0.41/reconfigure/
request 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_resp

default

reconfigure request result v0.0.41_openapi_resp

Up
get /slurm/v0.0.41/reservation/{reservation_name}
get 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_resp

default

reservation information v0.0.41_openapi_reservation_resp

Up
get /slurm/v0.0.41/reservations/
get 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_resp

default

reservation information v0.0.41_openapi_reservation_resp

Up
get /slurm/v0.0.41/shares
get 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_resp

default

shares information v0.0.41_openapi_shares_resp

Up
post /slurm/v0.0.41/job/{job_id}
update 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_response

default

job update result v0.0.41_openapi_job_post_response

Up
post /slurm/v0.0.41/job/allocate
submit 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_resp

default

job allocation response v0.0.41_openapi_job_alloc_resp

Up
post /slurm/v0.0.41/job/submit
submit 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_response

default

job submission response v0.0.41_openapi_job_submit_response

Up
post /slurm/v0.0.41/node/{node_name}
update 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_resp

default

node update request result v0.0.41_openapi_resp

Models

[ Jump to Methods ]

Table of Contents

  1. v0.0.41_job_alloc_req -
  2. v0.0.41_job_desc_msg -
  3. v0.0.41_job_submit_req -
  4. v0.0.41_openapi_diag_resp -
  5. v0.0.41_openapi_job_alloc_resp -
  6. v0.0.41_openapi_job_info_resp -
  7. v0.0.41_openapi_job_post_response -
  8. v0.0.41_openapi_job_submit_response -
  9. v0.0.41_openapi_kill_jobs_resp -
  10. v0.0.41_openapi_licenses_resp -
  11. v0.0.41_openapi_nodes_resp -
  12. v0.0.41_openapi_partition_resp -
  13. v0.0.41_openapi_ping_array_resp -
  14. v0.0.41_openapi_reservation_resp -
  15. v0.0.41_openapi_resp -
  16. v0.0.41_openapi_shares_resp -
  17. v0.0.41_update_node_msg -
  18. v0_0_41_job_desc_msg_crontab -
  19. v0_0_41_job_desc_msg_crontab_line -
  20. v0_0_41_job_desc_msg_distribution_plane_size -
  21. v0_0_41_job_desc_msg_priority -
  22. v0_0_41_job_desc_msg_rlimits -
  23. v0_0_41_job_desc_msg_rlimits_as -
  24. v0_0_41_job_desc_msg_rlimits_core -
  25. v0_0_41_job_desc_msg_rlimits_cpu -
  26. v0_0_41_job_desc_msg_rlimits_data -
  27. v0_0_41_job_desc_msg_rlimits_fsize -
  28. v0_0_41_job_desc_msg_rlimits_memlock -
  29. v0_0_41_job_desc_msg_rlimits_nofile -
  30. v0_0_41_job_desc_msg_rlimits_nproc -
  31. v0_0_41_job_desc_msg_rlimits_rss -
  32. v0_0_41_job_desc_msg_rlimits_stack -
  33. v0_0_41_job_desc_msg_segment_size -
  34. v0_0_41_job_desc_msg_time_limit -
  35. v0_0_41_openapi_diag_resp_statistics -
  36. v0_0_41_openapi_diag_resp_statistics_bf_exit -
  37. v0_0_41_openapi_diag_resp_statistics_pending_rpcs_by_hostlist_inner -
  38. v0_0_41_openapi_diag_resp_statistics_pending_rpcs_inner -
  39. v0_0_41_openapi_diag_resp_statistics_req_time -
  40. v0_0_41_openapi_diag_resp_statistics_rpcs_by_message_type_inner -
  41. v0_0_41_openapi_diag_resp_statistics_rpcs_by_message_type_inner_average_time -
  42. v0_0_41_openapi_diag_resp_statistics_rpcs_by_user_inner -
  43. v0_0_41_openapi_diag_resp_statistics_schedule_exit -
  44. v0_0_41_openapi_job_info_resp_jobs_inner -
  45. v0_0_41_openapi_job_info_resp_jobs_inner_billable_tres -
  46. v0_0_41_openapi_job_info_resp_jobs_inner_derived_exit_code -
  47. v0_0_41_openapi_job_info_resp_jobs_inner_derived_exit_code_return_code -
  48. v0_0_41_openapi_job_info_resp_jobs_inner_derived_exit_code_signal -
  49. v0_0_41_openapi_job_info_resp_jobs_inner_derived_exit_code_signal_id -
  50. v0_0_41_openapi_job_info_resp_jobs_inner_job_resources -
  51. v0_0_41_openapi_job_info_resp_jobs_inner_job_resources_nodes -
  52. v0_0_41_openapi_job_info_resp_jobs_inner_job_resources_nodes_allocation_inner -
  53. v0_0_41_openapi_job_info_resp_jobs_inner_job_resources_nodes_allocation_inner_cpus -
  54. v0_0_41_openapi_job_info_resp_jobs_inner_job_resources_nodes_allocation_inner_memory -
  55. v0_0_41_openapi_job_info_resp_jobs_inner_job_resources_nodes_allocation_inner_sockets_inner -
  56. v0_0_41_openapi_job_info_resp_jobs_inner_job_resources_nodes_allocation_inner_sockets_inner_cores_inner -
  57. v0_0_41_openapi_job_info_resp_jobs_inner_job_resources_threads_per_core -
  58. v0_0_41_openapi_job_info_resp_jobs_inner_power -
  59. v0_0_41_openapi_job_info_resp_last_backfill -
  60. v0_0_41_openapi_job_info_resp_last_update -
  61. v0_0_41_openapi_job_post_response_results_inner -
  62. v0_0_41_openapi_job_submit_response_result -
  63. v0_0_41_openapi_kill_jobs_resp_status_inner -
  64. v0_0_41_openapi_kill_jobs_resp_status_inner_error -
  65. v0_0_41_openapi_kill_jobs_resp_status_inner_federation -
  66. v0_0_41_openapi_kill_jobs_resp_status_inner_job_id -
  67. v0_0_41_openapi_licenses_resp_last_update -
  68. v0_0_41_openapi_licenses_resp_licenses_inner -
  69. v0_0_41_openapi_nodes_resp_last_update -
  70. v0_0_41_openapi_nodes_resp_nodes_inner -
  71. v0_0_41_openapi_nodes_resp_nodes_inner_energy -
  72. v0_0_41_openapi_partition_resp_last_update -
  73. v0_0_41_openapi_partition_resp_partitions_inner -
  74. v0_0_41_openapi_partition_resp_partitions_inner_accounts -
  75. v0_0_41_openapi_partition_resp_partitions_inner_cpus -
  76. v0_0_41_openapi_partition_resp_partitions_inner_defaults -
  77. v0_0_41_openapi_partition_resp_partitions_inner_groups -
  78. v0_0_41_openapi_partition_resp_partitions_inner_maximums -
  79. v0_0_41_openapi_partition_resp_partitions_inner_maximums_oversubscribe -
  80. v0_0_41_openapi_partition_resp_partitions_inner_minimums -
  81. v0_0_41_openapi_partition_resp_partitions_inner_nodes -
  82. v0_0_41_openapi_partition_resp_partitions_inner_partition -
  83. v0_0_41_openapi_partition_resp_partitions_inner_priority -
  84. v0_0_41_openapi_partition_resp_partitions_inner_qos -
  85. v0_0_41_openapi_partition_resp_partitions_inner_timeouts -
  86. v0_0_41_openapi_partition_resp_partitions_inner_tres -
  87. v0_0_41_openapi_ping_array_resp_pings_inner -
  88. v0_0_41_openapi_reservation_resp_last_update -
  89. v0_0_41_openapi_reservation_resp_reservations_inner -
  90. v0_0_41_openapi_reservation_resp_reservations_inner_core_specializations_inner -
  91. v0_0_41_openapi_reservation_resp_reservations_inner_purge_completed -
  92. v0_0_41_openapi_reservation_resp_reservations_inner_watts -
  93. v0_0_41_openapi_shares_resp_errors_inner -
  94. v0_0_41_openapi_shares_resp_meta -
  95. v0_0_41_openapi_shares_resp_meta_client -
  96. v0_0_41_openapi_shares_resp_meta_plugin -
  97. v0_0_41_openapi_shares_resp_meta_slurm -
  98. v0_0_41_openapi_shares_resp_meta_slurm_version -
  99. v0_0_41_openapi_shares_resp_shares -
  100. v0_0_41_openapi_shares_resp_shares_shares_inner -
  101. v0_0_41_openapi_shares_resp_shares_shares_inner_fairshare -
  102. v0_0_41_openapi_shares_resp_shares_shares_inner_shares -
  103. v0_0_41_openapi_shares_resp_shares_shares_inner_shares_normalized -
  104. v0_0_41_openapi_shares_resp_shares_shares_inner_tres -
  105. v0_0_41_openapi_shares_resp_shares_shares_inner_tres_run_seconds_inner -
  106. v0_0_41_openapi_shares_resp_shares_shares_inner_tres_run_seconds_inner_value -
  107. v0_0_41_openapi_shares_resp_shares_shares_inner_tres_usage_inner -
  108. v0_0_41_openapi_shares_resp_shares_shares_inner_usage_normalized -
  109. v0_0_41_openapi_shares_resp_warnings_inner -
  110. v0_0_41_update_node_msg_resume_after -
  111. v0_0_41_update_node_msg_weight -

v0.0.41_job_alloc_req - Up

hetjob (optional)
array[v0.0.41_job_desc_msg] HetJob description
job (optional)

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_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)
warnings (optional)

v0.0.41_openapi_job_post_response - Up

results (optional)
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)
warnings (optional)

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)
warnings (optional)

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_crontab_line - Up

start (optional)
Integer format: int32
end (optional)
Integer format: int32

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_as - Up

Address space limit.
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)
Long If set is True the number will be set with value. Otherwise ignore number contents. format: int64

v0_0_41_job_desc_msg_rlimits_core - Up

Largest core file that can be created, in bytes.
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)
Long If set is True the number will be set with value. Otherwise ignore number contents. format: int64

v0_0_41_job_desc_msg_rlimits_cpu - Up

Per-process CPU limit, in 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)
Long If set is True the number will be set with value. Otherwise ignore number contents. format: int64

v0_0_41_job_desc_msg_rlimits_data - Up

Maximum size of data segment, in bytes.
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)
Long If set is True the number will be set with value. Otherwise ignore number contents. format: int64

v0_0_41_job_desc_msg_rlimits_fsize - Up

Largest file that can be created, in bytes.
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)
Long If set is True the number will be set with value. Otherwise ignore number contents. format: int64

v0_0_41_job_desc_msg_rlimits_memlock - Up

Locked-in-memory address space
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)
Long If set is True the number will be set with value. Otherwise ignore number contents. format: int64

v0_0_41_job_desc_msg_rlimits_nofile - Up

Number of open files.
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)
Long If set is True the number will be set with value. Otherwise ignore number contents. format: int64

v0_0_41_job_desc_msg_rlimits_nproc - Up

Number of processes.
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)
Long If set is True the number will be set with value. Otherwise ignore number contents. format: int64

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.
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)
Long If set is True the number will be set with value. Otherwise ignore number contents. format: int64

v0_0_41_job_desc_msg_rlimits_stack - Up

Maximum size of stack segment, in bytes.
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)
Long If set is True the number will be set with value. Otherwise ignore number contents. format: int64

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)
pending_rpcs_by_hostlist (optional)

v0_0_41_openapi_diag_resp_statistics_bf_exit - Up

end_job_queue (optional)
Integer format: int32
bf_max_job_start (optional)
Integer format: int32
bf_max_job_test (optional)
Integer format: int32
bf_max_time (optional)
Integer format: int32
bf_node_space_size (optional)
Integer format: int32
state_changed (optional)
Integer format: int32

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_pending_rpcs_inner - Up

Pending RPCs
type_id
Integer Message type as integer format: int32
message_type
String Message type as string
count
Integer Number of pending RPCs queued format: int32

v0_0_41_openapi_diag_resp_statistics_req_time - Up

64 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)
Long If set is True the number will be set with value. Otherwise ignore number contents. format: int64

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
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)
Long If set is True the number will be set with value. Otherwise ignore number contents. format: int64

v0_0_41_openapi_diag_resp_statistics_rpcs_by_user_inner - Up

RPCs by user
user_id
Integer user id (numeric) format: int32
user
String user name
count
Integer Number of RPCs received format: int32
total_time
Long Total time spent processing RPC in seconds format: int64
average_time

v0_0_41_openapi_diag_resp_statistics_schedule_exit - Up

end_job_queue (optional)
Integer format: int32
default_queue_depth (optional)
Integer format: int32
max_job_start (optional)
Integer format: int32
max_rpc_cnt (optional)
Integer format: int32
max_sched_time (optional)
Integer format: int32
licenses (optional)
Integer format: int32

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_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_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)

v0_0_41_openapi_job_info_resp_jobs_inner_job_resources_nodes_allocation_inner_cpus - Up

count (optional)
Integer Total number of CPUs assigned to job format: int32
used (optional)
Integer Total number of CPUs used by job format: int32

v0_0_41_openapi_job_info_resp_jobs_inner_job_resources_nodes_allocation_inner_memory - Up

used (optional)
Long Total memory (MiB) used by job format: int64
allocated (optional)
Long Total memory (MiB) allocated to job format: int64

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)
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)
Long If set is True the number will be set with value. Otherwise ignore number contents. format: int64

v0_0_41_openapi_job_info_resp_last_update - Up

time of last job change (UNIX timestamp)
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)
Long If set is True the number will be set with value. Otherwise ignore number contents. format: int64

v0_0_41_openapi_job_post_response_results_inner - Up

job_id (optional)
Integer JobId for updated Job format: int32
step_id (optional)
String StepId for updated Job
error (optional)
String Verbose update status or error
error_code (optional)
Integer Verbose update status or error format: int32
why (optional)
String Update response message

v0_0_41_openapi_job_submit_response_result - Up

Job submission
job_id (optional)
Integer format: int32
step_id (optional)
error_code (optional)
Integer format: int32
error (optional)
job_submit_user_msg (optional)

v0_0_41_openapi_kill_jobs_resp_status_inner_error - Up

string (optional)
String String error encountered signaling job
code (optional)
Integer Numeric error encountered signaling job format: int32
message (optional)
String Error message why signaling job failed

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)
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)
Long If set is True the number will be set with value. Otherwise ignore number contents. format: int64

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)
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)
Long If set is True the number will be set with value. Otherwise ignore number contents. format: int64

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_nodes_resp_nodes_inner_energy - Up

average_watts (optional)
Integer format: int32
base_consumed_energy (optional)
Long format: int64
consumed_energy (optional)
Long format: int64
current_watts (optional)
previous_consumed_energy (optional)
Long format: int64
last_collected (optional)
Long format: int64

v0_0_41_openapi_partition_resp_last_update - Up

time of last partition change (UNIX timestamp)
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)
Long If set is True the number will be set with value. Otherwise ignore number contents. format: int64

v0_0_41_openapi_partition_resp_partitions_inner_cpus - Up

task_binding (optional)
Integer format: int32
total (optional)
Integer format: int32

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_maximums - Up

cpus_per_node (optional)
cpus_per_socket (optional)
memory_per_cpu (optional)
Long format: int64
partition_memory_per_cpu (optional)
partition_memory_per_node (optional)
nodes (optional)
shares (optional)
Integer format: int32
oversubscribe (optional)
time (optional)
over_time_limit (optional)

v0_0_41_openapi_partition_resp_partitions_inner_nodes - Up

allowed_allocation (optional)
configured (optional)
total (optional)
Integer format: int32

v0_0_41_openapi_partition_resp_partitions_inner_priority - Up

job_factor (optional)
Integer format: int32
tier (optional)
Integer format: int32

v0_0_41_openapi_partition_resp_partitions_inner_qos - Up

allowed (optional)
deny (optional)
assigned (optional)

v0_0_41_openapi_partition_resp_partitions_inner_tres - Up

billing_weights (optional)
configured (optional)

v0_0_41_openapi_ping_array_resp_pings_inner - Up

hostname (optional)
pinged (optional)
latency (optional)
Long format: int64
mode (optional)

v0_0_41_openapi_reservation_resp_last_update - Up

time of last reservation change (UNIX timestamp)
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)
Long If set is True the number will be set with value. Otherwise ignore number contents. format: int64

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_errors_inner - Up

description (optional)
String Long form error description
error_number (optional)
Integer Slurm numeric error identifier format: int32
error (optional)
String Short form error description
source (optional)
String Source of error or where error was first detected

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_client - Up

source (optional)
String Client source description
user (optional)
String Client user (if known)
group (optional)
String Client group (if known)

v0_0_41_openapi_shares_resp_meta_plugin - Up

type (optional)
String Slurm plugin type (if applicable)
name (optional)
String Slurm plugin name (if applicable)
data_parser (optional)
String Slurm data_parser plugin
accounting_storage (optional)
String Slurm accounting plugin

v0_0_41_openapi_shares_resp_meta_slurm - Up

version (optional)
release (optional)
String Slurm release string
cluster (optional)
String Slurm cluster name

v0_0_41_openapi_shares_resp_meta_slurm_version - Up

major (optional)
String Slurm release major version
micro (optional)
String Slurm release micro version
minor (optional)
String Slurm release minor version

v0_0_41_openapi_shares_resp_shares - Up

fairshare info
shares (optional)
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_fairshare - Up

factor (optional)
Double fairshare factor format: double
level (optional)
Double fairshare factor at this level. stored on an assoc as a long double, but that is not needed for display in sshare format: double

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_run_seconds_inner_value - Up

TRES value
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)
Long If set is True the number will be set with value. Otherwise ignore number contents. format: int64

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_openapi_shares_resp_warnings_inner - Up

description (optional)
String Long form warning description
source (optional)
String Source of warning or where warning was first detected

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