Slurm Rest API

API to access and control Slurm.
More information: https://www.schedmd.com/
Contact Info: sales@schedmd.com
BasePath:
Apache 2.0
https://www.apache.org/licenses/LICENSE-2.0.html

Access

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

Methods

[ Jump to Models ]

Table of Contents

Openapi

Slurm

Openapi

Up
get /openapi
Retrieve OpenAPI Specification (openapiGet)

Responses

200

OpenAPI Specification

Up
get /openapi.json
Retrieve OpenAPI Specification (openapiJsonGet)

Responses

200

OpenAPI Specification

Up
get /openapi/v3
Retrieve OpenAPI Specification (openapiV3Get)

Responses

200

OpenAPI Specification

Up
get /openapi.yaml
Retrieve OpenAPI Specification (openapiYamlGet)

Responses

200

OpenAPI Specification

Slurm

Up
delete /slurm/v0.0.38/job/{job_id}
cancel or signal job (slurmV0038CancelJob)

Path parameters

job_id (required)
Path Parameter — Slurm Job ID default: null

Query parameters

signal (optional)
Query Parameter — signal to send to job default: null

Responses

200

job cancelled or sent signal

500

job not found

Up
get /slurm/v0.0.38/diag
get diagnostics (slurmV0038Diag)

Return type

Example data

Content-Type: application/json
{
  "meta" : {
    "Slurm" : {
      "release" : "release",
      "version" : {
        "major" : "major",
        "minor" : "minor",
        "micro" : "micro"
      }
    },
    "plugin" : {
      "name" : "name",
      "type" : "type"
    }
  },
  "errors" : [ {
    "error" : "error",
    "error_number" : 0
  }, {
    "error" : "error",
    "error_number" : 0
  } ],
  "statistics" : {
    "schedule_cycle_per_minute" : 6,
    "req_time_start" : 5,
    "jobs_running" : 8,
    "bf_cycle_max" : 6,
    "bf_last_backfilled_jobs" : 3,
    "rpcs_by_message_type" : [ {
      "average_time" : 7,
      "type_id" : 4,
      "count" : 8,
      "message_type" : "message_type",
      "total_time" : 3
    }, {
      "average_time" : 7,
      "type_id" : 4,
      "count" : 8,
      "message_type" : "message_type",
      "total_time" : 3
    } ],
    "bf_last_depth" : 6,
    "bf_backfilled_het_jobs" : 6,
    "bf_backfilled_jobs" : 6,
    "rpcs_by_user" : [ {
      "average_time" : 5,
      "user_id" : 3,
      "count" : 7,
      "total_time" : 3,
      "user" : "user"
    }, {
      "average_time" : 5,
      "user_id" : 3,
      "count" : 7,
      "total_time" : 3,
      "user" : "user"
    } ],
    "bf_table_size" : 7,
    "bf_cycle_mean" : 2,
    "job_states_ts" : 9,
    "bf_queue_len" : 7,
    "jobs_started" : 4,
    "schedule_cycle_max" : 4,
    "server_thread_count" : 5,
    "dbd_agent_queue_size" : 3,
    "bf_table_size_mean" : 6,
    "jobs_pending" : 6,
    "agent_count" : 7,
    "bf_cycle_last" : 3,
    "parts_packed" : 6,
    "agent_thread_count" : 9,
    "jobs_completed" : 5,
    "bf_depth_mean" : 6,
    "bf_active" : true,
    "bf_depth_mean_try" : 3,
    "schedule_cycle_mean" : 1,
    "agent_queue_size" : 2,
    "jobs_failed" : 9,
    "gettimeofday_latency" : 2,
    "bf_last_depth_try" : 5,
    "req_time" : 1,
    "bf_cycle_counter" : 1,
    "schedule_queue_length" : 7,
    "bf_queue_len_mean" : 0,
    "schedule_cycle_total" : 1,
    "bf_when_last_cycle" : 0,
    "schedule_cycle_last" : 7,
    "jobs_canceled" : 9,
    "jobs_submitted" : 1,
    "schedule_cycle_mean_depth" : 1
  }
}

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/x-yaml

Responses

200

diagnostic results v0.0.38_diag

default

unable to request ping test

Up
get /slurm/v0.0.38/job/{job_id}
get job info (slurmV0038GetJob)

Path parameters

job_id (required)
Path Parameter — Slurm JobID default: null

Return type

Example data

Content-Type: application/json
{
  "meta" : {
    "Slurm" : {
      "release" : "release",
      "version" : {
        "major" : "major",
        "minor" : "minor",
        "micro" : "micro"
      }
    },
    "plugin" : {
      "name" : "name",
      "type" : "type"
    }
  },
  "jobs" : [ {
    "container" : "container",
    "cluster" : "cluster",
    "time_minimum" : 3,
    "memory_per_tres" : "memory_per_tres",
    "qos" : "qos",
    "resize_time" : 0,
    "eligible_time" : 2,
    "cpus_per_tres" : "cpus_per_tres",
    "tasks" : 6,
    "system_comment" : "system_comment",
    "federation_siblings_active" : "federation_siblings_active",
    "tasks_per_core" : 6,
    "accrue_time" : 0,
    "dependency" : "dependency",
    "profile" : [ "profile", "profile" ],
    "priority" : 7,
    "tres_per_job" : "tres_per_job",
    "derived_exit_code" : 3,
    "core_spec" : "core_spec",
    "mcs_label" : "mcs_label",
    "required_nodes" : "required_nodes",
    "tres_bind" : "tres_bind",
    "user_id" : 5,
    "exit_code" : 7,
    "federation_origin" : "federation_origin",
    "shared" : "shared",
    "tasks_per_board" : 9,
    "user_name" : "user_name",
    "flags" : [ "flags", "flags" ],
    "standard_input" : "standard_input",
    "admin_comment" : "admin_comment",
    "cores_per_socket" : "cores_per_socket",
    "job_state" : "job_state",
    "current_working_directory" : "current_working_directory",
    "standard_error" : "standard_error",
    "array_job_id" : 6,
    "cluster_features" : "cluster_features",
    "partition" : "partition",
    "threads_per_core" : 7,
    "tres_alloc_str" : "tres_alloc_str",
    "memory_per_cpu" : 6,
    "cpu_frequency_minimum" : "cpu_frequency_minimum",
    "node_count" : 3,
    "deadline" : 7,
    "memory_per_node" : 6,
    "state_reason" : "state_reason",
    "het_job_offset" : 2,
    "end_time" : 4,
    "sockets_per_board" : 6,
    "nice" : 9,
    "last_sched_evaluation" : 4,
    "tres_per_node" : "tres_per_node",
    "burst_buffer" : "burst_buffer",
    "licenses" : "licenses",
    "excluded_nodes" : "excluded_nodes",
    "array_max_tasks" : 5,
    "het_job_id" : 1,
    "sockets_per_node" : 0,
    "time_limit" : 3,
    "minimum_cpus_per_node" : 5,
    "tasks_per_socket" : 8,
    "batch_host" : "batch_host",
    "max_cpus" : 5,
    "cpu_frequency_maximum" : "cpu_frequency_maximum",
    "features" : "features",
    "het_job_id_set" : "het_job_id_set",
    "state_description" : "state_description",
    "show_flags" : [ "show_flags", "show_flags" ],
    "array_task_id" : 1,
    "minimum_tmp_disk_per_node" : 6,
    "tres_req_str" : "tres_req_str",
    "burst_buffer_state" : "burst_buffer_state",
    "tres_per_socket" : "tres_per_socket",
    "array_task_string" : "array_task_string",
    "submit_time" : 8,
    "wckey" : "wckey",
    "max_nodes" : 9,
    "batch_flag" : true,
    "start_time" : 4,
    "name" : "name",
    "preempt_time" : 3,
    "contiguous" : true,
    "job_resources" : {
      "nodes" : "nodes",
      "allocated_nodes" : [ {
        "nodename" : "nodename",
        "memory" : 7,
        "cpus" : 1,
        "sockets" : {
          "cores" : "{}"
        }
      }, {
        "nodename" : "nodename",
        "memory" : 7,
        "cpus" : 1,
        "sockets" : {
          "cores" : "{}"
        }
      } ],
      "allocated_cpus" : 1,
      "allocated_hosts" : 6
    },
    "billable_tres" : 2.3021358869347655,
    "federation_siblings_viable" : "federation_siblings_viable",
    "cpus_per_task" : "cpus_per_task",
    "batch_features" : "batch_features",
    "thread_spec" : "thread_spec",
    "cpu_frequency_governor" : "cpu_frequency_governor",
    "gres_detail" : [ "gres_detail", "gres_detail" ],
    "restart_cnt" : 7,
    "resv_name" : "resv_name",
    "delay_boot" : 9,
    "reboot" : true,
    "cpus" : 6,
    "standard_output" : "standard_output",
    "pre_sus_time" : 3,
    "suspend_time" : 7,
    "association_id" : 5,
    "command" : "command",
    "tres_freq" : "tres_freq",
    "requeue" : true,
    "tres_per_task" : "tres_per_task",
    "nodes" : "nodes",
    "group_id" : 1,
    "job_id" : 1,
    "comment" : "comment",
    "account" : "account"
  }, {
    "container" : "container",
    "cluster" : "cluster",
    "time_minimum" : 3,
    "memory_per_tres" : "memory_per_tres",
    "qos" : "qos",
    "resize_time" : 0,
    "eligible_time" : 2,
    "cpus_per_tres" : "cpus_per_tres",
    "tasks" : 6,
    "system_comment" : "system_comment",
    "federation_siblings_active" : "federation_siblings_active",
    "tasks_per_core" : 6,
    "accrue_time" : 0,
    "dependency" : "dependency",
    "profile" : [ "profile", "profile" ],
    "priority" : 7,
    "tres_per_job" : "tres_per_job",
    "derived_exit_code" : 3,
    "core_spec" : "core_spec",
    "mcs_label" : "mcs_label",
    "required_nodes" : "required_nodes",
    "tres_bind" : "tres_bind",
    "user_id" : 5,
    "exit_code" : 7,
    "federation_origin" : "federation_origin",
    "shared" : "shared",
    "tasks_per_board" : 9,
    "user_name" : "user_name",
    "flags" : [ "flags", "flags" ],
    "standard_input" : "standard_input",
    "admin_comment" : "admin_comment",
    "cores_per_socket" : "cores_per_socket",
    "job_state" : "job_state",
    "current_working_directory" : "current_working_directory",
    "standard_error" : "standard_error",
    "array_job_id" : 6,
    "cluster_features" : "cluster_features",
    "partition" : "partition",
    "threads_per_core" : 7,
    "tres_alloc_str" : "tres_alloc_str",
    "memory_per_cpu" : 6,
    "cpu_frequency_minimum" : "cpu_frequency_minimum",
    "node_count" : 3,
    "deadline" : 7,
    "memory_per_node" : 6,
    "state_reason" : "state_reason",
    "het_job_offset" : 2,
    "end_time" : 4,
    "sockets_per_board" : 6,
    "nice" : 9,
    "last_sched_evaluation" : 4,
    "tres_per_node" : "tres_per_node",
    "burst_buffer" : "burst_buffer",
    "licenses" : "licenses",
    "excluded_nodes" : "excluded_nodes",
    "array_max_tasks" : 5,
    "het_job_id" : 1,
    "sockets_per_node" : 0,
    "time_limit" : 3,
    "minimum_cpus_per_node" : 5,
    "tasks_per_socket" : 8,
    "batch_host" : "batch_host",
    "max_cpus" : 5,
    "cpu_frequency_maximum" : "cpu_frequency_maximum",
    "features" : "features",
    "het_job_id_set" : "het_job_id_set",
    "state_description" : "state_description",
    "show_flags" : [ "show_flags", "show_flags" ],
    "array_task_id" : 1,
    "minimum_tmp_disk_per_node" : 6,
    "tres_req_str" : "tres_req_str",
    "burst_buffer_state" : "burst_buffer_state",
    "tres_per_socket" : "tres_per_socket",
    "array_task_string" : "array_task_string",
    "submit_time" : 8,
    "wckey" : "wckey",
    "max_nodes" : 9,
    "batch_flag" : true,
    "start_time" : 4,
    "name" : "name",
    "preempt_time" : 3,
    "contiguous" : true,
    "job_resources" : {
      "nodes" : "nodes",
      "allocated_nodes" : [ {
        "nodename" : "nodename",
        "memory" : 7,
        "cpus" : 1,
        "sockets" : {
          "cores" : "{}"
        }
      }, {
        "nodename" : "nodename",
        "memory" : 7,
        "cpus" : 1,
        "sockets" : {
          "cores" : "{}"
        }
      } ],
      "allocated_cpus" : 1,
      "allocated_hosts" : 6
    },
    "billable_tres" : 2.3021358869347655,
    "federation_siblings_viable" : "federation_siblings_viable",
    "cpus_per_task" : "cpus_per_task",
    "batch_features" : "batch_features",
    "thread_spec" : "thread_spec",
    "cpu_frequency_governor" : "cpu_frequency_governor",
    "gres_detail" : [ "gres_detail", "gres_detail" ],
    "restart_cnt" : 7,
    "resv_name" : "resv_name",
    "delay_boot" : 9,
    "reboot" : true,
    "cpus" : 6,
    "standard_output" : "standard_output",
    "pre_sus_time" : 3,
    "suspend_time" : 7,
    "association_id" : 5,
    "command" : "command",
    "tres_freq" : "tres_freq",
    "requeue" : true,
    "tres_per_task" : "tres_per_task",
    "nodes" : "nodes",
    "group_id" : 1,
    "job_id" : 1,
    "comment" : "comment",
    "account" : "account"
  } ],
  "errors" : [ {
    "error" : "error",
    "error_number" : 0
  }, {
    "error" : "error",
    "error_number" : 0
  } ]
}

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/x-yaml

Responses

200

job(s) information v0.0.38_jobs_response

default

job matching JobId not found

Up
get /slurm/v0.0.38/jobs
get list of jobs (slurmV0038GetJobs)

Query parameters

update_time (optional)
Query Parameter — Filter if changed since update_time. Use of this parameter can result in faster replies. default: null format: int64

Return type

Example data

Content-Type: application/json
{
  "meta" : {
    "Slurm" : {
      "release" : "release",
      "version" : {
        "major" : "major",
        "minor" : "minor",
        "micro" : "micro"
      }
    },
    "plugin" : {
      "name" : "name",
      "type" : "type"
    }
  },
  "jobs" : [ {
    "container" : "container",
    "cluster" : "cluster",
    "time_minimum" : 3,
    "memory_per_tres" : "memory_per_tres",
    "qos" : "qos",
    "resize_time" : 0,
    "eligible_time" : 2,
    "cpus_per_tres" : "cpus_per_tres",
    "tasks" : 6,
    "system_comment" : "system_comment",
    "federation_siblings_active" : "federation_siblings_active",
    "tasks_per_core" : 6,
    "accrue_time" : 0,
    "dependency" : "dependency",
    "profile" : [ "profile", "profile" ],
    "priority" : 7,
    "tres_per_job" : "tres_per_job",
    "derived_exit_code" : 3,
    "core_spec" : "core_spec",
    "mcs_label" : "mcs_label",
    "required_nodes" : "required_nodes",
    "tres_bind" : "tres_bind",
    "user_id" : 5,
    "exit_code" : 7,
    "federation_origin" : "federation_origin",
    "shared" : "shared",
    "tasks_per_board" : 9,
    "user_name" : "user_name",
    "flags" : [ "flags", "flags" ],
    "standard_input" : "standard_input",
    "admin_comment" : "admin_comment",
    "cores_per_socket" : "cores_per_socket",
    "job_state" : "job_state",
    "current_working_directory" : "current_working_directory",
    "standard_error" : "standard_error",
    "array_job_id" : 6,
    "cluster_features" : "cluster_features",
    "partition" : "partition",
    "threads_per_core" : 7,
    "tres_alloc_str" : "tres_alloc_str",
    "memory_per_cpu" : 6,
    "cpu_frequency_minimum" : "cpu_frequency_minimum",
    "node_count" : 3,
    "deadline" : 7,
    "memory_per_node" : 6,
    "state_reason" : "state_reason",
    "het_job_offset" : 2,
    "end_time" : 4,
    "sockets_per_board" : 6,
    "nice" : 9,
    "last_sched_evaluation" : 4,
    "tres_per_node" : "tres_per_node",
    "burst_buffer" : "burst_buffer",
    "licenses" : "licenses",
    "excluded_nodes" : "excluded_nodes",
    "array_max_tasks" : 5,
    "het_job_id" : 1,
    "sockets_per_node" : 0,
    "time_limit" : 3,
    "minimum_cpus_per_node" : 5,
    "tasks_per_socket" : 8,
    "batch_host" : "batch_host",
    "max_cpus" : 5,
    "cpu_frequency_maximum" : "cpu_frequency_maximum",
    "features" : "features",
    "het_job_id_set" : "het_job_id_set",
    "state_description" : "state_description",
    "show_flags" : [ "show_flags", "show_flags" ],
    "array_task_id" : 1,
    "minimum_tmp_disk_per_node" : 6,
    "tres_req_str" : "tres_req_str",
    "burst_buffer_state" : "burst_buffer_state",
    "tres_per_socket" : "tres_per_socket",
    "array_task_string" : "array_task_string",
    "submit_time" : 8,
    "wckey" : "wckey",
    "max_nodes" : 9,
    "batch_flag" : true,
    "start_time" : 4,
    "name" : "name",
    "preempt_time" : 3,
    "contiguous" : true,
    "job_resources" : {
      "nodes" : "nodes",
      "allocated_nodes" : [ {
        "nodename" : "nodename",
        "memory" : 7,
        "cpus" : 1,
        "sockets" : {
          "cores" : "{}"
        }
      }, {
        "nodename" : "nodename",
        "memory" : 7,
        "cpus" : 1,
        "sockets" : {
          "cores" : "{}"
        }
      } ],
      "allocated_cpus" : 1,
      "allocated_hosts" : 6
    },
    "billable_tres" : 2.3021358869347655,
    "federation_siblings_viable" : "federation_siblings_viable",
    "cpus_per_task" : "cpus_per_task",
    "batch_features" : "batch_features",
    "thread_spec" : "thread_spec",
    "cpu_frequency_governor" : "cpu_frequency_governor",
    "gres_detail" : [ "gres_detail", "gres_detail" ],
    "restart_cnt" : 7,
    "resv_name" : "resv_name",
    "delay_boot" : 9,
    "reboot" : true,
    "cpus" : 6,
    "standard_output" : "standard_output",
    "pre_sus_time" : 3,
    "suspend_time" : 7,
    "association_id" : 5,
    "command" : "command",
    "tres_freq" : "tres_freq",
    "requeue" : true,
    "tres_per_task" : "tres_per_task",
    "nodes" : "nodes",
    "group_id" : 1,
    "job_id" : 1,
    "comment" : "comment",
    "account" : "account"
  }, {
    "container" : "container",
    "cluster" : "cluster",
    "time_minimum" : 3,
    "memory_per_tres" : "memory_per_tres",
    "qos" : "qos",
    "resize_time" : 0,
    "eligible_time" : 2,
    "cpus_per_tres" : "cpus_per_tres",
    "tasks" : 6,
    "system_comment" : "system_comment",
    "federation_siblings_active" : "federation_siblings_active",
    "tasks_per_core" : 6,
    "accrue_time" : 0,
    "dependency" : "dependency",
    "profile" : [ "profile", "profile" ],
    "priority" : 7,
    "tres_per_job" : "tres_per_job",
    "derived_exit_code" : 3,
    "core_spec" : "core_spec",
    "mcs_label" : "mcs_label",
    "required_nodes" : "required_nodes",
    "tres_bind" : "tres_bind",
    "user_id" : 5,
    "exit_code" : 7,
    "federation_origin" : "federation_origin",
    "shared" : "shared",
    "tasks_per_board" : 9,
    "user_name" : "user_name",
    "flags" : [ "flags", "flags" ],
    "standard_input" : "standard_input",
    "admin_comment" : "admin_comment",
    "cores_per_socket" : "cores_per_socket",
    "job_state" : "job_state",
    "current_working_directory" : "current_working_directory",
    "standard_error" : "standard_error",
    "array_job_id" : 6,
    "cluster_features" : "cluster_features",
    "partition" : "partition",
    "threads_per_core" : 7,
    "tres_alloc_str" : "tres_alloc_str",
    "memory_per_cpu" : 6,
    "cpu_frequency_minimum" : "cpu_frequency_minimum",
    "node_count" : 3,
    "deadline" : 7,
    "memory_per_node" : 6,
    "state_reason" : "state_reason",
    "het_job_offset" : 2,
    "end_time" : 4,
    "sockets_per_board" : 6,
    "nice" : 9,
    "last_sched_evaluation" : 4,
    "tres_per_node" : "tres_per_node",
    "burst_buffer" : "burst_buffer",
    "licenses" : "licenses",
    "excluded_nodes" : "excluded_nodes",
    "array_max_tasks" : 5,
    "het_job_id" : 1,
    "sockets_per_node" : 0,
    "time_limit" : 3,
    "minimum_cpus_per_node" : 5,
    "tasks_per_socket" : 8,
    "batch_host" : "batch_host",
    "max_cpus" : 5,
    "cpu_frequency_maximum" : "cpu_frequency_maximum",
    "features" : "features",
    "het_job_id_set" : "het_job_id_set",
    "state_description" : "state_description",
    "show_flags" : [ "show_flags", "show_flags" ],
    "array_task_id" : 1,
    "minimum_tmp_disk_per_node" : 6,
    "tres_req_str" : "tres_req_str",
    "burst_buffer_state" : "burst_buffer_state",
    "tres_per_socket" : "tres_per_socket",
    "array_task_string" : "array_task_string",
    "submit_time" : 8,
    "wckey" : "wckey",
    "max_nodes" : 9,
    "batch_flag" : true,
    "start_time" : 4,
    "name" : "name",
    "preempt_time" : 3,
    "contiguous" : true,
    "job_resources" : {
      "nodes" : "nodes",
      "allocated_nodes" : [ {
        "nodename" : "nodename",
        "memory" : 7,
        "cpus" : 1,
        "sockets" : {
          "cores" : "{}"
        }
      }, {
        "nodename" : "nodename",
        "memory" : 7,
        "cpus" : 1,
        "sockets" : {
          "cores" : "{}"
        }
      } ],
      "allocated_cpus" : 1,
      "allocated_hosts" : 6
    },
    "billable_tres" : 2.3021358869347655,
    "federation_siblings_viable" : "federation_siblings_viable",
    "cpus_per_task" : "cpus_per_task",
    "batch_features" : "batch_features",
    "thread_spec" : "thread_spec",
    "cpu_frequency_governor" : "cpu_frequency_governor",
    "gres_detail" : [ "gres_detail", "gres_detail" ],
    "restart_cnt" : 7,
    "resv_name" : "resv_name",
    "delay_boot" : 9,
    "reboot" : true,
    "cpus" : 6,
    "standard_output" : "standard_output",
    "pre_sus_time" : 3,
    "suspend_time" : 7,
    "association_id" : 5,
    "command" : "command",
    "tres_freq" : "tres_freq",
    "requeue" : true,
    "tres_per_task" : "tres_per_task",
    "nodes" : "nodes",
    "group_id" : 1,
    "job_id" : 1,
    "comment" : "comment",
    "account" : "account"
  } ],
  "errors" : [ {
    "error" : "error",
    "error_number" : 0
  }, {
    "error" : "error",
    "error_number" : 0
  } ]
}

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/x-yaml

Responses

200

job(s) information v0.0.38_jobs_response

default

job not found

Up
get /slurm/v0.0.38/node/{node_name}
get node info (slurmV0038GetNode)

Path parameters

node_name (required)
Path Parameter — Slurm Node Name default: null

Return type

Example data

Content-Type: application/json
{
  "nodes" : [ {
    "reason" : "reason",
    "boards" : 0,
    "alloc_cpus" : 7,
    "active_features" : "active_features",
    "reason_set_by_user" : "reason_set_by_user",
    "slurmd_start_time" : 4,
    "features" : "features",
    "hostname" : "hostname",
    "cores" : 1,
    "slurmd_version" : "slurmd_version",
    "reason_changed_at" : 2,
    "operating_system" : "operating_system",
    "next_state_after_reboot_flags" : [ "next_state_after_reboot_flags", "next_state_after_reboot_flags" ],
    "tres" : "tres",
    "cpu_binding" : 5,
    "state" : "state",
    "sockets" : 7,
    "architecture" : "architecture",
    "owner" : "owner",
    "partitions" : [ "partitions", "partitions" ],
    "state_flags" : [ "state_flags", "state_flags" ],
    "address" : "address",
    "cpus" : 7,
    "free_memory" : 2,
    "tres_weighted" : 6.84685269835264,
    "gres" : "gres",
    "gres_drained" : "gres_drained",
    "threads" : 1,
    "weight" : 1,
    "boot_time" : 6,
    "gres_used" : "gres_used",
    "alloc_memory" : 4,
    "mcs_label" : "mcs_label",
    "real_memory" : 3,
    "burstbuffer_network_address" : "burstbuffer_network_address",
    "port" : 9,
    "name" : "name",
    "next_state_after_reboot" : "next_state_after_reboot",
    "temporary_disk" : 1,
    "tres_used" : "tres_used",
    "idle_cpus" : 1,
    "cpu_load" : 5
  }, {
    "reason" : "reason",
    "boards" : 0,
    "alloc_cpus" : 7,
    "active_features" : "active_features",
    "reason_set_by_user" : "reason_set_by_user",
    "slurmd_start_time" : 4,
    "features" : "features",
    "hostname" : "hostname",
    "cores" : 1,
    "slurmd_version" : "slurmd_version",
    "reason_changed_at" : 2,
    "operating_system" : "operating_system",
    "next_state_after_reboot_flags" : [ "next_state_after_reboot_flags", "next_state_after_reboot_flags" ],
    "tres" : "tres",
    "cpu_binding" : 5,
    "state" : "state",
    "sockets" : 7,
    "architecture" : "architecture",
    "owner" : "owner",
    "partitions" : [ "partitions", "partitions" ],
    "state_flags" : [ "state_flags", "state_flags" ],
    "address" : "address",
    "cpus" : 7,
    "free_memory" : 2,
    "tres_weighted" : 6.84685269835264,
    "gres" : "gres",
    "gres_drained" : "gres_drained",
    "threads" : 1,
    "weight" : 1,
    "boot_time" : 6,
    "gres_used" : "gres_used",
    "alloc_memory" : 4,
    "mcs_label" : "mcs_label",
    "real_memory" : 3,
    "burstbuffer_network_address" : "burstbuffer_network_address",
    "port" : 9,
    "name" : "name",
    "next_state_after_reboot" : "next_state_after_reboot",
    "temporary_disk" : 1,
    "tres_used" : "tres_used",
    "idle_cpus" : 1,
    "cpu_load" : 5
  } ],
  "meta" : {
    "Slurm" : {
      "release" : "release",
      "version" : {
        "major" : "major",
        "minor" : "minor",
        "micro" : "micro"
      }
    },
    "plugin" : {
      "name" : "name",
      "type" : "type"
    }
  },
  "errors" : [ {
    "error" : "error",
    "error_number" : 0
  }, {
    "error" : "error",
    "error_number" : 0
  } ]
}

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/x-yaml

Responses

200

node information v0.0.38_nodes_response

default

node not found

Up
get /slurm/v0.0.38/nodes
get all node info (slurmV0038GetNodes)

Query parameters

update_time (optional)
Query Parameter — Filter if changed since update_time. Use of this parameter can result in faster replies. default: null format: int64

Return type

Example data

Content-Type: application/json
{
  "nodes" : [ {
    "reason" : "reason",
    "boards" : 0,
    "alloc_cpus" : 7,
    "active_features" : "active_features",
    "reason_set_by_user" : "reason_set_by_user",
    "slurmd_start_time" : 4,
    "features" : "features",
    "hostname" : "hostname",
    "cores" : 1,
    "slurmd_version" : "slurmd_version",
    "reason_changed_at" : 2,
    "operating_system" : "operating_system",
    "next_state_after_reboot_flags" : [ "next_state_after_reboot_flags", "next_state_after_reboot_flags" ],
    "tres" : "tres",
    "cpu_binding" : 5,
    "state" : "state",
    "sockets" : 7,
    "architecture" : "architecture",
    "owner" : "owner",
    "partitions" : [ "partitions", "partitions" ],
    "state_flags" : [ "state_flags", "state_flags" ],
    "address" : "address",
    "cpus" : 7,
    "free_memory" : 2,
    "tres_weighted" : 6.84685269835264,
    "gres" : "gres",
    "gres_drained" : "gres_drained",
    "threads" : 1,
    "weight" : 1,
    "boot_time" : 6,
    "gres_used" : "gres_used",
    "alloc_memory" : 4,
    "mcs_label" : "mcs_label",
    "real_memory" : 3,
    "burstbuffer_network_address" : "burstbuffer_network_address",
    "port" : 9,
    "name" : "name",
    "next_state_after_reboot" : "next_state_after_reboot",
    "temporary_disk" : 1,
    "tres_used" : "tres_used",
    "idle_cpus" : 1,
    "cpu_load" : 5
  }, {
    "reason" : "reason",
    "boards" : 0,
    "alloc_cpus" : 7,
    "active_features" : "active_features",
    "reason_set_by_user" : "reason_set_by_user",
    "slurmd_start_time" : 4,
    "features" : "features",
    "hostname" : "hostname",
    "cores" : 1,
    "slurmd_version" : "slurmd_version",
    "reason_changed_at" : 2,
    "operating_system" : "operating_system",
    "next_state_after_reboot_flags" : [ "next_state_after_reboot_flags", "next_state_after_reboot_flags" ],
    "tres" : "tres",
    "cpu_binding" : 5,
    "state" : "state",
    "sockets" : 7,
    "architecture" : "architecture",
    "owner" : "owner",
    "partitions" : [ "partitions", "partitions" ],
    "state_flags" : [ "state_flags", "state_flags" ],
    "address" : "address",
    "cpus" : 7,
    "free_memory" : 2,
    "tres_weighted" : 6.84685269835264,
    "gres" : "gres",
    "gres_drained" : "gres_drained",
    "threads" : 1,
    "weight" : 1,
    "boot_time" : 6,
    "gres_used" : "gres_used",
    "alloc_memory" : 4,
    "mcs_label" : "mcs_label",
    "real_memory" : 3,
    "burstbuffer_network_address" : "burstbuffer_network_address",
    "port" : 9,
    "name" : "name",
    "next_state_after_reboot" : "next_state_after_reboot",
    "temporary_disk" : 1,
    "tres_used" : "tres_used",
    "idle_cpus" : 1,
    "cpu_load" : 5
  } ],
  "meta" : {
    "Slurm" : {
      "release" : "release",
      "version" : {
        "major" : "major",
        "minor" : "minor",
        "micro" : "micro"
      }
    },
    "plugin" : {
      "name" : "name",
      "type" : "type"
    }
  },
  "errors" : [ {
    "error" : "error",
    "error_number" : 0
  }, {
    "error" : "error",
    "error_number" : 0
  } ]
}

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/x-yaml

Responses

200

node information v0.0.38_nodes_response

default

no nodes in cluster

Up
get /slurm/v0.0.38/partition/{partition_name}
get partition info (slurmV0038GetPartition)

Path parameters

partition_name (required)
Path Parameter — Slurm Partition Name default: null

Query parameters

update_time (optional)
Query Parameter — Filter if there were no partition changes (not limited to partition in URL endpoint) since update_time. default: null format: int64

Return type

Example data

Content-Type: application/json
{
  "partitions" : [ {
    "max_time_limit" : 7,
    "maximum_cpus_per_node" : 5,
    "over_time_limit" : 3,
    "denied_accounts" : "denied_accounts",
    "flags" : [ "flags", "flags" ],
    "maximum_memory_per_node" : 5,
    "total_cpus" : 7,
    "billing_weights" : "billing_weights",
    "default_memory_per_cpu" : 0,
    "allowed_qos" : "allowed_qos",
    "min_nodes_per_job" : 9,
    "qos" : "qos",
    "default_time_limit" : 6,
    "denied_qos" : "denied_qos",
    "priority_job_factor" : 2,
    "tres" : "tres",
    "allowed_allocation_nodes" : "allowed_allocation_nodes",
    "state" : "state",
    "preemption_grace_time" : 1,
    "allowed_accounts" : "allowed_accounts",
    "alternative" : "alternative",
    "preemption_mode" : [ "preemption_mode", "preemption_mode" ],
    "nodes" : "nodes",
    "name" : "name",
    "allowed_groups" : "allowed_groups",
    "total_nodes" : 1,
    "maximum_nodes_per_job" : 2,
    "priority_tier" : 4
  }, {
    "max_time_limit" : 7,
    "maximum_cpus_per_node" : 5,
    "over_time_limit" : 3,
    "denied_accounts" : "denied_accounts",
    "flags" : [ "flags", "flags" ],
    "maximum_memory_per_node" : 5,
    "total_cpus" : 7,
    "billing_weights" : "billing_weights",
    "default_memory_per_cpu" : 0,
    "allowed_qos" : "allowed_qos",
    "min_nodes_per_job" : 9,
    "qos" : "qos",
    "default_time_limit" : 6,
    "denied_qos" : "denied_qos",
    "priority_job_factor" : 2,
    "tres" : "tres",
    "allowed_allocation_nodes" : "allowed_allocation_nodes",
    "state" : "state",
    "preemption_grace_time" : 1,
    "allowed_accounts" : "allowed_accounts",
    "alternative" : "alternative",
    "preemption_mode" : [ "preemption_mode", "preemption_mode" ],
    "nodes" : "nodes",
    "name" : "name",
    "allowed_groups" : "allowed_groups",
    "total_nodes" : 1,
    "maximum_nodes_per_job" : 2,
    "priority_tier" : 4
  } ],
  "meta" : {
    "Slurm" : {
      "release" : "release",
      "version" : {
        "major" : "major",
        "minor" : "minor",
        "micro" : "micro"
      }
    },
    "plugin" : {
      "name" : "name",
      "type" : "type"
    }
  },
  "errors" : [ {
    "error" : "error",
    "error_number" : 0
  }, {
    "error" : "error",
    "error_number" : 0
  } ]
}

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/x-yaml

Responses

200

partition information v0.0.38_partitions_response

default

no partitions found

Up
get /slurm/v0.0.38/partitions
get all partition info (slurmV0038GetPartitions)

Query parameters

update_time (optional)
Query Parameter — Filter if changed since update_time. Use of this parameter can result in faster replies. default: null format: int64

Return type

Example data

Content-Type: application/json
{
  "partitions" : [ {
    "max_time_limit" : 7,
    "maximum_cpus_per_node" : 5,
    "over_time_limit" : 3,
    "denied_accounts" : "denied_accounts",
    "flags" : [ "flags", "flags" ],
    "maximum_memory_per_node" : 5,
    "total_cpus" : 7,
    "billing_weights" : "billing_weights",
    "default_memory_per_cpu" : 0,
    "allowed_qos" : "allowed_qos",
    "min_nodes_per_job" : 9,
    "qos" : "qos",
    "default_time_limit" : 6,
    "denied_qos" : "denied_qos",
    "priority_job_factor" : 2,
    "tres" : "tres",
    "allowed_allocation_nodes" : "allowed_allocation_nodes",
    "state" : "state",
    "preemption_grace_time" : 1,
    "allowed_accounts" : "allowed_accounts",
    "alternative" : "alternative",
    "preemption_mode" : [ "preemption_mode", "preemption_mode" ],
    "nodes" : "nodes",
    "name" : "name",
    "allowed_groups" : "allowed_groups",
    "total_nodes" : 1,
    "maximum_nodes_per_job" : 2,
    "priority_tier" : 4
  }, {
    "max_time_limit" : 7,
    "maximum_cpus_per_node" : 5,
    "over_time_limit" : 3,
    "denied_accounts" : "denied_accounts",
    "flags" : [ "flags", "flags" ],
    "maximum_memory_per_node" : 5,
    "total_cpus" : 7,
    "billing_weights" : "billing_weights",
    "default_memory_per_cpu" : 0,
    "allowed_qos" : "allowed_qos",
    "min_nodes_per_job" : 9,
    "qos" : "qos",
    "default_time_limit" : 6,
    "denied_qos" : "denied_qos",
    "priority_job_factor" : 2,
    "tres" : "tres",
    "allowed_allocation_nodes" : "allowed_allocation_nodes",
    "state" : "state",
    "preemption_grace_time" : 1,
    "allowed_accounts" : "allowed_accounts",
    "alternative" : "alternative",
    "preemption_mode" : [ "preemption_mode", "preemption_mode" ],
    "nodes" : "nodes",
    "name" : "name",
    "allowed_groups" : "allowed_groups",
    "total_nodes" : 1,
    "maximum_nodes_per_job" : 2,
    "priority_tier" : 4
  } ],
  "meta" : {
    "Slurm" : {
      "release" : "release",
      "version" : {
        "major" : "major",
        "minor" : "minor",
        "micro" : "micro"
      }
    },
    "plugin" : {
      "name" : "name",
      "type" : "type"
    }
  },
  "errors" : [ {
    "error" : "error",
    "error_number" : 0
  }, {
    "error" : "error",
    "error_number" : 0
  } ]
}

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/x-yaml

Responses

200

partition information v0.0.38_partitions_response

default

no partitions found

Up
get /slurm/v0.0.38/reservation/{reservation_name}
get reservation info (slurmV0038GetReservation)

Path parameters

reservation_name (required)
Path Parameter — Slurm Reservation Name default: null

Query parameters

update_time (optional)
Query Parameter — Filter if no reservation (not limited to reservation in URL) changed since update_time. default: null format: int64

Return type

Example data

Content-Type: application/json
{
  "reservations" : [ {
    "core_spec_cnt" : 6,
    "end_time" : 1,
    "flags" : [ "flags", "flags" ],
    "groups" : "groups",
    "users" : "users",
    "max_start_delay" : 5,
    "features" : "features",
    "start_time" : 7,
    "burst_buffer" : "burst_buffer",
    "licenses" : "licenses",
    "partition" : "partition",
    "watts" : 9,
    "name" : "name",
    "tres" : "tres",
    "accounts" : "accounts",
    "node_count" : 5,
    "node_list" : "node_list",
    "purge_completed" : {
      "time" : 2
    },
    "core_count" : 0
  }, {
    "core_spec_cnt" : 6,
    "end_time" : 1,
    "flags" : [ "flags", "flags" ],
    "groups" : "groups",
    "users" : "users",
    "max_start_delay" : 5,
    "features" : "features",
    "start_time" : 7,
    "burst_buffer" : "burst_buffer",
    "licenses" : "licenses",
    "partition" : "partition",
    "watts" : 9,
    "name" : "name",
    "tres" : "tres",
    "accounts" : "accounts",
    "node_count" : 5,
    "node_list" : "node_list",
    "purge_completed" : {
      "time" : 2
    },
    "core_count" : 0
  } ],
  "meta" : {
    "Slurm" : {
      "release" : "release",
      "version" : {
        "major" : "major",
        "minor" : "minor",
        "micro" : "micro"
      }
    },
    "plugin" : {
      "name" : "name",
      "type" : "type"
    }
  },
  "errors" : [ {
    "error" : "error",
    "error_number" : 0
  }, {
    "error" : "error",
    "error_number" : 0
  } ]
}

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/x-yaml

Responses

200

reservation information v0.0.38_reservations_response

default

no reservations found

Up
get /slurm/v0.0.38/reservations
get all reservation info (slurmV0038GetReservations)

Query parameters

update_time (optional)
Query Parameter — Filter if changed since update_time. Use of this parameter can result in faster replies. default: null format: int64

Return type

Example data

Content-Type: application/json
{
  "reservations" : [ {
    "core_spec_cnt" : 6,
    "end_time" : 1,
    "flags" : [ "flags", "flags" ],
    "groups" : "groups",
    "users" : "users",
    "max_start_delay" : 5,
    "features" : "features",
    "start_time" : 7,
    "burst_buffer" : "burst_buffer",
    "licenses" : "licenses",
    "partition" : "partition",
    "watts" : 9,
    "name" : "name",
    "tres" : "tres",
    "accounts" : "accounts",
    "node_count" : 5,
    "node_list" : "node_list",
    "purge_completed" : {
      "time" : 2
    },
    "core_count" : 0
  }, {
    "core_spec_cnt" : 6,
    "end_time" : 1,
    "flags" : [ "flags", "flags" ],
    "groups" : "groups",
    "users" : "users",
    "max_start_delay" : 5,
    "features" : "features",
    "start_time" : 7,
    "burst_buffer" : "burst_buffer",
    "licenses" : "licenses",
    "partition" : "partition",
    "watts" : 9,
    "name" : "name",
    "tres" : "tres",
    "accounts" : "accounts",
    "node_count" : 5,
    "node_list" : "node_list",
    "purge_completed" : {
      "time" : 2
    },
    "core_count" : 0
  } ],
  "meta" : {
    "Slurm" : {
      "release" : "release",
      "version" : {
        "major" : "major",
        "minor" : "minor",
        "micro" : "micro"
      }
    },
    "plugin" : {
      "name" : "name",
      "type" : "type"
    }
  },
  "errors" : [ {
    "error" : "error",
    "error_number" : 0
  }, {
    "error" : "error",
    "error_number" : 0
  } ]
}

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/x-yaml

Responses

200

reservation information v0.0.38_reservations_response

default

no reservations found

Up
get /slurm/v0.0.38/ping
ping test (slurmV0038Ping)

Return type

Example data

Content-Type: application/json
{
  "meta" : {
    "Slurm" : {
      "release" : "release",
      "version" : {
        "major" : "major",
        "minor" : "minor",
        "micro" : "micro"
      }
    },
    "plugin" : {
      "name" : "name",
      "type" : "type"
    }
  },
  "pings" : [ {
    "mode" : "mode",
    "hostname" : "hostname",
    "ping" : "UP",
    "status" : 0
  }, {
    "mode" : "mode",
    "hostname" : "hostname",
    "ping" : "UP",
    "status" : 0
  } ],
  "errors" : [ {
    "error" : "error",
    "error_number" : 0
  }, {
    "error" : "error",
    "error_number" : 0
  } ]
}

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/x-yaml

Responses

200

results of ping test v0.0.38_pings

default

unable to request ping test

Up
get /slurm/v0.0.38/licenses
get all Slurm tracked license info (slurmV0038SlurmctldGetLicenses)

Return type

Example data

Content-Type: application/json
{
  "licenses" : [ {
    "Used" : 6,
    "Total" : 0,
    "Remote" : true,
    "LicenseName" : "LicenseName",
    "Free" : 1,
    "Reserved" : 5
  }, {
    "Used" : 6,
    "Total" : 0,
    "Remote" : true,
    "LicenseName" : "LicenseName",
    "Free" : 1,
    "Reserved" : 5
  } ],
  "errors" : [ {
    "error" : "error",
    "error_number" : 0
  }, {
    "error" : "error",
    "error_number" : 0
  } ]
}

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/x-yaml

Responses

200

results of get all licenses v0.0.38_licenses

default

unable to request licenses

Up
post /slurm/v0.0.38/job/submit
submit new job (slurmV0038SubmitJob)

Consumes

This API call consumes the following media types via the Content-Type request header:
  • application/json
  • application/x-yaml

Request body

v0.0.38_job_submission v0.0.38_job_submission (required)
Body Parameter

Return type

Example data

Content-Type: application/json
{
  "meta" : {
    "Slurm" : {
      "release" : "release",
      "version" : {
        "major" : "major",
        "minor" : "minor",
        "micro" : "micro"
      }
    },
    "plugin" : {
      "name" : "name",
      "type" : "type"
    }
  },
  "job_id" : 0,
  "step_id" : "step_id",
  "errors" : [ {
    "error" : "error",
    "error_number" : 0
  }, {
    "error" : "error",
    "error_number" : 0
  } ],
  "job_submit_user_msg" : "job_submit_user_msg"
}

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/x-yaml

Responses

200

job submitted v0.0.38_job_submission_response

default

job rejected

Up
post /slurm/v0.0.38/job/{job_id}
update job (slurmV0038UpdateJob)

Path parameters

job_id (required)
Path Parameter — Slurm Job ID default: null

Consumes

This API call consumes the following media types via the Content-Type request header:
  • application/json
  • application/x-yaml

Request body

v0.0.38_job_properties v0.0.38_job_properties (required)
Body Parameter

Responses

200

job information

500

job not found

Up
post /slurmdb/v0.0.38/clusters
Add clusters (slurmdbV0038AddClusters)

Consumes

This API call consumes the following media types via the Content-Type request header:
  • application/json
  • application/x-yaml

Request body

dbv0.0.38_clusters_properties dbv0.0.38_clusters_properties (required)
Body Parameter

Return type

Example data

Content-Type: application/json
{
  "meta" : {
    "Slurm" : {
      "release" : "release",
      "version" : {
        "major" : "major",
        "minor" : "minor",
        "micro" : "micro"
      }
    },
    "plugin" : {
      "name" : "name",
      "type" : "type"
    }
  },
  "errors" : [ {
    "description" : "description",
    "source" : "source",
    "error" : "error",
    "error_number" : 0
  }, {
    "description" : "description",
    "source" : "source",
    "error" : "error",
    "error_number" : 0
  } ]
}

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/x-yaml

Responses

200

List of clusters dbv0.0.38_response_cluster_add

default

Unable to add cluster

Up
post /slurmdb/v0.0.38/wckeys
Add wckeys (slurmdbV0038AddWckeys)

Return type

Example data

Content-Type: application/json
{
  "meta" : {
    "Slurm" : {
      "release" : "release",
      "version" : {
        "major" : "major",
        "minor" : "minor",
        "micro" : "micro"
      }
    },
    "plugin" : {
      "name" : "name",
      "type" : "type"
    }
  },
  "errors" : [ {
    "description" : "description",
    "source" : "source",
    "error" : "error",
    "error_number" : 0
  }, {
    "description" : "description",
    "source" : "source",
    "error" : "error",
    "error_number" : 0
  } ]
}

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/x-yaml

Responses

200

List of wckeys dbv0.0.38_response_wckey_add

default

Unable to add wckey

Up
delete /slurmdb/v0.0.38/account/{account_name}
Delete account (slurmdbV0038DeleteAccount)

Path parameters

account_name (required)
Path Parameter — Slurm Account Name default: null

Return type

Example data

Content-Type: application/json
{
  "meta" : {
    "Slurm" : {
      "release" : "release",
      "version" : {
        "major" : "major",
        "minor" : "minor",
        "micro" : "micro"
      }
    },
    "plugin" : {
      "name" : "name",
      "type" : "type"
    }
  },
  "errors" : [ {
    "description" : "description",
    "source" : "source",
    "error" : "error",
    "error_number" : 0
  }, {
    "description" : "description",
    "source" : "source",
    "error" : "error",
    "error_number" : 0
  } ]
}

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/x-yaml

Responses

200

Delete account dbv0.0.38_response_account_delete

default

Unable to delete account

Up
delete /slurmdb/v0.0.38/association
Delete association (slurmdbV0038DeleteAssociation)

Query parameters

cluster (optional)
Query Parameter — Cluster name default: null
account (optional)
Query Parameter — Account name default: null
user (optional)
Query Parameter — User name default: null
partition (optional)
Query Parameter — Partition Name default: null

Return type

Example data

Content-Type: application/json
{
  "removed_associations" : [ "removed_associations", "removed_associations" ],
  "meta" : {
    "Slurm" : {
      "release" : "release",
      "version" : {
        "major" : "major",
        "minor" : "minor",
        "micro" : "micro"
      }
    },
    "plugin" : {
      "name" : "name",
      "type" : "type"
    }
  },
  "errors" : [ {
    "description" : "description",
    "source" : "source",
    "error" : "error",
    "error_number" : 0
  }, {
    "description" : "description",
    "source" : "source",
    "error" : "error",
    "error_number" : 0
  } ]
}

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/x-yaml

Responses

200

Delete associations dbv0.0.38_response_associations_delete

default

Association not found or unable to delete association

Up
delete /slurmdb/v0.0.38/associations
Delete associations (slurmdbV0038DeleteAssociations)

Query parameters

cluster (optional)
Query Parameter — Cluster name default: null
account (optional)
Query Parameter — Account name default: null
user (optional)
Query Parameter — User name default: null
partition (optional)
Query Parameter — Partition Name default: null

Return type

Example data

Content-Type: application/json
{
  "removed_associations" : [ "removed_associations", "removed_associations" ],
  "meta" : {
    "Slurm" : {
      "release" : "release",
      "version" : {
        "major" : "major",
        "minor" : "minor",
        "micro" : "micro"
      }
    },
    "plugin" : {
      "name" : "name",
      "type" : "type"
    }
  },
  "errors" : [ {
    "description" : "description",
    "source" : "source",
    "error" : "error",
    "error_number" : 0
  }, {
    "description" : "description",
    "source" : "source",
    "error" : "error",
    "error_number" : 0
  } ]
}

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/x-yaml

Responses

200

Delete associations dbv0.0.38_response_associations_delete

default

Associations not found or unable to delete association

Up
delete /slurmdb/v0.0.38/cluster/{cluster_name}
Delete cluster (slurmdbV0038DeleteCluster)

Path parameters

cluster_name (required)
Path Parameter — Slurm cluster name default: null

Return type

Example data

Content-Type: application/json
{
  "meta" : {
    "Slurm" : {
      "release" : "release",
      "version" : {
        "major" : "major",
        "minor" : "minor",
        "micro" : "micro"
      }
    },
    "plugin" : {
      "name" : "name",
      "type" : "type"
    }
  },
  "errors" : [ {
    "description" : "description",
    "source" : "source",
    "error" : "error",
    "error_number" : 0
  }, {
    "description" : "description",
    "source" : "source",
    "error" : "error",
    "error_number" : 0
  } ]
}

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/x-yaml

Responses

200

Delete cluster dbv0.0.38_response_cluster_delete

default

Cluster not found or unable to delete cluster

Up
delete /slurmdb/v0.0.38/qos/{qos_name}
Delete QOS (slurmdbV0038DeleteQos)

Path parameters

qos_name (required)
Path Parameter — Slurm QOS Name default: null

Return type

Example data

Content-Type: application/json
{
  "meta" : {
    "Slurm" : {
      "release" : "release",
      "version" : {
        "major" : "major",
        "minor" : "minor",
        "micro" : "micro"
      }
    },
    "plugin" : {
      "name" : "name",
      "type" : "type"
    }
  },
  "errors" : [ {
    "description" : "description",
    "source" : "source",
    "error" : "error",
    "error_number" : 0
  }, {
    "description" : "description",
    "source" : "source",
    "error" : "error",
    "error_number" : 0
  } ]
}

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/x-yaml

Responses

200

Delete qos dbv0.0.38_response_qos_delete

default

Unable to delete QOS

Up
delete /slurmdb/v0.0.38/user/{user_name}
Delete user (slurmdbV0038DeleteUser)

Path parameters

user_name (required)
Path Parameter — Slurm User Name default: null

Return type

Example data

Content-Type: application/json
{
  "meta" : {
    "Slurm" : {
      "release" : "release",
      "version" : {
        "major" : "major",
        "minor" : "minor",
        "micro" : "micro"
      }
    },
    "plugin" : {
      "name" : "name",
      "type" : "type"
    }
  },
  "errors" : [ {
    "description" : "description",
    "source" : "source",
    "error" : "error",
    "error_number" : 0
  }, {
    "description" : "description",
    "source" : "source",
    "error" : "error",
    "error_number" : 0
  } ]
}

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/x-yaml

Responses

200

Delete user dbv0.0.38_response_user_delete

default

User not found or unable to delete user

Up
delete /slurmdb/v0.0.38/wckey/{wckey}
Delete wckey (slurmdbV0038DeleteWckey)

Path parameters

wckey (required)
Path Parameter — Slurm wckey name default: null

Return type

Example data

Content-Type: application/json
{
  "meta" : {
    "Slurm" : {
      "release" : "release",
      "version" : {
        "major" : "major",
        "minor" : "minor",
        "micro" : "micro"
      }
    },
    "plugin" : {
      "name" : "name",
      "type" : "type"
    }
  },
  "errors" : [ {
    "description" : "description",
    "source" : "source",
    "error" : "error",
    "error_number" : 0
  }, {
    "description" : "description",
    "source" : "source",
    "error" : "error",
    "error_number" : 0
  } ]
}

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/x-yaml

Responses

200

Delete wckey dbv0.0.38_response_wckey_delete

default

wckey not found or unable to delete wckey

Up
get /slurmdb/v0.0.38/diag
Get slurmdb diagnostics (slurmdbV0038Diag)

Return type

Example data

Content-Type: application/json
{
  "meta" : {
    "Slurm" : {
      "release" : "release",
      "version" : {
        "major" : "major",
        "minor" : "minor",
        "micro" : "micro"
      }
    },
    "plugin" : {
      "name" : "name",
      "type" : "type"
    }
  },
  "errors" : [ {
    "description" : "description",
    "source" : "source",
    "error" : "error",
    "error_number" : 0
  }, {
    "description" : "description",
    "source" : "source",
    "error" : "error",
    "error_number" : 0
  } ],
  "statistics" : {
    "time_start" : 0,
    "RPCs" : [ {
      "rpc" : "rpc",
      "count" : 7,
      "time" : {
        "average" : 9,
        "total" : 3
      }
    }, {
      "rpc" : "rpc",
      "count" : 7,
      "time" : {
        "average" : 9,
        "total" : 3
      }
    } ],
    "rollups" : [ {
      "max_cycle" : 5,
      "last_cycle" : 1,
      "mean_cycles" : 2,
      "last_run" : 6,
      "type" : "type",
      "total_time" : 5
    }, {
      "max_cycle" : 5,
      "last_cycle" : 1,
      "mean_cycles" : 2,
      "last_run" : 6,
      "type" : "type",
      "total_time" : 5
    } ],
    "users" : [ {
      "count" : 2,
      "time" : {
        "average" : 4,
        "total" : 7
      },
      "user" : "user"
    }, {
      "count" : 2,
      "time" : {
        "average" : 4,
        "total" : 7
      },
      "user" : "user"
    } ]
  }
}

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/x-yaml

Responses

200

Dictionary of statistics dbv0.0.38_diag

default

Unable to query diagnostics

Up
get /slurmdb/v0.0.38/account/{account_name}
Get account info (slurmdbV0038GetAccount)

Path parameters

account_name (required)
Path Parameter — Slurm Account Name default: null

Query parameters

with_deleted (optional)
Query Parameter — Include deleted accounts. False by default. default: null

Return type

Example data

Content-Type: application/json
{
  "meta" : {
    "Slurm" : {
      "release" : "release",
      "version" : {
        "major" : "major",
        "minor" : "minor",
        "micro" : "micro"
      }
    },
    "plugin" : {
      "name" : "name",
      "type" : "type"
    }
  },
  "accounts" : [ {
    "associations" : [ {
      "cluster" : "cluster",
      "partition" : "partition",
      "user" : "user",
      "account" : "account"
    }, {
      "cluster" : "cluster",
      "partition" : "partition",
      "user" : "user",
      "account" : "account"
    } ],
    "coordinators" : [ {
      "name" : "name",
      "direct" : 0
    }, {
      "name" : "name",
      "direct" : 0
    } ],
    "organization" : "organization",
    "name" : "name",
    "flags" : [ "flags", "flags" ],
    "description" : "description"
  }, {
    "associations" : [ {
      "cluster" : "cluster",
      "partition" : "partition",
      "user" : "user",
      "account" : "account"
    }, {
      "cluster" : "cluster",
      "partition" : "partition",
      "user" : "user",
      "account" : "account"
    } ],
    "coordinators" : [ {
      "name" : "name",
      "direct" : 0
    }, {
      "name" : "name",
      "direct" : 0
    } ],
    "organization" : "organization",
    "name" : "name",
    "flags" : [ "flags", "flags" ],
    "description" : "description"
  } ],
  "errors" : [ {
    "description" : "description",
    "source" : "source",
    "error" : "error",
    "error_number" : 0
  }, {
    "description" : "description",
    "source" : "source",
    "error" : "error",
    "error_number" : 0
  } ]
}

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/x-yaml

Responses

200

List of accounts dbv0.0.38_account_info

default

Account not found

Up
get /slurmdb/v0.0.38/accounts
Get account list (slurmdbV0038GetAccounts)

Query parameters

with_deleted (optional)
Query Parameter — Include deleted accounts. False by default. default: null

Return type

Example data

Content-Type: application/json
{
  "meta" : {
    "Slurm" : {
      "release" : "release",
      "version" : {
        "major" : "major",
        "minor" : "minor",
        "micro" : "micro"
      }
    },
    "plugin" : {
      "name" : "name",
      "type" : "type"
    }
  },
  "accounts" : [ {
    "associations" : [ {
      "cluster" : "cluster",
      "partition" : "partition",
      "user" : "user",
      "account" : "account"
    }, {
      "cluster" : "cluster",
      "partition" : "partition",
      "user" : "user",
      "account" : "account"
    } ],
    "coordinators" : [ {
      "name" : "name",
      "direct" : 0
    }, {
      "name" : "name",
      "direct" : 0
    } ],
    "organization" : "organization",
    "name" : "name",
    "flags" : [ "flags", "flags" ],
    "description" : "description"
  }, {
    "associations" : [ {
      "cluster" : "cluster",
      "partition" : "partition",
      "user" : "user",
      "account" : "account"
    }, {
      "cluster" : "cluster",
      "partition" : "partition",
      "user" : "user",
      "account" : "account"
    } ],
    "coordinators" : [ {
      "name" : "name",
      "direct" : 0
    }, {
      "name" : "name",
      "direct" : 0
    } ],
    "organization" : "organization",
    "name" : "name",
    "flags" : [ "flags", "flags" ],
    "description" : "description"
  } ],
  "errors" : [ {
    "description" : "description",
    "source" : "source",
    "error" : "error",
    "error_number" : 0
  }, {
    "description" : "description",
    "source" : "source",
    "error" : "error",
    "error_number" : 0
  } ]
}

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/x-yaml

Responses

200

List of accounts dbv0.0.38_account_info

default

Account not found

Up
get /slurmdb/v0.0.38/association
Get association info (slurmdbV0038GetAssociation)

Query parameters

cluster (optional)
Query Parameter — Cluster name default: null
account (optional)
Query Parameter — Account name default: null
user (optional)
Query Parameter — User name default: null
partition (optional)
Query Parameter — Partition Name default: null

Return type

Example data

Content-Type: application/json
{
  "associations" : [ {
    "cluster" : "cluster",
    "shares_raw" : 2,
    "max" : {
      "jobs" : {
        "per" : {
          "wall_clock" : 6
        }
      },
      "tres" : {
        "total" : [ "{}", "{}" ],
        "minutes" : {
          "total" : [ "{}", "{}" ],
          "per" : {
            "job" : [ "{}", "{}" ]
          }
        },
        "per" : {
          "node" : [ "{}", "{}" ],
          "job" : [ "{}", "{}" ]
        }
      },
      "per" : {
        "account" : {
          "wall_clock" : 1
        }
      }
    },
    "usage" : {
      "fairshare_factor" : 3.616076749251911,
      "normalized_shares" : 7.386281948385884,
      "effective_normalized_usage" : 1.2315135367772556,
      "job_count" : 1,
      "group_used_wallclock" : 9.301444243932576,
      "normalized_priority" : 4,
      "accrue_job_count" : 7,
      "fairshare_shares" : 2,
      "fairshare_level" : 6.84685269835264,
      "raw_usage" : 1
    },
    "flags" : [ "flags", "flags" ],
    "priority" : 5,
    "parent_account" : "parent_account",
    "default" : {
      "qos" : "qos"
    },
    "min" : {
      "priority_threshold" : 5
    },
    "partition" : "partition",
    "qos" : [ "qos", "qos" ],
    "user" : "user",
    "account" : "account"
  }, {
    "cluster" : "cluster",
    "shares_raw" : 2,
    "max" : {
      "jobs" : {
        "per" : {
          "wall_clock" : 6
        }
      },
      "tres" : {
        "total" : [ "{}", "{}" ],
        "minutes" : {
          "total" : [ "{}", "{}" ],
          "per" : {
            "job" : [ "{}", "{}" ]
          }
        },
        "per" : {
          "node" : [ "{}", "{}" ],
          "job" : [ "{}", "{}" ]
        }
      },
      "per" : {
        "account" : {
          "wall_clock" : 1
        }
      }
    },
    "usage" : {
      "fairshare_factor" : 3.616076749251911,
      "normalized_shares" : 7.386281948385884,
      "effective_normalized_usage" : 1.2315135367772556,
      "job_count" : 1,
      "group_used_wallclock" : 9.301444243932576,
      "normalized_priority" : 4,
      "accrue_job_count" : 7,
      "fairshare_shares" : 2,
      "fairshare_level" : 6.84685269835264,
      "raw_usage" : 1
    },
    "flags" : [ "flags", "flags" ],
    "priority" : 5,
    "parent_account" : "parent_account",
    "default" : {
      "qos" : "qos"
    },
    "min" : {
      "priority_threshold" : 5
    },
    "partition" : "partition",
    "qos" : [ "qos", "qos" ],
    "user" : "user",
    "account" : "account"
  } ],
  "meta" : {
    "Slurm" : {
      "release" : "release",
      "version" : {
        "major" : "major",
        "minor" : "minor",
        "micro" : "micro"
      }
    },
    "plugin" : {
      "name" : "name",
      "type" : "type"
    }
  },
  "errors" : [ {
    "description" : "description",
    "source" : "source",
    "error" : "error",
    "error_number" : 0
  }, {
    "description" : "description",
    "source" : "source",
    "error" : "error",
    "error_number" : 0
  } ]
}

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/x-yaml

Responses

200

List of associations dbv0.0.38_associations_info

default

Association not found

Up
get /slurmdb/v0.0.38/associations
Get association list (slurmdbV0038GetAssociations)

Query parameters

cluster (optional)
Query Parameter — Cluster name default: null
account (optional)
Query Parameter — Account name default: null
user (optional)
Query Parameter — User name default: null
partition (optional)
Query Parameter — Partition Name default: null

Return type

Example data

Content-Type: application/json
{
  "associations" : [ {
    "cluster" : "cluster",
    "shares_raw" : 2,
    "max" : {
      "jobs" : {
        "per" : {
          "wall_clock" : 6
        }
      },
      "tres" : {
        "total" : [ "{}", "{}" ],
        "minutes" : {
          "total" : [ "{}", "{}" ],
          "per" : {
            "job" : [ "{}", "{}" ]
          }
        },
        "per" : {
          "node" : [ "{}", "{}" ],
          "job" : [ "{}", "{}" ]
        }
      },
      "per" : {
        "account" : {
          "wall_clock" : 1
        }
      }
    },
    "usage" : {
      "fairshare_factor" : 3.616076749251911,
      "normalized_shares" : 7.386281948385884,
      "effective_normalized_usage" : 1.2315135367772556,
      "job_count" : 1,
      "group_used_wallclock" : 9.301444243932576,
      "normalized_priority" : 4,
      "accrue_job_count" : 7,
      "fairshare_shares" : 2,
      "fairshare_level" : 6.84685269835264,
      "raw_usage" : 1
    },
    "flags" : [ "flags", "flags" ],
    "priority" : 5,
    "parent_account" : "parent_account",
    "default" : {
      "qos" : "qos"
    },
    "min" : {
      "priority_threshold" : 5
    },
    "partition" : "partition",
    "qos" : [ "qos", "qos" ],
    "user" : "user",
    "account" : "account"
  }, {
    "cluster" : "cluster",
    "shares_raw" : 2,
    "max" : {
      "jobs" : {
        "per" : {
          "wall_clock" : 6
        }
      },
      "tres" : {
        "total" : [ "{}", "{}" ],
        "minutes" : {
          "total" : [ "{}", "{}" ],
          "per" : {
            "job" : [ "{}", "{}" ]
          }
        },
        "per" : {
          "node" : [ "{}", "{}" ],
          "job" : [ "{}", "{}" ]
        }
      },
      "per" : {
        "account" : {
          "wall_clock" : 1
        }
      }
    },
    "usage" : {
      "fairshare_factor" : 3.616076749251911,
      "normalized_shares" : 7.386281948385884,
      "effective_normalized_usage" : 1.2315135367772556,
      "job_count" : 1,
      "group_used_wallclock" : 9.301444243932576,
      "normalized_priority" : 4,
      "accrue_job_count" : 7,
      "fairshare_shares" : 2,
      "fairshare_level" : 6.84685269835264,
      "raw_usage" : 1
    },
    "flags" : [ "flags", "flags" ],
    "priority" : 5,
    "parent_account" : "parent_account",
    "default" : {
      "qos" : "qos"
    },
    "min" : {
      "priority_threshold" : 5
    },
    "partition" : "partition",
    "qos" : [ "qos", "qos" ],
    "user" : "user",
    "account" : "account"
  } ],
  "meta" : {
    "Slurm" : {
      "release" : "release",
      "version" : {
        "major" : "major",
        "minor" : "minor",
        "micro" : "micro"
      }
    },
    "plugin" : {
      "name" : "name",
      "type" : "type"
    }
  },
  "errors" : [ {
    "description" : "description",
    "source" : "source",
    "error" : "error",
    "error_number" : 0
  }, {
    "description" : "description",
    "source" : "source",
    "error" : "error",
    "error_number" : 0
  } ]
}

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/x-yaml

Responses

200

List of associations dbv0.0.38_associations_info

default

Association not found

Up
get /slurmdb/v0.0.38/cluster/{cluster_name}
Get cluster info (slurmdbV0038GetCluster)

Path parameters

cluster_name (required)
Path Parameter — Slurm cluster name default: null

Return type

Example data

Content-Type: application/json
{
  "associations" : {
    "root" : {
      "cluster" : "cluster",
      "partition" : "partition",
      "user" : "user",
      "account" : "account"
    }
  },
  "controller" : {
    "port" : 0,
    "host" : "host"
  },
  "nodes" : "nodes",
  "flags" : [ "flags", "flags" ],
  "name" : "name",
  "rpc_version" : 6,
  "tres" : [ {
    "meta" : {
      "Slurm" : {
        "release" : "release",
        "version" : {
          "major" : "major",
          "minor" : "minor",
          "micro" : "micro"
        }
      },
      "plugin" : {
        "name" : "name",
        "type" : "type"
      }
    },
    "errors" : [ {
      "description" : "description",
      "source" : "source",
      "error" : "error",
      "error_number" : 0
    }, {
      "description" : "description",
      "source" : "source",
      "error" : "error",
      "error_number" : 0
    } ]
  }, {
    "meta" : {
      "Slurm" : {
        "release" : "release",
        "version" : {
          "major" : "major",
          "minor" : "minor",
          "micro" : "micro"
        }
      },
      "plugin" : {
        "name" : "name",
        "type" : "type"
      }
    },
    "errors" : [ {
      "description" : "description",
      "source" : "source",
      "error" : "error",
      "error_number" : 0
    }, {
      "description" : "description",
      "source" : "source",
      "error" : "error",
      "error_number" : 0
    } ]
  } ],
  "select_plugin" : "select_plugin"
}

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/x-yaml

Responses

200

Cluster information dbv0.0.38_cluster_info

default

Cluster not found

Up
get /slurmdb/v0.0.38/clusters
Get cluster list (slurmdbV0038GetClusters)

Return type

Example data

Content-Type: application/json
{
  "associations" : {
    "root" : {
      "cluster" : "cluster",
      "partition" : "partition",
      "user" : "user",
      "account" : "account"
    }
  },
  "controller" : {
    "port" : 0,
    "host" : "host"
  },
  "nodes" : "nodes",
  "flags" : [ "flags", "flags" ],
  "name" : "name",
  "rpc_version" : 6,
  "tres" : [ {
    "meta" : {
      "Slurm" : {
        "release" : "release",
        "version" : {
          "major" : "major",
          "minor" : "minor",
          "micro" : "micro"
        }
      },
      "plugin" : {
        "name" : "name",
        "type" : "type"
      }
    },
    "errors" : [ {
      "description" : "description",
      "source" : "source",
      "error" : "error",
      "error_number" : 0
    }, {
      "description" : "description",
      "source" : "source",
      "error" : "error",
      "error_number" : 0
    } ]
  }, {
    "meta" : {
      "Slurm" : {
        "release" : "release",
        "version" : {
          "major" : "major",
          "minor" : "minor",
          "micro" : "micro"
        }
      },
      "plugin" : {
        "name" : "name",
        "type" : "type"
      }
    },
    "errors" : [ {
      "description" : "description",
      "source" : "source",
      "error" : "error",
      "error_number" : 0
    }, {
      "description" : "description",
      "source" : "source",
      "error" : "error",
      "error_number" : 0
    } ]
  } ],
  "select_plugin" : "select_plugin"
}

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/x-yaml

Responses

200

List of clusters dbv0.0.38_cluster_info

default

Cluster not found

Up
get /slurmdb/v0.0.38/config
Dump all configuration information (slurmdbV0038GetConfig)

Return type

Example data

Content-Type: application/json
{
  "associations" : [ {
    "cluster" : "cluster",
    "shares_raw" : 2,
    "max" : {
      "jobs" : {
        "per" : {
          "wall_clock" : 6
        }
      },
      "tres" : {
        "total" : [ "{}", "{}" ],
        "minutes" : {
          "total" : [ "{}", "{}" ],
          "per" : {
            "job" : [ "{}", "{}" ]
          }
        },
        "per" : {
          "node" : [ "{}", "{}" ],
          "job" : [ "{}", "{}" ]
        }
      },
      "per" : {
        "account" : {
          "wall_clock" : 1
        }
      }
    },
    "usage" : {
      "fairshare_factor" : 3.616076749251911,
      "normalized_shares" : 7.386281948385884,
      "effective_normalized_usage" : 1.2315135367772556,
      "job_count" : 1,
      "group_used_wallclock" : 9.301444243932576,
      "normalized_priority" : 4,
      "accrue_job_count" : 7,
      "fairshare_shares" : 2,
      "fairshare_level" : 6.84685269835264,
      "raw_usage" : 1
    },
    "flags" : [ "flags", "flags" ],
    "priority" : 5,
    "parent_account" : "parent_account",
    "default" : {
      "qos" : "qos"
    },
    "min" : {
      "priority_threshold" : 5
    },
    "partition" : "partition",
    "qos" : [ "qos", "qos" ],
    "user" : "user",
    "account" : "account"
  }, {
    "cluster" : "cluster",
    "shares_raw" : 2,
    "max" : {
      "jobs" : {
        "per" : {
          "wall_clock" : 6
        }
      },
      "tres" : {
        "total" : [ "{}", "{}" ],
        "minutes" : {
          "total" : [ "{}", "{}" ],
          "per" : {
            "job" : [ "{}", "{}" ]
          }
        },
        "per" : {
          "node" : [ "{}", "{}" ],
          "job" : [ "{}", "{}" ]
        }
      },
      "per" : {
        "account" : {
          "wall_clock" : 1
        }
      }
    },
    "usage" : {
      "fairshare_factor" : 3.616076749251911,
      "normalized_shares" : 7.386281948385884,
      "effective_normalized_usage" : 1.2315135367772556,
      "job_count" : 1,
      "group_used_wallclock" : 9.301444243932576,
      "normalized_priority" : 4,
      "accrue_job_count" : 7,
      "fairshare_shares" : 2,
      "fairshare_level" : 6.84685269835264,
      "raw_usage" : 1
    },
    "flags" : [ "flags", "flags" ],
    "priority" : 5,
    "parent_account" : "parent_account",
    "default" : {
      "qos" : "qos"
    },
    "min" : {
      "priority_threshold" : 5
    },
    "partition" : "partition",
    "qos" : [ "qos", "qos" ],
    "user" : "user",
    "account" : "account"
  } ],
  "qos" : [ {
    "flags" : [ "flags", "flags" ],
    "usage_threshold" : 6.965117697638846,
    "name" : "name",
    "description" : "description",
    "usage_factor" : 3.5571952270680973,
    "id" : "id",
    "priority" : 6,
    "limits" : {
      "min" : {
        "priority_threshold" : 8,
        "tres" : {
          "per" : {
            "job" : [ "{}", "{}" ]
          }
        }
      },
      "max" : {
        "jobs" : {
          "active_jobs" : {
            "per" : {
              "user" : 9,
              "account" : 5
            }
          }
        },
        "accruing" : {
          "per" : {
            "user" : 6,
            "account" : 9
          }
        },
        "wall_clock" : {
          "per" : {
            "qos" : 1,
            "job" : 4
          }
        },
        "tres" : {
          "minutes" : {
            "per" : {
              "qos" : [ "{}", "{}" ],
              "job" : [ "{}", "{}" ],
              "user" : [ "{}", "{}" ],
              "account" : [ "{}", "{}" ]
            }
          },
          "per" : {
            "node" : [ "{}", "{}" ],
            "job" : [ "{}", "{}" ],
            "user" : [ "{}", "{}" ],
            "account" : [ "{}", "{}" ]
          }
        }
      },
      "factor" : 7.457744773683766
    },
    "preempt" : {
      "mode" : [ "mode", "mode" ],
      "exempt_time" : 9,
      "list" : [ "list", "list" ]
    }
  }, {
    "flags" : [ "flags", "flags" ],
    "usage_threshold" : 6.965117697638846,
    "name" : "name",
    "description" : "description",
    "usage_factor" : 3.5571952270680973,
    "id" : "id",
    "priority" : 6,
    "limits" : {
      "min" : {
        "priority_threshold" : 8,
        "tres" : {
          "per" : {
            "job" : [ "{}", "{}" ]
          }
        }
      },
      "max" : {
        "jobs" : {
          "active_jobs" : {
            "per" : {
              "user" : 9,
              "account" : 5
            }
          }
        },
        "accruing" : {
          "per" : {
            "user" : 6,
            "account" : 9
          }
        },
        "wall_clock" : {
          "per" : {
            "qos" : 1,
            "job" : 4
          }
        },
        "tres" : {
          "minutes" : {
            "per" : {
              "qos" : [ "{}", "{}" ],
              "job" : [ "{}", "{}" ],
              "user" : [ "{}", "{}" ],
              "account" : [ "{}", "{}" ]
            }
          },
          "per" : {
            "node" : [ "{}", "{}" ],
            "job" : [ "{}", "{}" ],
            "user" : [ "{}", "{}" ],
            "account" : [ "{}", "{}" ]
          }
        }
      },
      "factor" : 7.457744773683766
    },
    "preempt" : {
      "mode" : [ "mode", "mode" ],
      "exempt_time" : 9,
      "list" : [ "list", "list" ]
    }
  } ],
  "wckeys" : [ {
    "cluster" : "cluster",
    "name" : "name",
    "flags" : [ "flags", "flags" ],
    "accounts" : [ "accounts", "accounts" ],
    "id" : 1,
    "user" : "user"
  }, {
    "cluster" : "cluster",
    "name" : "name",
    "flags" : [ "flags", "flags" ],
    "accounts" : [ "accounts", "accounts" ],
    "id" : 1,
    "user" : "user"
  } ],
  "meta" : {
    "Slurm" : {
      "release" : "release",
      "version" : {
        "major" : "major",
        "minor" : "minor",
        "micro" : "micro"
      }
    },
    "plugin" : {
      "name" : "name",
      "type" : "type"
    }
  },
  "tres" : [ null, null ],
  "accounts" : [ {
    "associations" : [ {
      "cluster" : "cluster",
      "partition" : "partition",
      "user" : "user",
      "account" : "account"
    }, {
      "cluster" : "cluster",
      "partition" : "partition",
      "user" : "user",
      "account" : "account"
    } ],
    "coordinators" : [ {
      "name" : "name",
      "direct" : 0
    }, {
      "name" : "name",
      "direct" : 0
    } ],
    "organization" : "organization",
    "name" : "name",
    "flags" : [ "flags", "flags" ],
    "description" : "description"
  }, {
    "associations" : [ {
      "cluster" : "cluster",
      "partition" : "partition",
      "user" : "user",
      "account" : "account"
    }, {
      "cluster" : "cluster",
      "partition" : "partition",
      "user" : "user",
      "account" : "account"
    } ],
    "coordinators" : [ {
      "name" : "name",
      "direct" : 0
    }, {
      "name" : "name",
      "direct" : 0
    } ],
    "organization" : "organization",
    "name" : "name",
    "flags" : [ "flags", "flags" ],
    "description" : "description"
  } ],
  "errors" : [ {
    "description" : "description",
    "source" : "source",
    "error" : "error",
    "error_number" : 0
  }, {
    "description" : "description",
    "source" : "source",
    "error" : "error",
    "error_number" : 0
  } ],
  "users" : [ {
    "associations" : [ {
      "cluster" : "cluster",
      "partition" : "partition",
      "user" : "user",
      "account" : "account"
    }, {
      "cluster" : "cluster",
      "partition" : "partition",
      "user" : "user",
      "account" : "account"
    } ],
    "default" : {
      "wckey" : "wckey",
      "account" : "account"
    },
    "administrator_level" : "administrator_level",
    "coordinators" : [ {
      "name" : "name",
      "direct" : 0
    }, {
      "name" : "name",
      "direct" : 0
    } ],
    "flags" : [ "flags", "flags" ],
    "name" : "name"
  }, {
    "associations" : [ {
      "cluster" : "cluster",
      "partition" : "partition",
      "user" : "user",
      "account" : "account"
    }, {
      "cluster" : "cluster",
      "partition" : "partition",
      "user" : "user",
      "account" : "account"
    } ],
    "default" : {
      "wckey" : "wckey",
      "account" : "account"
    },
    "administrator_level" : "administrator_level",
    "coordinators" : [ {
      "name" : "name",
      "direct" : 0
    }, {
      "name" : "name",
      "direct" : 0
    } ],
    "flags" : [ "flags", "flags" ],
    "name" : "name"
  } ]
}

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/x-yaml

Responses

200

slurmdbd configuration dbv0.0.38_config_info

default

Unable to dump config

Up
get /slurmdb/v0.0.38/job/{job_id}
Get job info (slurmdbV0038GetJob)
This endpoint may return multiple job entries since job_id is not a unique key - only the tuple (cluster, job_id, start_time) is unique. If the requested job_id is a component of a heterogeneous job all components are returned.

Path parameters

job_id (required)
Path Parameter — Slurm JobID default: null

Return type

Example data

Content-Type: application/json
{
  "meta" : {
    "Slurm" : {
      "release" : "release",
      "version" : {
        "major" : "major",
        "minor" : "minor",
        "micro" : "micro"
      }
    },
    "plugin" : {
      "name" : "name",
      "type" : "type"
    }
  },
  "jobs" : [ {
    "container" : "container",
    "cluster" : "cluster",
    "flags" : [ "flags", "flags" ],
    "association" : {
      "cluster" : "cluster",
      "partition" : "partition",
      "user" : "user",
      "account" : "account"
    },
    "allocation_nodes" : "allocation_nodes",
    "working_directory" : "working_directory",
    "constraints" : "constraints",
    "required" : {
      "memory" : 9,
      "CPUs" : 8
    },
    "partition" : "partition",
    "qos" : "qos",
    "array" : {
      "task" : "task",
      "job_id" : 6,
      "task_id" : 5,
      "limits" : {
        "max" : {
          "running" : {
            "tasks" : 1
          }
        }
      }
    },
    "het" : {
      "job_id" : 5,
      "job_offset" : 9
    },
    "reservation" : {
      "name" : 3,
      "id" : 6
    },
    "tres" : {
      "requested" : [ "{}", "{}" ],
      "allocated" : [ "{}", "{}" ]
    },
    "state" : {
      "reason" : "reason",
      "current" : "current"
    },
    "mcs" : {
      "label" : "label"
    },
    "group" : "group",
    "wckey" : {
      "wckey" : "wckey",
      "flags" : [ "flags", "flags" ]
    },
    "priority" : 6,
    "steps" : [ {
      "nodes" : {
        "count" : 6,
        "range" : "range"
      },
      "task" : "task",
      "exit_code" : {
        "return_code" : 1,
        "signal" : {
          "name" : "name",
          "signal_id" : 4
        },
        "status" : "status"
      },
      "kill_request_user" : "kill_request_user",
      "CPU" : {
        "governor" : [ "governor", "governor" ],
        "requested_frequency" : {
          "min" : 6,
          "max" : 3
        }
      },
      "pid" : "pid",
      "step" : {
        "job_id" : 0,
        "het" : {
          "component" : 7
        },
        "name" : "name",
        "id" : "id"
      },
      "tres" : {
        "consumed" : {
          "average" : [ "{}", "{}" ],
          "total" : [ "{}", "{}" ],
          "min" : [ "{}", "{}" ],
          "max" : [ "{}", "{}" ]
        },
        "requested" : {
          "average" : [ "{}", "{}" ],
          "total" : [ "{}", "{}" ],
          "min" : [ "{}", "{}" ],
          "max" : [ "{}", "{}" ]
        },
        "allocated" : [ "{}", "{}" ]
      },
      "time" : {
        "elapsed" : 6,
        "total" : {
          "seconds" : 1,
          "microseconds" : 1
        },
        "system" : {
          "seconds" : 4,
          "microseconds" : 7
        },
        "start" : 2,
        "end" : 1,
        "user" : {
          "seconds" : 1,
          "microseconds" : 6
        },
        "suspended" : 6
      },
      "state" : "state",
      "tasks" : {
        "count" : 5
      },
      "statistics" : {
        "CPU" : {
          "actual_frequency" : 3
        },
        "energy" : {
          "consumed" : 7
        }
      }
    }, {
      "nodes" : {
        "count" : 6,
        "range" : "range"
      },
      "task" : "task",
      "exit_code" : {
        "return_code" : 1,
        "signal" : {
          "name" : "name",
          "signal_id" : 4
        },
        "status" : "status"
      },
      "kill_request_user" : "kill_request_user",
      "CPU" : {
        "governor" : [ "governor", "governor" ],
        "requested_frequency" : {
          "min" : 6,
          "max" : 3
        }
      },
      "pid" : "pid",
      "step" : {
        "job_id" : 0,
        "het" : {
          "component" : 7
        },
        "name" : "name",
        "id" : "id"
      },
      "tres" : {
        "consumed" : {
          "average" : [ "{}", "{}" ],
          "total" : [ "{}", "{}" ],
          "min" : [ "{}", "{}" ],
          "max" : [ "{}", "{}" ]
        },
        "requested" : {
          "average" : [ "{}", "{}" ],
          "total" : [ "{}", "{}" ],
          "min" : [ "{}", "{}" ],
          "max" : [ "{}", "{}" ]
        },
        "allocated" : [ "{}", "{}" ]
      },
      "time" : {
        "elapsed" : 6,
        "total" : {
          "seconds" : 1,
          "microseconds" : 1
        },
        "system" : {
          "seconds" : 4,
          "microseconds" : 7
        },
        "start" : 2,
        "end" : 1,
        "user" : {
          "seconds" : 1,
          "microseconds" : 6
        },
        "suspended" : 6
      },
      "state" : "state",
      "tasks" : {
        "count" : 5
      },
      "statistics" : {
        "CPU" : {
          "actual_frequency" : 3
        },
        "energy" : {
          "consumed" : 7
        }
      }
    } ],
    "derived_exit_code" : {
      "return_code" : 1,
      "signal" : {
        "name" : "name",
        "signal_id" : 4
      },
      "status" : "status"
    },
    "nodes" : "nodes",
    "job_id" : 9,
    "exit_code" : {
      "return_code" : 1,
      "signal" : {
        "name" : "name",
        "signal_id" : 4
      },
      "status" : "status"
    },
    "name" : "name",
    "kill_request_user" : "kill_request_user",
    "comment" : {
      "administrator" : "administrator",
      "system" : "system",
      "job" : "job"
    },
    "time" : {
      "elapsed" : 5,
      "total" : {
        "seconds" : 1,
        "microseconds" : 1
      },
      "system" : {
        "seconds" : 4,
        "microseconds" : 7
      },
      "eligible" : 2,
      "start" : 9,
      "limit" : 7,
      "end" : 7,
      "submission" : 3,
      "user" : {
        "seconds" : 1,
        "microseconds" : 6
      },
      "suspended" : 2
    },
    "user" : "user",
    "account" : "account"
  }, {
    "container" : "container",
    "cluster" : "cluster",
    "flags" : [ "flags", "flags" ],
    "association" : {
      "cluster" : "cluster",
      "partition" : "partition",
      "user" : "user",
      "account" : "account"
    },
    "allocation_nodes" : "allocation_nodes",
    "working_directory" : "working_directory",
    "constraints" : "constraints",
    "required" : {
      "memory" : 9,
      "CPUs" : 8
    },
    "partition" : "partition",
    "qos" : "qos",
    "array" : {
      "task" : "task",
      "job_id" : 6,
      "task_id" : 5,
      "limits" : {
        "max" : {
          "running" : {
            "tasks" : 1
          }
        }
      }
    },
    "het" : {
      "job_id" : 5,
      "job_offset" : 9
    },
    "reservation" : {
      "name" : 3,
      "id" : 6
    },
    "tres" : {
      "requested" : [ "{}", "{}" ],
      "allocated" : [ "{}", "{}" ]
    },
    "state" : {
      "reason" : "reason",
      "current" : "current"
    },
    "mcs" : {
      "label" : "label"
    },
    "group" : "group",
    "wckey" : {
      "wckey" : "wckey",
      "flags" : [ "flags", "flags" ]
    },
    "priority" : 6,
    "steps" : [ {
      "nodes" : {
        "count" : 6,
        "range" : "range"
      },
      "task" : "task",
      "exit_code" : {
        "return_code" : 1,
        "signal" : {
          "name" : "name",
          "signal_id" : 4
        },
        "status" : "status"
      },
      "kill_request_user" : "kill_request_user",
      "CPU" : {
        "governor" : [ "governor", "governor" ],
        "requested_frequency" : {
          "min" : 6,
          "max" : 3
        }
      },
      "pid" : "pid",
      "step" : {
        "job_id" : 0,
        "het" : {
          "component" : 7
        },
        "name" : "name",
        "id" : "id"
      },
      "tres" : {
        "consumed" : {
          "average" : [ "{}", "{}" ],
          "total" : [ "{}", "{}" ],
          "min" : [ "{}", "{}" ],
          "max" : [ "{}", "{}" ]
        },
        "requested" : {
          "average" : [ "{}", "{}" ],
          "total" : [ "{}", "{}" ],
          "min" : [ "{}", "{}" ],
          "max" : [ "{}", "{}" ]
        },
        "allocated" : [ "{}", "{}" ]
      },
      "time" : {
        "elapsed" : 6,
        "total" : {
          "seconds" : 1,
          "microseconds" : 1
        },
        "system" : {
          "seconds" : 4,
          "microseconds" : 7
        },
        "start" : 2,
        "end" : 1,
        "user" : {
          "seconds" : 1,
          "microseconds" : 6
        },
        "suspended" : 6
      },
      "state" : "state",
      "tasks" : {
        "count" : 5
      },
      "statistics" : {
        "CPU" : {
          "actual_frequency" : 3
        },
        "energy" : {
          "consumed" : 7
        }
      }
    }, {
      "nodes" : {
        "count" : 6,
        "range" : "range"
      },
      "task" : "task",
      "exit_code" : {
        "return_code" : 1,
        "signal" : {
          "name" : "name",
          "signal_id" : 4
        },
        "status" : "status"
      },
      "kill_request_user" : "kill_request_user",
      "CPU" : {
        "governor" : [ "governor", "governor" ],
        "requested_frequency" : {
          "min" : 6,
          "max" : 3
        }
      },
      "pid" : "pid",
      "step" : {
        "job_id" : 0,
        "het" : {
          "component" : 7
        },
        "name" : "name",
        "id" : "id"
      },
      "tres" : {
        "consumed" : {
          "average" : [ "{}", "{}" ],
          "total" : [ "{}", "{}" ],
          "min" : [ "{}", "{}" ],
          "max" : [ "{}", "{}" ]
        },
        "requested" : {
          "average" : [ "{}", "{}" ],
          "total" : [ "{}", "{}" ],
          "min" : [ "{}", "{}" ],
          "max" : [ "{}", "{}" ]
        },
        "allocated" : [ "{}", "{}" ]
      },
      "time" : {
        "elapsed" : 6,
        "total" : {
          "seconds" : 1,
          "microseconds" : 1
        },
        "system" : {
          "seconds" : 4,
          "microseconds" : 7
        },
        "start" : 2,
        "end" : 1,
        "user" : {
          "seconds" : 1,
          "microseconds" : 6
        },
        "suspended" : 6
      },
      "state" : "state",
      "tasks" : {
        "count" : 5
      },
      "statistics" : {
        "CPU" : {
          "actual_frequency" : 3
        },
        "energy" : {
          "consumed" : 7
        }
      }
    } ],
    "derived_exit_code" : {
      "return_code" : 1,
      "signal" : {
        "name" : "name",
        "signal_id" : 4
      },
      "status" : "status"
    },
    "nodes" : "nodes",
    "job_id" : 9,
    "exit_code" : {
      "return_code" : 1,
      "signal" : {
        "name" : "name",
        "signal_id" : 4
      },
      "status" : "status"
    },
    "name" : "name",
    "kill_request_user" : "kill_request_user",
    "comment" : {
      "administrator" : "administrator",
      "system" : "system",
      "job" : "job"
    },
    "time" : {
      "elapsed" : 5,
      "total" : {
        "seconds" : 1,
        "microseconds" : 1
      },
      "system" : {
        "seconds" : 4,
        "microseconds" : 7
      },
      "eligible" : 2,
      "start" : 9,
      "limit" : 7,
      "end" : 7,
      "submission" : 3,
      "user" : {
        "seconds" : 1,
        "microseconds" : 6
      },
      "suspended" : 2
    },
    "user" : "user",
    "account" : "account"
  } ],
  "errors" : [ {
    "description" : "description",
    "source" : "source",
    "error" : "error",
    "error_number" : 0
  }, {
    "description" : "description",
    "source" : "source",
    "error" : "error",
    "error_number" : 0
  } ]
}

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/x-yaml

Responses

200

Job description dbv0.0.38_job_info

default

Unable to find job

Up
get /slurmdb/v0.0.38/jobs
Get job list (slurmdbV0038GetJobs)

Query parameters

submit_time (optional)
Query Parameter — Filter by submission time Accepted formats: HH:MM[:SS] [AM|PM] MMDD[YY] or MM/DD[/YY] or MM.DD[.YY] MM/DD[/YY]-HH:MM[:SS] YYYY-MM-DD[THH:MM[:SS]] default: null
start_time (optional)
Query Parameter — Filter by start time Accepted formats: HH:MM[:SS] [AM|PM] MMDD[YY] or MM/DD[/YY] or MM.DD[.YY] MM/DD[/YY]-HH:MM[:SS] YYYY-MM-DD[THH:MM[:SS]] default: null
end_time (optional)
Query Parameter — Filter by end time Accepted formats: HH:MM[:SS] [AM|PM] MMDD[YY] or MM/DD[/YY] or MM.DD[.YY] MM/DD[/YY]-HH:MM[:SS] YYYY-MM-DD[THH:MM[:SS]] default: null
account (optional)
Query Parameter — Comma delimited list of accounts to match default: null
association (optional)
Query Parameter — Comma delimited list of associations to match default: null
cluster (optional)
Query Parameter — Comma delimited list of cluster to match default: null
constraints (optional)
Query Parameter — Comma delimited list of constraints to match default: null
cpus_max (optional)
Query Parameter — Number of CPUs high range default: null
cpus_min (optional)
Query Parameter — Number of CPUs low range default: null
skip_steps (optional)
Query Parameter — Report job step information default: null
disable_wait_for_result (optional)
Query Parameter — Disable waiting for result from slurmdbd default: null
exit_code (optional)
Query Parameter — Exit code of job default: null
format (optional)
Query Parameter — Comma delimited list of formats to match default: null
group (optional)
Query Parameter — Comma delimited list of groups to match default: null
job_name (optional)
Query Parameter — Comma delimited list of job names to match default: null
nodes_max (optional)
Query Parameter — Number of nodes high range default: null
nodes_min (optional)
Query Parameter — Number of nodes low range default: null
partition (optional)
Query Parameter — Comma delimited list of partitions to match default: null
qos (optional)
Query Parameter — Comma delimited list of QOS to match default: null
reason (optional)
Query Parameter — Comma delimited list of job reasons to match default: null
reservation (optional)
Query Parameter — Comma delimited list of reservations to match default: null
state (optional)
Query Parameter — Comma delimited list of states to match default: null
step (optional)
Query Parameter — Comma delimited list of job steps to match default: null
node (optional)
Query Parameter — Comma delimited list of used nodes to match default: null
wckey (optional)
Query Parameter — Comma delimited list of wckeys to match default: null

Return type

Example data

Content-Type: application/json
{
  "meta" : {
    "Slurm" : {
      "release" : "release",
      "version" : {
        "major" : "major",
        "minor" : "minor",
        "micro" : "micro"
      }
    },
    "plugin" : {
      "name" : "name",
      "type" : "type"
    }
  },
  "jobs" : [ {
    "container" : "container",
    "cluster" : "cluster",
    "flags" : [ "flags", "flags" ],
    "association" : {
      "cluster" : "cluster",
      "partition" : "partition",
      "user" : "user",
      "account" : "account"
    },
    "allocation_nodes" : "allocation_nodes",
    "working_directory" : "working_directory",
    "constraints" : "constraints",
    "required" : {
      "memory" : 9,
      "CPUs" : 8
    },
    "partition" : "partition",
    "qos" : "qos",
    "array" : {
      "task" : "task",
      "job_id" : 6,
      "task_id" : 5,
      "limits" : {
        "max" : {
          "running" : {
            "tasks" : 1
          }
        }
      }
    },
    "het" : {
      "job_id" : 5,
      "job_offset" : 9
    },
    "reservation" : {
      "name" : 3,
      "id" : 6
    },
    "tres" : {
      "requested" : [ "{}", "{}" ],
      "allocated" : [ "{}", "{}" ]
    },
    "state" : {
      "reason" : "reason",
      "current" : "current"
    },
    "mcs" : {
      "label" : "label"
    },
    "group" : "group",
    "wckey" : {
      "wckey" : "wckey",
      "flags" : [ "flags", "flags" ]
    },
    "priority" : 6,
    "steps" : [ {
      "nodes" : {
        "count" : 6,
        "range" : "range"
      },
      "task" : "task",
      "exit_code" : {
        "return_code" : 1,
        "signal" : {
          "name" : "name",
          "signal_id" : 4
        },
        "status" : "status"
      },
      "kill_request_user" : "kill_request_user",
      "CPU" : {
        "governor" : [ "governor", "governor" ],
        "requested_frequency" : {
          "min" : 6,
          "max" : 3
        }
      },
      "pid" : "pid",
      "step" : {
        "job_id" : 0,
        "het" : {
          "component" : 7
        },
        "name" : "name",
        "id" : "id"
      },
      "tres" : {
        "consumed" : {
          "average" : [ "{}", "{}" ],
          "total" : [ "{}", "{}" ],
          "min" : [ "{}", "{}" ],
          "max" : [ "{}", "{}" ]
        },
        "requested" : {
          "average" : [ "{}", "{}" ],
          "total" : [ "{}", "{}" ],
          "min" : [ "{}", "{}" ],
          "max" : [ "{}", "{}" ]
        },
        "allocated" : [ "{}", "{}" ]
      },
      "time" : {
        "elapsed" : 6,
        "total" : {
          "seconds" : 1,
          "microseconds" : 1
        },
        "system" : {
          "seconds" : 4,
          "microseconds" : 7
        },
        "start" : 2,
        "end" : 1,
        "user" : {
          "seconds" : 1,
          "microseconds" : 6
        },
        "suspended" : 6
      },
      "state" : "state",
      "tasks" : {
        "count" : 5
      },
      "statistics" : {
        "CPU" : {
          "actual_frequency" : 3
        },
        "energy" : {
          "consumed" : 7
        }
      }
    }, {
      "nodes" : {
        "count" : 6,
        "range" : "range"
      },
      "task" : "task",
      "exit_code" : {
        "return_code" : 1,
        "signal" : {
          "name" : "name",
          "signal_id" : 4
        },
        "status" : "status"
      },
      "kill_request_user" : "kill_request_user",
      "CPU" : {
        "governor" : [ "governor", "governor" ],
        "requested_frequency" : {
          "min" : 6,
          "max" : 3
        }
      },
      "pid" : "pid",
      "step" : {
        "job_id" : 0,
        "het" : {
          "component" : 7
        },
        "name" : "name",
        "id" : "id"
      },
      "tres" : {
        "consumed" : {
          "average" : [ "{}", "{}" ],
          "total" : [ "{}", "{}" ],
          "min" : [ "{}", "{}" ],
          "max" : [ "{}", "{}" ]
        },
        "requested" : {
          "average" : [ "{}", "{}" ],
          "total" : [ "{}", "{}" ],
          "min" : [ "{}", "{}" ],
          "max" : [ "{}", "{}" ]
        },
        "allocated" : [ "{}", "{}" ]
      },
      "time" : {
        "elapsed" : 6,
        "total" : {
          "seconds" : 1,
          "microseconds" : 1
        },
        "system" : {
          "seconds" : 4,
          "microseconds" : 7
        },
        "start" : 2,
        "end" : 1,
        "user" : {
          "seconds" : 1,
          "microseconds" : 6
        },
        "suspended" : 6
      },
      "state" : "state",
      "tasks" : {
        "count" : 5
      },
      "statistics" : {
        "CPU" : {
          "actual_frequency" : 3
        },
        "energy" : {
          "consumed" : 7
        }
      }
    } ],
    "derived_exit_code" : {
      "return_code" : 1,
      "signal" : {
        "name" : "name",
        "signal_id" : 4
      },
      "status" : "status"
    },
    "nodes" : "nodes",
    "job_id" : 9,
    "exit_code" : {
      "return_code" : 1,
      "signal" : {
        "name" : "name",
        "signal_id" : 4
      },
      "status" : "status"
    },
    "name" : "name",
    "kill_request_user" : "kill_request_user",
    "comment" : {
      "administrator" : "administrator",
      "system" : "system",
      "job" : "job"
    },
    "time" : {
      "elapsed" : 5,
      "total" : {
        "seconds" : 1,
        "microseconds" : 1
      },
      "system" : {
        "seconds" : 4,
        "microseconds" : 7
      },
      "eligible" : 2,
      "start" : 9,
      "limit" : 7,
      "end" : 7,
      "submission" : 3,
      "user" : {
        "seconds" : 1,
        "microseconds" : 6
      },
      "suspended" : 2
    },
    "user" : "user",
    "account" : "account"
  }, {
    "container" : "container",
    "cluster" : "cluster",
    "flags" : [ "flags", "flags" ],
    "association" : {
      "cluster" : "cluster",
      "partition" : "partition",
      "user" : "user",
      "account" : "account"
    },
    "allocation_nodes" : "allocation_nodes",
    "working_directory" : "working_directory",
    "constraints" : "constraints",
    "required" : {
      "memory" : 9,
      "CPUs" : 8
    },
    "partition" : "partition",
    "qos" : "qos",
    "array" : {
      "task" : "task",
      "job_id" : 6,
      "task_id" : 5,
      "limits" : {
        "max" : {
          "running" : {
            "tasks" : 1
          }
        }
      }
    },
    "het" : {
      "job_id" : 5,
      "job_offset" : 9
    },
    "reservation" : {
      "name" : 3,
      "id" : 6
    },
    "tres" : {
      "requested" : [ "{}", "{}" ],
      "allocated" : [ "{}", "{}" ]
    },
    "state" : {
      "reason" : "reason",
      "current" : "current"
    },
    "mcs" : {
      "label" : "label"
    },
    "group" : "group",
    "wckey" : {
      "wckey" : "wckey",
      "flags" : [ "flags", "flags" ]
    },
    "priority" : 6,
    "steps" : [ {
      "nodes" : {
        "count" : 6,
        "range" : "range"
      },
      "task" : "task",
      "exit_code" : {
        "return_code" : 1,
        "signal" : {
          "name" : "name",
          "signal_id" : 4
        },
        "status" : "status"
      },
      "kill_request_user" : "kill_request_user",
      "CPU" : {
        "governor" : [ "governor", "governor" ],
        "requested_frequency" : {
          "min" : 6,
          "max" : 3
        }
      },
      "pid" : "pid",
      "step" : {
        "job_id" : 0,
        "het" : {
          "component" : 7
        },
        "name" : "name",
        "id" : "id"
      },
      "tres" : {
        "consumed" : {
          "average" : [ "{}", "{}" ],
          "total" : [ "{}", "{}" ],
          "min" : [ "{}", "{}" ],
          "max" : [ "{}", "{}" ]
        },
        "requested" : {
          "average" : [ "{}", "{}" ],
          "total" : [ "{}", "{}" ],
          "min" : [ "{}", "{}" ],
          "max" : [ "{}", "{}" ]
        },
        "allocated" : [ "{}", "{}" ]
      },
      "time" : {
        "elapsed" : 6,
        "total" : {
          "seconds" : 1,
          "microseconds" : 1
        },
        "system" : {
          "seconds" : 4,
          "microseconds" : 7
        },
        "start" : 2,
        "end" : 1,
        "user" : {
          "seconds" : 1,
          "microseconds" : 6
        },
        "suspended" : 6
      },
      "state" : "state",
      "tasks" : {
        "count" : 5
      },
      "statistics" : {
        "CPU" : {
          "actual_frequency" : 3
        },
        "energy" : {
          "consumed" : 7
        }
      }
    }, {
      "nodes" : {
        "count" : 6,
        "range" : "range"
      },
      "task" : "task",
      "exit_code" : {
        "return_code" : 1,
        "signal" : {
          "name" : "name",
          "signal_id" : 4
        },
        "status" : "status"
      },
      "kill_request_user" : "kill_request_user",
      "CPU" : {
        "governor" : [ "governor", "governor" ],
        "requested_frequency" : {
          "min" : 6,
          "max" : 3
        }
      },
      "pid" : "pid",
      "step" : {
        "job_id" : 0,
        "het" : {
          "component" : 7
        },
        "name" : "name",
        "id" : "id"
      },
      "tres" : {
        "consumed" : {
          "average" : [ "{}", "{}" ],
          "total" : [ "{}", "{}" ],
          "min" : [ "{}", "{}" ],
          "max" : [ "{}", "{}" ]
        },
        "requested" : {
          "average" : [ "{}", "{}" ],
          "total" : [ "{}", "{}" ],
          "min" : [ "{}", "{}" ],
          "max" : [ "{}", "{}" ]
        },
        "allocated" : [ "{}", "{}" ]
      },
      "time" : {
        "elapsed" : 6,
        "total" : {
          "seconds" : 1,
          "microseconds" : 1
        },
        "system" : {
          "seconds" : 4,
          "microseconds" : 7
        },
        "start" : 2,
        "end" : 1,
        "user" : {
          "seconds" : 1,
          "microseconds" : 6
        },
        "suspended" : 6
      },
      "state" : "state",
      "tasks" : {
        "count" : 5
      },
      "statistics" : {
        "CPU" : {
          "actual_frequency" : 3
        },
        "energy" : {
          "consumed" : 7
        }
      }
    } ],
    "derived_exit_code" : {
      "return_code" : 1,
      "signal" : {
        "name" : "name",
        "signal_id" : 4
      },
      "status" : "status"
    },
    "nodes" : "nodes",
    "job_id" : 9,
    "exit_code" : {
      "return_code" : 1,
      "signal" : {
        "name" : "name",
        "signal_id" : 4
      },
      "status" : "status"
    },
    "name" : "name",
    "kill_request_user" : "kill_request_user",
    "comment" : {
      "administrator" : "administrator",
      "system" : "system",
      "job" : "job"
    },
    "time" : {
      "elapsed" : 5,
      "total" : {
        "seconds" : 1,
        "microseconds" : 1
      },
      "system" : {
        "seconds" : 4,
        "microseconds" : 7
      },
      "eligible" : 2,
      "start" : 9,
      "limit" : 7,
      "end" : 7,
      "submission" : 3,
      "user" : {
        "seconds" : 1,
        "microseconds" : 6
      },
      "suspended" : 2
    },
    "user" : "user",
    "account" : "account"
  } ],
  "errors" : [ {
    "description" : "description",
    "source" : "source",
    "error" : "error",
    "error_number" : 0
  }, {
    "description" : "description",
    "source" : "source",
    "error" : "error",
    "error_number" : 0
  } ]
}

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/x-yaml

Responses

200

List of jobs dbv0.0.38_job_info

default

Unable to query jobs

Up
get /slurmdb/v0.0.38/qos
Get QOS list (slurmdbV0038GetQos)

Query parameters

with_deleted (optional)
Query Parameter — Include deleted QOSs. False by default. default: null

Return type

Example data

Content-Type: application/json
{
  "qos" : [ {
    "flags" : [ "flags", "flags" ],
    "usage_threshold" : 6.965117697638846,
    "name" : "name",
    "description" : "description",
    "usage_factor" : 3.5571952270680973,
    "id" : "id",
    "priority" : 6,
    "limits" : {
      "min" : {
        "priority_threshold" : 8,
        "tres" : {
          "per" : {
            "job" : [ "{}", "{}" ]
          }
        }
      },
      "max" : {
        "jobs" : {
          "active_jobs" : {
            "per" : {
              "user" : 9,
              "account" : 5
            }
          }
        },
        "accruing" : {
          "per" : {
            "user" : 6,
            "account" : 9
          }
        },
        "wall_clock" : {
          "per" : {
            "qos" : 1,
            "job" : 4
          }
        },
        "tres" : {
          "minutes" : {
            "per" : {
              "qos" : [ "{}", "{}" ],
              "job" : [ "{}", "{}" ],
              "user" : [ "{}", "{}" ],
              "account" : [ "{}", "{}" ]
            }
          },
          "per" : {
            "node" : [ "{}", "{}" ],
            "job" : [ "{}", "{}" ],
            "user" : [ "{}", "{}" ],
            "account" : [ "{}", "{}" ]
          }
        }
      },
      "factor" : 7.457744773683766
    },
    "preempt" : {
      "mode" : [ "mode", "mode" ],
      "exempt_time" : 9,
      "list" : [ "list", "list" ]
    }
  }, {
    "flags" : [ "flags", "flags" ],
    "usage_threshold" : 6.965117697638846,
    "name" : "name",
    "description" : "description",
    "usage_factor" : 3.5571952270680973,
    "id" : "id",
    "priority" : 6,
    "limits" : {
      "min" : {
        "priority_threshold" : 8,
        "tres" : {
          "per" : {
            "job" : [ "{}", "{}" ]
          }
        }
      },
      "max" : {
        "jobs" : {
          "active_jobs" : {
            "per" : {
              "user" : 9,
              "account" : 5
            }
          }
        },
        "accruing" : {
          "per" : {
            "user" : 6,
            "account" : 9
          }
        },
        "wall_clock" : {
          "per" : {
            "qos" : 1,
            "job" : 4
          }
        },
        "tres" : {
          "minutes" : {
            "per" : {
              "qos" : [ "{}", "{}" ],
              "job" : [ "{}", "{}" ],
              "user" : [ "{}", "{}" ],
              "account" : [ "{}", "{}" ]
            }
          },
          "per" : {
            "node" : [ "{}", "{}" ],
            "job" : [ "{}", "{}" ],
            "user" : [ "{}", "{}" ],
            "account" : [ "{}", "{}" ]
          }
        }
      },
      "factor" : 7.457744773683766
    },
    "preempt" : {
      "mode" : [ "mode", "mode" ],
      "exempt_time" : 9,
      "list" : [ "list", "list" ]
    }
  } ],
  "meta" : {
    "Slurm" : {
      "release" : "release",
      "version" : {
        "major" : "major",
        "minor" : "minor",
        "micro" : "micro"
      }
    },
    "plugin" : {
      "name" : "name",
      "type" : "type"
    }
  },
  "errors" : [ {
    "description" : "description",
    "source" : "source",
    "error" : "error",
    "error_number" : 0
  }, {
    "description" : "description",
    "source" : "source",
    "error" : "error",
    "error_number" : 0
  } ]
}

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/x-yaml

Responses

200

List of QOS' dbv0.0.38_qos_info

default

QOS not found

Up
get /slurmdb/v0.0.38/qos/{qos_name}
Get QOS info (slurmdbV0038GetSingleQos)

Path parameters

qos_name (required)
Path Parameter — Slurm QOS Name default: null

Query parameters

with_deleted (optional)
Query Parameter — Include deleted QOSs. False by default. default: null

Return type

Example data

Content-Type: application/json
{
  "qos" : [ {
    "flags" : [ "flags", "flags" ],
    "usage_threshold" : 6.965117697638846,
    "name" : "name",
    "description" : "description",
    "usage_factor" : 3.5571952270680973,
    "id" : "id",
    "priority" : 6,
    "limits" : {
      "min" : {
        "priority_threshold" : 8,
        "tres" : {
          "per" : {
            "job" : [ "{}", "{}" ]
          }
        }
      },
      "max" : {
        "jobs" : {
          "active_jobs" : {
            "per" : {
              "user" : 9,
              "account" : 5
            }
          }
        },
        "accruing" : {
          "per" : {
            "user" : 6,
            "account" : 9
          }
        },
        "wall_clock" : {
          "per" : {
            "qos" : 1,
            "job" : 4
          }
        },
        "tres" : {
          "minutes" : {
            "per" : {
              "qos" : [ "{}", "{}" ],
              "job" : [ "{}", "{}" ],
              "user" : [ "{}", "{}" ],
              "account" : [ "{}", "{}" ]
            }
          },
          "per" : {
            "node" : [ "{}", "{}" ],
            "job" : [ "{}", "{}" ],
            "user" : [ "{}", "{}" ],
            "account" : [ "{}", "{}" ]
          }
        }
      },
      "factor" : 7.457744773683766
    },
    "preempt" : {
      "mode" : [ "mode", "mode" ],
      "exempt_time" : 9,
      "list" : [ "list", "list" ]
    }
  }, {
    "flags" : [ "flags", "flags" ],
    "usage_threshold" : 6.965117697638846,
    "name" : "name",
    "description" : "description",
    "usage_factor" : 3.5571952270680973,
    "id" : "id",
    "priority" : 6,
    "limits" : {
      "min" : {
        "priority_threshold" : 8,
        "tres" : {
          "per" : {
            "job" : [ "{}", "{}" ]
          }
        }
      },
      "max" : {
        "jobs" : {
          "active_jobs" : {
            "per" : {
              "user" : 9,
              "account" : 5
            }
          }
        },
        "accruing" : {
          "per" : {
            "user" : 6,
            "account" : 9
          }
        },
        "wall_clock" : {
          "per" : {
            "qos" : 1,
            "job" : 4
          }
        },
        "tres" : {
          "minutes" : {
            "per" : {
              "qos" : [ "{}", "{}" ],
              "job" : [ "{}", "{}" ],
              "user" : [ "{}", "{}" ],
              "account" : [ "{}", "{}" ]
            }
          },
          "per" : {
            "node" : [ "{}", "{}" ],
            "job" : [ "{}", "{}" ],
            "user" : [ "{}", "{}" ],
            "account" : [ "{}", "{}" ]
          }
        }
      },
      "factor" : 7.457744773683766
    },
    "preempt" : {
      "mode" : [ "mode", "mode" ],
      "exempt_time" : 9,
      "list" : [ "list", "list" ]
    }
  } ],
  "meta" : {
    "Slurm" : {
      "release" : "release",
      "version" : {
        "major" : "major",
        "minor" : "minor",
        "micro" : "micro"
      }
    },
    "plugin" : {
      "name" : "name",
      "type" : "type"
    }
  },
  "errors" : [ {
    "description" : "description",
    "source" : "source",
    "error" : "error",
    "error_number" : 0
  }, {
    "description" : "description",
    "source" : "source",
    "error" : "error",
    "error_number" : 0
  } ]
}

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/x-yaml

Responses

200

QOS information dbv0.0.38_qos_info

default

QOS not found

Up
get /slurmdb/v0.0.38/tres
Get TRES info (slurmdbV0038GetTres)

Return type

Example data

Content-Type: application/json
{
  "meta" : {
    "Slurm" : {
      "release" : "release",
      "version" : {
        "major" : "major",
        "minor" : "minor",
        "micro" : "micro"
      }
    },
    "plugin" : {
      "name" : "name",
      "type" : "type"
    }
  },
  "tres" : "{}",
  "errors" : [ {
    "description" : "description",
    "source" : "source",
    "error" : "error",
    "error_number" : 0
  }, {
    "description" : "description",
    "source" : "source",
    "error" : "error",
    "error_number" : 0
  } ]
}

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/x-yaml

Responses

200

List of TRES dbv0.0.38_tres_info

default

Unable to retrieve TRES

Up
get /slurmdb/v0.0.38/user/{user_name}
Get user info (slurmdbV0038GetUser)

Path parameters

user_name (required)
Path Parameter — Slurm User Name default: null

Query parameters

with_deleted (optional)
Query Parameter — Include deleted users. False by default. default: null

Return type

Example data

Content-Type: application/json
{
  "meta" : {
    "Slurm" : {
      "release" : "release",
      "version" : {
        "major" : "major",
        "minor" : "minor",
        "micro" : "micro"
      }
    },
    "plugin" : {
      "name" : "name",
      "type" : "type"
    }
  },
  "errors" : [ {
    "description" : "description",
    "source" : "source",
    "error" : "error",
    "error_number" : 0
  }, {
    "description" : "description",
    "source" : "source",
    "error" : "error",
    "error_number" : 0
  } ],
  "users" : [ {
    "associations" : [ {
      "cluster" : "cluster",
      "partition" : "partition",
      "user" : "user",
      "account" : "account"
    }, {
      "cluster" : "cluster",
      "partition" : "partition",
      "user" : "user",
      "account" : "account"
    } ],
    "default" : {
      "wckey" : "wckey",
      "account" : "account"
    },
    "administrator_level" : "administrator_level",
    "coordinators" : [ {
      "name" : "name",
      "direct" : 0
    }, {
      "name" : "name",
      "direct" : 0
    } ],
    "flags" : [ "flags", "flags" ],
    "name" : "name"
  }, {
    "associations" : [ {
      "cluster" : "cluster",
      "partition" : "partition",
      "user" : "user",
      "account" : "account"
    }, {
      "cluster" : "cluster",
      "partition" : "partition",
      "user" : "user",
      "account" : "account"
    } ],
    "default" : {
      "wckey" : "wckey",
      "account" : "account"
    },
    "administrator_level" : "administrator_level",
    "coordinators" : [ {
      "name" : "name",
      "direct" : 0
    }, {
      "name" : "name",
      "direct" : 0
    } ],
    "flags" : [ "flags", "flags" ],
    "name" : "name"
  } ]
}

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/x-yaml

Responses

200

List of users dbv0.0.38_user_info

default

User not found

Up
get /slurmdb/v0.0.38/users
Get user list (slurmdbV0038GetUsers)

Query parameters

with_deleted (optional)
Query Parameter — Include deleted users. False by default. default: null

Return type

Example data

Content-Type: application/json
{
  "meta" : {
    "Slurm" : {
      "release" : "release",
      "version" : {
        "major" : "major",
        "minor" : "minor",
        "micro" : "micro"
      }
    },
    "plugin" : {
      "name" : "name",
      "type" : "type"
    }
  },
  "errors" : [ {
    "description" : "description",
    "source" : "source",
    "error" : "error",
    "error_number" : 0
  }, {
    "description" : "description",
    "source" : "source",
    "error" : "error",
    "error_number" : 0
  } ],
  "users" : [ {
    "associations" : [ {
      "cluster" : "cluster",
      "partition" : "partition",
      "user" : "user",
      "account" : "account"
    }, {
      "cluster" : "cluster",
      "partition" : "partition",
      "user" : "user",
      "account" : "account"
    } ],
    "default" : {
      "wckey" : "wckey",
      "account" : "account"
    },
    "administrator_level" : "administrator_level",
    "coordinators" : [ {
      "name" : "name",
      "direct" : 0
    }, {
      "name" : "name",
      "direct" : 0
    } ],
    "flags" : [ "flags", "flags" ],
    "name" : "name"
  }, {
    "associations" : [ {
      "cluster" : "cluster",
      "partition" : "partition",
      "user" : "user",
      "account" : "account"
    }, {
      "cluster" : "cluster",
      "partition" : "partition",
      "user" : "user",
      "account" : "account"
    } ],
    "default" : {
      "wckey" : "wckey",
      "account" : "account"
    },
    "administrator_level" : "administrator_level",
    "coordinators" : [ {
      "name" : "name",
      "direct" : 0
    }, {
      "name" : "name",
      "direct" : 0
    } ],
    "flags" : [ "flags", "flags" ],
    "name" : "name"
  } ]
}

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/x-yaml

Responses

200

List of users dbv0.0.38_user_info

default

User not found

Up
get /slurmdb/v0.0.38/wckey/{wckey}
Get wckey info (slurmdbV0038GetWckey)

Path parameters

wckey (required)
Path Parameter — Slurm wckey name default: null

Return type

Example data

Content-Type: application/json
{
  "wckeys" : [ {
    "cluster" : "cluster",
    "name" : "name",
    "flags" : [ "flags", "flags" ],
    "accounts" : [ "accounts", "accounts" ],
    "id" : 1,
    "user" : "user"
  }, {
    "cluster" : "cluster",
    "name" : "name",
    "flags" : [ "flags", "flags" ],
    "accounts" : [ "accounts", "accounts" ],
    "id" : 1,
    "user" : "user"
  } ],
  "meta" : {
    "Slurm" : {
      "release" : "release",
      "version" : {
        "major" : "major",
        "minor" : "minor",
        "micro" : "micro"
      }
    },
    "plugin" : {
      "name" : "name",
      "type" : "type"
    }
  },
  "errors" : [ {
    "description" : "description",
    "source" : "source",
    "error" : "error",
    "error_number" : 0
  }, {
    "description" : "description",
    "source" : "source",
    "error" : "error",
    "error_number" : 0
  } ]
}

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/x-yaml

Responses

200

List of wckey dbv0.0.38_wckey_info

default

wckey not found

Up
get /slurmdb/v0.0.38/wckeys
Get wckey list (slurmdbV0038GetWckeys)

Return type

Example data

Content-Type: application/json
{
  "wckeys" : [ {
    "cluster" : "cluster",
    "name" : "name",
    "flags" : [ "flags", "flags" ],
    "accounts" : [ "accounts", "accounts" ],
    "id" : 1,
    "user" : "user"
  }, {
    "cluster" : "cluster",
    "name" : "name",
    "flags" : [ "flags", "flags" ],
    "accounts" : [ "accounts", "accounts" ],
    "id" : 1,
    "user" : "user"
  } ],
  "meta" : {
    "Slurm" : {
      "release" : "release",
      "version" : {
        "major" : "major",
        "minor" : "minor",
        "micro" : "micro"
      }
    },
    "plugin" : {
      "name" : "name",
      "type" : "type"
    }
  },
  "errors" : [ {
    "description" : "description",
    "source" : "source",
    "error" : "error",
    "error_number" : 0
  }, {
    "description" : "description",
    "source" : "source",
    "error" : "error",
    "error_number" : 0
  } ]
}

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/x-yaml

Responses

200

List of wckeys dbv0.0.38_wckey_info

default

wckey not found

Up
post /slurmdb/v0.0.38/config
Load all configuration information (slurmdbV0038SetConfig)

Return type

Example data

Content-Type: application/json
{
  "meta" : {
    "Slurm" : {
      "release" : "release",
      "version" : {
        "major" : "major",
        "minor" : "minor",
        "micro" : "micro"
      }
    },
    "plugin" : {
      "name" : "name",
      "type" : "type"
    }
  },
  "errors" : [ {
    "description" : "description",
    "source" : "source",
    "error" : "error",
    "error_number" : 0
  }, {
    "description" : "description",
    "source" : "source",
    "error" : "error",
    "error_number" : 0
  } ]
}

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/x-yaml

Responses

200

Load config dbv0.0.38_config_response

default

Unable to set config

Up
post /slurmdb/v0.0.38/accounts
Update accounts (slurmdbV0038UpdateAccount)

Consumes

This API call consumes the following media types via the Content-Type request header:
  • application/json
  • application/x-yaml

Request body

dbv0.0.38_update_account dbv0.0.38_update_account (required)
Body Parameter

Return type

Example data

Content-Type: application/json
{
  "meta" : {
    "Slurm" : {
      "release" : "release",
      "version" : {
        "major" : "major",
        "minor" : "minor",
        "micro" : "micro"
      }
    },
    "plugin" : {
      "name" : "name",
      "type" : "type"
    }
  },
  "errors" : [ {
    "description" : "description",
    "source" : "source",
    "error" : "error",
    "error_number" : 0
  }, {
    "description" : "description",
    "source" : "source",
    "error" : "error",
    "error_number" : 0
  } ]
}

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/x-yaml

Responses

200

Add/update list of accounts dbv0.0.38_account_response

default

Unable to add or update accounts

Up
post /slurmdb/v0.0.38/associations
Set associations info (slurmdbV0038UpdateAssociations)

Return type

Example data

Content-Type: application/json
{
  "meta" : {
    "Slurm" : {
      "release" : "release",
      "version" : {
        "major" : "major",
        "minor" : "minor",
        "micro" : "micro"
      }
    },
    "plugin" : {
      "name" : "name",
      "type" : "type"
    }
  },
  "errors" : [ {
    "description" : "description",
    "source" : "source",
    "error" : "error",
    "error_number" : 0
  }, {
    "description" : "description",
    "source" : "source",
    "error" : "error",
    "error_number" : 0
  } ]
}

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/x-yaml

Responses

200

status of associations update dbv0.0.38_response_associations

default

Unable to update associations

Up
post /slurmdb/v0.0.38/qos
Set QOS info (slurmdbV0038UpdateQos)

Consumes

This API call consumes the following media types via the Content-Type request header:
  • application/json
  • application/x-yaml

Request body

dbv0.0.38_update_qos dbv0.0.38_update_qos (required)
Body Parameter

Return type

Example data

Content-Type: application/json
{
  "meta" : {
    "Slurm" : {
      "release" : "release",
      "version" : {
        "major" : "major",
        "minor" : "minor",
        "micro" : "micro"
      }
    },
    "plugin" : {
      "name" : "name",
      "type" : "type"
    }
  },
  "errors" : [ {
    "description" : "description",
    "source" : "source",
    "error" : "error",
    "error_number" : 0
  }, {
    "description" : "description",
    "source" : "source",
    "error" : "error",
    "error_number" : 0
  } ]
}

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/x-yaml

Responses

200

QOS update response dbv0.0.38_response_qos

default

Unable to update QOSs

Up
post /slurmdb/v0.0.38/tres
Set TRES info (slurmdbV0038UpdateTres)

Return type

Example data

Content-Type: application/json
{
  "meta" : {
    "Slurm" : {
      "release" : "release",
      "version" : {
        "major" : "major",
        "minor" : "minor",
        "micro" : "micro"
      }
    },
    "plugin" : {
      "name" : "name",
      "type" : "type"
    }
  },
  "errors" : [ {
    "description" : "description",
    "source" : "source",
    "error" : "error",
    "error_number" : 0
  }, {
    "description" : "description",
    "source" : "source",
    "error" : "error",
    "error_number" : 0
  } ]
}

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/x-yaml

Responses

200

List of TRES dbv0.0.38_response_tres

default

Unable to update TRES

Up
post /slurmdb/v0.0.38/users
Update user (slurmdbV0038UpdateUsers)

Consumes

This API call consumes the following media types via the Content-Type request header:
  • application/json
  • application/x-yaml

Request body

dbv0.0.38_update_users dbv0.0.38_update_users (required)
Body Parameter

Return type

Example data

Content-Type: application/json
{
  "meta" : {
    "Slurm" : {
      "release" : "release",
      "version" : {
        "major" : "major",
        "minor" : "minor",
        "micro" : "micro"
      }
    },
    "plugin" : {
      "name" : "name",
      "type" : "type"
    }
  },
  "errors" : [ {
    "description" : "description",
    "source" : "source",
    "error" : "error",
    "error_number" : 0
  }, {
    "description" : "description",
    "source" : "source",
    "error" : "error",
    "error_number" : 0
  } ]
}

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/x-yaml

Responses

200

Update users dbv0.0.38_response_user_update

default

User not found or not able to update user

Models

[ Jump to Methods ]

Table of Contents

  1. dbv0.0.38_account -
  2. dbv0.0.38_account_info -
  3. dbv0.0.38_account_response -
  4. dbv0.0.38_association -
  5. dbv0.0.38_association_short_info -
  6. dbv0.0.38_associations_info -
  7. dbv0.0.38_cluster_info -
  8. dbv0.0.38_clusters_properties -
  9. dbv0.0.38_config_info -
  10. dbv0.0.38_config_response -
  11. dbv0.0.38_coordinator_info -
  12. dbv0.0.38_diag -
  13. dbv0.0.38_error -
  14. dbv0.0.38_job -
  15. dbv0.0.38_job_exit_code -
  16. dbv0.0.38_job_info -
  17. dbv0.0.38_job_step -
  18. dbv0.0.38_meta -
  19. dbv0.0.38_qos -
  20. dbv0.0.38_qos_info -
  21. dbv0.0.38_response_account_delete -
  22. dbv0.0.38_response_associations -
  23. dbv0.0.38_response_associations_delete -
  24. dbv0.0.38_response_cluster_add -
  25. dbv0.0.38_response_cluster_delete -
  26. dbv0.0.38_response_qos -
  27. dbv0.0.38_response_qos_delete -
  28. dbv0.0.38_response_tres -
  29. dbv0.0.38_response_user_delete -
  30. dbv0.0.38_response_user_update -
  31. dbv0.0.38_response_wckey_add -
  32. dbv0.0.38_response_wckey_delete -
  33. dbv0.0.38_tres_info -
  34. dbv0.0.38_update_account -
  35. dbv0.0.38_update_qos -
  36. dbv0.0.38_update_users -
  37. dbv0.0.38_user -
  38. dbv0.0.38_user_info -
  39. dbv0.0.38_wckey -
  40. dbv0.0.38_wckey_info -
  41. dbv0_0_38_association_default -
  42. dbv0_0_38_association_max -
  43. dbv0_0_38_association_max_jobs -
  44. dbv0_0_38_association_max_jobs_per -
  45. dbv0_0_38_association_max_per -
  46. dbv0_0_38_association_max_per_account -
  47. dbv0_0_38_association_max_tres -
  48. dbv0_0_38_association_max_tres_minutes -
  49. dbv0_0_38_association_max_tres_minutes_per -
  50. dbv0_0_38_association_max_tres_per -
  51. dbv0_0_38_association_min -
  52. dbv0_0_38_association_usage -
  53. dbv0_0_38_cluster_info_associations -
  54. dbv0_0_38_cluster_info_controller -
  55. dbv0_0_38_diag_statistics -
  56. dbv0_0_38_diag_statistics_RPCs -
  57. dbv0_0_38_diag_statistics_rollups -
  58. dbv0_0_38_diag_statistics_time -
  59. dbv0_0_38_diag_statistics_time_1 -
  60. dbv0_0_38_diag_statistics_users -
  61. dbv0_0_38_job_array -
  62. dbv0_0_38_job_array_limits -
  63. dbv0_0_38_job_array_limits_max -
  64. dbv0_0_38_job_array_limits_max_running -
  65. dbv0_0_38_job_comment -
  66. dbv0_0_38_job_exit_code_signal -
  67. dbv0_0_38_job_het -
  68. dbv0_0_38_job_mcs -
  69. dbv0_0_38_job_required -
  70. dbv0_0_38_job_reservation -
  71. dbv0_0_38_job_state -
  72. dbv0_0_38_job_step_CPU -
  73. dbv0_0_38_job_step_CPU_requested_frequency -
  74. dbv0_0_38_job_step_nodes -
  75. dbv0_0_38_job_step_statistics -
  76. dbv0_0_38_job_step_statistics_CPU -
  77. dbv0_0_38_job_step_statistics_energy -
  78. dbv0_0_38_job_step_step -
  79. dbv0_0_38_job_step_step_het -
  80. dbv0_0_38_job_step_tasks -
  81. dbv0_0_38_job_step_time -
  82. dbv0_0_38_job_step_tres -
  83. dbv0_0_38_job_step_tres_requested -
  84. dbv0_0_38_job_time -
  85. dbv0_0_38_job_time_system -
  86. dbv0_0_38_job_time_total -
  87. dbv0_0_38_job_time_user -
  88. dbv0_0_38_job_tres -
  89. dbv0_0_38_job_wckey -
  90. dbv0_0_38_meta_Slurm -
  91. dbv0_0_38_meta_Slurm_version -
  92. dbv0_0_38_meta_plugin -
  93. dbv0_0_38_qos_limits -
  94. dbv0_0_38_qos_limits_max -
  95. dbv0_0_38_qos_limits_max_accruing -
  96. dbv0_0_38_qos_limits_max_accruing_per -
  97. dbv0_0_38_qos_limits_max_jobs -
  98. dbv0_0_38_qos_limits_max_jobs_active_jobs -
  99. dbv0_0_38_qos_limits_max_jobs_active_jobs_per -
  100. dbv0_0_38_qos_limits_max_tres -
  101. dbv0_0_38_qos_limits_max_tres_minutes -
  102. dbv0_0_38_qos_limits_max_tres_minutes_per -
  103. dbv0_0_38_qos_limits_max_tres_per -
  104. dbv0_0_38_qos_limits_max_wall_clock -
  105. dbv0_0_38_qos_limits_max_wall_clock_per -
  106. dbv0_0_38_qos_limits_min -
  107. dbv0_0_38_qos_limits_min_tres -
  108. dbv0_0_38_qos_limits_min_tres_per -
  109. dbv0_0_38_qos_preempt -
  110. dbv0_0_38_user_default -
  111. v0.0.38_diag -
  112. v0.0.38_diag_rpcm -
  113. v0.0.38_diag_rpcu -
  114. v0.0.38_error -
  115. v0.0.38_job_properties -
  116. v0.0.38_job_resources -
  117. v0.0.38_job_response_properties -
  118. v0.0.38_job_submission -
  119. v0.0.38_job_submission_response -
  120. v0.0.38_jobs_response -
  121. v0.0.38_license -
  122. v0.0.38_licenses -
  123. v0.0.38_meta -
  124. v0.0.38_node -
  125. v0.0.38_node_allocation -
  126. v0.0.38_nodes_response -
  127. v0.0.38_partition -
  128. v0.0.38_partitions_response -
  129. v0.0.38_ping -
  130. v0.0.38_pings -
  131. v0.0.38_reservation -
  132. v0.0.38_reservations_response -
  133. v0.0.38_signal -
  134. v0_0_38_diag_statistics -
  135. v0_0_38_node_allocation_sockets -
  136. v0_0_38_reservation_purge_completed -

dbv0.0.38_account - Up

Account description
associations (optional)
array[dbv0.0.38_association_short_info] List of assigned associations
coordinators (optional)
array[dbv0.0.38_coordinator_info] List of assigned coordinators
description (optional)
String Description of account
name (optional)
String Name of account
organization (optional)
String Assigned organization of account
flags (optional)
array[String] List of properties of account

dbv0.0.38_account_info - Up

meta (optional)
errors (optional)
accounts (optional)
array[dbv0.0.38_account] List of accounts

dbv0.0.38_account_response - Up

meta (optional)
errors (optional)

dbv0.0.38_association - Up

Association description
account (optional)
String Assigned account
cluster (optional)
String Assigned cluster
default (optional)
flags (optional)
array[String] List of properties of association
max (optional)
min (optional)
parent_account (optional)
String Parent account name
partition (optional)
String Assigned partition
priority (optional)
Integer Assigned priority
qos (optional)
array[String] Assigned QOS
shares_raw (optional)
Integer Raw fairshare shares
usage (optional)
user (optional)
String Assigned user

dbv0.0.38_association_short_info - Up

account (optional)
String Account name
cluster (optional)
String Cluster name
partition (optional)
String Partition name (optional)
user (optional)
String User name

dbv0.0.38_associations_info - Up

meta (optional)
errors (optional)
associations (optional)
array[dbv0.0.38_association] Array of associations

dbv0.0.38_cluster_info - Up

controller (optional)
flags (optional)
array[String] List of properties of cluster
name (optional)
String Cluster name
nodes (optional)
String Assigned nodes
select_plugin (optional)
String Configured select plugin
associations (optional)
rpc_version (optional)
Integer Number rpc version
tres (optional)
array[dbv0.0.38_response_tres] List of TRES in cluster

dbv0.0.38_config_info - Up

meta (optional)
errors (optional)
tres (optional)
array[List] Array of TRES
accounts (optional)
array[dbv0.0.38_account] Array of accounts
associations (optional)
array[dbv0.0.38_association] Array of associations
users (optional)
array[dbv0.0.38_user] Array of users
qos (optional)
array[dbv0.0.38_qos] Array of qos
wckeys (optional)
array[dbv0.0.38_wckey] Array of wckeys

dbv0.0.38_config_response - Up

meta (optional)
errors (optional)

dbv0.0.38_coordinator_info - Up

name (optional)
String Name of user
direct (optional)
Integer If user is coordinator of this account directly or coordinator status was inheirted from a higher account in the tree

dbv0.0.38_diag - Up

meta (optional)
errors (optional)
statistics (optional)

dbv0.0.38_error - Up

error_number (optional)
Integer Slurm internal error number
error (optional)
String Error message
source (optional)
String Where error occured in the source
description (optional)
String Explaination of cause of error

dbv0.0.38_job - Up

Single job description
account (optional)
String Account charged by job
comment (optional)
allocation_nodes (optional)
String Nodes allocated to job
array (optional)
time (optional)
association (optional)
cluster (optional)
String Assigned cluster
constraints (optional)
String Constraints on job
derived_exit_code (optional)
exit_code (optional)
flags (optional)
array[String] List of properties of job
group (optional)
String User's group to run job
het (optional)
job_id (optional)
Integer Job id
name (optional)
String Assigned job name
mcs (optional)
nodes (optional)
String List of nodes allocated for job
partition (optional)
String Assigned job's partition
priority (optional)
Integer Priority
qos (optional)
String Assigned qos name
required (optional)
kill_request_user (optional)
String User who requested job killed
reservation (optional)
state (optional)
steps (optional)
array[dbv0.0.38_job_step] Job step description
tres (optional)
user (optional)
String Job user
wckey (optional)
working_directory (optional)
String Directory where job was initially started
container (optional)
String absolute path to OCI container bundle

dbv0.0.38_job_exit_code - Up

status (optional)
String Job exit status
return_code (optional)
Integer Return code from parent process
signal (optional)

dbv0.0.38_job_info - Up

meta (optional)
errors (optional)
jobs (optional)
array[dbv0.0.38_job] Array of jobs

dbv0.0.38_job_step - Up

time (optional)
exit_code (optional)
nodes (optional)
tasks (optional)
pid (optional)
String First process PID
CPU (optional)
kill_request_user (optional)
String User who requested job killed
state (optional)
String State of job step
statistics (optional)
step (optional)
task (optional)
String Task distribution properties
tres (optional)

dbv0.0.38_qos - Up

QOS description
description (optional)
String QOS description
flags (optional)
array[String] List of properties of QOS
id (optional)
String Database id
limits (optional)
preempt (optional)
priority (optional)
Integer QOS priority
usage_factor (optional)
BigDecimal Usage factor
usage_threshold (optional)
BigDecimal Usage threshold
name (optional)
String Assigned name of QOS

dbv0.0.38_qos_info - Up

meta (optional)
errors (optional)
qos (optional)
array[dbv0.0.38_qos] Array of QOS

dbv0.0.38_response_account_delete - Up

meta (optional)
errors (optional)

dbv0.0.38_response_associations - Up

meta (optional)
errors (optional)

dbv0.0.38_response_associations_delete - Up

meta (optional)
errors (optional)
removed_associations (optional)
array[String] the associations

dbv0.0.38_response_cluster_add - Up

meta (optional)
errors (optional)

dbv0.0.38_response_cluster_delete - Up

meta (optional)
errors (optional)

dbv0.0.38_response_qos - Up

meta (optional)
errors (optional)

dbv0.0.38_response_qos_delete - Up

meta (optional)
errors (optional)

dbv0.0.38_response_tres - Up

meta (optional)
errors (optional)

dbv0.0.38_response_user_delete - Up

meta (optional)
errors (optional)

dbv0.0.38_response_user_update - Up

meta (optional)
errors (optional)

dbv0.0.38_response_wckey_add - Up

meta (optional)
errors (optional)

dbv0.0.38_response_wckey_delete - Up

meta (optional)
errors (optional)

dbv0.0.38_tres_info - Up

meta (optional)
errors (optional)
tres (optional)

dbv0.0.38_user - Up

User description
administrator_level (optional)
String Description of administrator level
associations (optional)
coordinators (optional)
array[dbv0.0.38_coordinator_info] List of assigned coordinators
default (optional)
flags (optional)
array[String] List of properties of user
name (optional)
String User name

dbv0.0.38_user_info - Up

meta (optional)
errors (optional)
users (optional)
array[dbv0.0.38_user] Array of users

dbv0.0.38_wckey - Up

accounts (optional)
array[String] List of assigned accounts
cluster (optional)
String Cluster name
id (optional)
Integer wckey database unique id
name (optional)
String wckey name
user (optional)
String wckey user
flags (optional)
array[String] List of properties of wckey

dbv0.0.38_wckey_info - Up

meta (optional)
errors (optional)
wckeys (optional)
array[dbv0.0.38_wckey] List of wckeys

dbv0_0_38_association_default - Up

Default settings
qos (optional)
String Default QOS

dbv0_0_38_association_max_jobs_per - Up

Max jobs per settings
wall_clock (optional)
Integer Max wallclock per job

dbv0_0_38_association_max_per_account - Up

Max per accounting settings
wall_clock (optional)
Integer Max wallclock per account

dbv0_0_38_association_max_tres - Up

Max TRES settings
per (optional)
total (optional)
array[Object] TRES list of attributes
minutes (optional)

dbv0_0_38_association_max_tres_minutes - Up

Max TRES minutes settings
per (optional)
total (optional)
array[Object] TRES list of attributes

dbv0_0_38_association_max_tres_minutes_per - Up

Max TRES minutes per settings
job (optional)
array[Object] TRES list of attributes

dbv0_0_38_association_max_tres_per - Up

Max TRES per settings
job (optional)
array[Object] TRES list of attributes
node (optional)
array[Object] TRES list of attributes

dbv0_0_38_association_min - Up

Min settings
priority_threshold (optional)
Integer Min priority threshold

dbv0_0_38_association_usage - Up

Association usage
accrue_job_count (optional)
Integer Jobs accuring priority
group_used_wallclock (optional)
BigDecimal Group used wallclock time (s)
fairshare_factor (optional)
BigDecimal Fairshare factor
fairshare_shares (optional)
Integer Fairshare shares
normalized_priority (optional)
Integer Currently active jobs
normalized_shares (optional)
BigDecimal Normalized shares
effective_normalized_usage (optional)
BigDecimal Effective normalized usage
raw_usage (optional)
Integer Raw usage
job_count (optional)
Integer Total jobs submitted
fairshare_level (optional)
BigDecimal Fairshare level

dbv0_0_38_cluster_info_associations - Up

Information about associations

dbv0_0_38_cluster_info_controller - Up

Information about controller
host (optional)
String Hostname
port (optional)
Integer Port number

dbv0_0_38_diag_statistics - Up

time_start (optional)
Integer Unix timestamp of start time
rollups (optional)
RPCs (optional)
users (optional)

dbv0_0_38_diag_statistics_RPCs - Up

Statistics by RPC type
rpc (optional)
String RPC type
count (optional)
Integer Number of RPCs
time (optional)

dbv0_0_38_diag_statistics_rollups - Up

Rollup statistics
type (optional)
String Type of rollup
last_run (optional)
Integer Timestamp of last rollup
last_cycle (optional)
Integer Timestamp of last cycle
max_cycle (optional)
Integer Max time of all cycles
total_time (optional)
Integer Total time (s) spent doing rollup
mean_cycles (optional)
Integer Average time (s) of cycle

dbv0_0_38_diag_statistics_time - Up

Time values
average (optional)
Integer Average time spent processing this RPC type
total (optional)
Integer Total time spent processing this RPC type

dbv0_0_38_diag_statistics_time_1 - Up

Time values
average (optional)
Integer Average time spent processing each user RPC
total (optional)
Integer Total time spent processing each user RPC

dbv0_0_38_diag_statistics_users - Up

Statistics by user RPCs
user (optional)
String User name
count (optional)
Integer Number of RPCs
time (optional)

dbv0_0_38_job_array - Up

Array properties (optional)
job_id (optional)
Integer Job id of array
limits (optional)
task (optional)
String Array task
task_id (optional)
Integer Array task id

dbv0_0_38_job_array_limits - Up

Limits on array settings

dbv0_0_38_job_array_limits_max_running - Up

Limits on array settings
tasks (optional)
Integer Max running tasks in array at any one time

dbv0_0_38_job_comment - Up

Job comments by type
administrator (optional)
String Administrator set comment
job (optional)
String Job comment
system (optional)
String System set comment

dbv0_0_38_job_exit_code_signal - Up

Signal details (if signaled)
signal_id (optional)
Integer Signal number process received
name (optional)
String Name of signal received

dbv0_0_38_job_het - Up

Heterogeneous Job details (optional)
job_id (optional)
Integer Parent HetJob id
job_offset (optional)
Integer Offset of this job to parent

dbv0_0_38_job_mcs - Up

Multi-Category Security
label (optional)
String Assigned MCS label

dbv0_0_38_job_required - Up

Job run requirements
CPUs (optional)
Integer Required number of CPUs
memory (optional)
Integer Required amount of memory (MiB)

dbv0_0_38_job_reservation - Up

Reservation usage details
id (optional)
Integer Database id of reservation
name (optional)
Integer Name of reservation

dbv0_0_38_job_state - Up

State properties of job
current (optional)
String Current state of job
reason (optional)
String Last reason job didn't run

dbv0_0_38_job_step_CPU - Up

CPU properties
requested_frequency (optional)
governor (optional)
array[String] CPU governor

dbv0_0_38_job_step_CPU_requested_frequency - Up

CPU frequency requested
min (optional)
Integer Min CPU frequency
max (optional)
Integer Max CPU frequency

dbv0_0_38_job_step_nodes - Up

Node details
count (optional)
Integer Total number of nodes in step
range (optional)
String Nodes in step

dbv0_0_38_job_step_statistics_CPU - Up

Statistics of CPU
actual_frequency (optional)
Integer Actual frequency of CPU during step

dbv0_0_38_job_step_statistics_energy - Up

Statistics of energy
consumed (optional)
Integer Energy consumed during step

dbv0_0_38_job_step_step - Up

Step details
job_id (optional)
Integer Parent job id
het (optional)
id (optional)
String Step id
name (optional)
String Step name

dbv0_0_38_job_step_step_het - Up

Heterogeneous job details
component (optional)
Integer Parent HetJob component id

dbv0_0_38_job_step_tasks - Up

Task properties
count (optional)
Integer Number of tasks in step

dbv0_0_38_job_step_time - Up

Time properties
elapsed (optional)
Integer Total time elapsed
end (optional)
Integer Timestamp of when job ended
start (optional)
Integer Timestamp of when job started
suspended (optional)
Integer Timestamp of when job last suspended
system (optional)
total (optional)
user (optional)

dbv0_0_38_job_step_tres - Up

TRES usage
requested (optional)
consumed (optional)
allocated (optional)
array[Object] TRES list of attributes

dbv0_0_38_job_step_tres_requested - Up

TRES requested for job
average (optional)
array[Object] TRES list of attributes
max (optional)
array[Object] TRES list of attributes
min (optional)
array[Object] TRES list of attributes
total (optional)
array[Object] TRES list of attributes

dbv0_0_38_job_time - Up

Time properties
elapsed (optional)
Integer Total time elapsed
eligible (optional)
Integer Total time eligible to run
end (optional)
Integer Timestamp of when job ended
start (optional)
Integer Timestamp of when job started
submission (optional)
Integer Timestamp of when job submitted
suspended (optional)
Integer Timestamp of when job last suspended
system (optional)
total (optional)
user (optional)
limit (optional)
Integer Job wall clock time limit

dbv0_0_38_job_time_system - Up

System time values
seconds (optional)
Integer Total number of CPU-seconds used by the system on behalf of the process (in kernel mode), in seconds
microseconds (optional)
Integer Total number of CPU-seconds used by the system on behalf of the process (in kernel mode), in microseconds

dbv0_0_38_job_time_total - Up

System time values
seconds (optional)
Integer Total number of CPU-seconds used by the job, in seconds
microseconds (optional)
Integer Total number of CPU-seconds used by the job, in microseconds

dbv0_0_38_job_time_user - Up

User land time values
seconds (optional)
Integer Total number of CPU-seconds used by the job in user land, in seconds
microseconds (optional)
Integer Total number of CPU-seconds used by the job in user land, in microseconds

dbv0_0_38_job_tres - Up

TRES settings
allocated (optional)
array[Object] TRES list of attributes
requested (optional)
array[Object] TRES list of attributes

dbv0_0_38_job_wckey - Up

Job assigned wckey details
wckey (optional)
String Job assigned wckey
flags (optional)
array[String] wckey flags

dbv0_0_38_meta_Slurm - Up

Slurm information
version (optional)
release (optional)
String version specifier

dbv0_0_38_meta_Slurm_version - Up

major (optional)
micro (optional)
minor (optional)

dbv0_0_38_meta_plugin - Up

type (optional)
name (optional)

dbv0_0_38_qos_limits - Up

Assigned limits
factor (optional)
BigDecimal factor to apply to TRES count for associations using this QOS
max (optional)
min (optional)

dbv0_0_38_qos_limits_max_accruing_per - Up

Max accuring priority per setting
account (optional)
Integer Max accuring priority per account
user (optional)
Integer Max accuring priority per user

dbv0_0_38_qos_limits_max_jobs_active_jobs_per - Up

Limits on active jobs per settings
account (optional)
Integer Max jobs per account
user (optional)
Integer Max jobs per user

dbv0_0_38_qos_limits_max_tres_minutes_per - Up

Max TRES minutes per settings
job (optional)
array[Object] TRES list of attributes
account (optional)
array[Object] TRES list of attributes
user (optional)
array[Object] TRES list of attributes
qos (optional)
array[Object] TRES list of attributes

dbv0_0_38_qos_limits_max_tres_per - Up

Max TRES per settings
account (optional)
array[Object] TRES list of attributes
job (optional)
array[Object] TRES list of attributes
node (optional)
array[Object] TRES list of attributes
user (optional)
array[Object] TRES list of attributes

dbv0_0_38_qos_limits_max_wall_clock_per - Up

Limit on wallclock per settings
qos (optional)
Integer Max wallclock per QOS
job (optional)
Integer Max wallclock per job

dbv0_0_38_qos_limits_min - Up

Min limit settings
priority_threshold (optional)
Integer Min priority threshold
tres (optional)

dbv0_0_38_qos_limits_min_tres_per - Up

Min tres per settings
job (optional)
array[Object] TRES list of attributes

dbv0_0_38_qos_preempt - Up

Preemption settings
list (optional)
array[String] List of preemptable QOS
mode (optional)
array[String] List of preemption modes
exempt_time (optional)
Integer Grace period (s) before jobs can preempted

dbv0_0_38_user_default - Up

Default settings
account (optional)
String Default account name
wckey (optional)
String Default wckey

v0.0.38_diag - Up

meta (optional)
errors (optional)
array[v0.0.38_error] slurm errors
statistics (optional)

v0.0.38_diag_rpcm - Up

message_type (optional)
String message type
type_id (optional)
Integer message type id
count (optional)
Integer rpc count
average_time (optional)
Integer average time
total_time (optional)
Integer total time

v0.0.38_diag_rpcu - Up

user (optional)
String user
user_id (optional)
Integer user id
count (optional)
Integer rpc count
average_time (optional)
Integer average time
total_time (optional)
Integer total time

v0.0.38_error - Up

error (optional)
String error message
error_number (optional)
Integer Slurm internal error number

v0.0.38_job_properties - Up

account (optional)
String Charge resources used by this job to specified account.
account_gather_frequency (optional)
String Define the job accounting and profiling sampling intervals.
argv (optional)
array[String] Arguments to the script.
array (optional)
String Submit a job array, multiple jobs to be executed with identical parameters. The indexes specification identifies what array index values should be used.
batch_features (optional)
String features required for batch script's node
begin_time (optional)
Long Submit the batch script to the Slurm controller immediately, like normal, but tell the controller to defer the allocation of the job until the specified time. format: int64
burst_buffer (optional)
String Burst buffer specification.
cluster_constraint (optional)
String Specifies features that a federated cluster must have to have a sibling job submitted to it.
comment (optional)
String An arbitrary comment.
constraints (optional)
String node features required by job.
container (optional)
String absolute path to OCI container bundle
core_specification (optional)
Integer Count of specialized threads per node reserved by the job for system operations and not used by the application.
cores_per_socket (optional)
Integer Restrict node selection to nodes with at least the specified number of cores per socket.
cpu_binding (optional)
String Cpu binding
cpu_binding_hint (optional)
String Cpu binding hint
cpu_frequency (optional)
String Request that job steps initiated by srun commands inside this sbatch script be run at some requested frequency if possible, on the CPUs selected for the step on the compute node(s).
cpus_per_gpu (optional)
String Number of CPUs requested per allocated GPU.
cpus_per_task (optional)
Integer Advise the Slurm controller that ensuing job steps will require ncpus number of processors per task.
current_working_directory (optional)
String Instruct Slurm to connect the batch script's standard output directly to the file name.
deadline (optional)
String Remove the job if no ending is possible before this deadline (start > (deadline - time[-min])).
delay_boot (optional)
Integer Do not reboot nodes in order to satisfied this job's feature specification if the job has been eligible to run for less than this time period.
dependency (optional)
String Defer the start of this job until the specified dependencies have been satisfied completed.
distribution (optional)
String Specify alternate distribution methods for remote processes.
environment
Object Dictionary of environment entries.
exclusive (optional)
String The job allocation can share nodes just other users with the "user" option or with the "mcs" option).
Enum:
user
mcs
true
false
get_user_environment (optional)
Boolean Load new login environment for user on job node.
gres (optional)
String Specifies a comma delimited list of generic consumable resources.
gres_flags (optional)
String Specify generic resource task binding options.
Enum:
disable-binding
enforce-binding
gpu_binding (optional)
String Requested binding of tasks to GPU.
gpu_frequency (optional)
String Requested GPU frequency.
gpus (optional)
String GPUs per job.
gpus_per_node (optional)
String GPUs per node.
gpus_per_socket (optional)
String GPUs per socket.
gpus_per_task (optional)
String GPUs per task.
hold (optional)
Boolean Specify the job is to be submitted in a held state (priority of zero).
kill_on_invalid_dependency (optional)
Boolean If a job has an invalid dependency, then Slurm is to terminate it.
licenses (optional)
String Specification of licenses (or other resources available on all nodes of the cluster) which must be allocated to this job.
mail_type (optional)
String Notify user by email when certain event types occur.
mail_user (optional)
String User to receive email notification of state changes as defined by mail_type.
mcs_label (optional)
String This parameter is a group among the groups of the user.
memory_binding (optional)
String Bind tasks to memory.
memory_per_cpu (optional)
Integer Minimum real memory per cpu (MB).
memory_per_gpu (optional)
Integer Minimum memory required per allocated GPU.
memory_per_node (optional)
Integer Minimum real memory per node (MB).
minimum_cpus_per_node (optional)
Integer Minimum number of CPUs per node.
minimum_nodes (optional)
Boolean If a range of node counts is given, prefer the smaller count.
name (optional)
String Specify a name for the job allocation.
nice (optional)
String Run the job with an adjusted scheduling priority within Slurm.
no_kill (optional)
Boolean Do not automatically terminate a job if one of the nodes it has been allocated fails.
nodes (optional)
array[Integer] Request that a minimum of minnodes nodes and a maximum node count.
open_mode (optional)
String Open the output and error files using append or truncate mode as specified.
Enum:
append
truncate
partition (optional)
String Request a specific partition for the resource allocation.
priority (optional)
String Request a specific job priority.
qos (optional)
String Request a quality of service for the job.
requeue (optional)
Boolean Specifies that the batch job should eligible to being requeue.
reservation (optional)
String Allocate resources for the job from the named reservation.
signal (optional)
String When a job is within sig_time seconds of its end time, send it the signal sig_num.
sockets_per_node (optional)
Integer Restrict node selection to nodes with at least the specified number of sockets.
spread_job (optional)
Boolean Spread the job allocation over as many nodes as possible and attempt to evenly distribute tasks across the allocated nodes.
standard_error (optional)
String Instruct Slurm to connect the batch script's standard error directly to the file name.
standard_input (optional)
String Instruct Slurm to connect the batch script's standard input directly to the file name specified.
standard_output (optional)
String Instruct Slurm to connect the batch script's standard output directly to the file name.
tasks (optional)
Integer Advises the Slurm controller that job steps run within the allocation will launch a maximum of number tasks and to provide for sufficient resources.
tasks_per_core (optional)
Integer Request the maximum ntasks be invoked on each core.
tasks_per_node (optional)
Integer Request the maximum ntasks be invoked on each node.
tasks_per_socket (optional)
Integer Request the maximum ntasks be invoked on each socket.
thread_specification (optional)
Integer Count of specialized threads per node reserved by the job for system operations and not used by the application.
threads_per_core (optional)
Integer Restrict node selection to nodes with at least the specified number of threads per core.
time_limit (optional)
Integer Step time limit.
time_minimum (optional)
Integer Minimum run time in minutes.
wait_all_nodes (optional)
Boolean Do not begin execution until all nodes are ready for use.
wckey (optional)
String Specify wckey to be used with job.

v0.0.38_job_resources - Up

nodes (optional)
String list of assigned job nodes
allocated_cpus (optional)
Integer number of assigned job cpus
allocated_hosts (optional)
Integer number of assigned job hosts
allocated_nodes (optional)
array[v0.0.38_node_allocation] array of allocated nodes

v0.0.38_job_response_properties - Up

account (optional)
String Charge resources used by this job to specified account
accrue_time (optional)
Long time job is eligible for running format: int64
admin_comment (optional)
String administrator's arbitrary comment
array_job_id (optional)
Integer job_id of a job array or 0 if N/A
array_task_id (optional)
Integer task_id of a job array
array_max_tasks (optional)
Integer Maximum number of running array tasks
array_task_string (optional)
String string expression of task IDs in this record
association_id (optional)
Integer association id for job
batch_features (optional)
String features required for batch script's node
batch_flag (optional)
Boolean if batch: queued job with script
batch_host (optional)
String name of host running batch script
flags (optional)
array[String] Job flags
burst_buffer (optional)
String burst buffer specifications
burst_buffer_state (optional)
String burst buffer state info
cluster (optional)
String name of cluster that the job is on
cluster_features (optional)
String comma separated list of required cluster features
command (optional)
String command to be executed
comment (optional)
String arbitrary comment
container (optional)
String absolute path to OCI container bundle
contiguous (optional)
Boolean job requires contiguous nodes
core_spec (optional)
String specialized core count
thread_spec (optional)
String specialized thread count
cores_per_socket (optional)
String cores per socket required by job
billable_tres (optional)
BigDecimal billable TRES
cpus_per_task (optional)
String number of processors required for each task
cpu_frequency_minimum (optional)
String Minimum cpu frequency
cpu_frequency_maximum (optional)
String Maximum cpu frequency
cpu_frequency_governor (optional)
String cpu frequency governor
cpus_per_tres (optional)
String semicolon delimited list of TRES=# values
deadline (optional)
Integer job start deadline
delay_boot (optional)
Integer command to be executed
dependency (optional)
String synchronize job execution with other jobs
derived_exit_code (optional)
Integer highest exit code of all job steps
eligible_time (optional)
Long time job is eligible for running format: int64
end_time (optional)
Long time of termination, actual or expected format: int64
excluded_nodes (optional)
String comma separated list of excluded nodes
exit_code (optional)
Integer exit code for job
features (optional)
String comma separated list of required features
federation_origin (optional)
String Origin cluster's name
federation_siblings_active (optional)
String string of active sibling names
federation_siblings_viable (optional)
String string of viable sibling names
gres_detail (optional)
array[String] Job flags
group_id (optional)
Integer group job submitted as
job_id (optional)
Integer job ID
job_resources (optional)
job_state (optional)
String state of the job
last_sched_evaluation (optional)
Integer last time job was evaluated for scheduling
licenses (optional)
String licenses required by the job
max_cpus (optional)
Integer maximum number of cpus usable by job
max_nodes (optional)
Integer maximum number of nodes usable by job
mcs_label (optional)
String mcs_label if mcs plugin in use
memory_per_tres (optional)
String semicolon delimited list of TRES=# values
name (optional)
String name of the job
nodes (optional)
String list of nodes allocated to job
nice (optional)
Integer requested priority change
tasks_per_core (optional)
Integer number of tasks to invoke on each core
tasks_per_socket (optional)
Integer number of tasks to invoke on each socket
tasks_per_board (optional)
Integer number of tasks to invoke on each board
cpus (optional)
Integer minimum number of cpus required by job
node_count (optional)
Integer minimum number of nodes required by job
tasks (optional)
Integer requested task count
het_job_id (optional)
Integer job ID of hetjob leader
het_job_id_set (optional)
String job IDs for all components
het_job_offset (optional)
Integer HetJob component offset from leader
partition (optional)
String name of assigned partition
memory_per_node (optional)
Integer minimum real memory per node
memory_per_cpu (optional)
Integer minimum real memory per cpu
minimum_cpus_per_node (optional)
Integer minimum # CPUs per node
minimum_tmp_disk_per_node (optional)
Integer minimum tmp disk per node
preempt_time (optional)
Long preemption signal time format: int64
pre_sus_time (optional)
Long time job ran prior to last suspend format: int64
priority (optional)
Integer relative priority of the job
profile (optional)
array[String] Job profiling requested
qos (optional)
String Quality of Service
reboot (optional)
Boolean node reboot requested before start
required_nodes (optional)
String comma separated list of required nodes
requeue (optional)
Boolean enable or disable job requeue option
resize_time (optional)
Long time of latest size change format: int64
restart_cnt (optional)
Integer count of job restarts
resv_name (optional)
String reservation name
shared (optional)
String type and if job can share nodes with other jobs
show_flags (optional)
array[String] details requested
sockets_per_board (optional)
Integer sockets per board required by job
sockets_per_node (optional)
Integer sockets per node required by job
start_time (optional)
Long time execution begins, actual or expected format: int64
state_description (optional)
String optional details for state_reason
state_reason (optional)
String reason job still pending or failed
standard_error (optional)
String pathname of job's stderr file
standard_input (optional)
String pathname of job's stdin file
standard_output (optional)
String pathname of job's stdout file
submit_time (optional)
Long time of job submission format: int64
suspend_time (optional)
Long time job last suspended or resumed format: int64
system_comment (optional)
String slurmctld's arbitrary comment
time_limit (optional)
Long maximum run time in minutes format: int64
time_minimum (optional)
Long minimum run time in minutes format: int64
threads_per_core (optional)
Integer threads per core required by job
tres_bind (optional)
String Task to TRES binding directives
tres_freq (optional)
String TRES frequency directives
tres_per_job (optional)
String semicolon delimited list of TRES=# values
tres_per_node (optional)
String semicolon delimited list of TRES=# values
tres_per_socket (optional)
String semicolon delimited list of TRES=# values
tres_per_task (optional)
String semicolon delimited list of TRES=# values
tres_req_str (optional)
String tres reqeusted in the job
tres_alloc_str (optional)
String tres used in the job
user_id (optional)
Long user id the job runs as format: int64
user_name (optional)
String user the job runs as
wckey (optional)
String wckey for job
current_working_directory (optional)
String pathname of working directory

v0.0.38_job_submission - Up

script
String Executable script (full contents) to run in batch step
job (optional)
jobs (optional)
array[v0.0.38_job_properties] Properties of an HetJob

v0.0.38_job_submission_response - Up

meta (optional)
errors (optional)
array[v0.0.38_error] slurm errors
job_id (optional)
Integer new job ID
step_id (optional)
String new job step ID
job_submit_user_msg (optional)
String Message to user from job_submit plugin

v0.0.38_jobs_response - Up

meta (optional)
errors (optional)
array[v0.0.38_error] slurm errors
jobs (optional)

v0.0.38_license - Up

LicenseName (optional)
String name of license
Total (optional)
Integer total number of licenses
Used (optional)
Integer number of licenses in use
Free (optional)
Integer number of licenses available
Reserved (optional)
Integer number of licenses reserved
Remote (optional)
Boolean license is remote

v0.0.38_licenses - Up

errors (optional)
array[v0.0.38_error] slurm errors
licenses (optional)
array[v0.0.38_license] licenses info

v0.0.38_node - Up

architecture (optional)
String computer architecture
burstbuffer_network_address (optional)
String BcastAddr
boards (optional)
Integer total number of boards per node
boot_time (optional)
Long timestamp of node boot format: int64
cores (optional)
Integer number of cores per socket
cpu_binding (optional)
Integer Default task binding
cpu_load (optional)
Long CPU load * 100 format: int64
free_memory (optional)
Integer free memory in MiB
cpus (optional)
Integer configured count of cpus running on the node
features (optional)
active_features (optional)
String list of a node's available features
gres (optional)
String list of a node's generic resources
gres_drained (optional)
String list of drained GRES
gres_used (optional)
String list of GRES in current use
mcs_label (optional)
String mcs label if mcs plugin in use
name (optional)
String node name to slurm
next_state_after_reboot (optional)
String state after reboot
next_state_after_reboot_flags (optional)
array[String] node state flags
address (optional)
String state after reboot
hostname (optional)
String node's hostname
state (optional)
String current node state
state_flags (optional)
array[String] node state flags
operating_system (optional)
String operating system
owner (optional)
String User allowed to use this node
partitions (optional)
array[String] assigned partitions
port (optional)
Integer TCP port number of the slurmd
real_memory (optional)
Integer configured MB of real memory on the node
reason (optional)
String reason for node being DOWN or DRAINING
reason_changed_at (optional)
Integer Time stamp when reason was set
reason_set_by_user (optional)
String User that set the reason
slurmd_start_time (optional)
Long timestamp of slurmd startup format: int64
sockets (optional)
Integer total number of sockets per node
threads (optional)
Integer number of threads per core
temporary_disk (optional)
Integer configured MB of total disk in TMP_FS
weight (optional)
Integer arbitrary priority of node for scheduling
tres (optional)
String TRES on node
tres_used (optional)
String TRES used on node
tres_weighted (optional)
Double TRES weight used on node format: double
slurmd_version (optional)
String Slurmd version
alloc_cpus (optional)
Long Allocated CPUs format: int64
idle_cpus (optional)
Long Idle CPUs format: int64
alloc_memory (optional)
Long Allocated memory (MB) format: int64

v0.0.38_node_allocation - Up

memory (optional)
Integer amount of assigned job memory
cpus (optional)
Integer number of assigned job CPUs
sockets (optional)
nodename (optional)
String node name

v0.0.38_nodes_response - Up

meta (optional)
errors (optional)
array[v0.0.38_error] slurm errors
nodes (optional)

v0.0.38_partition - Up

flags (optional)
array[String] partition options
preemption_mode (optional)
array[String] preemption type
allowed_allocation_nodes (optional)
String list names of allowed allocating nodes
allowed_accounts (optional)
String comma delimited list of accounts
allowed_groups (optional)
String comma delimited list of groups
allowed_qos (optional)
String comma delimited list of qos
alternative (optional)
String name of alternate partition
billing_weights (optional)
String TRES billing weights
default_memory_per_cpu (optional)
Long default MB memory per allocated CPU format: int64
default_time_limit (optional)
Long default time limit (minutes) format: int64
denied_accounts (optional)
String comma delimited list of denied accounts
denied_qos (optional)
String comma delimited list of denied qos
preemption_grace_time (optional)
Long preemption grace time (seconds) format: int64
maximum_cpus_per_node (optional)
Integer maximum allocated CPUs per node
maximum_memory_per_node (optional)
Long maximum memory per allocated CPU (MiB) format: int64
maximum_nodes_per_job (optional)
Integer Max nodes per job
max_time_limit (optional)
Long Max time limit per job format: int64
min_nodes_per_job (optional)
Integer Min number of nodes per job
name (optional)
String Partition name
nodes (optional)
String list names of nodes in partition
over_time_limit (optional)
Integer job's time limit can be exceeded by this number of minutes before cancellation
priority_job_factor (optional)
Integer job priority weight factor
priority_tier (optional)
Integer tier for scheduling and preemption
qos (optional)
String partition QOS name
state (optional)
String Partition state
total_cpus (optional)
Integer Total cpus in partition
total_nodes (optional)
Integer Total number of nodes in partition
tres (optional)
String configured TRES in partition

v0.0.38_partitions_response - Up

meta (optional)
errors (optional)
array[v0.0.38_error] slurm errors
partitions (optional)
array[v0.0.38_partition] partition info

v0.0.38_ping - Up

hostname (optional)
String slurm controller hostname
ping (optional)
String slurm controller host up
Enum:
UP
DOWN
mode (optional)
String slurm controller mode
status (optional)
Integer slurm controller status

v0.0.38_pings - Up

meta (optional)
errors (optional)
array[v0.0.38_error] slurm errors
pings (optional)
array[v0.0.38_ping] slurm controller pings

v0.0.38_reservation - Up

accounts (optional)
String Allowed accounts
burst_buffer (optional)
String Reserved burst buffer
core_count (optional)
Integer Number of reserved cores
core_spec_cnt (optional)
Integer Number of reserved specialized cores
end_time (optional)
Integer End time of the reservation
features (optional)
String List of features
flags (optional)
array[String] Reservation options
groups (optional)
String List of groups permitted to use the reserved nodes
licenses (optional)
String List of licenses
max_start_delay (optional)
Integer Maximum delay in which jobs outside of the reservation will be permitted to overlap once any jobs are queued for the reservation
name (optional)
String Reservationn name
node_count (optional)
Integer Count of nodes reserved
node_list (optional)
String List of reserved nodes
partition (optional)
String Partition
purge_completed (optional)
start_time (optional)
Integer Start time of reservation
watts (optional)
Integer amount of power to reserve in watts
tres (optional)
String List of TRES
users (optional)
String List of users

v0.0.38_reservations_response - Up

meta (optional)
errors (optional)
array[v0.0.38_error] slurm errors
reservations (optional)
array[v0.0.38_reservation] reservation info

v0.0.38_signal - Up

POSIX signal name

v0_0_38_diag_statistics - Up

Slurm statistics
parts_packed (optional)
Integer partition records packed
req_time (optional)
Integer generation time
req_time_start (optional)
Integer data since
server_thread_count (optional)
Integer Server thread count
agent_queue_size (optional)
Integer Agent queue size
agent_count (optional)
Integer Agent count
agent_thread_count (optional)
Integer Agent thread count
dbd_agent_queue_size (optional)
Integer DBD Agent queue size
gettimeofday_latency (optional)
Integer Latency for 1000 calls to gettimeofday()
schedule_cycle_max (optional)
Integer Main Schedule max cycle
schedule_cycle_last (optional)
Integer Main Schedule last cycle
schedule_cycle_total (optional)
Integer Main Schedule cycle iterations
schedule_cycle_mean (optional)
Integer Average time for Schedule Max cycle
schedule_cycle_mean_depth (optional)
Integer Average depth for Schedule Max cycle
schedule_cycle_per_minute (optional)
Integer Main Schedule Cycles per minute
schedule_queue_length (optional)
Integer Main Schedule Last queue length
jobs_submitted (optional)
Integer Job submitted
jobs_started (optional)
Integer Job started
jobs_completed (optional)
Integer Job completed
jobs_canceled (optional)
Integer Job cancelled
jobs_failed (optional)
Integer Job failed
jobs_pending (optional)
Integer Job pending
jobs_running (optional)
Integer Job running
job_states_ts (optional)
Integer Job states timestamp
bf_backfilled_jobs (optional)
Integer Total backfilled jobs (since last slurm start)
bf_last_backfilled_jobs (optional)
Integer Total backfilled jobs (since last stats cycle start)
bf_backfilled_het_jobs (optional)
Integer Total backfilled heterogeneous job components
bf_cycle_counter (optional)
Integer Backfill Schedule Total cycles
bf_cycle_mean (optional)
Integer Backfill Schedule Mean cycle
bf_cycle_max (optional)
Integer Backfill Schedule Max cycle time
bf_last_depth (optional)
Integer Backfill Schedule Last depth cycle
bf_last_depth_try (optional)
Integer Backfill Schedule Mean cycle (try sched)
bf_depth_mean (optional)
Integer Backfill Schedule Depth Mean
bf_depth_mean_try (optional)
Integer Backfill Schedule Depth Mean (try sched)
bf_cycle_last (optional)
Integer Backfill Schedule Last cycle time
bf_queue_len (optional)
Integer Backfill Schedule Last queue length
bf_queue_len_mean (optional)
Integer Backfill Schedule Mean queue length
bf_table_size (optional)
Integer Backfill Schedule Last table size
bf_table_size_mean (optional)
Integer Backfill Schedule Mean table size
bf_when_last_cycle (optional)
Integer Last cycle timestamp
bf_active (optional)
Boolean Backfill Schedule currently active
rpcs_by_message_type (optional)
array[v0.0.38_diag_rpcm] Remote Procedure Call statistics by message type
rpcs_by_user (optional)
array[v0.0.38_diag_rpcu] Remote Procedure Call statistics by user

v0_0_38_node_allocation_sockets - Up

assignment status of each socket by numeric socket id
cores (optional)
Object assignment status of each core by core id in each socket

v0_0_38_reservation_purge_completed - Up

If PURGE_COMP flag is set the amount of seconds this reservation will sit idle until it is revoked
time (optional)
Integer amount of seconds this reservation will sit idle until it is revoked