These release notes are maintained to provide OpenAPI client programmers a
guide to where changes have taken place in the OpenAPI specifications from the
OpenAPI plugins which are mainly used by slurmrestd
but are also used to generate JSON or YAML output for multiple CLI commands.
The OpenAPI specification should always be generated by slurmrestd once
fully configured for normal operation. Query 'GET /openapi/v3' from slurmrestd
to get the generated OpenAPI specification. The generated specification can
change depending on which plugins are loaded and how they are configured. Any
client must be careful to always use the current generated specification for
any target slurmrestd daemon. Development of clients should always be designed
to use the highest version of the plugins available to avoid needing to port
clients sooner than would be otherwise required.
| Added |
.components.schemas["v0.0.45_controller"] = {}; |
| Added |
.components.schemas["v0.0.45_controller"].properties = {}; |
| Added |
.components.schemas["v0.0.45_controller"].properties.address = {}; |
| Added |
.components.schemas["v0.0.45_controller"].properties.address.description = "Controller address (IP or hostname)"; |
| Added |
.components.schemas["v0.0.45_controller"].properties.address.type = "string"; |
| Added |
.components.schemas["v0.0.45_controller"].properties.machine = {}; |
| Added |
.components.schemas["v0.0.45_controller"].properties.machine.description = "Name of machine hosting controller"; |
| Added |
.components.schemas["v0.0.45_controller"].properties.machine.type = "string"; |
| Added |
.components.schemas["v0.0.45_controller"].required = []; |
| Added |
.components.schemas["v0.0.45_controller"].type = "object"; |
| Removed |
.components.schemas["v0.0.45_controller_ping"].properties.mode = {}; |
| Removed |
.components.schemas["v0.0.45_controller_ping"].properties.mode.deprecated = true; |
| Removed |
.components.schemas["v0.0.45_controller_ping"].properties.mode.description = "The operating mode of the responding slurmctld"; |
| Removed |
.components.schemas["v0.0.45_controller_ping"].properties.mode.type = "string"; |
| Removed |
.components.schemas["v0.0.45_controller_ping"].properties.pinged = {}; |
| Removed |
.components.schemas["v0.0.45_controller_ping"].properties.pinged.deprecated = true; |
| Removed |
.components.schemas["v0.0.45_controller_ping"].properties.pinged.description = "Ping result"; |
| Replaced |
.components.schemas["v0.0.45_controller_ping"].properties.status = {}; |
| Added |
.components.schemas["v0.0.45_controller_ping"].properties.status.description = "Ping status code"; |
| Added |
.components.schemas["v0.0.45_controller_ping"].properties.status.type = "string"; |
| Added |
.components.schemas["v0.0.45_controllers_array"] = {}; |
| Added |
.components.schemas["v0.0.45_controllers_array"].items = {}; |
| Added |
.components.schemas["v0.0.45_controllers_array"].items.$ref = "#/components/schemas/v0.0.45_controller"; |
| Added |
.components.schemas["v0.0.45_controllers_array"].type = "array"; |
| Added |
.components.schemas["v0.0.45_job"].properties.exclusive = {}; |
| Added |
.components.schemas["v0.0.45_job"].properties.exclusive.description = "Exclusive resource allocation mode requested for the job"; |
| Added |
.components.schemas["v0.0.45_job"].properties.exclusive.type = "string"; |
| Added |
.components.schemas["v0.0.45_job"].properties.original_sluid = {}; |
| Added |
.components.schemas["v0.0.45_job"].properties.original_sluid.description = "Original SLUID (Slurm Lexicographically-sortable Unique ID)"; |
| Added |
.components.schemas["v0.0.45_job"].properties.original_sluid.type = "string"; |
| Added |
.components.schemas["v0.0.45_job"].properties.oversubscribe = {}; |
| Added |
.components.schemas["v0.0.45_job"].properties.oversubscribe.description = "Oversubscribe mode requested for the job"; |
| Added |
.components.schemas["v0.0.45_job"].properties.oversubscribe.type = "string"; |
| Added |
.components.schemas["v0.0.45_job"].properties.sluid = {}; |
| Added |
.components.schemas["v0.0.45_job"].properties.sluid.description = "SLUID (Slurm Lexicographically-sortable Unique ID)"; |
| Added |
.components.schemas["v0.0.45_job"].properties.sluid.type = "string"; |
| Added |
.components.schemas["v0.0.45_job_array_response_msg_ptr_list"] = {}; |
| Added |
.components.schemas["v0.0.45_job_array_response_msg_ptr_list"].items = {}; |
| Added |
.components.schemas["v0.0.45_job_array_response_msg_ptr_list"].items.$ref = "#/components/schemas/v0.0.45_job_array_response_array"; |
| Added |
.components.schemas["v0.0.45_job_array_response_msg_ptr_list"].items.description = "Job update results"; |
| Added |
.components.schemas["v0.0.45_job_array_response_msg_ptr_list"].type = "array"; |
| Added |
.components.schemas["v0.0.45_job_defaults"] = {}; |
| Added |
.components.schemas["v0.0.45_job_defaults"].properties = {}; |
| Added |
.components.schemas["v0.0.45_job_defaults"].properties.type = {}; |
| Added |
.components.schemas["v0.0.45_job_defaults"].properties.type.description = "Default Type"; |
| Added |
.components.schemas["v0.0.45_job_defaults"].properties.type.items = {}; |
| Added |
.components.schemas["v0.0.45_job_defaults"].properties.type.items.enum = []; |
| Added |
.components.schemas["v0.0.45_job_defaults"].properties.type.items.enum[0] = "DefCpuPerGPU"; |
| Added |
.components.schemas["v0.0.45_job_defaults"].properties.type.items.enum[1] = "DefMemPerGPU"; |
| Added |
.components.schemas["v0.0.45_job_defaults"].properties.type.items.type = "string"; |
| Added |
.components.schemas["v0.0.45_job_defaults"].properties.type.type = "array"; |
| Added |
.components.schemas["v0.0.45_job_defaults"].properties.value = {}; |
| Added |
.components.schemas["v0.0.45_job_defaults"].properties.value.description = "Default value for the given type (e.g. CPUs per GPU or memory per GPU)."; |
| Added |
.components.schemas["v0.0.45_job_defaults"].properties.value.format = "int64"; |
| Added |
.components.schemas["v0.0.45_job_defaults"].properties.value.type = "integer"; |
| Added |
.components.schemas["v0.0.45_job_defaults"].required = []; |
| Added |
.components.schemas["v0.0.45_job_defaults"].type = "object"; |
| Added |
.components.schemas["v0.0.45_job_defaults_list"] = {}; |
| Added |
.components.schemas["v0.0.45_job_defaults_list"].items = {}; |
| Added |
.components.schemas["v0.0.45_job_defaults_list"].items.$ref = "#/components/schemas/v0.0.45_job_defaults"; |
| Added |
.components.schemas["v0.0.45_job_defaults_list"].type = "array"; |
| Added |
.components.schemas["v0.0.45_job_desc_msg"].properties.container_type = {}; |
| Added |
.components.schemas["v0.0.45_job_desc_msg"].properties.container_type.description = "Job container type"; |
| Added |
.components.schemas["v0.0.45_job_desc_msg"].properties.container_type.type = "string"; |
| Added |
.components.schemas["v0.0.45_job_desc_msg"].properties.cores_per_socket = {}; |
| Added |
.components.schemas["v0.0.45_job_desc_msg"].properties.cores_per_socket.description = "Cores per sockets required"; |
| Added |
.components.schemas["v0.0.45_job_desc_msg"].properties.cores_per_socket.format = "int32"; |
| Added |
.components.schemas["v0.0.45_job_desc_msg"].properties.cores_per_socket.type = "integer"; |
| Removed |
.components.schemas["v0.0.45_job_desc_msg"].properties.cpu_binding_flags.items.enum[5] = "CPU_BIND_RANK"; |
| Removed |
.components.schemas["v0.0.45_job_desc_msg"].properties.cpu_binding_flags.items.enum[6] = "CPU_BIND_MAP"; |
| Removed |
.components.schemas["v0.0.45_job_desc_msg"].properties.cpu_binding_flags.items.enum[7] = "CPU_BIND_MASK"; |
| Removed |
.components.schemas["v0.0.45_job_desc_msg"].properties.cpu_binding_flags.items.enum[8] = "CPU_BIND_LDRANK"; |
| Removed |
.components.schemas["v0.0.45_job_desc_msg"].properties.cpu_binding_flags.items.enum[9] = "CPU_BIND_LDMAP"; |
| Removed |
.components.schemas["v0.0.45_job_desc_msg"].properties.cpu_binding_flags.items.enum[10] = "CPU_BIND_LDMASK"; |
| Removed |
.components.schemas["v0.0.45_job_desc_msg"].properties.cpu_binding_flags.items.enum[11] = "VERBOSE"; |
| Replaced |
.components.schemas["v0.0.45_job_desc_msg"].properties.cpu_binding_flags.items.enum[5] = "CPU_BIND_MAP"; |
| Added |
.components.schemas["v0.0.45_job_desc_msg"].properties.cpu_binding_flags.items.enum[6] = "CPU_BIND_MASK"; |
| Added |
.components.schemas["v0.0.45_job_desc_msg"].properties.cpu_binding_flags.items.enum[7] = "CPU_BIND_LDRANK"; |
| Added |
.components.schemas["v0.0.45_job_desc_msg"].properties.cpu_binding_flags.items.enum[8] = "CPU_BIND_LDMAP"; |
| Added |
.components.schemas["v0.0.45_job_desc_msg"].properties.cpu_binding_flags.items.enum[9] = "CPU_BIND_LDMASK"; |
| Added |
.components.schemas["v0.0.45_job_desc_msg"].properties.cpu_binding_flags.items.enum[10] = "VERBOSE"; |
| Added |
.components.schemas["v0.0.45_job_desc_msg"].properties.cpu_binding_flags.items.enum[11] = "CPU_BIND_ONE_THREAD_PER_CORE"; |
| Replaced |
.components.schemas["v0.0.45_job_desc_msg"].properties.environment.description = "Environment variables to be set for the job; required for job submissions"; |
| Added |
.components.schemas["v0.0.45_job_desc_msg"].properties.flags.items.enum[37] = "JOB_IMPLICIT_MAX_NODES"; |
| Added |
.components.schemas["v0.0.45_job_desc_msg"].properties.memory_update_delay = {}; |
| Added |
.components.schemas["v0.0.45_job_desc_msg"].properties.memory_update_delay.description = "Auto-reduce memory delay in minutes"; |
| Added |
.components.schemas["v0.0.45_job_desc_msg"].properties.memory_update_delay.format = "int32"; |
| Added |
.components.schemas["v0.0.45_job_desc_msg"].properties.memory_update_delay.type = "integer"; |
| Added |
.components.schemas["v0.0.45_job_desc_msg"].properties.memory_update_margin = {}; |
| Added |
.components.schemas["v0.0.45_job_desc_msg"].properties.memory_update_margin.description = "Auto-reduce memory margin percent"; |
| Added |
.components.schemas["v0.0.45_job_desc_msg"].properties.memory_update_margin.format = "int32"; |
| Added |
.components.schemas["v0.0.45_job_desc_msg"].properties.memory_update_margin.type = "integer"; |
| Added |
.components.schemas["v0.0.45_job_info"].properties.container_type = {}; |
| Added |
.components.schemas["v0.0.45_job_info"].properties.container_type.description = "Job container type"; |
| Added |
.components.schemas["v0.0.45_job_info"].properties.container_type.type = "string"; |
| Added |
.components.schemas["v0.0.45_job_info"].properties.flags.items.enum[37] = "JOB_IMPLICIT_MAX_NODES"; |
| Added |
.components.schemas["v0.0.45_job_info"].properties.memory_update_delay = {}; |
| Added |
.components.schemas["v0.0.45_job_info"].properties.memory_update_delay.description = "Auto-reduce memory delay in minutes"; |
| Added |
.components.schemas["v0.0.45_job_info"].properties.memory_update_delay.format = "int32"; |
| Added |
.components.schemas["v0.0.45_job_info"].properties.memory_update_delay.type = "integer"; |
| Added |
.components.schemas["v0.0.45_job_info"].properties.memory_update_margin = {}; |
| Added |
.components.schemas["v0.0.45_job_info"].properties.memory_update_margin.description = "Auto-reduce memory margin percent"; |
| Added |
.components.schemas["v0.0.45_job_info"].properties.memory_update_margin.format = "int32"; |
| Added |
.components.schemas["v0.0.45_job_info"].properties.memory_update_margin.type = "integer"; |
| Replaced |
.components.schemas["v0.0.45_job_info"].properties.shared.deprecated = true; |
| Added |
.components.schemas["v0.0.45_job_info"].properties.shared.description = "Ignored. Was 'How the job can share resources with other jobs, if at all'. Replaced by 'oversubscribe' and 'exclusive'."; |
| Removed |
.components.schemas["v0.0.45_job_res"].properties.select_type.items.enum[0] = "CPU"; |
| Removed |
.components.schemas["v0.0.45_job_res"].properties.select_type.items.enum[1] = "SOCKET"; |
| Removed |
.components.schemas["v0.0.45_job_res"].properties.select_type.items.enum[2] = "CORE"; |
| Removed |
.components.schemas["v0.0.45_job_res"].properties.select_type.items.enum[3] = "BOARD"; |
| Removed |
.components.schemas["v0.0.45_job_res"].properties.select_type.items.enum[4] = "MEMORY"; |
| Removed |
.components.schemas["v0.0.45_job_res"].properties.select_type.items.enum[5] = "ONE_TASK_PER_CORE"; |
| Removed |
.components.schemas["v0.0.45_job_res"].properties.select_type.items.enum[6] = "PACK_NODES"; |
| Removed |
.components.schemas["v0.0.45_job_res"].properties.select_type.items.enum[7] = "CORE_DEFAULT_DIST_BLOCK"; |
| Removed |
.components.schemas["v0.0.45_job_res"].properties.select_type.items.enum[8] = "LLN"; |
| Replaced |
.components.schemas["v0.0.45_job_res"].properties.select_type.items.enum[0] = "NONE"; |
| Added |
.components.schemas["v0.0.45_job_res"].properties.select_type.items.enum[1] = "CR_CPU_MEMORY"; |
| Added |
.components.schemas["v0.0.45_job_res"].properties.select_type.items.enum[2] = "CR_CPU"; |
| Added |
.components.schemas["v0.0.45_job_res"].properties.select_type.items.enum[3] = "CR_CORE_MEMORY"; |
| Added |
.components.schemas["v0.0.45_job_res"].properties.select_type.items.enum[4] = "CR_CORE"; |
| Added |
.components.schemas["v0.0.45_job_res"].properties.select_type.items.enum[5] = "CR_SOCKET_MEMORY"; |
| Added |
.components.schemas["v0.0.45_job_res"].properties.select_type.items.enum[6] = "CR_SOCKET"; |
| Added |
.components.schemas["v0.0.45_job_res"].properties.select_type.items.enum[7] = "CR_MEMORY"; |
| Added |
.components.schemas["v0.0.45_job_res"].properties.select_type.items.enum[8] = "CR_ONE_TASK_PER_CORE"; |
| Added |
.components.schemas["v0.0.45_job_res"].properties.select_type.items.enum[9] = "CR_CORE_DEFAULT_DIST_BLOCK"; |
| Added |
.components.schemas["v0.0.45_job_res"].properties.select_type.items.enum[10] = "CR_NO_DIST_TOPO_BLOCK"; |
| Added |
.components.schemas["v0.0.45_job_res"].properties.select_type.items.enum[11] = "CR_LLN"; |
| Added |
.components.schemas["v0.0.45_job_res"].properties.select_type.items.enum[12] = "CR_PACK_NODES"; |
| Added |
.components.schemas["v0.0.45_job_res"].properties.select_type.items.enum[13] = "LL_SHARED_GRES"; |
| Added |
.components.schemas["v0.0.45_job_res"].properties.select_type.items.enum[14] = "MULTIPLE_SHARING_GRES_PJ"; |
| Added |
.components.schemas["v0.0.45_job_res"].properties.select_type.items.enum[15] = "ENFORCE_BINDING_GRES"; |
| Added |
.components.schemas["v0.0.45_job_res"].properties.select_type.items.enum[16] = "ONE_TASK_PER_SHARING_GRES"; |
| Added |
.components.schemas["v0.0.45_job_submit_req"].properties.script = {}; |
| Added |
.components.schemas["v0.0.45_job_submit_req"].properties.script.description = "Job batch script contents; Same as the script field in jobs[0] or job."; |
| Added |
.components.schemas["v0.0.45_job_submit_req"].properties.script.type = "string"; |
| Removed |
.components.schemas["v0.0.45_node"].properties.next_state_after_reboot.items.enum[30] = "DYNAMIC_NORM"; |
| Replaced |
.components.schemas["v0.0.45_node"].properties.next_state_after_reboot.items.enum[30] = "POWER_DOWN_ASAP"; |
| Added |
.components.schemas["v0.0.45_node"].properties.next_state_after_reboot.items.enum[31] = "POWER_DOWN_FORCE"; |
| Added |
.components.schemas["v0.0.45_node"].properties.next_state_after_reboot.items.enum[32] = "DYNAMIC_NORM"; |
| Added |
.components.schemas["v0.0.45_node"].properties.next_state_after_reboot.items.enum[33] = "BLOCKED"; |
| Removed |
.components.schemas["v0.0.45_node"].properties.state.items.enum[30] = "DYNAMIC_NORM"; |
| Replaced |
.components.schemas["v0.0.45_node"].properties.state.items.enum[30] = "POWER_DOWN_ASAP"; |
| Added |
.components.schemas["v0.0.45_node"].properties.state.items.enum[31] = "POWER_DOWN_FORCE"; |
| Added |
.components.schemas["v0.0.45_node"].properties.state.items.enum[32] = "DYNAMIC_NORM"; |
| Added |
.components.schemas["v0.0.45_node"].properties.state.items.enum[33] = "BLOCKED"; |
| Added |
.components.schemas["v0.0.45_node"].properties.suspend_time = {}; |
| Added |
.components.schemas["v0.0.45_node"].properties.suspend_time.$ref = "#/components/schemas/v0.0.45_uint32_no_val_struct"; |
| Added |
.components.schemas["v0.0.45_node"].properties.suspend_time.description = "Time in idle state before being considered for power save. (32 bit integer number with flags)"; |
| Removed |
.components.schemas["v0.0.45_node"].properties.tres_weighted = {}; |
| Removed |
.components.schemas["v0.0.45_node"].properties.tres_weighted.deprecated = true; |
| Removed |
.components.schemas["v0.0.45_node"].properties.tres_weighted.description = "Ignored. Was weighted number of billable trackable resources allocated"; |
| Removed |
.components.schemas["v0.0.45_node"].properties.tres_weighted.format = "double"; |
| Replaced |
.components.schemas["v0.0.45_node_gres_layout"] = {}; |
| Added |
.components.schemas["v0.0.45_node_gres_layout"].properties = {}; |
| Added |
.components.schemas["v0.0.45_node_gres_layout"].properties.count = {}; |
| Added |
.components.schemas["v0.0.45_node_gres_layout"].properties.count.description = "Count"; |
| Added |
.components.schemas["v0.0.45_node_gres_layout"].properties.count.format = "int64"; |
| Added |
.components.schemas["v0.0.45_node_gres_layout"].properties.count.type = "integer"; |
| Added |
.components.schemas["v0.0.45_node_gres_layout"].properties.index = {}; |
| Added |
.components.schemas["v0.0.45_node_gres_layout"].properties.index.description = "Index"; |
| Added |
.components.schemas["v0.0.45_node_gres_layout"].properties.index.type = "string"; |
| Added |
.components.schemas["v0.0.45_node_gres_layout"].properties.name = {}; |
| Added |
.components.schemas["v0.0.45_node_gres_layout"].properties.name.description = "GRES name"; |
| Added |
.components.schemas["v0.0.45_node_gres_layout"].properties.name.type = "string"; |
| Added |
.components.schemas["v0.0.45_node_gres_layout"].properties.type = {}; |
| Added |
.components.schemas["v0.0.45_node_gres_layout"].properties.type.description = "GRES type (optional)"; |
| Added |
.components.schemas["v0.0.45_node_gres_layout"].properties.type.type = "string"; |
| Added |
.components.schemas["v0.0.45_node_gres_layout"].required = []; |
| Added |
.components.schemas["v0.0.45_node_gres_layout"].required[0] = "name"; |
| Added |
.components.schemas["v0.0.45_node_gres_layout"].type = "object"; |
| Added |
.components.schemas["v0.0.45_node_gres_layout_list"] = {}; |
| Added |
.components.schemas["v0.0.45_node_gres_layout_list"].items = {}; |
| Added |
.components.schemas["v0.0.45_node_gres_layout_list"].items.$ref = "#/components/schemas/v0.0.45_node_gres_layout"; |
| Added |
.components.schemas["v0.0.45_node_gres_layout_list"].type = "array"; |
| Added |
.components.schemas["v0.0.45_node_resource_layout"] = {}; |
| Added |
.components.schemas["v0.0.45_node_resource_layout"].properties = {}; |
| Added |
.components.schemas["v0.0.45_node_resource_layout"].properties.channel = {}; |
| Added |
.components.schemas["v0.0.45_node_resource_layout"].properties.channel.$ref = "#/components/schemas/v0.0.45_uint32_no_val_struct"; |
| Added |
.components.schemas["v0.0.45_node_resource_layout"].properties.channel.description = "IMEX channel (32 bit integer number with flags)"; |
| Added |
.components.schemas["v0.0.45_node_resource_layout"].properties.core_bitmap = {}; |
| Added |
.components.schemas["v0.0.45_node_resource_layout"].properties.core_bitmap.description = "Abstract core bitmap"; |
| Added |
.components.schemas["v0.0.45_node_resource_layout"].properties.core_bitmap.type = "string"; |
| Added |
.components.schemas["v0.0.45_node_resource_layout"].properties.cores_per_socket = {}; |
| Added |
.components.schemas["v0.0.45_node_resource_layout"].properties.cores_per_socket.description = "Cores per socket"; |
| Added |
.components.schemas["v0.0.45_node_resource_layout"].properties.cores_per_socket.format = "int32"; |
| Added |
.components.schemas["v0.0.45_node_resource_layout"].properties.cores_per_socket.type = "integer"; |
| Added |
.components.schemas["v0.0.45_node_resource_layout"].properties.gres = {}; |
| Added |
.components.schemas["v0.0.45_node_resource_layout"].properties.gres.$ref = "#/components/schemas/v0.0.45_node_gres_layout_list"; |
| Added |
.components.schemas["v0.0.45_node_resource_layout"].properties.gres.description = "Allocated GRES"; |
| Added |
.components.schemas["v0.0.45_node_resource_layout"].properties.mem_alloc = {}; |
| Added |
.components.schemas["v0.0.45_node_resource_layout"].properties.mem_alloc.description = "Allocated memory"; |
| Added |
.components.schemas["v0.0.45_node_resource_layout"].properties.mem_alloc.format = "int64"; |
| Added |
.components.schemas["v0.0.45_node_resource_layout"].properties.mem_alloc.type = "integer"; |
| Added |
.components.schemas["v0.0.45_node_resource_layout"].properties.node = {}; |
| Added |
.components.schemas["v0.0.45_node_resource_layout"].properties.node.description = "Node name"; |
| Added |
.components.schemas["v0.0.45_node_resource_layout"].properties.node.type = "string"; |
| Added |
.components.schemas["v0.0.45_node_resource_layout"].properties.sockets_per_node = {}; |
| Added |
.components.schemas["v0.0.45_node_resource_layout"].properties.sockets_per_node.description = "Sockets per node"; |
| Added |
.components.schemas["v0.0.45_node_resource_layout"].properties.sockets_per_node.format = "int32"; |
| Added |
.components.schemas["v0.0.45_node_resource_layout"].properties.sockets_per_node.type = "integer"; |
| Added |
.components.schemas["v0.0.45_node_resource_layout"].required = []; |
| Added |
.components.schemas["v0.0.45_node_resource_layout"].required[0] = "node"; |
| Added |
.components.schemas["v0.0.45_node_resource_layout"].type = "object"; |
| Added |
.components.schemas["v0.0.45_node_resource_layout_list"] = {}; |
| Added |
.components.schemas["v0.0.45_node_resource_layout_list"].items = {}; |
| Added |
.components.schemas["v0.0.45_node_resource_layout_list"].items.$ref = "#/components/schemas/v0.0.45_node_resource_layout"; |
| Added |
.components.schemas["v0.0.45_node_resource_layout_list"].type = "array"; |
| Added |
.components.schemas["v0.0.45_openapi_conf_resp"] = {}; |
| Added |
.components.schemas["v0.0.45_openapi_conf_resp"].properties = {}; |
| Added |
.components.schemas["v0.0.45_openapi_conf_resp"].properties.errors = {}; |
| Added |
.components.schemas["v0.0.45_openapi_conf_resp"].properties.errors.$ref = "#/components/schemas/v0.0.45_openapi_errors"; |
| Added |
.components.schemas["v0.0.45_openapi_conf_resp"].properties.errors.description = "Query errors"; |
| Added |
.components.schemas["v0.0.45_openapi_conf_resp"].properties.meta = {}; |
| Added |
.components.schemas["v0.0.45_openapi_conf_resp"].properties.meta.$ref = "#/components/schemas/v0.0.45_openapi_meta"; |
| Added |
.components.schemas["v0.0.45_openapi_conf_resp"].properties.meta.description = "Slurm meta values"; |
| Added |
.components.schemas["v0.0.45_openapi_conf_resp"].properties.slurm_conf = {}; |
| Added |
.components.schemas["v0.0.45_openapi_conf_resp"].properties.slurm_conf.$ref = "#/components/schemas/v0.0.45_slurm_conf"; |
| Added |
.components.schemas["v0.0.45_openapi_conf_resp"].properties.slurm_conf.description = "Configuration from slurm.conf"; |
| Added |
.components.schemas["v0.0.45_openapi_conf_resp"].properties.slurm_conf_meta = {}; |
| Added |
.components.schemas["v0.0.45_openapi_conf_resp"].properties.slurm_conf_meta.$ref = "#/components/schemas/v0.0.45_slurm_conf_meta"; |
| Added |
.components.schemas["v0.0.45_openapi_conf_resp"].properties.slurm_conf_meta.description = "Meta data related to slurm.conf"; |
| Added |
.components.schemas["v0.0.45_openapi_conf_resp"].properties.warnings = {}; |
| Added |
.components.schemas["v0.0.45_openapi_conf_resp"].properties.warnings.$ref = "#/components/schemas/v0.0.45_openapi_warnings"; |
| Added |
.components.schemas["v0.0.45_openapi_conf_resp"].properties.warnings.description = "Query warnings"; |
| Added |
.components.schemas["v0.0.45_openapi_conf_resp"].required = []; |
| Added |
.components.schemas["v0.0.45_openapi_conf_resp"].type = "object"; |
| Added |
.components.schemas["v0.0.45_openapi_job_requeue_resp"] = {}; |
| Added |
.components.schemas["v0.0.45_openapi_job_requeue_resp"].properties = {}; |
| Added |
.components.schemas["v0.0.45_openapi_job_requeue_resp"].properties.errors = {}; |
| Added |
.components.schemas["v0.0.45_openapi_job_requeue_resp"].properties.errors.$ref = "#/components/schemas/v0.0.45_openapi_errors"; |
| Added |
.components.schemas["v0.0.45_openapi_job_requeue_resp"].properties.errors.description = "Query errors"; |
| Added |
.components.schemas["v0.0.45_openapi_job_requeue_resp"].properties.meta = {}; |
| Added |
.components.schemas["v0.0.45_openapi_job_requeue_resp"].properties.meta.$ref = "#/components/schemas/v0.0.45_openapi_meta"; |
| Added |
.components.schemas["v0.0.45_openapi_job_requeue_resp"].properties.meta.description = "Slurm meta values"; |
| Added |
.components.schemas["v0.0.45_openapi_job_requeue_resp"].properties.status = {}; |
| Added |
.components.schemas["v0.0.45_openapi_job_requeue_resp"].properties.status.$ref = "#/components/schemas/v0.0.45_job_array_response_array"; |
| Added |
.components.schemas["v0.0.45_openapi_job_requeue_resp"].properties.status.description = "result of job requeue request (Job update results)"; |
| Added |
.components.schemas["v0.0.45_openapi_job_requeue_resp"].properties.warnings = {}; |
| Added |
.components.schemas["v0.0.45_openapi_job_requeue_resp"].properties.warnings.$ref = "#/components/schemas/v0.0.45_openapi_warnings"; |
| Added |
.components.schemas["v0.0.45_openapi_job_requeue_resp"].properties.warnings.description = "Query warnings"; |
| Added |
.components.schemas["v0.0.45_openapi_job_requeue_resp"].required = []; |
| Added |
.components.schemas["v0.0.45_openapi_job_requeue_resp"].required[0] = "status"; |
| Added |
.components.schemas["v0.0.45_openapi_job_requeue_resp"].type = "object"; |
| Added |
.components.schemas["v0.0.45_openapi_jobs_requeue_query"] = {}; |
| Added |
.components.schemas["v0.0.45_openapi_jobs_requeue_query"].properties = {}; |
| Added |
.components.schemas["v0.0.45_openapi_jobs_requeue_query"].properties.flags = {}; |
| Added |
.components.schemas["v0.0.45_openapi_jobs_requeue_query"].properties.flags.description = "Requeue flags"; |
| Added |
.components.schemas["v0.0.45_openapi_jobs_requeue_query"].properties.flags.items = {}; |
| Added |
.components.schemas["v0.0.45_openapi_jobs_requeue_query"].properties.flags.items.enum = []; |
| Added |
.components.schemas["v0.0.45_openapi_jobs_requeue_query"].properties.flags.items.enum[0] = "Incomplete"; |
| Added |
.components.schemas["v0.0.45_openapi_jobs_requeue_query"].properties.flags.items.enum[1] = "Hold"; |
| Added |
.components.schemas["v0.0.45_openapi_jobs_requeue_query"].properties.flags.items.enum[2] = "SpecialExit"; |
| Added |
.components.schemas["v0.0.45_openapi_jobs_requeue_query"].properties.flags.items.type = "string"; |
| Added |
.components.schemas["v0.0.45_openapi_jobs_requeue_query"].properties.flags.type = "array"; |
| Added |
.components.schemas["v0.0.45_openapi_jobs_requeue_query"].properties.jobs = {}; |
| Added |
.components.schemas["v0.0.45_openapi_jobs_requeue_query"].properties.jobs.$ref = "#/components/schemas/v0.0.45_selected_step_list"; |
| Added |
.components.schemas["v0.0.45_openapi_jobs_requeue_query"].properties.jobs.description = "List of jobs to requeue"; |
| Added |
.components.schemas["v0.0.45_openapi_jobs_requeue_query"].required = []; |
| Added |
.components.schemas["v0.0.45_openapi_jobs_requeue_query"].type = "object"; |
| Added |
.components.schemas["v0.0.45_openapi_jobs_requeue_resp"] = {}; |
| Added |
.components.schemas["v0.0.45_openapi_jobs_requeue_resp"].properties = {}; |
| Added |
.components.schemas["v0.0.45_openapi_jobs_requeue_resp"].properties.errors = {}; |
| Added |
.components.schemas["v0.0.45_openapi_jobs_requeue_resp"].properties.errors.$ref = "#/components/schemas/v0.0.45_openapi_errors"; |
| Added |
.components.schemas["v0.0.45_openapi_jobs_requeue_resp"].properties.errors.description = "Query errors"; |
| Added |
.components.schemas["v0.0.45_openapi_jobs_requeue_resp"].properties.meta = {}; |
| Added |
.components.schemas["v0.0.45_openapi_jobs_requeue_resp"].properties.meta.$ref = "#/components/schemas/v0.0.45_openapi_meta"; |
| Added |
.components.schemas["v0.0.45_openapi_jobs_requeue_resp"].properties.meta.description = "Slurm meta values"; |
| Added |
.components.schemas["v0.0.45_openapi_jobs_requeue_resp"].properties.status = {}; |
| Added |
.components.schemas["v0.0.45_openapi_jobs_requeue_resp"].properties.status.$ref = "#/components/schemas/v0.0.45_job_array_response_msg_ptr_list"; |
| Added |
.components.schemas["v0.0.45_openapi_jobs_requeue_resp"].properties.status.description = "result of batch job requeue request"; |
| Added |
.components.schemas["v0.0.45_openapi_jobs_requeue_resp"].properties.warnings = {}; |
| Added |
.components.schemas["v0.0.45_openapi_jobs_requeue_resp"].properties.warnings.$ref = "#/components/schemas/v0.0.45_openapi_warnings"; |
| Added |
.components.schemas["v0.0.45_openapi_jobs_requeue_resp"].properties.warnings.description = "Query warnings"; |
| Added |
.components.schemas["v0.0.45_openapi_jobs_requeue_resp"].required = []; |
| Added |
.components.schemas["v0.0.45_openapi_jobs_requeue_resp"].required[0] = "status"; |
| Added |
.components.schemas["v0.0.45_openapi_jobs_requeue_resp"].type = "object"; |
| Replaced |
.components.schemas["v0.0.45_openapi_kill_job_resp"].properties.status.description = "result of signal request (List of jobs signal responses)"; |
| Replaced |
.components.schemas["v0.0.45_openapi_kill_jobs_resp"].properties.status.description = "result of signal request (List of jobs signal responses)"; |
| Added |
.components.schemas["v0.0.45_openapi_partitions_mod_req"] = {}; |
| Added |
.components.schemas["v0.0.45_openapi_partitions_mod_req"].properties = {}; |
| Added |
.components.schemas["v0.0.45_openapi_partitions_mod_req"].properties.errors = {}; |
| Added |
.components.schemas["v0.0.45_openapi_partitions_mod_req"].properties.errors.$ref = "#/components/schemas/v0.0.45_openapi_errors"; |
| Added |
.components.schemas["v0.0.45_openapi_partitions_mod_req"].properties.errors.description = "Query errors"; |
| Added |
.components.schemas["v0.0.45_openapi_partitions_mod_req"].properties.meta = {}; |
| Added |
.components.schemas["v0.0.45_openapi_partitions_mod_req"].properties.meta.$ref = "#/components/schemas/v0.0.45_openapi_meta"; |
| Added |
.components.schemas["v0.0.45_openapi_partitions_mod_req"].properties.meta.description = "Slurm meta values"; |
| Added |
.components.schemas["v0.0.45_openapi_partitions_mod_req"].properties.partitions = {}; |
| Added |
.components.schemas["v0.0.45_openapi_partitions_mod_req"].properties.partitions.$ref = "#/components/schemas/v0.0.45_update_partition_msg_list"; |
| Added |
.components.schemas["v0.0.45_openapi_partitions_mod_req"].properties.partitions.description = "list of partition descriptions"; |
| Added |
.components.schemas["v0.0.45_openapi_partitions_mod_req"].properties.warnings = {}; |
| Added |
.components.schemas["v0.0.45_openapi_partitions_mod_req"].properties.warnings.$ref = "#/components/schemas/v0.0.45_openapi_warnings"; |
| Added |
.components.schemas["v0.0.45_openapi_partitions_mod_req"].properties.warnings.description = "Query warnings"; |
| Added |
.components.schemas["v0.0.45_openapi_partitions_mod_req"].required = []; |
| Added |
.components.schemas["v0.0.45_openapi_partitions_mod_req"].required[0] = "partitions"; |
| Added |
.components.schemas["v0.0.45_openapi_partitions_mod_req"].type = "object"; |
| Added |
.components.schemas["v0.0.45_openapi_resource_layout_resp"] = {}; |
| Added |
.components.schemas["v0.0.45_openapi_resource_layout_resp"].properties = {}; |
| Added |
.components.schemas["v0.0.45_openapi_resource_layout_resp"].properties.errors = {}; |
| Added |
.components.schemas["v0.0.45_openapi_resource_layout_resp"].properties.errors.$ref = "#/components/schemas/v0.0.45_openapi_errors"; |
| Added |
.components.schemas["v0.0.45_openapi_resource_layout_resp"].properties.errors.description = "Query errors"; |
| Added |
.components.schemas["v0.0.45_openapi_resource_layout_resp"].properties.meta = {}; |
| Added |
.components.schemas["v0.0.45_openapi_resource_layout_resp"].properties.meta.$ref = "#/components/schemas/v0.0.45_openapi_meta"; |
| Added |
.components.schemas["v0.0.45_openapi_resource_layout_resp"].properties.meta.description = "Slurm meta values"; |
| Added |
.components.schemas["v0.0.45_openapi_resource_layout_resp"].properties.nodes = {}; |
| Added |
.components.schemas["v0.0.45_openapi_resource_layout_resp"].properties.nodes.$ref = "#/components/schemas/v0.0.45_node_resource_layout_list"; |
| Added |
.components.schemas["v0.0.45_openapi_resource_layout_resp"].properties.nodes.description = "Node resource layouts"; |
| Added |
.components.schemas["v0.0.45_openapi_resource_layout_resp"].properties.warnings = {}; |
| Added |
.components.schemas["v0.0.45_openapi_resource_layout_resp"].properties.warnings.$ref = "#/components/schemas/v0.0.45_openapi_warnings"; |
| Added |
.components.schemas["v0.0.45_openapi_resource_layout_resp"].properties.warnings.description = "Query warnings"; |
| Added |
.components.schemas["v0.0.45_openapi_resource_layout_resp"].required = []; |
| Added |
.components.schemas["v0.0.45_openapi_resource_layout_resp"].required[0] = "nodes"; |
| Added |
.components.schemas["v0.0.45_openapi_resource_layout_resp"].type = "object"; |
| Added |
.components.schemas["v0.0.45_openapi_slurmdbd_conf_resp"] = {}; |
| Added |
.components.schemas["v0.0.45_openapi_slurmdbd_conf_resp"].properties = {}; |
| Added |
.components.schemas["v0.0.45_openapi_slurmdbd_conf_resp"].properties.errors = {}; |
| Added |
.components.schemas["v0.0.45_openapi_slurmdbd_conf_resp"].properties.errors.$ref = "#/components/schemas/v0.0.45_openapi_errors"; |
| Added |
.components.schemas["v0.0.45_openapi_slurmdbd_conf_resp"].properties.errors.description = "Query errors"; |
| Added |
.components.schemas["v0.0.45_openapi_slurmdbd_conf_resp"].properties.meta = {}; |
| Added |
.components.schemas["v0.0.45_openapi_slurmdbd_conf_resp"].properties.meta.$ref = "#/components/schemas/v0.0.45_openapi_meta"; |
| Added |
.components.schemas["v0.0.45_openapi_slurmdbd_conf_resp"].properties.meta.description = "Slurm meta values"; |
| Added |
.components.schemas["v0.0.45_openapi_slurmdbd_conf_resp"].properties.slurmdbd_conf = {}; |
| Added |
.components.schemas["v0.0.45_openapi_slurmdbd_conf_resp"].properties.slurmdbd_conf.$ref = "#/components/schemas/v0.0.45_slurmdbd_conf"; |
| Added |
.components.schemas["v0.0.45_openapi_slurmdbd_conf_resp"].properties.slurmdbd_conf.description = "slurmdbd.conf"; |
| Added |
.components.schemas["v0.0.45_openapi_slurmdbd_conf_resp"].properties.warnings = {}; |
| Added |
.components.schemas["v0.0.45_openapi_slurmdbd_conf_resp"].properties.warnings.$ref = "#/components/schemas/v0.0.45_openapi_warnings"; |
| Added |
.components.schemas["v0.0.45_openapi_slurmdbd_conf_resp"].properties.warnings.description = "Query warnings"; |
| Added |
.components.schemas["v0.0.45_openapi_slurmdbd_conf_resp"].required = []; |
| Added |
.components.schemas["v0.0.45_openapi_slurmdbd_conf_resp"].required[0] = "slurmdbd_conf"; |
| Added |
.components.schemas["v0.0.45_openapi_slurmdbd_conf_resp"].type = "object"; |
| Removed |
.components.schemas["v0.0.45_openapi_slurmdbd_config_resp"].properties.instances = {}; |
| Removed |
.components.schemas["v0.0.45_openapi_slurmdbd_config_resp"].properties.instances.$ref = "#/components/schemas/v0.0.45_instance_list"; |
| Removed |
.components.schemas["v0.0.45_openapi_slurmdbd_config_resp"].properties.instances.deprecated = true; |
| Replaced |
.components.schemas["v0.0.45_partition_info"].properties.cluster.description = "Cluster name (read-only)"; |
| Removed |
.components.schemas["v0.0.45_partition_info"].properties.cpus.properties.task_binding.format = "int32"; |
| Replaced |
.components.schemas["v0.0.45_partition_info"].properties.cpus.properties.task_binding.items = {}; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.cpus.properties.task_binding.items.enum = []; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.cpus.properties.task_binding.items.enum[0] = "CPU_BIND_TO_THREADS"; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.cpus.properties.task_binding.items.enum[1] = "CPU_BIND_TO_CORES"; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.cpus.properties.task_binding.items.enum[2] = "CPU_BIND_TO_SOCKETS"; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.cpus.properties.task_binding.items.enum[3] = "CPU_BIND_TO_LDOMS"; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.cpus.properties.task_binding.items.enum[4] = "CPU_BIND_NONE"; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.cpus.properties.task_binding.items.enum[5] = "CPU_BIND_OFF"; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.cpus.properties.task_binding.items.enum[6] = "VERBOSE"; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.cpus.properties.task_binding.items.type = "string"; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.cpus.properties.task_binding.type = "array"; |
| Replaced |
.components.schemas["v0.0.45_partition_info"].properties.cpus.properties.total.description = "TotalCPUs - Number of CPUs available in this partition (read-only)"; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.defaults.properties.memory_per_cpu.deprecated = true; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.flags = {}; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.flags.description = "Partition flag options"; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.flags.items = {}; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.flags.items.enum = []; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.flags.items.enum[0] = "DEFAULT"; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.flags.items.enum[1] = "HIDDEN"; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.flags.items.enum[2] = "NO_ROOT"; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.flags.items.enum[3] = "ROOT_ONLY"; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.flags.items.enum[4] = "REQ_RESV"; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.flags.items.enum[5] = "LLN"; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.flags.items.enum[6] = "PDOI"; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.flags.items.enum[7] = "DEFAULT_CLEAR"; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.flags.items.enum[8] = "HIDDEN_CLEAR"; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.flags.items.enum[9] = "NO_ROOT_CLEAR"; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.flags.items.enum[10] = "ROOT_ONLY_CLEAR"; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.flags.items.enum[11] = "REQ_RESV_CLEAR"; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.flags.items.enum[12] = "LLN_CLEAR"; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.flags.items.enum[13] = "PDOI_CLEAR"; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.flags.items.type = "string"; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.flags.type = "array"; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.maximums.properties.memory_per_cpu.deprecated = true; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.maximums.properties.oversubscribe.properties.flags.deprecated = true; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.maximums.properties.oversubscribe.properties.jobs.deprecated = true; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.maximums.properties.shares.deprecated = true; |
| Replaced |
.components.schemas["v0.0.45_partition_info"].properties.maximums.properties.time.description = "MaxTime - Maximum run time limit for jobs in minutes (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.45_partition_info"].properties.nodes.properties.total.description = "TotalNodes - Number of nodes available in this partition (read-only)"; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.partition.properties.exclusive = {}; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.partition.properties.exclusive.description = "Exclusive= string (same as scontrol show partition)"; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.partition.properties.exclusive.type = "string"; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.partition.properties.oversubscribe = {}; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.partition.properties.oversubscribe.description = "OverSubscribe display: FORCE:n, NO, or YES:n (same as show partition and sinfo) (Partition oversubscribe value)"; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.partition.properties.oversubscribe.type = "string"; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.preempt_mode = {}; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.preempt_mode.description = "PreemptMode - Mechanism used to preempt jobs for this partition when PreemptType=preempt/partition_prio is configured (the \"CLUSTER_GLOBAL\" flag will be ignored when updating a partition)."; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.preempt_mode.items = {}; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.preempt_mode.items.enum = []; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.preempt_mode.items.enum[0] = "CLUSTER_GLOBAL"; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.preempt_mode.items.enum[1] = "DISABLED"; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.preempt_mode.items.enum[2] = "SUSPEND"; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.preempt_mode.items.enum[3] = "REQUEUE"; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.preempt_mode.items.enum[4] = "CANCEL"; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.preempt_mode.items.enum[5] = "PRIORITY"; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.preempt_mode.items.type = "string"; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.preempt_mode.type = "array"; |
| Replaced |
.components.schemas["v0.0.45_partition_info"].properties.select_type.description = "Scheduler consumable resource selection type (read-only)"; |
| Removed |
.components.schemas["v0.0.45_partition_info"].properties.select_type.items.enum[0] = "CPU"; |
| Removed |
.components.schemas["v0.0.45_partition_info"].properties.select_type.items.enum[1] = "SOCKET"; |
| Removed |
.components.schemas["v0.0.45_partition_info"].properties.select_type.items.enum[2] = "CORE"; |
| Removed |
.components.schemas["v0.0.45_partition_info"].properties.select_type.items.enum[3] = "BOARD"; |
| Removed |
.components.schemas["v0.0.45_partition_info"].properties.select_type.items.enum[4] = "MEMORY"; |
| Removed |
.components.schemas["v0.0.45_partition_info"].properties.select_type.items.enum[5] = "ONE_TASK_PER_CORE"; |
| Removed |
.components.schemas["v0.0.45_partition_info"].properties.select_type.items.enum[6] = "PACK_NODES"; |
| Removed |
.components.schemas["v0.0.45_partition_info"].properties.select_type.items.enum[7] = "CORE_DEFAULT_DIST_BLOCK"; |
| Removed |
.components.schemas["v0.0.45_partition_info"].properties.select_type.items.enum[8] = "LLN"; |
| Replaced |
.components.schemas["v0.0.45_partition_info"].properties.select_type.items.enum[0] = "NONE"; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.select_type.items.enum[1] = "CR_CPU_MEMORY"; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.select_type.items.enum[2] = "CR_CPU"; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.select_type.items.enum[3] = "CR_CORE_MEMORY"; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.select_type.items.enum[4] = "CR_CORE"; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.select_type.items.enum[5] = "CR_SOCKET_MEMORY"; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.select_type.items.enum[6] = "CR_SOCKET"; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.select_type.items.enum[7] = "CR_MEMORY"; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.select_type.items.enum[8] = "CR_ONE_TASK_PER_CORE"; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.select_type.items.enum[9] = "CR_CORE_DEFAULT_DIST_BLOCK"; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.select_type.items.enum[10] = "CR_NO_DIST_TOPO_BLOCK"; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.select_type.items.enum[11] = "CR_LLN"; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.select_type.items.enum[12] = "CR_PACK_NODES"; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.select_type.items.enum[13] = "LL_SHARED_GRES"; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.select_type.items.enum[14] = "MULTIPLE_SHARING_GRES_PJ"; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.select_type.items.enum[15] = "ENFORCE_BINDING_GRES"; |
| Added |
.components.schemas["v0.0.45_partition_info"].properties.select_type.items.enum[16] = "ONE_TASK_PER_SHARING_GRES"; |
| Replaced |
.components.schemas["v0.0.45_partition_info"].properties.suspend_time.description = "SuspendTime - Nodes which remain idle or down for this number of seconds will be placed into power save mode (read-only; GLOBAL if both set and infinite are false). (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.45_partition_info"].properties.timeouts.properties.resume.description = "ResumeTimeout - Resumed nodes which fail to respond in this time frame will be marked DOWN (read-only; GLOBAL if both set and infinite are false). (16 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.45_partition_info"].properties.timeouts.properties.suspend.description = "SuspendTimeout - Maximum time permitted (in seconds) between when a node suspend request is issued and when the node is shutdown (read-only; GLOBAL if both set and infinite are false). (16 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.45_partition_info"].properties.tres.properties.configured.description = "TRES - Number of each applicable TRES type available in this partition (read-only)"; |
| Added |
.components.schemas["v0.0.45_port_range"] = {}; |
| Added |
.components.schemas["v0.0.45_port_range"].properties = {}; |
| Added |
.components.schemas["v0.0.45_port_range"].properties.maximum = {}; |
| Added |
.components.schemas["v0.0.45_port_range"].properties.maximum.description = "Maximum port number"; |
| Added |
.components.schemas["v0.0.45_port_range"].properties.maximum.format = "int32"; |
| Added |
.components.schemas["v0.0.45_port_range"].properties.maximum.type = "integer"; |
| Added |
.components.schemas["v0.0.45_port_range"].properties.minimum = {}; |
| Added |
.components.schemas["v0.0.45_port_range"].properties.minimum.description = "Minimum port number"; |
| Added |
.components.schemas["v0.0.45_port_range"].properties.minimum.format = "int32"; |
| Added |
.components.schemas["v0.0.45_port_range"].properties.minimum.type = "integer"; |
| Added |
.components.schemas["v0.0.45_port_range"].properties.set = {}; |
| Added |
.components.schemas["v0.0.45_port_range"].properties.set.description = "True if minimum and maximum are set (or ignored on false)"; |
| Added |
.components.schemas["v0.0.45_port_range"].properties.set.type = "boolean"; |
| Added |
.components.schemas["v0.0.45_port_range"].required = []; |
| Added |
.components.schemas["v0.0.45_port_range"].type = "object"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"] = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AccountingStorageBackupHost = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AccountingStorageBackupHost.description = "Accounting storage backup host"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AccountingStorageBackupHost.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AccountingStorageEnforce = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AccountingStorageEnforce.description = "Controls what level of association-based enforcement to impose on job submissions"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AccountingStorageEnforce.items = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AccountingStorageEnforce.items.enum = []; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AccountingStorageEnforce.items.enum[0] = "associations"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AccountingStorageEnforce.items.enum[1] = "limits"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AccountingStorageEnforce.items.enum[2] = "wckeys"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AccountingStorageEnforce.items.enum[3] = "qos"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AccountingStorageEnforce.items.enum[4] = "safe"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AccountingStorageEnforce.items.enum[5] = "nojobs"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AccountingStorageEnforce.items.enum[6] = "nosteps"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AccountingStorageEnforce.items.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AccountingStorageEnforce.type = "array"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AccountingStorageExternalHost = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AccountingStorageExternalHost.description = "Accounting storage ext host"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AccountingStorageExternalHost.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AccountingStorageHost = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AccountingStorageHost.description = "Accounting storage host"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AccountingStorageHost.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AccountingStorageParameters = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AccountingStorageParameters.$ref = "#/components/schemas/v0.0.45_csv_string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AccountingStorageParameters.description = "Accounting storage params"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AccountingStoragePort = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AccountingStoragePort.description = "Node accounting storage port"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AccountingStoragePort.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AccountingStoragePort.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AccountingStorageTRES = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AccountingStorageTRES.$ref = "#/components/schemas/v0.0.45_csv_string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AccountingStorageTRES.description = "List of registered TRES"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AccountingStorageType = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AccountingStorageType.description = "Accounting storage type"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AccountingStorageType.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AccountingStoreFlags = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AccountingStoreFlags.description = "AccountingStoreFlags specific CONF_FLAG_* flags"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AccountingStoreFlags.items = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AccountingStoreFlags.items.enum = []; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AccountingStoreFlags.items.enum[0] = "job_comment"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AccountingStoreFlags.items.enum[1] = "job_extra"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AccountingStoreFlags.items.enum[2] = "job_script"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AccountingStoreFlags.items.enum[3] = "job_env"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AccountingStoreFlags.items.enum[4] = "no_stdio"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AccountingStoreFlags.items.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AccountingStoreFlags.type = "array"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AcctGatherEnergyType = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AcctGatherEnergyType.$ref = "#/components/schemas/v0.0.45_csv_string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AcctGatherEnergyType.description = "Energy accounting type"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AcctGatherFilesystemType = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AcctGatherFilesystemType.description = "Filesystem accounting type"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AcctGatherFilesystemType.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AcctGatherInterconnectType = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AcctGatherInterconnectType.description = "Interconnect accounting type"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AcctGatherInterconnectType.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AcctGatherNodeFreq = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AcctGatherNodeFreq.description = "Secs between node acct request"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AcctGatherNodeFreq.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AcctGatherNodeFreq.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AcctGatherProfileType = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AcctGatherProfileType.description = "Profile accounting type"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AcctGatherProfileType.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AuthAltParameters = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AuthAltParameters.description = "Alternate authentication parameters"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AuthAltParameters.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AuthAltTypes = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AuthAltTypes.$ref = "#/components/schemas/v0.0.45_csv_string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AuthAltTypes.description = "Alternate authentication types"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AuthInfo = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AuthInfo.description = "Authentication info"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AuthInfo.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AuthType = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AuthType.description = "Authentication type"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.AuthType.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.BatchStartTimeout = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.BatchStartTimeout.description = "Maximum seconds for batch job to start"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.BatchStartTimeout.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.BatchStartTimeout.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.BcastExclude = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.BcastExclude.$ref = "#/components/schemas/v0.0.45_csv_string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.BcastExclude.description = "Bcast exclude library paths"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.BcastParameters = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.BcastParameters.$ref = "#/components/schemas/v0.0.45_csv_string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.BcastParameters.description = "Bcast options"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.BurstBufferType = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.BurstBufferType.description = "Burst buffer plugin type"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.BurstBufferType.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.CertgenParameters = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.CertgenParameters.$ref = "#/components/schemas/v0.0.45_csv_string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.CertgenParameters.description = "Certgen parameters"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.CertgenType = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.CertgenType.description = "Certgen type"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.CertgenType.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.CertmgrParameters = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.CertmgrParameters.description = "Certmgr parameters"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.CertmgrParameters.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.CertmgrType = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.CertmgrType.description = "Certmgr type"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.CertmgrType.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.CliFilterParameters = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.CliFilterParameters.$ref = "#/components/schemas/v0.0.45_csv_string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.CliFilterParameters.description = "Parameters for cli_filter plugins"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.CliFilterPlugins = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.CliFilterPlugins.$ref = "#/components/schemas/v0.0.45_csv_string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.CliFilterPlugins.description = "List of cli_filter plugins to use"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.ClusterName = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.ClusterName.description = "General name of the entire cluster"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.ClusterName.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.CommunicationParameters = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.CommunicationParameters.$ref = "#/components/schemas/v0.0.45_csv_string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.CommunicationParameters.description = "Communication parameters"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.CommunicationParametersFlags = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.CommunicationParametersFlags.description = "CommunicationParameters specific CONF_FLAG_* flags"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.CommunicationParametersFlags.items = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.CommunicationParametersFlags.items.enum = []; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.CommunicationParametersFlags.items.enum[0] = "IPv4"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.CommunicationParametersFlags.items.enum[1] = "IPv6"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.CommunicationParametersFlags.items.enum[2] = "disable_http"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.CommunicationParametersFlags.items.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.CommunicationParametersFlags.type = "array"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.CompleteWait = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.CompleteWait.description = "Seconds to wait for job completion before scheduling another job"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.CompleteWait.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.CompleteWait.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.ConfFlags = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.ConfFlags.description = "General configuration flags (DisableRootJobs, AllowSpecResourcesUsage, UsePAM, TrackWCKey)"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.ConfFlags.items = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.ConfFlags.items.enum = []; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.ConfFlags.items.enum[0] = "DisableRootJobs"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.ConfFlags.items.enum[1] = "AllowSpecResourcesUsage"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.ConfFlags.items.enum[2] = "UsePam"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.ConfFlags.items.enum[3] = "TrackWCKey"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.ConfFlags.items.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.ConfFlags.type = "array"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.CpuFreqDef = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.CpuFreqDef.description = "Default CPU frequency or governor for job steps if not set via --cpu-freq"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.CpuFreqDef.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.CpuFreqGovernors = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.CpuFreqGovernors.description = "CPU frequency governors allowed via --cpu-freq"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.CpuFreqGovernors.items = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.CpuFreqGovernors.items.enum = []; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.CpuFreqGovernors.items.enum[0] = "Unset"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.CpuFreqGovernors.items.enum[1] = "Conservative"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.CpuFreqGovernors.items.enum[2] = "OnDemand"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.CpuFreqGovernors.items.enum[3] = "Performance"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.CpuFreqGovernors.items.enum[4] = "PowerSave"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.CpuFreqGovernors.items.enum[5] = "SchedUtil"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.CpuFreqGovernors.items.enum[6] = "UserSpace"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.CpuFreqGovernors.items.enum[7] = "Low"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.CpuFreqGovernors.items.enum[8] = "Medium"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.CpuFreqGovernors.items.enum[9] = "Highm1"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.CpuFreqGovernors.items.enum[10] = "High"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.CpuFreqGovernors.items.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.CpuFreqGovernors.type = "array"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.CredType = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.CredType.description = "Credential signature plugin"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.CredType.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DataParserParameters = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DataParserParameters.description = "Data parser parameters"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DataParserParameters.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.description = "Subsystems which provide more detailed event logging"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items.enum = []; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items.enum[0] = "Accrue"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items.enum[1] = "Agent"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items.enum[2] = "AuditRPCs"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items.enum[3] = "AuditTLS"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items.enum[4] = "Backfill"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items.enum[5] = "BackfillMap"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items.enum[6] = "BurstBuffer"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items.enum[7] = "Cgroup"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items.enum[8] = "ConMgr"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items.enum[9] = "CpuFrequency"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items.enum[10] = "CPU_Bind"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items.enum[11] = "Data"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items.enum[12] = "DBD_Agent"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items.enum[13] = "DB_Archive"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items.enum[14] = "DB_Assoc"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items.enum[15] = "DB_Event"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items.enum[16] = "DB_Job"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items.enum[17] = "DB_QOS"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items.enum[18] = "DB_Query"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items.enum[19] = "DB_Reservation"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items.enum[20] = "DB_Resource"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items.enum[21] = "DB_Step"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items.enum[22] = "DB_TRES"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items.enum[23] = "DB_Usage"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items.enum[24] = "DB_WCKey"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items.enum[25] = "Dependency"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items.enum[26] = "Energy"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items.enum[27] = "Federation"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items.enum[28] = "Gang"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items.enum[29] = "GLOB_SILENCE"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items.enum[30] = "Gres"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items.enum[31] = "Hetjob"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items.enum[32] = "Interconnect"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items.enum[33] = "JobAccountGather"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items.enum[34] = "JobComp"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items.enum[35] = "Namespace"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items.enum[36] = "NodeFeatures"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items.enum[37] = "License"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items.enum[38] = "Metrics"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items.enum[39] = "MPI"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items.enum[40] = "Network"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items.enum[41] = "NetworkRaw"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items.enum[42] = "NO_CONF_HASH"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items.enum[43] = "Power"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items.enum[44] = "Priority"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items.enum[45] = "Profile"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items.enum[46] = "Protocol"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items.enum[47] = "Reservation"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items.enum[48] = "Route"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items.enum[49] = "Sack"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items.enum[50] = "Script"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items.enum[51] = "SelectType"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items.enum[52] = "Steps"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items.enum[53] = "Switch"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items.enum[54] = "thread"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items.enum[55] = "TLS"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items.enum[56] = "TraceJobs"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items.enum[57] = "Triggers"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.items.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DebugFlags.type = "array"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DefMemPerCPU = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DefMemPerCPU.$ref = "#/components/schemas/v0.0.45_uint64_no_val_struct"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DefMemPerCPU.description = "Default MB memory per allocated CPU (64 bit integer number with flags)"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DependencyParameters = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DependencyParameters.$ref = "#/components/schemas/v0.0.45_csv_string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.DependencyParameters.description = "Options controlling job dependency behavior"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.EioTimeout = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.EioTimeout.description = "Seconds srun waits for slurmstepd to close the TCP/IP connection"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.EioTimeout.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.EioTimeout.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.EnforcePartLimits = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.EnforcePartLimits.description = "Controls whether partition limits are enforced at job submission time"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.EnforcePartLimits.items = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.EnforcePartLimits.items.enum = []; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.EnforcePartLimits.items.enum[0] = "NO"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.EnforcePartLimits.items.enum[1] = "ANY"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.EnforcePartLimits.items.enum[2] = "ALL"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.EnforcePartLimits.items.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.EnforcePartLimits.type = "array"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.Epilog = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.Epilog.$ref = "#/components/schemas/v0.0.45_string_array"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.Epilog.description = "pathname of job epilog run by slurmd (Epilog programs run by slurmd)"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.EpilogMsgTime = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.EpilogMsgTime.description = "Usecs for slurmctld to process an epilog complete message"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.EpilogMsgTime.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.EpilogMsgTime.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.EpilogSlurmctld = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.EpilogSlurmctld.$ref = "#/components/schemas/v0.0.45_string_array"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.EpilogSlurmctld.description = "pathname of job epilog run by slurmctld (Epilog programs run by slurmctld)"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.EpilogTimeout = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.EpilogTimeout.$ref = "#/components/schemas/v0.0.45_uint16_no_val_struct"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.EpilogTimeout.description = "Epilog timeout in seconds (16 bit integer number with flags)"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.FairShareDampeningFactor = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.FairShareDampeningFactor.description = "Dampening factor for the effect of exceeding fair share of resources"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.FairShareDampeningFactor.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.FairShareDampeningFactor.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.FederationParameters = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.FederationParameters.$ref = "#/components/schemas/v0.0.45_csv_string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.FederationParameters.description = "Federation parameters"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.FirstJobId = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.FirstJobId.description = "First slurm generated job_id to assign"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.FirstJobId.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.FirstJobId.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.GetNameInfoCacheTimeout = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.GetNameInfoCacheTimeout.description = "For getnameinfo() cache"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.GetNameInfoCacheTimeout.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.GetNameInfoCacheTimeout.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.GpuFreqDef = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.GpuFreqDef.description = "Default GPU frequency for job steps if not set via --gpu-freq"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.GpuFreqDef.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.GresTypes = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.GresTypes.$ref = "#/components/schemas/v0.0.45_csv_string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.GresTypes.description = "Comma-delimited list of generic resources to be managed"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.GroupUpdateForce = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.GroupUpdateForce.description = "Update group/partition info even if no change detected"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.GroupUpdateForce.type = "boolean"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.GroupUpdateTime = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.GroupUpdateTime.description = "Interval in seconds between updates of user/group partition membership"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.GroupUpdateTime.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.GroupUpdateTime.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.HashPlugin = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.HashPlugin.description = "Hash plugin type"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.HashPlugin.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.HealthCheckInterval = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.HealthCheckInterval.description = "Secs between health checks"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.HealthCheckInterval.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.HealthCheckInterval.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.HealthCheckNodeState = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.HealthCheckNodeState.description = "Node states on which to execute the HealthCheckProgram"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.HealthCheckNodeState.items = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.HealthCheckNodeState.items.enum = []; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.HealthCheckNodeState.items.enum[0] = "START_ONLY"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.HealthCheckNodeState.items.enum[1] = "REBOOT_ONLY"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.HealthCheckNodeState.items.enum[2] = "ANY"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.HealthCheckNodeState.items.enum[3] = "IDLE"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.HealthCheckNodeState.items.enum[4] = "ALLOC"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.HealthCheckNodeState.items.enum[5] = "MIXED"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.HealthCheckNodeState.items.enum[6] = "NONDRAINED_IDLE"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.HealthCheckNodeState.items.enum[7] = "CYCLE"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.HealthCheckNodeState.items.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.HealthCheckNodeState.type = "array"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.HealthCheckProgram = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.HealthCheckProgram.description = "Pathname of health check program"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.HealthCheckProgram.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.HealthCheckTimeout = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.HealthCheckTimeout.description = "Timeout for health check program"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.HealthCheckTimeout.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.HealthCheckTimeout.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.HostUnreachRetryCount = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.HostUnreachRetryCount.description = "Times to retry connecting if rc=EHOSTUNREACH"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.HostUnreachRetryCount.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.HostUnreachRetryCount.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.HttpParserType = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.HttpParserType.description = "Http_parser plugin type"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.HttpParserType.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.InactiveLimit = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.InactiveLimit.description = "Seconds of inactivity before a inactive resource allocation is released"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.InactiveLimit.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.InactiveLimit.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.InteractiveStepOptions = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.InteractiveStepOptions.description = "Options for srun when using LaunchParameters=use_interactive_step with salloc"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.InteractiveStepOptions.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.JobAcctGatherFrequency = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.JobAcctGatherFrequency.$ref = "#/components/schemas/v0.0.45_csv_string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.JobAcctGatherFrequency.description = "Poll frequency for job accounting gather plugins"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.JobAcctGatherParams = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.JobAcctGatherParams.$ref = "#/components/schemas/v0.0.45_csv_string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.JobAcctGatherParams.description = "Job accounting gather parameters"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.JobAcctGatherType = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.JobAcctGatherType.description = "Job accounting gather type"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.JobAcctGatherType.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.JobAcctOomKill = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.JobAcctOomKill.description = "Enforce mem limit at runtime y|n"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.JobAcctOomKill.type = "boolean"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.JobCompHost = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.JobCompHost.description = "Job completion logging host"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.JobCompHost.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.JobCompLoc = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.JobCompLoc.description = "Job completion logging location"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.JobCompLoc.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.JobCompParams = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.JobCompParams.description = "Job completion parameters for plugin"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.JobCompParams.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.JobCompPort = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.JobCompPort.description = "Job completion storage port"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.JobCompPort.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.JobCompPort.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.JobCompType = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.JobCompType.description = "Job completion storage type"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.JobCompType.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.JobCompUser = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.JobCompUser.description = "Job completion storage user"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.JobCompUser.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.JobDefaults = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.JobDefaults.$ref = "#/components/schemas/v0.0.45_job_defaults_list"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.JobDefaults.description = "List of job_defaults_t elements"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.JobFileAppend = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.JobFileAppend.description = "If set, append to stdout/err file"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.JobFileAppend.type = "boolean"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.JobRequeue = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.JobRequeue.description = "If set, jobs get requeued on node failure"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.JobRequeue.type = "boolean"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.JobSubmitPlugins = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.JobSubmitPlugins.$ref = "#/components/schemas/v0.0.45_csv_string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.JobSubmitPlugins.description = "List of job_submit plugins to use"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.KeepaliveInterval = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.KeepaliveInterval.description = "Interval between keepalive probes"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.KeepaliveInterval.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.KeepaliveInterval.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.KeepaliveProbes = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.KeepaliveProbes.description = "Number of keepalive probe attempts"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.KeepaliveProbes.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.KeepaliveProbes.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.KeepaliveTime = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.KeepaliveTime.description = "Keep alive time for srun I/O sockets"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.KeepaliveTime.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.KeepaliveTime.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.KillOnBadExit = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.KillOnBadExit.description = "If set, the job will be terminated immediately when one of the processes is aborted or crashed"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.KillOnBadExit.type = "boolean"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.KillWait = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.KillWait.description = "Seconds between SIGTERM and SIGKILL when a job reaches its time limit"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.KillWait.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.KillWait.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.LaunchParameters = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.LaunchParameters.$ref = "#/components/schemas/v0.0.45_csv_string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.LaunchParameters.description = "Step launcher plugin options"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.LicenseParameters = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.LicenseParameters.$ref = "#/components/schemas/v0.0.45_csv_string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.LicenseParameters.description = "Options for licenses/HRES"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.Licenses = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.Licenses.$ref = "#/components/schemas/v0.0.45_csv_string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.Licenses.description = "Licenses available on this cluster"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.LogTimeFormat = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.LogTimeFormat.description = "Format of the timestamp in slurmctld and slurmd log files"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.LogTimeFormat.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MCSParameters = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MCSParameters.$ref = "#/components/schemas/v0.0.45_csv_string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MCSParameters.description = "Mcs plugin parameters"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MCSPlugin = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MCSPlugin.description = "Mcs plugin type"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MCSPlugin.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MailDomain = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MailDomain.description = "Default domain to append to usernames"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MailDomain.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MailProg = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MailProg.description = "Pathname of mail program"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MailProg.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MaxArraySize = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MaxArraySize.description = "Maximum job array size"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MaxArraySize.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MaxArraySize.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MaxBatchRequeue = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MaxBatchRequeue.description = "Max times a batch job may be auto-requeued before being held"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MaxBatchRequeue.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MaxBatchRequeue.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MaxDBDMsgs = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MaxDBDMsgs.description = "Maximum number of messages queued while DBD is not connected"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MaxDBDMsgs.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MaxDBDMsgs.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MaxJobCount = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MaxJobCount.description = "Maximum number of active jobs"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MaxJobCount.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MaxJobCount.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MaxJobId = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MaxJobId.description = "Maximum job id before wrapping back to FirstJobId"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MaxJobId.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MaxJobId.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MaxMemPerCPU = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MaxMemPerCPU.$ref = "#/components/schemas/v0.0.45_uint64_no_val_struct"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MaxMemPerCPU.description = "Maximum MB memory per allocated CPU (64 bit integer number with flags)"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MaxNodeCount = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MaxNodeCount.description = "Max number of static + dynamic nodes"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MaxNodeCount.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MaxNodeCount.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MaxStepCount = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MaxStepCount.description = "Maximum number of steps per job"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MaxStepCount.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MaxStepCount.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MaxTasksPerNode = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MaxTasksPerNode.description = "Maximum tasks per node"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MaxTasksPerNode.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MaxTasksPerNode.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MessageTimeout = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MessageTimeout.description = "Seconds permitted for a round-trip communication to complete"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MessageTimeout.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MessageTimeout.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MetricsAuthUsers = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MetricsAuthUsers.$ref = "#/components/schemas/v0.0.45_csv_string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MetricsAuthUsers.description = "Users allowed to query metrics"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MetricsParameters = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MetricsParameters.$ref = "#/components/schemas/v0.0.45_csv_string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MetricsParameters.description = "Parameters related to metrics plugins"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MetricsType = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MetricsType.description = "Metrics plugin type"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MetricsType.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MinJobAge = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MinJobAge.description = "COMPLETED jobs over this age (secs) purged from in memory records"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MinJobAge.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MinJobAge.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MpiDefault = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MpiDefault.description = "Default type of MPI to be used"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MpiDefault.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MpiParams = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MpiParams.$ref = "#/components/schemas/v0.0.45_csv_string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.MpiParams.description = "MPI parameters"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.NamespaceType = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.NamespaceType.description = "Job container plugin type"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.NamespaceType.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.NodeFeaturesPlugins = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.NodeFeaturesPlugins.$ref = "#/components/schemas/v0.0.45_csv_string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.NodeFeaturesPlugins.description = "List of node_features plugins to use"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.OverTimeLimit = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.OverTimeLimit.description = "Minutes by which a job can exceed its time limit before being canceled"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.OverTimeLimit.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.OverTimeLimit.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PlugStackConfig = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PlugStackConfig.description = "Pathname to plugin stack config file"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PlugStackConfig.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PluginDir = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PluginDir.description = "Pathname to plugins"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PluginDir.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PrEpParameters = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PrEpParameters.description = "PrEp parameters"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PrEpParameters.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PrEpPlugins = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PrEpPlugins.$ref = "#/components/schemas/v0.0.45_csv_string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PrEpPlugins.description = "PrEp plugins"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PreemptExemptTime = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PreemptExemptTime.$ref = "#/components/schemas/v0.0.45_uint32_no_val_struct"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PreemptExemptTime.description = "Minimum run time for all jobs before they can be considered for preemption (32 bit integer number with flags)"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PreemptMode = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PreemptMode.description = "Mechanism used to preempt jobs or enable gang scheduling"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PreemptMode.items = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PreemptMode.items.enum = []; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PreemptMode.items.enum[0] = "DISABLED"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PreemptMode.items.enum[1] = "SUSPEND"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PreemptMode.items.enum[2] = "REQUEUE"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PreemptMode.items.enum[3] = "CANCEL"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PreemptMode.items.enum[4] = "GANG"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PreemptMode.items.enum[5] = "WITHIN"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PreemptMode.items.enum[6] = "PRIORITY"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PreemptMode.items.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PreemptMode.type = "array"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PreemptParameters = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PreemptParameters.$ref = "#/components/schemas/v0.0.45_csv_string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PreemptParameters.description = "Options controlling preemption behavior"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PreemptType = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PreemptType.description = "Job preemption selection plugin"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PreemptType.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityCalcPeriod = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityCalcPeriod.description = "Period in minutes between half-life decay recalculations (Time formatted as HH:MM:SS or D-HH:MM:SS)"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityCalcPeriod.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityDecayHalfLife = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityDecayHalfLife.description = "How long prior resource use is considered in determining job priority (Time formatted as HH:MM:SS or D-HH:MM:SS)"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityDecayHalfLife.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityFavorSmall = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityFavorSmall.description = "If set, give small jobs preferential scheduling priority"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityFavorSmall.type = "boolean"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityFlags = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityFlags.description = "Flags controlling priority calculation behavior"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityFlags.items = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityFlags.items.enum = []; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityFlags.items.enum[0] = "ACCRUE_ALWAYS"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityFlags.items.enum[1] = "SMALL_RELATIVE_TO_TIME"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityFlags.items.enum[2] = "CALCULATE_RUNNING"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityFlags.items.enum[3] = "DEPTH_OBLIVIOUS"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityFlags.items.enum[4] = "FAIR_TREE"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityFlags.items.enum[5] = "INCR_ONLY"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityFlags.items.enum[6] = "MAX_TRES"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityFlags.items.enum[7] = "MAX_TRES_GRES"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityFlags.items.enum[8] = "NO_NORMAL_ASSOC"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityFlags.items.enum[9] = "NO_NORMAL_PART"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityFlags.items.enum[10] = "NO_NORMAL_QOS"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityFlags.items.enum[11] = "NO_NORMAL_TRES"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityFlags.items.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityFlags.type = "array"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityMaxAge = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityMaxAge.description = "Job age at which the maximum age priority factor is assigned (Time formatted as HH:MM:SS or D-HH:MM:SS)"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityMaxAge.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityParameters = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityParameters.description = "Priority plugin parameters"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityParameters.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PrioritySiteFactorParameters = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PrioritySiteFactorParameters.description = "Parameters for the site-specific priority factor plugin"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PrioritySiteFactorParameters.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PrioritySiteFactorPlugin = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PrioritySiteFactorPlugin.description = "Plugin for computing site-specific priority factors"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PrioritySiteFactorPlugin.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityType = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityType.description = "Priority type plugin"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityType.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityUsageResetPeriod = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityUsageResetPeriod.description = "Interval at which association usage is reset to zero"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityUsageResetPeriod.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityWeightAge = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityWeightAge.description = "Degree to which queue wait time contributes to job priority"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityWeightAge.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityWeightAge.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityWeightAssoc = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityWeightAssoc.description = "Degree to which association contributes to job priority"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityWeightAssoc.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityWeightAssoc.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityWeightFairshare = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityWeightFairshare.description = "Degree to which fair-share contributes to job priority"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityWeightFairshare.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityWeightFairshare.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityWeightJobSize = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityWeightJobSize.description = "Degree to which job size contributes to job priority"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityWeightJobSize.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityWeightJobSize.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityWeightPartition = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityWeightPartition.description = "Degree to which partition contributes to job priority"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityWeightPartition.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityWeightPartition.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityWeightQOS = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityWeightQOS.description = "Degree to which QOS contributes to job priority"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityWeightQOS.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityWeightQOS.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityWeightTRES = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityWeightTRES.description = "TRES types and weights controlling their contribution to job priority"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PriorityWeightTRES.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PrivateData = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PrivateData.description = "Controls what information is hidden from regular users"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PrivateData.items = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PrivateData.items.enum = []; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PrivateData.items.enum[0] = "accounts"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PrivateData.items.enum[1] = "events"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PrivateData.items.enum[2] = "jobs"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PrivateData.items.enum[3] = "nodes"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PrivateData.items.enum[4] = "partitions"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PrivateData.items.enum[5] = "reservations"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PrivateData.items.enum[6] = "usage"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PrivateData.items.enum[7] = "users"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PrivateData.items.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PrivateData.type = "array"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.ProctrackType = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.ProctrackType.description = "Process tracking plugin type"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.ProctrackType.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.Prolog = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.Prolog.$ref = "#/components/schemas/v0.0.45_string_array"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.Prolog.description = "pathname of job prolog run by slurmd (Prolog programs run by slurmd)"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PrologFlags = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PrologFlags.description = "Flags controlling Prolog and Epilog behavior"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PrologFlags.items = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PrologFlags.items.enum = []; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PrologFlags.items.enum[0] = "Alloc"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PrologFlags.items.enum[1] = "NoHold"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PrologFlags.items.enum[2] = "Contain"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PrologFlags.items.enum[3] = "Serial"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PrologFlags.items.enum[4] = "X11"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PrologFlags.items.enum[5] = "DeferBatch"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PrologFlags.items.enum[6] = "ForceRequeueOnFail"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PrologFlags.items.enum[7] = "RunInJob"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PrologFlags.items.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PrologFlags.type = "array"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PrologSlurmctld = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PrologSlurmctld.$ref = "#/components/schemas/v0.0.45_string_array"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PrologSlurmctld.description = "pathname of job prolog run by slurmctld (Prolog programs run by slurmctld)"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PrologTimeout = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PrologTimeout.$ref = "#/components/schemas/v0.0.45_uint16_no_val_struct"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PrologTimeout.description = "Prolog timeout in seconds (16 bit integer number with flags)"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PropagatePrioProcess = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PropagatePrioProcess.description = "Controls scheduling priority (nice value) of user spawned tasks"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PropagatePrioProcess.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PropagateResourceLimits = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PropagateResourceLimits.$ref = "#/components/schemas/v0.0.45_csv_string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PropagateResourceLimits.description = "Propagate (all/specific) resource limits"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PropagateResourceLimitsExcept = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PropagateResourceLimitsExcept.$ref = "#/components/schemas/v0.0.45_csv_string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.PropagateResourceLimitsExcept.description = "Propagate all rlimits except these"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.RebootProgram = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.RebootProgram.description = "Program to reboot the node"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.RebootProgram.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.ReconfigFlags = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.ReconfigFlags.description = "Flags controlling actions taken on scontrol reconfig"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.ReconfigFlags.items = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.ReconfigFlags.items.enum = []; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.ReconfigFlags.items.enum[0] = "KeepPartInfo"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.ReconfigFlags.items.enum[1] = "KeepPartState"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.ReconfigFlags.items.enum[2] = "KeepPowerSaveSettings"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.ReconfigFlags.items.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.ReconfigFlags.type = "array"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.RequeueExit = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.RequeueExit.$ref = "#/components/schemas/v0.0.45_csv_string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.RequeueExit.description = "Exit codes that trigger automatic batch job requeue"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.RequeueExitHold = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.RequeueExitHold.$ref = "#/components/schemas/v0.0.45_csv_string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.RequeueExitHold.description = "Exit codes that trigger automatic requeue with job hold"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.ResumeFailProgram = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.ResumeFailProgram.description = "Program executed when nodes fail to resume by ResumeTimeout"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.ResumeFailProgram.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.ResumeProgram = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.ResumeProgram.description = "Program to bring nodes out of power save mode when assigned work"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.ResumeProgram.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.ResumeRate = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.ResumeRate.description = "Rate at which nodes are resumed from power save mode per minute"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.ResumeRate.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.ResumeRate.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.ResumeTimeout = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.ResumeTimeout.description = "Max seconds between a resume request and node availability"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.ResumeTimeout.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.ResumeTimeout.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.ResvEpilog = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.ResvEpilog.description = "Path of reservation epilog run by slurmctld"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.ResvEpilog.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.ResvOverRun = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.ResvOverRun.description = "Minutes a running job can continue after its reservation ends"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.ResvOverRun.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.ResvOverRun.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.ResvProlog = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.ResvProlog.description = "Path of reservation prolog run by slurmctld"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.ResvProlog.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.ReturnToService = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.ReturnToService.description = "Controls when a DOWN node is returned to service"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.ReturnToService.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SchedulerParameters = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SchedulerParameters.$ref = "#/components/schemas/v0.0.45_csv_string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SchedulerParameters.description = "Options controlling scheduler behavior (varies by SchedulerType)"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SchedulerTimeSlice = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SchedulerTimeSlice.description = "Time slice in seconds for gang scheduling"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SchedulerTimeSlice.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SchedulerTimeSlice.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SchedulerType = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SchedulerType.description = "Type of scheduler to use"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SchedulerType.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.ScronParameters = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.ScronParameters.$ref = "#/components/schemas/v0.0.45_csv_string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.ScronParameters.description = "Options controlling scrontab behavior"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SelectType = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SelectType.description = "Type of node selector to use"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SelectType.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SelectTypeParameters = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SelectTypeParameters.description = "Scheduler consumable resource selection type"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SelectTypeParameters.items = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SelectTypeParameters.items.enum = []; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SelectTypeParameters.items.enum[0] = "NONE"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SelectTypeParameters.items.enum[1] = "CR_CPU_MEMORY"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SelectTypeParameters.items.enum[2] = "CR_CPU"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SelectTypeParameters.items.enum[3] = "CR_CORE_MEMORY"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SelectTypeParameters.items.enum[4] = "CR_CORE"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SelectTypeParameters.items.enum[5] = "CR_SOCKET_MEMORY"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SelectTypeParameters.items.enum[6] = "CR_SOCKET"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SelectTypeParameters.items.enum[7] = "CR_MEMORY"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SelectTypeParameters.items.enum[8] = "CR_ONE_TASK_PER_CORE"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SelectTypeParameters.items.enum[9] = "CR_CORE_DEFAULT_DIST_BLOCK"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SelectTypeParameters.items.enum[10] = "CR_NO_DIST_TOPO_BLOCK"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SelectTypeParameters.items.enum[11] = "CR_LLN"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SelectTypeParameters.items.enum[12] = "CR_PACK_NODES"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SelectTypeParameters.items.enum[13] = "LL_SHARED_GRES"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SelectTypeParameters.items.enum[14] = "MULTIPLE_SHARING_GRES_PJ"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SelectTypeParameters.items.enum[15] = "ENFORCE_BINDING_GRES"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SelectTypeParameters.items.enum[16] = "ONE_TASK_PER_SHARING_GRES"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SelectTypeParameters.items.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SelectTypeParameters.type = "array"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmSchedLogFile = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmSchedLogFile.description = "Where slurm Scheduler log gets written"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmSchedLogFile.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmSchedLogLevel = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmSchedLogLevel.description = "Configured level of slurm Scheduler log"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmSchedLogLevel.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmSchedLogLevel.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmUser = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmUser.description = "User that slurmctld runs as"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmUser.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmUserId = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmUserId.description = "Uid of slurm_user_name"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmUserId.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmUserId.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmctldAddr = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmctldAddr.description = "Address used for communications to the currently active slurmctld daemon"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmctldAddr.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmctldDebug = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmctldDebug.description = "Slurmctld logging level"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmctldDebug.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmctldHttpAuthParams = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmctldHttpAuthParams.$ref = "#/components/schemas/v0.0.45_csv_string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmctldLogFile = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmctldLogFile.description = "Where slurmctld error log gets written"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmctldLogFile.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmctldParameters = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmctldParameters.$ref = "#/components/schemas/v0.0.45_csv_string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmctldParameters.description = "Options controlling slurmctld behavior"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmctldPidFile = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmctldPidFile.description = "Where to put slurmctld pidfile"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmctldPidFile.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmctldPort = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmctldPort.description = "Default communications port to slurmctld"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmctldPort.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmctldPort.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmctldPortCount = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmctldPortCount.description = "Number of slurmctld comm ports"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmctldPortCount.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmctldPortCount.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmctldPrimaryOffProg = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmctldPrimaryOffProg.description = "Run when becomes slurmctld backup"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmctldPrimaryOffProg.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmctldPrimaryOnProg = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmctldPrimaryOnProg.description = "Run when becomes slurmctld primary"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmctldPrimaryOnProg.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmctldSyslogDebug = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmctldSyslogDebug.description = "Slurmctld output to local logfile and syslog"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmctldSyslogDebug.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmctldTimeout = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmctldTimeout.description = "Seconds the backup controller waits for the primary before taking over"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmctldTimeout.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmctldTimeout.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmdDebug = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmdDebug.description = "Slurmd logging level"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmdDebug.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmdHttpAuthParams = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmdHttpAuthParams.$ref = "#/components/schemas/v0.0.45_csv_string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmdLogFile = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmdLogFile.description = "Where slurmd error log gets written"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmdLogFile.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmdParameters = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmdParameters.$ref = "#/components/schemas/v0.0.45_csv_string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmdParameters.description = "Options controlling slurmd behavior"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmdParametersFlags = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmdParametersFlags.description = "SlurmdParameters specific CONF_FLAG_* flags"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmdParametersFlags.items = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmdParametersFlags.items.enum = []; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmdParametersFlags.items.enum[0] = "config_overrides"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmdParametersFlags.items.enum[1] = "l3cache_as_socket"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmdParametersFlags.items.enum[2] = "numa_node_as_socket"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmdParametersFlags.items.enum[3] = "allow_ecores"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmdParametersFlags.items.enum[4] = "shutdown_on_reboot"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmdParametersFlags.items.enum[5] = "contain_spank"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmdParametersFlags.items.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmdParametersFlags.type = "array"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmdPidFile = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmdPidFile.description = "Where to put slurmd pidfile"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmdPidFile.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmdPort = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmdPort.description = "Default communications port to slurmd"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmdPort.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmdPort.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmdSpoolDir = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmdSpoolDir.description = "Where slurmd put temporary state info"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmdSpoolDir.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmdSyslogDebug = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmdSyslogDebug.description = "Slurmd output to local logfile and syslog"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmdSyslogDebug.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmdTimeout = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmdTimeout.description = "Seconds slurmctld waits for slurmd before marking node DOWN"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmdTimeout.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmdTimeout.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmdUser = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmdUser.description = "User that slurmd runs as"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmdUser.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmdUserId = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmdUserId.description = "Uid of slurmd_user_name"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmdUserId.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SlurmdUserId.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SrunEpilog = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SrunEpilog.description = "Srun epilog program"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SrunEpilog.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SrunPortRange = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SrunPortRange.$ref = "#/components/schemas/v0.0.45_port_range"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SrunPortRange.description = "Port range for srun communications (Port range)"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SrunProlog = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SrunProlog.description = "Srun prolog program"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SrunProlog.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.StateSaveLocation = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.StateSaveLocation.description = "Pathname of slurmctld state save directory"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.StateSaveLocation.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SuspendExcNodes = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SuspendExcNodes.$ref = "#/components/schemas/v0.0.45_csv_string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SuspendExcNodes.description = "Nodes excluded from power save mode"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SuspendExcParts = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SuspendExcParts.$ref = "#/components/schemas/v0.0.45_csv_string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SuspendExcParts.description = "Partitions whose nodes are excluded from power save mode"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SuspendExcStates = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SuspendExcStates.$ref = "#/components/schemas/v0.0.45_csv_string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SuspendExcStates.description = "States that should not be powered down"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SuspendProgram = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SuspendProgram.description = "Program to place idle nodes into power save mode"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SuspendProgram.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SuspendRate = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SuspendRate.description = "Rate at which nodes are placed into power save mode per minute"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SuspendRate.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SuspendRate.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SuspendTime = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SuspendTime.$ref = "#/components/schemas/v0.0.45_uint32_no_val_struct"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SuspendTime.description = "Seconds a node must be idle before being placed in power save mode (32 bit integer number with flags)"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SuspendTimeout = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SuspendTimeout.description = "Max seconds between a suspend request and node shutdown"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SuspendTimeout.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SuspendTimeout.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SwitchParameters = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SwitchParameters.$ref = "#/components/schemas/v0.0.45_csv_string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SwitchParameters.description = "Options for the switch plugin"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SwitchType = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SwitchType.description = "Switch or interconnect type"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.SwitchType.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.TCPTimeout = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.TCPTimeout.description = "Seconds permitted for a TCP connection to be established"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.TCPTimeout.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.TCPTimeout.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.TLSParameters = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.TLSParameters.$ref = "#/components/schemas/v0.0.45_csv_string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.TLSParameters.description = "Options for the TLS plugin"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.TLSType = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.TLSType.description = "Tls plugin type"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.TLSType.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.TaskEpilog = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.TaskEpilog.description = "Pathname of task launch epilog"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.TaskEpilog.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.TaskPlugin = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.TaskPlugin.$ref = "#/components/schemas/v0.0.45_csv_string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.TaskPlugin.description = "Task launch plugin"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.TaskPluginParam = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.TaskPluginParam.description = "Default task binding and distribution options"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.TaskPluginParam.items = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.TaskPluginParam.items.enum = []; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.TaskPluginParam.items.enum[0] = "None"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.TaskPluginParam.items.enum[1] = "Threads"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.TaskPluginParam.items.enum[2] = "Cores"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.TaskPluginParam.items.enum[3] = "Sockets"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.TaskPluginParam.items.enum[4] = "autobind=threads"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.TaskPluginParam.items.enum[5] = "autobind=cores"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.TaskPluginParam.items.enum[6] = "autobind=sockets"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.TaskPluginParam.items.enum[7] = "Verbose"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.TaskPluginParam.items.enum[8] = "SlurmdOffSpec"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.TaskPluginParam.items.enum[9] = "OOMKillStep"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.TaskPluginParam.items.enum[10] = "SlurmdSpecOverride"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.TaskPluginParam.items.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.TaskPluginParam.type = "array"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.TaskProlog = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.TaskProlog.description = "Pathname of task launch prolog"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.TaskProlog.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.TmpFS = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.TmpFS.description = "Pathname of temporary file system"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.TmpFS.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.TopologyParam = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.TopologyParam.$ref = "#/components/schemas/v0.0.45_csv_string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.TopologyParam.description = "Network topology parameters"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.TopologyPlugin = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.TopologyPlugin.description = "Network topology plugin"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.TopologyPlugin.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.TreeWidth = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.TreeWidth.description = "Fanout of the slurmd communication tree"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.TreeWidth.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.TreeWidth.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.UnkillableStepProgram = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.UnkillableStepProgram.description = "Program run by the slurmstepd when processes in a job step are unkillable"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.UnkillableStepProgram.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.UnkillableStepTimeout = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.UnkillableStepTimeout.description = "Time in seconds, after processes in a job step have been signaled, before they are considered \"unkillable\"."; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.UnkillableStepTimeout.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.UnkillableStepTimeout.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.UrlParserType = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.UrlParserType.description = "Url_parser plugin type"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.UrlParserType.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.VSizeFactor = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.VSizeFactor.description = "Job virtual memory limit as a percentage of its real memory limit"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.VSizeFactor.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.VSizeFactor.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.WaitTime = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.WaitTime.description = "Default seconds srun waits after first task exits before terminating all"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.WaitTime.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.WaitTime.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.X11Parameters = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.X11Parameters.$ref = "#/components/schemas/v0.0.45_csv_string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.X11Parameters.description = "Options for X11 forwarding"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.controllers = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.controllers.$ref = "#/components/schemas/v0.0.45_controllers_array"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].properties.controllers.description = "slurmctld controllers (List of slurmctld controllers)"; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].required = []; |
| Added |
.components.schemas["v0.0.45_slurm_conf"].type = "object"; |
| Added |
.components.schemas["v0.0.45_slurm_conf_meta"] = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf_meta"].properties = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf_meta"].properties.BOOT_TIME = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf_meta"].properties.BOOT_TIME.description = "Time slurmctld last booted (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'))"; |
| Added |
.components.schemas["v0.0.45_slurm_conf_meta"].properties.BOOT_TIME.format = "int64"; |
| Added |
.components.schemas["v0.0.45_slurm_conf_meta"].properties.BOOT_TIME.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurm_conf_meta"].properties.ClusterId = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf_meta"].properties.ClusterId.$ref = "#/components/schemas/v0.0.45_uint16_no_val_struct"; |
| Added |
.components.schemas["v0.0.45_slurm_conf_meta"].properties.ClusterId.description = "Unique ID for this cluster from the DBD (16 bit integer number with flags)"; |
| Added |
.components.schemas["v0.0.45_slurm_conf_meta"].properties.HashValue = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf_meta"].properties.HashValue.description = "Hash value of the slurm.conf file"; |
| Added |
.components.schemas["v0.0.45_slurm_conf_meta"].properties.HashValue.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurm_conf_meta"].properties.HashValue.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurm_conf_meta"].properties.LastUpdate = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf_meta"].properties.LastUpdate.description = "Last update time of the build parameters (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'))"; |
| Added |
.components.schemas["v0.0.45_slurm_conf_meta"].properties.LastUpdate.format = "int64"; |
| Added |
.components.schemas["v0.0.45_slurm_conf_meta"].properties.LastUpdate.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurm_conf_meta"].properties.NEXT_JOB_ID = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf_meta"].properties.NEXT_JOB_ID.$ref = "#/components/schemas/v0.0.45_uint32_no_val_struct"; |
| Added |
.components.schemas["v0.0.45_slurm_conf_meta"].properties.NEXT_JOB_ID.description = "Next slurm generated job_id to assign (32 bit integer number with flags)"; |
| Added |
.components.schemas["v0.0.45_slurm_conf_meta"].properties.SLURM_CONF = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf_meta"].properties.SLURM_CONF.description = "Pathname of slurm config file"; |
| Added |
.components.schemas["v0.0.45_slurm_conf_meta"].properties.SLURM_CONF.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf_meta"].properties.SLURM_VERSION = {}; |
| Added |
.components.schemas["v0.0.45_slurm_conf_meta"].properties.SLURM_VERSION.description = "Version of slurmctld"; |
| Added |
.components.schemas["v0.0.45_slurm_conf_meta"].properties.SLURM_VERSION.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurm_conf_meta"].required = []; |
| Added |
.components.schemas["v0.0.45_slurm_conf_meta"].type = "object"; |
| Added |
.components.schemas["v0.0.45_slurmdb_purge_units"] = {}; |
| Added |
.components.schemas["v0.0.45_slurmdb_purge_units"].properties = {}; |
| Added |
.components.schemas["v0.0.45_slurmdb_purge_units"].properties.archive = {}; |
| Added |
.components.schemas["v0.0.45_slurmdb_purge_units"].properties.archive.description = "whether to archive purged records"; |
| Added |
.components.schemas["v0.0.45_slurmdb_purge_units"].properties.archive.type = "boolean"; |
| Added |
.components.schemas["v0.0.45_slurmdb_purge_units"].properties.days = {}; |
| Added |
.components.schemas["v0.0.45_slurmdb_purge_units"].properties.days.description = "days"; |
| Added |
.components.schemas["v0.0.45_slurmdb_purge_units"].properties.days.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurmdb_purge_units"].properties.days.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurmdb_purge_units"].properties.hours = {}; |
| Added |
.components.schemas["v0.0.45_slurmdb_purge_units"].properties.hours.description = "hours"; |
| Added |
.components.schemas["v0.0.45_slurmdb_purge_units"].properties.hours.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurmdb_purge_units"].properties.hours.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurmdb_purge_units"].properties.months = {}; |
| Added |
.components.schemas["v0.0.45_slurmdb_purge_units"].properties.months.description = "months"; |
| Added |
.components.schemas["v0.0.45_slurmdb_purge_units"].properties.months.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurmdb_purge_units"].properties.months.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurmdb_purge_units"].properties.set = {}; |
| Added |
.components.schemas["v0.0.45_slurmdb_purge_units"].properties.set.description = "whether purge has been set"; |
| Added |
.components.schemas["v0.0.45_slurmdb_purge_units"].properties.set.type = "boolean"; |
| Added |
.components.schemas["v0.0.45_slurmdb_purge_units"].required = []; |
| Added |
.components.schemas["v0.0.45_slurmdb_purge_units"].type = "object"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"] = {}; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties = {}; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.ArchiveDir = {}; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.ArchiveDir.description = "location to locally store data if not using a script"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.ArchiveDir.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.ArchiveScript = {}; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.ArchiveScript.description = "script to archive old data"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.ArchiveScript.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.CommitDelay = {}; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.CommitDelay.description = "on busy systems, delay commits from slurmctld this many seconds"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.CommitDelay.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.CommitDelay.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.DbdAddr = {}; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.DbdAddr.description = "network address of Slurm DBD"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.DbdAddr.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.DbdBackupHost = {}; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.DbdBackupHost.description = "hostname of Slurm DBD backup"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.DbdBackupHost.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.DbdHost = {}; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.DbdHost.description = "hostname of Slurm DBD"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.DbdHost.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.DbdPort = {}; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.DbdPort.description = "port number for RPCs to DBD"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.DbdPort.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.DbdPort.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.DebugLevel = {}; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.DebugLevel.description = "debug level, default=3"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.DebugLevel.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.DebugLevelSyslog = {}; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.DebugLevelSyslog.description = "output to both log file and syslog"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.DebugLevelSyslog.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.DefaultQOS = {}; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.DefaultQOS.description = "default qos setting when adding clusters"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.DefaultQOS.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.Flags = {}; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.Flags.description = "various flags, see DBD_CONF_FLAG_*"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.Flags.items = {}; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.Flags.items.enum = []; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.Flags.items.enum[0] = "AllowNoDefAcct"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.Flags.items.enum[1] = "AllResourcesAbsolute"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.Flags.items.enum[2] = "DisableCoordDBD"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.Flags.items.enum[3] = "DisableArchiveCommands"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.Flags.items.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.Flags.type = "array"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.LogFile = {}; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.LogFile.description = "fully qualified pathname of the slurmdbd log file (default unset; logs go to syslog)"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.LogFile.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.MaxPurgeLimit = {}; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.MaxPurgeLimit.description = "max number of records that are purged in a single query so that locks can be periodically released"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.MaxPurgeLimit.format = "int32"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.MaxPurgeLimit.type = "integer"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.MaxQueryTimeRange = {}; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.MaxQueryTimeRange.description = "max time range for user queries (Time formatted as HH:MM:SS or D-HH:MM:SS)"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.MaxQueryTimeRange.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.Parameters = {}; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.Parameters.$ref = "#/components/schemas/v0.0.45_csv_string"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.Parameters.description = "parameters to change behavior with the slurmdbd directly"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.PersistConnFlags = {}; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.PersistConnFlags.description = "flags to be sent back on any persist connection init"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.PersistConnFlags.items = {}; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.PersistConnFlags.items.enum = []; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.PersistConnFlags.items.enum[0] = "PreserveCaseUser"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.PersistConnFlags.items.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.PersistConnFlags.type = "array"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.PidFile = {}; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.PidFile.description = "where to store current PID"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.PidFile.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.PurgeEventAfter = {}; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.PurgeEventAfter.$ref = "#/components/schemas/v0.0.45_slurmdb_purge_units"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.PurgeEventAfter.description = "purge events older than this in hours, days, or months"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.PurgeJobAfter = {}; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.PurgeJobAfter.$ref = "#/components/schemas/v0.0.45_slurmdb_purge_units"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.PurgeJobAfter.description = "purge jobs older than this in hours, days, or months"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.PurgeJobEnvAfter = {}; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.PurgeJobEnvAfter.$ref = "#/components/schemas/v0.0.45_slurmdb_purge_units"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.PurgeJobEnvAfter.description = "purge job environments older than this in hours, days, or months"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.PurgeJobScriptAfter = {}; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.PurgeJobScriptAfter.$ref = "#/components/schemas/v0.0.45_slurmdb_purge_units"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.PurgeJobScriptAfter.description = "purge job scripts older than this in hours, days, or months"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.PurgeResvAfter = {}; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.PurgeResvAfter.$ref = "#/components/schemas/v0.0.45_slurmdb_purge_units"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.PurgeResvAfter.description = "purge reservations older than this in hours, days, or months"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.PurgeStepAfter = {}; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.PurgeStepAfter.$ref = "#/components/schemas/v0.0.45_slurmdb_purge_units"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.PurgeStepAfter.description = "purge steps older than this in hours, days, or months"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.PurgeSuspendAfter = {}; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.PurgeSuspendAfter.$ref = "#/components/schemas/v0.0.45_slurmdb_purge_units"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.PurgeSuspendAfter.description = "purge suspend data older than this in hours, days, or months"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.PurgeTXNAfter = {}; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.PurgeTXNAfter.$ref = "#/components/schemas/v0.0.45_slurmdb_purge_units"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.PurgeTXNAfter.description = "purge transaction data older than this in hours, days, or months"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.PurgeUsageAfter = {}; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.PurgeUsageAfter.$ref = "#/components/schemas/v0.0.45_slurmdb_purge_units"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.PurgeUsageAfter.description = "purge usage data older than this in hours, days, or months"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.StorageLoc = {}; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.StorageLoc.description = "name of the database where accounting records are written (default slurm_acct_db)"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.StorageLoc.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.StoragePassScript = {}; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.StoragePassScript.description = "path to executable script that emits ephemeral DB authentication tokens used in place of StoragePass"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.StoragePassScript.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.StorageUser = {}; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.StorageUser.description = "username used to connect to the accounting database (defaults to the user running slurmdbd)"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.StorageUser.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.TrackSlurmctldDown = {}; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.TrackSlurmctldDown.description = "whether or not to track when a slurmctld goes down"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.TrackSlurmctldDown.type = "boolean"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.TrackWCKey = {}; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.TrackWCKey.description = "whether or not to track WCKey"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].properties.TrackWCKey.type = "boolean"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].required = []; |
| Added |
.components.schemas["v0.0.45_slurmdbd_conf"].type = "object"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_ping"].properties.status = {}; |
| Added |
.components.schemas["v0.0.45_slurmdbd_ping"].properties.status.description = "Ping status code"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_ping"].properties.status.type = "string"; |
| Added |
.components.schemas["v0.0.45_slurmdbd_ping"].required[4] = "status"; |
| Removed |
.components.schemas["v0.0.45_stats_msg"].properties.parts_packed = {}; |
| Removed |
.components.schemas["v0.0.45_stats_msg"].properties.parts_packed.deprecated = true; |
| Removed |
.components.schemas["v0.0.45_stats_msg"].properties.parts_packed.description = "Zero if only RPC statistic included"; |
| Removed |
.components.schemas["v0.0.45_stats_msg"].properties.parts_packed.format = "int32"; |
| Removed |
.components.schemas["v0.0.45_stats_msg"].properties.parts_packed.type = "integer"; |
| Removed |
.components.schemas["v0.0.45_step"].properties.pid = {}; |
| Removed |
.components.schemas["v0.0.45_step"].properties.pid.deprecated = true; |
| Removed |
.components.schemas["v0.0.45_step"].properties.pid.description = "Deprecated; Process ID"; |
| Replaced |
.components.schemas["v0.0.45_step"].properties.submit_line = {}; |
| Added |
.components.schemas["v0.0.45_step"].properties.submit_line.description = "Full command used to submit the step"; |
| Added |
.components.schemas["v0.0.45_step"].properties.submit_line.type = "string"; |
| Added |
.components.schemas["v0.0.45_update_node_msg"].properties.reason_uid.deprecated = true; |
| Removed |
.components.schemas["v0.0.45_update_node_msg"].properties.state.items.enum[30] = "DYNAMIC_NORM"; |
| Replaced |
.components.schemas["v0.0.45_update_node_msg"].properties.state.items.enum[30] = "POWER_DOWN_ASAP"; |
| Added |
.components.schemas["v0.0.45_update_node_msg"].properties.state.items.enum[31] = "POWER_DOWN_FORCE"; |
| Added |
.components.schemas["v0.0.45_update_node_msg"].properties.state.items.enum[32] = "DYNAMIC_NORM"; |
| Added |
.components.schemas["v0.0.45_update_node_msg"].properties.state.items.enum[33] = "BLOCKED"; |
| Added |
.components.schemas["v0.0.45_update_partition_msg_list"] = {}; |
| Added |
.components.schemas["v0.0.45_update_partition_msg_list"].items = {}; |
| Added |
.components.schemas["v0.0.45_update_partition_msg_list"].items.$ref = "#/components/schemas/v0.0.45_partition_info"; |
| Added |
.components.schemas["v0.0.45_update_partition_msg_list"].type = "array"; |
| Replaced |
.info.version = "Slurm-26.05.0"; |
| Replaced |
.info["x-slurm"].release = "26.05.0"; |
| Added |
.paths["/slurm/v0.0.45/conf"] = {}; |
| Added |
.paths["/slurm/v0.0.45/conf"].get = {}; |
| Added |
.paths["/slurm/v0.0.45/conf"].get.operationId = "slurm_v0045_get_conf"; |
| Added |
.paths["/slurm/v0.0.45/conf"].get.parameters = []; |
| Added |
.paths["/slurm/v0.0.45/conf"].get.parameters[0] = {}; |
| Added |
.paths["/slurm/v0.0.45/conf"].get.parameters[0].allowEmptyValue = false; |
| Added |
.paths["/slurm/v0.0.45/conf"].get.parameters[0].allowReserved = false; |
| Added |
.paths["/slurm/v0.0.45/conf"].get.parameters[0].description = "Query config updated more recently than this time (UNIX timestamp)"; |
| Added |
.paths["/slurm/v0.0.45/conf"].get.parameters[0].explode = false; |
| Added |
.paths["/slurm/v0.0.45/conf"].get.parameters[0].name = "update_time"; |
| Added |
.paths["/slurm/v0.0.45/conf"].get.parameters[0].required = false; |
| Added |
.paths["/slurm/v0.0.45/conf"].get.parameters[0].schema = {}; |
| Added |
.paths["/slurm/v0.0.45/conf"].get.parameters[0].schema.type = "string"; |
| Added |
.paths["/slurm/v0.0.45/conf"].get.parameters[0].style = "form"; |
| Added |
.paths["/slurm/v0.0.45/conf"].get.parameters[0]["in"] = "query"; |
| Added |
.paths["/slurm/v0.0.45/conf"].get.responses = {}; |
| Added |
.paths["/slurm/v0.0.45/conf"].get.responses["200"] = {}; |
| Added |
.paths["/slurm/v0.0.45/conf"].get.responses["200"].content = {}; |
| Added |
.paths["/slurm/v0.0.45/conf"].get.responses["200"].content["application/json"] = {}; |
| Added |
.paths["/slurm/v0.0.45/conf"].get.responses["200"].content["application/json"].schema = {}; |
| Added |
.paths["/slurm/v0.0.45/conf"].get.responses["200"].content["application/json"].schema.$ref = "#/components/schemas/v0.0.45_openapi_conf_resp"; |
| Added |
.paths["/slurm/v0.0.45/conf"].get.responses["200"].description = "slurm configuration"; |
| Added |
.paths["/slurm/v0.0.45/conf"].get.responses["default"] = {}; |
| Added |
.paths["/slurm/v0.0.45/conf"].get.responses["default"].content = {}; |
| Added |
.paths["/slurm/v0.0.45/conf"].get.responses["default"].content["application/json"] = {}; |
| Added |
.paths["/slurm/v0.0.45/conf"].get.responses["default"].content["application/json"].schema = {}; |
| Added |
.paths["/slurm/v0.0.45/conf"].get.responses["default"].content["application/json"].schema.$ref = "#/components/schemas/v0.0.45_openapi_conf_resp"; |
| Added |
.paths["/slurm/v0.0.45/conf"].get.responses["default"].description = "slurm configuration"; |
| Added |
.paths["/slurm/v0.0.45/conf"].get.summary = "Dump slurm configuration"; |
| Added |
.paths["/slurm/v0.0.45/conf"].get.tags = []; |
| Added |
.paths["/slurm/v0.0.45/conf"].get.tags[0] = "slurm"; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"] = {}; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get = {}; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.operationId = "slurm_v0045_get_job_requeue"; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.parameters = []; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.parameters[0] = {}; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.parameters[0].allowEmptyValue = false; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.parameters[0].allowReserved = false; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.parameters[0].description = "Job ID"; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.parameters[0].explode = false; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.parameters[0].name = "job_id"; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.parameters[0].required = true; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.parameters[0].schema = {}; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.parameters[0].schema.type = "string"; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.parameters[0].style = "simple"; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.parameters[0]["in"] = "path"; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.parameters[1] = {}; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.parameters[1].allowEmptyValue = true; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.parameters[1].allowReserved = false; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.parameters[1].description = "Operate only on jobs (or tasks of a job array) which have not completed"; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.parameters[1].explode = false; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.parameters[1].name = "Incomplete"; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.parameters[1].required = false; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.parameters[1].schema = {}; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.parameters[1].schema.type = "string"; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.parameters[1].style = "form"; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.parameters[1]["in"] = "query"; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.parameters[2] = {}; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.parameters[2].allowEmptyValue = true; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.parameters[2].allowReserved = false; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.parameters[2].description = "Hold job after requeue, will require manual release to run again"; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.parameters[2].explode = false; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.parameters[2].name = "Hold"; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.parameters[2].required = false; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.parameters[2].schema = {}; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.parameters[2].schema.type = "string"; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.parameters[2].style = "form"; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.parameters[2]["in"] = "query"; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.parameters[3] = {}; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.parameters[3].allowEmptyValue = true; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.parameters[3].allowReserved = false; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.parameters[3].description = "Set SPECIAL_EXIT state after requeue; must also specify the Hold flag"; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.parameters[3].explode = false; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.parameters[3].name = "SpecialExit"; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.parameters[3].required = false; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.parameters[3].schema = {}; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.parameters[3].schema.type = "string"; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.parameters[3].style = "form"; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.parameters[3]["in"] = "query"; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.responses = {}; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.responses["200"] = {}; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.responses["200"].content = {}; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.responses["200"].content["application/json"] = {}; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.responses["200"].content["application/json"].schema = {}; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.responses["200"].content["application/json"].schema.$ref = "#/components/schemas/v0.0.45_openapi_job_requeue_resp"; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.responses["200"].description = "job requeue result"; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.responses["default"] = {}; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.responses["default"].content = {}; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.responses["default"].content["application/json"] = {}; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.responses["default"].content["application/json"].schema = {}; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.responses["default"].content["application/json"].schema.$ref = "#/components/schemas/v0.0.45_openapi_job_requeue_resp"; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.responses["default"].description = "job requeue result"; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.summary = "request job requeue"; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.tags = []; |
| Added |
.paths["/slurm/v0.0.45/job/{job_id}/requeue"].get.tags[0] = "slurm"; |
| Added |
.paths["/slurm/v0.0.45/jobs/requeue"] = {}; |
| Added |
.paths["/slurm/v0.0.45/jobs/requeue"].post = {}; |
| Added |
.paths["/slurm/v0.0.45/jobs/requeue"].post.operationId = "slurm_v0045_post_jobs_requeue"; |
| Added |
.paths["/slurm/v0.0.45/jobs/requeue"].post.requestBody = {}; |
| Added |
.paths["/slurm/v0.0.45/jobs/requeue"].post.requestBody.content = {}; |
| Added |
.paths["/slurm/v0.0.45/jobs/requeue"].post.requestBody.content["application/json"] = {}; |
| Added |
.paths["/slurm/v0.0.45/jobs/requeue"].post.requestBody.content["application/json"].schema = {}; |
| Added |
.paths["/slurm/v0.0.45/jobs/requeue"].post.requestBody.content["application/json"].schema.$ref = "#/components/schemas/v0.0.45_openapi_jobs_requeue_query"; |
| Added |
.paths["/slurm/v0.0.45/jobs/requeue"].post.requestBody.description = "batch job requeue request parameters"; |
| Added |
.paths["/slurm/v0.0.45/jobs/requeue"].post.responses = {}; |
| Added |
.paths["/slurm/v0.0.45/jobs/requeue"].post.responses["200"] = {}; |
| Added |
.paths["/slurm/v0.0.45/jobs/requeue"].post.responses["200"].content = {}; |
| Added |
.paths["/slurm/v0.0.45/jobs/requeue"].post.responses["200"].content["application/json"] = {}; |
| Added |
.paths["/slurm/v0.0.45/jobs/requeue"].post.responses["200"].content["application/json"].schema = {}; |
| Added |
.paths["/slurm/v0.0.45/jobs/requeue"].post.responses["200"].content["application/json"].schema.$ref = "#/components/schemas/v0.0.45_openapi_jobs_requeue_resp"; |
| Added |
.paths["/slurm/v0.0.45/jobs/requeue"].post.responses["200"].description = "batch job requeue request result"; |
| Added |
.paths["/slurm/v0.0.45/jobs/requeue"].post.responses["default"] = {}; |
| Added |
.paths["/slurm/v0.0.45/jobs/requeue"].post.responses["default"].content = {}; |
| Added |
.paths["/slurm/v0.0.45/jobs/requeue"].post.responses["default"].content["application/json"] = {}; |
| Added |
.paths["/slurm/v0.0.45/jobs/requeue"].post.responses["default"].content["application/json"].schema = {}; |
| Added |
.paths["/slurm/v0.0.45/jobs/requeue"].post.responses["default"].content["application/json"].schema.$ref = "#/components/schemas/v0.0.45_openapi_jobs_requeue_resp"; |
| Added |
.paths["/slurm/v0.0.45/jobs/requeue"].post.responses["default"].description = "batch job requeue request result"; |
| Added |
.paths["/slurm/v0.0.45/jobs/requeue"].post.summary = "batch requeue job(s)"; |
| Added |
.paths["/slurm/v0.0.45/jobs/requeue"].post.tags = []; |
| Added |
.paths["/slurm/v0.0.45/jobs/requeue"].post.tags[0] = "slurm"; |
| Added |
.paths["/slurm/v0.0.45/partition/{partition_name}"]["delete"] = {}; |
| Added |
.paths["/slurm/v0.0.45/partition/{partition_name}"]["delete"].operationId = "slurm_v0045_delete_partition"; |
| Added |
.paths["/slurm/v0.0.45/partition/{partition_name}"]["delete"].parameters = []; |
| Added |
.paths["/slurm/v0.0.45/partition/{partition_name}"]["delete"].parameters[0] = {}; |
| Added |
.paths["/slurm/v0.0.45/partition/{partition_name}"]["delete"].parameters[0].allowEmptyValue = false; |
| Added |
.paths["/slurm/v0.0.45/partition/{partition_name}"]["delete"].parameters[0].allowReserved = false; |
| Added |
.paths["/slurm/v0.0.45/partition/{partition_name}"]["delete"].parameters[0].description = "Partition name"; |
| Added |
.paths["/slurm/v0.0.45/partition/{partition_name}"]["delete"].parameters[0].explode = false; |
| Added |
.paths["/slurm/v0.0.45/partition/{partition_name}"]["delete"].parameters[0].name = "partition_name"; |
| Added |
.paths["/slurm/v0.0.45/partition/{partition_name}"]["delete"].parameters[0].required = true; |
| Added |
.paths["/slurm/v0.0.45/partition/{partition_name}"]["delete"].parameters[0].schema = {}; |
| Added |
.paths["/slurm/v0.0.45/partition/{partition_name}"]["delete"].parameters[0].schema.type = "string"; |
| Added |
.paths["/slurm/v0.0.45/partition/{partition_name}"]["delete"].parameters[0].style = "simple"; |
| Added |
.paths["/slurm/v0.0.45/partition/{partition_name}"]["delete"].parameters[0]["in"] = "path"; |
| Added |
.paths["/slurm/v0.0.45/partition/{partition_name}"]["delete"].responses = {}; |
| Added |
.paths["/slurm/v0.0.45/partition/{partition_name}"]["delete"].responses["200"] = {}; |
| Added |
.paths["/slurm/v0.0.45/partition/{partition_name}"]["delete"].responses["200"].content = {}; |
| Added |
.paths["/slurm/v0.0.45/partition/{partition_name}"]["delete"].responses["200"].content["application/json"] = {}; |
| Added |
.paths["/slurm/v0.0.45/partition/{partition_name}"]["delete"].responses["200"].content["application/json"].schema = {}; |
| Added |
.paths["/slurm/v0.0.45/partition/{partition_name}"]["delete"].responses["200"].content["application/json"].schema.$ref = "#/components/schemas/v0.0.45_openapi_resp"; |
| Added |
.paths["/slurm/v0.0.45/partition/{partition_name}"]["delete"].responses["200"].description = "partition deletion result"; |
| Added |
.paths["/slurm/v0.0.45/partition/{partition_name}"]["delete"].responses["default"] = {}; |
| Added |
.paths["/slurm/v0.0.45/partition/{partition_name}"]["delete"].responses["default"].content = {}; |
| Added |
.paths["/slurm/v0.0.45/partition/{partition_name}"]["delete"].responses["default"].content["application/json"] = {}; |
| Added |
.paths["/slurm/v0.0.45/partition/{partition_name}"]["delete"].responses["default"].content["application/json"].schema = {}; |
| Added |
.paths["/slurm/v0.0.45/partition/{partition_name}"]["delete"].responses["default"].content["application/json"].schema.$ref = "#/components/schemas/v0.0.45_openapi_resp"; |
| Added |
.paths["/slurm/v0.0.45/partition/{partition_name}"]["delete"].responses["default"].description = "partition deletion result"; |
| Added |
.paths["/slurm/v0.0.45/partition/{partition_name}"]["delete"].summary = "delete partition"; |
| Added |
.paths["/slurm/v0.0.45/partition/{partition_name}"]["delete"].tags = []; |
| Added |
.paths["/slurm/v0.0.45/partition/{partition_name}"]["delete"].tags[0] = "slurm"; |
| Added |
.paths["/slurm/v0.0.45/partitions/"].post = {}; |
| Added |
.paths["/slurm/v0.0.45/partitions/"].post.operationId = "slurm_v0045_post_partitions"; |
| Added |
.paths["/slurm/v0.0.45/partitions/"].post.requestBody = {}; |
| Added |
.paths["/slurm/v0.0.45/partitions/"].post.requestBody.content = {}; |
| Added |
.paths["/slurm/v0.0.45/partitions/"].post.requestBody.content["application/json"] = {}; |
| Added |
.paths["/slurm/v0.0.45/partitions/"].post.requestBody.content["application/json"].schema = {}; |
| Added |
.paths["/slurm/v0.0.45/partitions/"].post.requestBody.content["application/json"].schema.$ref = "#/components/schemas/v0.0.45_openapi_partitions_mod_req"; |
| Added |
.paths["/slurm/v0.0.45/partitions/"].post.requestBody.description = "partition description"; |
| Added |
.paths["/slurm/v0.0.45/partitions/"].post.responses = {}; |
| Added |
.paths["/slurm/v0.0.45/partitions/"].post.responses["200"] = {}; |
| Added |
.paths["/slurm/v0.0.45/partitions/"].post.responses["200"].content = {}; |
| Added |
.paths["/slurm/v0.0.45/partitions/"].post.responses["200"].content["application/json"] = {}; |
| Added |
.paths["/slurm/v0.0.45/partitions/"].post.responses["200"].content["application/json"].schema = {}; |
| Added |
.paths["/slurm/v0.0.45/partitions/"].post.responses["200"].content["application/json"].schema.$ref = "#/components/schemas/v0.0.45_openapi_resp"; |
| Added |
.paths["/slurm/v0.0.45/partitions/"].post.responses["200"].description = "partition update or create request results"; |
| Added |
.paths["/slurm/v0.0.45/partitions/"].post.responses["default"] = {}; |
| Added |
.paths["/slurm/v0.0.45/partitions/"].post.responses["default"].content = {}; |
| Added |
.paths["/slurm/v0.0.45/partitions/"].post.responses["default"].content["application/json"] = {}; |
| Added |
.paths["/slurm/v0.0.45/partitions/"].post.responses["default"].content["application/json"].schema = {}; |
| Added |
.paths["/slurm/v0.0.45/partitions/"].post.responses["default"].content["application/json"].schema.$ref = "#/components/schemas/v0.0.45_openapi_resp"; |
| Added |
.paths["/slurm/v0.0.45/partitions/"].post.responses["default"].description = "partition update or create request results"; |
| Added |
.paths["/slurm/v0.0.45/partitions/"].post.summary = "create or update partitions"; |
| Added |
.paths["/slurm/v0.0.45/partitions/"].post.tags = []; |
| Added |
.paths["/slurm/v0.0.45/partitions/"].post.tags[0] = "slurm"; |
| Added |
.paths["/slurm/v0.0.45/resources/{job_id}"] = {}; |
| Added |
.paths["/slurm/v0.0.45/resources/{job_id}"].get = {}; |
| Added |
.paths["/slurm/v0.0.45/resources/{job_id}"].get.operationId = "slurm_v0045_get_resources"; |
| Added |
.paths["/slurm/v0.0.45/resources/{job_id}"].get.parameters = []; |
| Added |
.paths["/slurm/v0.0.45/resources/{job_id}"].get.parameters[0] = {}; |
| Added |
.paths["/slurm/v0.0.45/resources/{job_id}"].get.parameters[0].allowEmptyValue = false; |
| Added |
.paths["/slurm/v0.0.45/resources/{job_id}"].get.parameters[0].allowReserved = false; |
| Added |
.paths["/slurm/v0.0.45/resources/{job_id}"].get.parameters[0].description = "Job ID"; |
| Added |
.paths["/slurm/v0.0.45/resources/{job_id}"].get.parameters[0].explode = false; |
| Added |
.paths["/slurm/v0.0.45/resources/{job_id}"].get.parameters[0].name = "job_id"; |
| Added |
.paths["/slurm/v0.0.45/resources/{job_id}"].get.parameters[0].required = true; |
| Added |
.paths["/slurm/v0.0.45/resources/{job_id}"].get.parameters[0].schema = {}; |
| Added |
.paths["/slurm/v0.0.45/resources/{job_id}"].get.parameters[0].schema.type = "string"; |
| Added |
.paths["/slurm/v0.0.45/resources/{job_id}"].get.parameters[0].style = "simple"; |
| Added |
.paths["/slurm/v0.0.45/resources/{job_id}"].get.parameters[0]["in"] = "path"; |
| Added |
.paths["/slurm/v0.0.45/resources/{job_id}"].get.responses = {}; |
| Added |
.paths["/slurm/v0.0.45/resources/{job_id}"].get.responses["200"] = {}; |
| Added |
.paths["/slurm/v0.0.45/resources/{job_id}"].get.responses["200"].content = {}; |
| Added |
.paths["/slurm/v0.0.45/resources/{job_id}"].get.responses["200"].content["application/json"] = {}; |
| Added |
.paths["/slurm/v0.0.45/resources/{job_id}"].get.responses["200"].content["application/json"].schema = {}; |
| Added |
.paths["/slurm/v0.0.45/resources/{job_id}"].get.responses["200"].content["application/json"].schema.$ref = "#/components/schemas/v0.0.45_openapi_resource_layout_resp"; |
| Added |
.paths["/slurm/v0.0.45/resources/{job_id}"].get.responses["200"].description = "resource layout information"; |
| Added |
.paths["/slurm/v0.0.45/resources/{job_id}"].get.responses["default"] = {}; |
| Added |
.paths["/slurm/v0.0.45/resources/{job_id}"].get.responses["default"].content = {}; |
| Added |
.paths["/slurm/v0.0.45/resources/{job_id}"].get.responses["default"].content["application/json"] = {}; |
| Added |
.paths["/slurm/v0.0.45/resources/{job_id}"].get.responses["default"].content["application/json"].schema = {}; |
| Added |
.paths["/slurm/v0.0.45/resources/{job_id}"].get.responses["default"].content["application/json"].schema.$ref = "#/components/schemas/v0.0.45_openapi_resource_layout_resp"; |
| Added |
.paths["/slurm/v0.0.45/resources/{job_id}"].get.responses["default"].description = "resource layout information"; |
| Added |
.paths["/slurm/v0.0.45/resources/{job_id}"].get.summary = "get resource layout info"; |
| Added |
.paths["/slurm/v0.0.45/resources/{job_id}"].get.tags = []; |
| Added |
.paths["/slurm/v0.0.45/resources/{job_id}"].get.tags[0] = "slurm"; |
| Removed |
.paths["/slurmdb/v0.0.45/association/"].get.parameters[10].deprecated = true; |
| Replaced |
.paths["/slurmdb/v0.0.45/association/"].get.parameters[10].description = "CSV ID list"; |
| Replaced |
.paths["/slurmdb/v0.0.45/association/"].get.parameters[10].name = "id"; |
| Replaced |
.paths["/slurmdb/v0.0.45/association/"].get.parameters[11].description = "CSV names of parent account"; |
| Replaced |
.paths["/slurmdb/v0.0.45/association/"].get.parameters[11].name = "parent_account"; |
| Replaced |
.paths["/slurmdb/v0.0.45/association/"].get.parameters[12].description = "CSV partition name list"; |
| Replaced |
.paths["/slurmdb/v0.0.45/association/"].get.parameters[12].name = "partition"; |
| Replaced |
.paths["/slurmdb/v0.0.45/association/"].get.parameters[13].description = "CSV QOS list"; |
| Replaced |
.paths["/slurmdb/v0.0.45/association/"].get.parameters[13].name = "qos"; |
| Replaced |
.paths["/slurmdb/v0.0.45/association/"].get.parameters[14].description = "Usage end (UNIX timestamp)"; |
| Replaced |
.paths["/slurmdb/v0.0.45/association/"].get.parameters[14].name = "usage_end"; |
| Replaced |
.paths["/slurmdb/v0.0.45/association/"].get.parameters[15].description = "Usage start (UNIX timestamp)"; |
| Replaced |
.paths["/slurmdb/v0.0.45/association/"].get.parameters[15].name = "usage_start"; |
| Replaced |
.paths["/slurmdb/v0.0.45/association/"].get.parameters[16].description = "CSV user list"; |
| Replaced |
.paths["/slurmdb/v0.0.45/association/"].get.parameters[16].name = "user"; |
| Removed |
.paths["/slurmdb/v0.0.45/association/"].get.parameters[17] = {}; |
| Removed |
.paths["/slurmdb/v0.0.45/association/"].get.parameters[17].allowEmptyValue = false; |
| Removed |
.paths["/slurmdb/v0.0.45/association/"].get.parameters[17].allowReserved = false; |
| Removed |
.paths["/slurmdb/v0.0.45/association/"].get.parameters[17].description = "CSV user list"; |
| Removed |
.paths["/slurmdb/v0.0.45/association/"].get.parameters[17].explode = false; |
| Removed |
.paths["/slurmdb/v0.0.45/association/"].get.parameters[17].name = "user"; |
| Removed |
.paths["/slurmdb/v0.0.45/association/"].get.parameters[17].required = false; |
| Removed |
.paths["/slurmdb/v0.0.45/association/"].get.parameters[17].schema = {}; |
| Removed |
.paths["/slurmdb/v0.0.45/association/"].get.parameters[17].schema.type = "string"; |
| Removed |
.paths["/slurmdb/v0.0.45/association/"].get.parameters[17].style = "form"; |
| Removed |
.paths["/slurmdb/v0.0.45/association/"].get.parameters[17]["in"] = "query"; |
| Removed |
.paths["/slurmdb/v0.0.45/association/"]["delete"].parameters[10].deprecated = true; |
| Replaced |
.paths["/slurmdb/v0.0.45/association/"]["delete"].parameters[10].description = "CSV ID list"; |
| Replaced |
.paths["/slurmdb/v0.0.45/association/"]["delete"].parameters[10].name = "id"; |
| Replaced |
.paths["/slurmdb/v0.0.45/association/"]["delete"].parameters[11].description = "CSV names of parent account"; |
| Replaced |
.paths["/slurmdb/v0.0.45/association/"]["delete"].parameters[11].name = "parent_account"; |
| Replaced |
.paths["/slurmdb/v0.0.45/association/"]["delete"].parameters[12].description = "CSV partition name list"; |
| Replaced |
.paths["/slurmdb/v0.0.45/association/"]["delete"].parameters[12].name = "partition"; |
| Replaced |
.paths["/slurmdb/v0.0.45/association/"]["delete"].parameters[13].description = "CSV QOS list"; |
| Replaced |
.paths["/slurmdb/v0.0.45/association/"]["delete"].parameters[13].name = "qos"; |
| Replaced |
.paths["/slurmdb/v0.0.45/association/"]["delete"].parameters[14].description = "Usage end (UNIX timestamp)"; |
| Replaced |
.paths["/slurmdb/v0.0.45/association/"]["delete"].parameters[14].name = "usage_end"; |
| Replaced |
.paths["/slurmdb/v0.0.45/association/"]["delete"].parameters[15].description = "Usage start (UNIX timestamp)"; |
| Replaced |
.paths["/slurmdb/v0.0.45/association/"]["delete"].parameters[15].name = "usage_start"; |
| Replaced |
.paths["/slurmdb/v0.0.45/association/"]["delete"].parameters[16].description = "CSV user list"; |
| Replaced |
.paths["/slurmdb/v0.0.45/association/"]["delete"].parameters[16].name = "user"; |
| Removed |
.paths["/slurmdb/v0.0.45/association/"]["delete"].parameters[17] = {}; |
| Removed |
.paths["/slurmdb/v0.0.45/association/"]["delete"].parameters[17].allowEmptyValue = false; |
| Removed |
.paths["/slurmdb/v0.0.45/association/"]["delete"].parameters[17].allowReserved = false; |
| Removed |
.paths["/slurmdb/v0.0.45/association/"]["delete"].parameters[17].description = "CSV user list"; |
| Removed |
.paths["/slurmdb/v0.0.45/association/"]["delete"].parameters[17].explode = false; |
| Removed |
.paths["/slurmdb/v0.0.45/association/"]["delete"].parameters[17].name = "user"; |
| Removed |
.paths["/slurmdb/v0.0.45/association/"]["delete"].parameters[17].required = false; |
| Removed |
.paths["/slurmdb/v0.0.45/association/"]["delete"].parameters[17].schema = {}; |
| Removed |
.paths["/slurmdb/v0.0.45/association/"]["delete"].parameters[17].schema.type = "string"; |
| Removed |
.paths["/slurmdb/v0.0.45/association/"]["delete"].parameters[17].style = "form"; |
| Removed |
.paths["/slurmdb/v0.0.45/association/"]["delete"].parameters[17]["in"] = "query"; |
| Removed |
.paths["/slurmdb/v0.0.45/associations/"].get.parameters[10].deprecated = true; |
| Replaced |
.paths["/slurmdb/v0.0.45/associations/"].get.parameters[10].description = "CSV ID list"; |
| Replaced |
.paths["/slurmdb/v0.0.45/associations/"].get.parameters[10].name = "id"; |
| Replaced |
.paths["/slurmdb/v0.0.45/associations/"].get.parameters[11].description = "CSV names of parent account"; |
| Replaced |
.paths["/slurmdb/v0.0.45/associations/"].get.parameters[11].name = "parent_account"; |
| Replaced |
.paths["/slurmdb/v0.0.45/associations/"].get.parameters[12].description = "CSV partition name list"; |
| Replaced |
.paths["/slurmdb/v0.0.45/associations/"].get.parameters[12].name = "partition"; |
| Replaced |
.paths["/slurmdb/v0.0.45/associations/"].get.parameters[13].description = "CSV QOS list"; |
| Replaced |
.paths["/slurmdb/v0.0.45/associations/"].get.parameters[13].name = "qos"; |
| Replaced |
.paths["/slurmdb/v0.0.45/associations/"].get.parameters[14].description = "Usage end (UNIX timestamp)"; |
| Replaced |
.paths["/slurmdb/v0.0.45/associations/"].get.parameters[14].name = "usage_end"; |
| Replaced |
.paths["/slurmdb/v0.0.45/associations/"].get.parameters[15].description = "Usage start (UNIX timestamp)"; |
| Replaced |
.paths["/slurmdb/v0.0.45/associations/"].get.parameters[15].name = "usage_start"; |
| Replaced |
.paths["/slurmdb/v0.0.45/associations/"].get.parameters[16].description = "CSV user list"; |
| Replaced |
.paths["/slurmdb/v0.0.45/associations/"].get.parameters[16].name = "user"; |
| Removed |
.paths["/slurmdb/v0.0.45/associations/"].get.parameters[17] = {}; |
| Removed |
.paths["/slurmdb/v0.0.45/associations/"].get.parameters[17].allowEmptyValue = false; |
| Removed |
.paths["/slurmdb/v0.0.45/associations/"].get.parameters[17].allowReserved = false; |
| Removed |
.paths["/slurmdb/v0.0.45/associations/"].get.parameters[17].description = "CSV user list"; |
| Removed |
.paths["/slurmdb/v0.0.45/associations/"].get.parameters[17].explode = false; |
| Removed |
.paths["/slurmdb/v0.0.45/associations/"].get.parameters[17].name = "user"; |
| Removed |
.paths["/slurmdb/v0.0.45/associations/"].get.parameters[17].required = false; |
| Removed |
.paths["/slurmdb/v0.0.45/associations/"].get.parameters[17].schema = {}; |
| Removed |
.paths["/slurmdb/v0.0.45/associations/"].get.parameters[17].schema.type = "string"; |
| Removed |
.paths["/slurmdb/v0.0.45/associations/"].get.parameters[17].style = "form"; |
| Removed |
.paths["/slurmdb/v0.0.45/associations/"].get.parameters[17]["in"] = "query"; |
| Removed |
.paths["/slurmdb/v0.0.45/associations/"]["delete"].parameters[10].deprecated = true; |
| Replaced |
.paths["/slurmdb/v0.0.45/associations/"]["delete"].parameters[10].description = "CSV ID list"; |
| Replaced |
.paths["/slurmdb/v0.0.45/associations/"]["delete"].parameters[10].name = "id"; |
| Replaced |
.paths["/slurmdb/v0.0.45/associations/"]["delete"].parameters[11].description = "CSV names of parent account"; |
| Replaced |
.paths["/slurmdb/v0.0.45/associations/"]["delete"].parameters[11].name = "parent_account"; |
| Replaced |
.paths["/slurmdb/v0.0.45/associations/"]["delete"].parameters[12].description = "CSV partition name list"; |
| Replaced |
.paths["/slurmdb/v0.0.45/associations/"]["delete"].parameters[12].name = "partition"; |
| Replaced |
.paths["/slurmdb/v0.0.45/associations/"]["delete"].parameters[13].description = "CSV QOS list"; |
| Replaced |
.paths["/slurmdb/v0.0.45/associations/"]["delete"].parameters[13].name = "qos"; |
| Replaced |
.paths["/slurmdb/v0.0.45/associations/"]["delete"].parameters[14].description = "Usage end (UNIX timestamp)"; |
| Replaced |
.paths["/slurmdb/v0.0.45/associations/"]["delete"].parameters[14].name = "usage_end"; |
| Replaced |
.paths["/slurmdb/v0.0.45/associations/"]["delete"].parameters[15].description = "Usage start (UNIX timestamp)"; |
| Replaced |
.paths["/slurmdb/v0.0.45/associations/"]["delete"].parameters[15].name = "usage_start"; |
| Replaced |
.paths["/slurmdb/v0.0.45/associations/"]["delete"].parameters[16].description = "CSV user list"; |
| Replaced |
.paths["/slurmdb/v0.0.45/associations/"]["delete"].parameters[16].name = "user"; |
| Removed |
.paths["/slurmdb/v0.0.45/associations/"]["delete"].parameters[17] = {}; |
| Removed |
.paths["/slurmdb/v0.0.45/associations/"]["delete"].parameters[17].allowEmptyValue = false; |
| Removed |
.paths["/slurmdb/v0.0.45/associations/"]["delete"].parameters[17].allowReserved = false; |
| Removed |
.paths["/slurmdb/v0.0.45/associations/"]["delete"].parameters[17].description = "CSV user list"; |
| Removed |
.paths["/slurmdb/v0.0.45/associations/"]["delete"].parameters[17].explode = false; |
| Removed |
.paths["/slurmdb/v0.0.45/associations/"]["delete"].parameters[17].name = "user"; |
| Removed |
.paths["/slurmdb/v0.0.45/associations/"]["delete"].parameters[17].required = false; |
| Removed |
.paths["/slurmdb/v0.0.45/associations/"]["delete"].parameters[17].schema = {}; |
| Removed |
.paths["/slurmdb/v0.0.45/associations/"]["delete"].parameters[17].schema.type = "string"; |
| Removed |
.paths["/slurmdb/v0.0.45/associations/"]["delete"].parameters[17].style = "form"; |
| Removed |
.paths["/slurmdb/v0.0.45/associations/"]["delete"].parameters[17]["in"] = "query"; |
| Removed |
.paths["/slurmdb/v0.0.45/cluster/{cluster_name}"].get.parameters[5].deprecated = true; |
| Replaced |
.paths["/slurmdb/v0.0.45/cluster/{cluster_name}"].get.parameters[5].description = "CSV RPC version list"; |
| Replaced |
.paths["/slurmdb/v0.0.45/cluster/{cluster_name}"].get.parameters[5].name = "rpc_version"; |
| Replaced |
.paths["/slurmdb/v0.0.45/cluster/{cluster_name}"].get.parameters[6].description = "Usage end (UNIX timestamp)"; |
| Replaced |
.paths["/slurmdb/v0.0.45/cluster/{cluster_name}"].get.parameters[6].name = "usage_end"; |
| Replaced |
.paths["/slurmdb/v0.0.45/cluster/{cluster_name}"].get.parameters[7].description = "Usage start (UNIX timestamp)"; |
| Replaced |
.paths["/slurmdb/v0.0.45/cluster/{cluster_name}"].get.parameters[7].name = "usage_start"; |
| Replaced |
.paths["/slurmdb/v0.0.45/cluster/{cluster_name}"].get.parameters[8].allowEmptyValue = true; |
| Replaced |
.paths["/slurmdb/v0.0.45/cluster/{cluster_name}"].get.parameters[8].description = "Include deleted clusters"; |
| Replaced |
.paths["/slurmdb/v0.0.45/cluster/{cluster_name}"].get.parameters[8].name = "with_deleted"; |
| Replaced |
.paths["/slurmdb/v0.0.45/cluster/{cluster_name}"].get.parameters[9].description = "Include usage"; |
| Replaced |
.paths["/slurmdb/v0.0.45/cluster/{cluster_name}"].get.parameters[9].name = "with_usage"; |
| Removed |
.paths["/slurmdb/v0.0.45/cluster/{cluster_name}"].get.parameters[10] = {}; |
| Removed |
.paths["/slurmdb/v0.0.45/cluster/{cluster_name}"].get.parameters[10].allowEmptyValue = true; |
| Removed |
.paths["/slurmdb/v0.0.45/cluster/{cluster_name}"].get.parameters[10].allowReserved = false; |
| Removed |
.paths["/slurmdb/v0.0.45/cluster/{cluster_name}"].get.parameters[10].description = "Include usage"; |
| Removed |
.paths["/slurmdb/v0.0.45/cluster/{cluster_name}"].get.parameters[10].explode = false; |
| Removed |
.paths["/slurmdb/v0.0.45/cluster/{cluster_name}"].get.parameters[10].name = "with_usage"; |
| Removed |
.paths["/slurmdb/v0.0.45/cluster/{cluster_name}"].get.parameters[10].required = false; |
| Removed |
.paths["/slurmdb/v0.0.45/cluster/{cluster_name}"].get.parameters[10].schema = {}; |
| Removed |
.paths["/slurmdb/v0.0.45/cluster/{cluster_name}"].get.parameters[10].schema.type = "string"; |
| Removed |
.paths["/slurmdb/v0.0.45/cluster/{cluster_name}"].get.parameters[10].style = "form"; |
| Removed |
.paths["/slurmdb/v0.0.45/cluster/{cluster_name}"].get.parameters[10]["in"] = "query"; |
| Removed |
.paths["/slurmdb/v0.0.45/cluster/{cluster_name}"]["delete"].parameters[5].deprecated = true; |
| Replaced |
.paths["/slurmdb/v0.0.45/cluster/{cluster_name}"]["delete"].parameters[5].description = "CSV RPC version list"; |
| Replaced |
.paths["/slurmdb/v0.0.45/cluster/{cluster_name}"]["delete"].parameters[5].name = "rpc_version"; |
| Replaced |
.paths["/slurmdb/v0.0.45/cluster/{cluster_name}"]["delete"].parameters[6].description = "Usage end (UNIX timestamp)"; |
| Replaced |
.paths["/slurmdb/v0.0.45/cluster/{cluster_name}"]["delete"].parameters[6].name = "usage_end"; |
| Replaced |
.paths["/slurmdb/v0.0.45/cluster/{cluster_name}"]["delete"].parameters[7].description = "Usage start (UNIX timestamp)"; |
| Replaced |
.paths["/slurmdb/v0.0.45/cluster/{cluster_name}"]["delete"].parameters[7].name = "usage_start"; |
| Replaced |
.paths["/slurmdb/v0.0.45/cluster/{cluster_name}"]["delete"].parameters[8].allowEmptyValue = true; |
| Replaced |
.paths["/slurmdb/v0.0.45/cluster/{cluster_name}"]["delete"].parameters[8].description = "Include deleted clusters"; |
| Replaced |
.paths["/slurmdb/v0.0.45/cluster/{cluster_name}"]["delete"].parameters[8].name = "with_deleted"; |
| Replaced |
.paths["/slurmdb/v0.0.45/cluster/{cluster_name}"]["delete"].parameters[9].description = "Include usage"; |
| Replaced |
.paths["/slurmdb/v0.0.45/cluster/{cluster_name}"]["delete"].parameters[9].name = "with_usage"; |
| Removed |
.paths["/slurmdb/v0.0.45/cluster/{cluster_name}"]["delete"].parameters[10] = {}; |
| Removed |
.paths["/slurmdb/v0.0.45/cluster/{cluster_name}"]["delete"].parameters[10].allowEmptyValue = true; |
| Removed |
.paths["/slurmdb/v0.0.45/cluster/{cluster_name}"]["delete"].parameters[10].allowReserved = false; |
| Removed |
.paths["/slurmdb/v0.0.45/cluster/{cluster_name}"]["delete"].parameters[10].description = "Include usage"; |
| Removed |
.paths["/slurmdb/v0.0.45/cluster/{cluster_name}"]["delete"].parameters[10].explode = false; |
| Removed |
.paths["/slurmdb/v0.0.45/cluster/{cluster_name}"]["delete"].parameters[10].name = "with_usage"; |
| Removed |
.paths["/slurmdb/v0.0.45/cluster/{cluster_name}"]["delete"].parameters[10].required = false; |
| Removed |
.paths["/slurmdb/v0.0.45/cluster/{cluster_name}"]["delete"].parameters[10].schema = {}; |
| Removed |
.paths["/slurmdb/v0.0.45/cluster/{cluster_name}"]["delete"].parameters[10].schema.type = "string"; |
| Removed |
.paths["/slurmdb/v0.0.45/cluster/{cluster_name}"]["delete"].parameters[10].style = "form"; |
| Replaced |
.paths["/slurmdb/v0.0.45/conf"] = {}; |
| Added |
.paths["/slurmdb/v0.0.45/conf"].get = {}; |
| Added |
.paths["/slurmdb/v0.0.45/conf"].get.operationId = "slurmdb_v0045_get_conf"; |
| Added |
.paths["/slurmdb/v0.0.45/conf"].get.responses = {}; |
| Added |
.paths["/slurmdb/v0.0.45/conf"].get.responses["200"] = {}; |
| Added |
.paths["/slurmdb/v0.0.45/conf"].get.responses["200"].content = {}; |
| Added |
.paths["/slurmdb/v0.0.45/conf"].get.responses["200"].content["application/json"] = {}; |
| Added |
.paths["/slurmdb/v0.0.45/conf"].get.responses["200"].content["application/json"].schema = {}; |
| Added |
.paths["/slurmdb/v0.0.45/conf"].get.responses["200"].content["application/json"].schema.$ref = "#/components/schemas/v0.0.45_openapi_slurmdbd_conf_resp"; |
| Added |
.paths["/slurmdb/v0.0.45/conf"].get.responses["200"].description = "slurmdbd configuration"; |
| Added |
.paths["/slurmdb/v0.0.45/conf"].get.responses["default"] = {}; |
| Added |
.paths["/slurmdb/v0.0.45/conf"].get.responses["default"].content = {}; |
| Added |
.paths["/slurmdb/v0.0.45/conf"].get.responses["default"].content["application/json"] = {}; |
| Added |
.paths["/slurmdb/v0.0.45/conf"].get.responses["default"].content["application/json"].schema = {}; |
| Added |
.paths["/slurmdb/v0.0.45/conf"].get.responses["default"].content["application/json"].schema.$ref = "#/components/schemas/v0.0.45_openapi_slurmdbd_conf_resp"; |
| Added |
.paths["/slurmdb/v0.0.45/conf"].get.responses["default"].description = "slurmdbd configuration"; |
| Added |
.paths["/slurmdb/v0.0.45/conf"].get.summary = "Dump slurmdbd configuration"; |
| Added |
.paths["/slurmdb/v0.0.45/conf"].get.tags = []; |
| Added |
.paths["/slurmdb/v0.0.45/conf"].get.tags[0] = "slurmdb"; |
| Removed |
.paths["/slurmdb/v0.0.45/instance/"].get.parameters[2].deprecated = true; |
| Replaced |
.paths["/slurmdb/v0.0.45/instance/"].get.parameters[2].description = "CSV instance_id list"; |
| Replaced |
.paths["/slurmdb/v0.0.45/instance/"].get.parameters[2].name = "instance_id"; |
| Replaced |
.paths["/slurmdb/v0.0.45/instance/"].get.parameters[3].description = "CSV instance_type list"; |
| Replaced |
.paths["/slurmdb/v0.0.45/instance/"].get.parameters[3].name = "instance_type"; |
| Replaced |
.paths["/slurmdb/v0.0.45/instance/"].get.parameters[4].description = "Ranged node string"; |
| Replaced |
.paths["/slurmdb/v0.0.45/instance/"].get.parameters[4].name = "node_list"; |
| Replaced |
.paths["/slurmdb/v0.0.45/instance/"].get.parameters[5].description = "Time end (UNIX timestamp)"; |
| Replaced |
.paths["/slurmdb/v0.0.45/instance/"].get.parameters[5].name = "time_end"; |
| Replaced |
.paths["/slurmdb/v0.0.45/instance/"].get.parameters[6].description = "Time start (UNIX timestamp)"; |
| Replaced |
.paths["/slurmdb/v0.0.45/instance/"].get.parameters[6].name = "time_start"; |
| Removed |
.paths["/slurmdb/v0.0.45/instance/"].get.parameters[7] = {}; |
| Removed |
.paths["/slurmdb/v0.0.45/instance/"].get.parameters[7].allowEmptyValue = false; |
| Removed |
.paths["/slurmdb/v0.0.45/instance/"].get.parameters[7].allowReserved = false; |
| Removed |
.paths["/slurmdb/v0.0.45/instance/"].get.parameters[7].description = "Time start (UNIX timestamp)"; |
| Removed |
.paths["/slurmdb/v0.0.45/instance/"].get.parameters[7].explode = false; |
| Removed |
.paths["/slurmdb/v0.0.45/instance/"].get.parameters[7].name = "time_start"; |
| Removed |
.paths["/slurmdb/v0.0.45/instance/"].get.parameters[7].required = false; |
| Removed |
.paths["/slurmdb/v0.0.45/instance/"].get.parameters[7].schema = {}; |
| Removed |
.paths["/slurmdb/v0.0.45/instance/"].get.parameters[7].schema.type = "string"; |
| Removed |
.paths["/slurmdb/v0.0.45/instance/"].get.parameters[7].style = "form"; |
| Removed |
.paths["/slurmdb/v0.0.45/instance/"].get.parameters[7]["in"] = "query"; |
| Removed |
.paths["/slurmdb/v0.0.45/instances/"].get.parameters[2].deprecated = true; |
| Replaced |
.paths["/slurmdb/v0.0.45/instances/"].get.parameters[2].description = "CSV instance_id list"; |
| Replaced |
.paths["/slurmdb/v0.0.45/instances/"].get.parameters[2].name = "instance_id"; |
| Replaced |
.paths["/slurmdb/v0.0.45/instances/"].get.parameters[3].description = "CSV instance_type list"; |
| Replaced |
.paths["/slurmdb/v0.0.45/instances/"].get.parameters[3].name = "instance_type"; |
| Replaced |
.paths["/slurmdb/v0.0.45/instances/"].get.parameters[4].description = "Ranged node string"; |
| Replaced |
.paths["/slurmdb/v0.0.45/instances/"].get.parameters[4].name = "node_list"; |
| Replaced |
.paths["/slurmdb/v0.0.45/instances/"].get.parameters[5].description = "Time end (UNIX timestamp)"; |
| Replaced |
.paths["/slurmdb/v0.0.45/instances/"].get.parameters[5].name = "time_end"; |
| Replaced |
.paths["/slurmdb/v0.0.45/instances/"].get.parameters[6].description = "Time start (UNIX timestamp)"; |
| Replaced |
.paths["/slurmdb/v0.0.45/instances/"].get.parameters[6].name = "time_start"; |
| Removed |
.paths["/slurmdb/v0.0.45/instances/"].get.parameters[7] = {}; |
| Removed |
.paths["/slurmdb/v0.0.45/instances/"].get.parameters[7].allowEmptyValue = false; |
| Removed |
.paths["/slurmdb/v0.0.45/instances/"].get.parameters[7].allowReserved = false; |
| Removed |
.paths["/slurmdb/v0.0.45/instances/"].get.parameters[7].description = "Time start (UNIX timestamp)"; |
| Removed |
.paths["/slurmdb/v0.0.45/instances/"].get.parameters[7].explode = false; |
| Removed |
.paths["/slurmdb/v0.0.45/instances/"].get.parameters[7].name = "time_start"; |
| Removed |
.paths["/slurmdb/v0.0.45/instances/"].get.parameters[7].required = false; |
| Removed |
.paths["/slurmdb/v0.0.45/instances/"].get.parameters[7].schema = {}; |
| Removed |
.paths["/slurmdb/v0.0.45/instances/"].get.parameters[7].schema.type = "string"; |
| Removed |
.paths["/slurmdb/v0.0.45/instances/"].get.parameters[7].style = "form"; |
| Removed |
.paths["/slurmdb/v0.0.45/instances/"].get.parameters[7]["in"] = "query"; |
| Removed |
.paths["/slurmdb/v0.0.45/jobs/"].get.parameters[20].deprecated = true; |
| Replaced |
.paths["/slurmdb/v0.0.45/jobs/"].get.parameters[20].description = "CSV group list"; |
| Replaced |
.paths["/slurmdb/v0.0.45/jobs/"].get.parameters[20].name = "groups"; |
| Replaced |
.paths["/slurmdb/v0.0.45/jobs/"].get.parameters[21].description = "CSV job name list"; |
| Replaced |
.paths["/slurmdb/v0.0.45/jobs/"].get.parameters[21].name = "job_name"; |
| Replaced |
.paths["/slurmdb/v0.0.45/jobs/"].get.parameters[22].description = "CSV partition name list"; |
| Replaced |
.paths["/slurmdb/v0.0.45/jobs/"].get.parameters[22].name = "partition"; |
| Replaced |
.paths["/slurmdb/v0.0.45/jobs/"].get.parameters[23].description = "CSV QOS name list"; |
| Replaced |
.paths["/slurmdb/v0.0.45/jobs/"].get.parameters[23].name = "qos"; |
| Replaced |
.paths["/slurmdb/v0.0.45/jobs/"].get.parameters[24].description = "CSV reason list"; |
| Replaced |
.paths["/slurmdb/v0.0.45/jobs/"].get.parameters[24].name = "reason"; |
| Replaced |
.paths["/slurmdb/v0.0.45/jobs/"].get.parameters[25].description = "CSV reservation name list"; |
| Replaced |
.paths["/slurmdb/v0.0.45/jobs/"].get.parameters[25].name = "reservation"; |
| Replaced |
.paths["/slurmdb/v0.0.45/jobs/"].get.parameters[26].description = "CSV reservation ID list"; |
| Replaced |
.paths["/slurmdb/v0.0.45/jobs/"].get.parameters[26].name = "reservation_id"; |
| Replaced |
.paths["/slurmdb/v0.0.45/jobs/"].get.parameters[27].description = "CSV state list"; |
| Replaced |
.paths["/slurmdb/v0.0.45/jobs/"].get.parameters[27].name = "state"; |
| Replaced |
.paths["/slurmdb/v0.0.45/jobs/"].get.parameters[28].description = "CSV step id list"; |
| Replaced |
.paths["/slurmdb/v0.0.45/jobs/"].get.parameters[28].name = "step"; |
| Replaced |
.paths["/slurmdb/v0.0.45/jobs/"].get.parameters[29].description = "Usage end (UNIX timestamp)"; |
| Replaced |
.paths["/slurmdb/v0.0.45/jobs/"].get.parameters[29].name = "end_time"; |
| Replaced |
.paths["/slurmdb/v0.0.45/jobs/"].get.parameters[30].description = "Usage start (UNIX timestamp)"; |
| Replaced |
.paths["/slurmdb/v0.0.45/jobs/"].get.parameters[30].name = "start_time"; |
| Replaced |
.paths["/slurmdb/v0.0.45/jobs/"].get.parameters[31].description = "Ranged node string where jobs ran"; |
| Replaced |
.paths["/slurmdb/v0.0.45/jobs/"].get.parameters[31].name = "node"; |
| Replaced |
.paths["/slurmdb/v0.0.45/jobs/"].get.parameters[32].description = "CSV user name list"; |
| Replaced |
.paths["/slurmdb/v0.0.45/jobs/"].get.parameters[32].name = "users"; |
| Replaced |
.paths["/slurmdb/v0.0.45/jobs/"].get.parameters[33].description = "CSV WCKey list"; |
| Replaced |
.paths["/slurmdb/v0.0.45/jobs/"].get.parameters[33].name = "wckey"; |
| Removed |
.paths["/slurmdb/v0.0.45/jobs/"].get.parameters[34] = {}; |
| Removed |
.paths["/slurmdb/v0.0.45/jobs/"].get.parameters[34].allowEmptyValue = false; |
| Removed |
.paths["/slurmdb/v0.0.45/jobs/"].get.parameters[34].allowReserved = false; |
| Removed |
.paths["/slurmdb/v0.0.45/jobs/"].get.parameters[34].description = "CSV WCKey list"; |
| Removed |
.paths["/slurmdb/v0.0.45/jobs/"].get.parameters[34].explode = false; |
| Removed |
.paths["/slurmdb/v0.0.45/jobs/"].get.parameters[34].name = "wckey"; |
| Removed |
.paths["/slurmdb/v0.0.45/jobs/"].get.parameters[34].required = false; |
| Removed |
.paths["/slurmdb/v0.0.45/jobs/"].get.parameters[34].schema = {}; |
| Removed |
.paths["/slurmdb/v0.0.45/jobs/"].get.parameters[34].schema.type = "string"; |
| Removed |
.paths["/slurmdb/v0.0.45/jobs/"].get.parameters[34].style = "form"; |
| Removed |
.paths["/slurmdb/v0.0.45/jobs/"].get.parameters[34]["in"] = "query"; |
| Removed |
.paths["/slurmdb/v0.0.45/qos/"].get.parameters[3].deprecated = true; |
| Replaced |
.paths["/slurmdb/v0.0.45/qos/"].get.parameters[3].description = "CSV QOS name list"; |
| Replaced |
.paths["/slurmdb/v0.0.45/qos/"].get.parameters[3].name = "name"; |
| Replaced |
.paths["/slurmdb/v0.0.45/qos/"].get.parameters[4].description = "PreemptMode used when jobs in this QOS are preempted"; |
| Replaced |
.paths["/slurmdb/v0.0.45/qos/"].get.parameters[4].name = "preempt_mode"; |
| Added |
.paths["/slurmdb/v0.0.45/qos/"].get.parameters[4].schema.enum = []; |
| Added |
.paths["/slurmdb/v0.0.45/qos/"].get.parameters[4].schema.enum[0] = "DISABLED"; |
| Added |
.paths["/slurmdb/v0.0.45/qos/"].get.parameters[4].schema.enum[1] = "SUSPEND"; |
| Added |
.paths["/slurmdb/v0.0.45/qos/"].get.parameters[4].schema.enum[2] = "REQUEUE"; |
| Added |
.paths["/slurmdb/v0.0.45/qos/"].get.parameters[4].schema.enum[3] = "CANCEL"; |
| Added |
.paths["/slurmdb/v0.0.45/qos/"].get.parameters[4].schema.enum[4] = "GANG"; |
| Removed |
.paths["/slurmdb/v0.0.45/qos/"].get.parameters[5] = {}; |
| Removed |
.paths["/slurmdb/v0.0.45/qos/"].get.parameters[5].allowEmptyValue = false; |
| Removed |
.paths["/slurmdb/v0.0.45/qos/"].get.parameters[5].allowReserved = false; |
| Removed |
.paths["/slurmdb/v0.0.45/qos/"].get.parameters[5].description = "PreemptMode used when jobs in this QOS are preempted"; |
| Removed |
.paths["/slurmdb/v0.0.45/qos/"].get.parameters[5].explode = false; |
| Removed |
.paths["/slurmdb/v0.0.45/qos/"].get.parameters[5].name = "preempt_mode"; |
| Removed |
.paths["/slurmdb/v0.0.45/qos/"].get.parameters[5].required = false; |
| Removed |
.paths["/slurmdb/v0.0.45/qos/"].get.parameters[5].schema = {}; |
| Removed |
.paths["/slurmdb/v0.0.45/qos/"].get.parameters[5].schema.enum = []; |
| Removed |
.paths["/slurmdb/v0.0.45/qos/"].get.parameters[5].schema.enum[0] = "DISABLED"; |
| Removed |
.paths["/slurmdb/v0.0.45/qos/"].get.parameters[5].schema.enum[1] = "SUSPEND"; |
| Removed |
.paths["/slurmdb/v0.0.45/qos/"].get.parameters[5].schema.enum[2] = "REQUEUE"; |
| Removed |
.paths["/slurmdb/v0.0.45/qos/"].get.parameters[5].schema.enum[3] = "CANCEL"; |
| Removed |
.paths["/slurmdb/v0.0.45/qos/"].get.parameters[5].schema.enum[4] = "GANG"; |
| Removed |
.paths["/slurmdb/v0.0.45/qos/"].get.parameters[5].schema.type = "string"; |
| Removed |
.paths["/slurmdb/v0.0.45/qos/"].get.parameters[5].style = "form"; |
| Removed |
.paths["/slurmdb/v0.0.45/qos/"].get.parameters[5]["in"] = "query"; |
| Removed |
.paths["/slurmdb/v0.0.45/qos/"].post.parameters[3].deprecated = true; |
| Replaced |
.paths["/slurmdb/v0.0.45/qos/"].post.parameters[3].description = "CSV QOS name list"; |
| Replaced |
.paths["/slurmdb/v0.0.45/qos/"].post.parameters[3].name = "name"; |
| Replaced |
.paths["/slurmdb/v0.0.45/qos/"].post.parameters[4].description = "PreemptMode used when jobs in this QOS are preempted"; |
| Replaced |
.paths["/slurmdb/v0.0.45/qos/"].post.parameters[4].name = "preempt_mode"; |
| Added |
.paths["/slurmdb/v0.0.45/qos/"].post.parameters[4].schema.enum = []; |
| Added |
.paths["/slurmdb/v0.0.45/qos/"].post.parameters[4].schema.enum[0] = "DISABLED"; |
| Added |
.paths["/slurmdb/v0.0.45/qos/"].post.parameters[4].schema.enum[1] = "SUSPEND"; |
| Added |
.paths["/slurmdb/v0.0.45/qos/"].post.parameters[4].schema.enum[2] = "REQUEUE"; |
| Added |
.paths["/slurmdb/v0.0.45/qos/"].post.parameters[4].schema.enum[3] = "CANCEL"; |
| Added |
.paths["/slurmdb/v0.0.45/qos/"].post.parameters[4].schema.enum[4] = "GANG"; |
| Removed |
.paths["/slurmdb/v0.0.45/qos/"].post.parameters[5] = {}; |
| Removed |
.paths["/slurmdb/v0.0.45/qos/"].post.parameters[5].allowEmptyValue = false; |
| Removed |
.paths["/slurmdb/v0.0.45/qos/"].post.parameters[5].allowReserved = false; |
| Removed |
.paths["/slurmdb/v0.0.45/qos/"].post.parameters[5].description = "PreemptMode used when jobs in this QOS are preempted"; |
| Removed |
.paths["/slurmdb/v0.0.45/qos/"].post.parameters[5].explode = false; |
| Removed |
.paths["/slurmdb/v0.0.45/qos/"].post.parameters[5].name = "preempt_mode"; |
| Removed |
.paths["/slurmdb/v0.0.45/qos/"].post.parameters[5].required = false; |
| Removed |
.paths["/slurmdb/v0.0.45/qos/"].post.parameters[5].schema = {}; |
| Removed |
.paths["/slurmdb/v0.0.45/qos/"].post.parameters[5].schema.enum = []; |
| Removed |
.paths["/slurmdb/v0.0.45/qos/"].post.parameters[5].schema.enum[0] = "DISABLED"; |
| Removed |
.paths["/slurmdb/v0.0.45/qos/"].post.parameters[5].schema.enum[1] = "SUSPEND"; |
| Removed |
.paths["/slurmdb/v0.0.45/qos/"].post.parameters[5].schema.enum[2] = "REQUEUE"; |
| Removed |
.paths["/slurmdb/v0.0.45/qos/"].post.parameters[5].schema.enum[3] = "CANCEL"; |
| Removed |
.paths["/slurmdb/v0.0.45/qos/"].post.parameters[5].schema.enum[4] = "GANG"; |
| Removed |
.paths["/slurmdb/v0.0.45/qos/"].post.parameters[5].schema.type = "string"; |
| Removed |
.paths["/slurmdb/v0.0.45/qos/"].post.parameters[5].style = "form"; |
| Removed |
.paths["/slurmdb/v0.0.45/qos/"].post.parameters[5]["in"] = "query"; |
| Removed |
.paths["/slurmdb/v0.0.45/wckeys/"].get.parameters[1].deprecated = true; |
| Replaced |
.paths["/slurmdb/v0.0.45/wckeys/"].get.parameters[1].description = "CSV ID list"; |
| Replaced |
.paths["/slurmdb/v0.0.45/wckeys/"].get.parameters[1].name = "id"; |
| Replaced |
.paths["/slurmdb/v0.0.45/wckeys/"].get.parameters[2].description = "CSV name list"; |
| Replaced |
.paths["/slurmdb/v0.0.45/wckeys/"].get.parameters[2].name = "name"; |
| Replaced |
.paths["/slurmdb/v0.0.45/wckeys/"].get.parameters[3].allowEmptyValue = true; |
| Replaced |
.paths["/slurmdb/v0.0.45/wckeys/"].get.parameters[3].description = "Only query defaults"; |
| Replaced |
.paths["/slurmdb/v0.0.45/wckeys/"].get.parameters[3].name = "only_defaults"; |
| Replaced |
.paths["/slurmdb/v0.0.45/wckeys/"].get.parameters[4].allowEmptyValue = false; |
| Replaced |
.paths["/slurmdb/v0.0.45/wckeys/"].get.parameters[4].description = "Usage end (UNIX timestamp)"; |
| Replaced |
.paths["/slurmdb/v0.0.45/wckeys/"].get.parameters[4].name = "usage_end"; |
| Replaced |
.paths["/slurmdb/v0.0.45/wckeys/"].get.parameters[5].description = "Usage start (UNIX timestamp)"; |
| Replaced |
.paths["/slurmdb/v0.0.45/wckeys/"].get.parameters[5].name = "usage_start"; |
| Replaced |
.paths["/slurmdb/v0.0.45/wckeys/"].get.parameters[6].description = "CSV user list"; |
| Replaced |
.paths["/slurmdb/v0.0.45/wckeys/"].get.parameters[6].name = "user"; |
| Replaced |
.paths["/slurmdb/v0.0.45/wckeys/"].get.parameters[7].allowEmptyValue = true; |
| Replaced |
.paths["/slurmdb/v0.0.45/wckeys/"].get.parameters[7].description = "Include usage"; |
| Replaced |
.paths["/slurmdb/v0.0.45/wckeys/"].get.parameters[7].name = "with_usage"; |
| Replaced |
.paths["/slurmdb/v0.0.45/wckeys/"].get.parameters[8].description = "Include deleted WCKeys"; |
| Replaced |
.paths["/slurmdb/v0.0.45/wckeys/"].get.parameters[8].name = "with_deleted"; |
| Removed |
.paths["/slurmdb/v0.0.45/wckeys/"].get.parameters[9] = {}; |
| Removed |
.paths["/slurmdb/v0.0.45/wckeys/"].get.parameters[9].allowEmptyValue = true; |
| Removed |
.paths["/slurmdb/v0.0.45/wckeys/"].get.parameters[9].allowReserved = false; |
| Removed |
.paths["/slurmdb/v0.0.45/wckeys/"].get.parameters[9].description = "Include deleted WCKeys"; |
| Removed |
.paths["/slurmdb/v0.0.45/wckeys/"].get.parameters[9].explode = false; |
| Removed |
.paths["/slurmdb/v0.0.45/wckeys/"].get.parameters[9].name = "with_deleted"; |
| Removed |
.paths["/slurmdb/v0.0.45/wckeys/"].get.parameters[9].required = false; |
| Removed |
.paths["/slurmdb/v0.0.45/wckeys/"].get.parameters[9].schema = {}; |
| Removed |
.paths["/slurmdb/v0.0.45/wckeys/"].get.parameters[9].schema.type = "string"; |
| Removed |
.paths["/slurmdb/v0.0.45/wckeys/"].get.parameters[9].style = "form"; |
| Removed |
.paths["/slurmdb/v0.0.45/wckeys/"].get.parameters[9]["in"] = "query"; |
| Removed |
.paths["/slurmdb/v0.0.45/wckeys/"].post.parameters[1].deprecated = true; |
| Replaced |
.paths["/slurmdb/v0.0.45/wckeys/"].post.parameters[1].description = "CSV ID list"; |
| Replaced |
.paths["/slurmdb/v0.0.45/wckeys/"].post.parameters[1].name = "id"; |
| Replaced |
.paths["/slurmdb/v0.0.45/wckeys/"].post.parameters[2].description = "CSV name list"; |
| Replaced |
.paths["/slurmdb/v0.0.45/wckeys/"].post.parameters[2].name = "name"; |
| Replaced |
.paths["/slurmdb/v0.0.45/wckeys/"].post.parameters[3].allowEmptyValue = true; |
| Replaced |
.paths["/slurmdb/v0.0.45/wckeys/"].post.parameters[3].description = "Only query defaults"; |
| Replaced |
.paths["/slurmdb/v0.0.45/wckeys/"].post.parameters[3].name = "only_defaults"; |
| Replaced |
.paths["/slurmdb/v0.0.45/wckeys/"].post.parameters[4].allowEmptyValue = false; |
| Replaced |
.paths["/slurmdb/v0.0.45/wckeys/"].post.parameters[4].description = "Usage end (UNIX timestamp)"; |
| Replaced |
.paths["/slurmdb/v0.0.45/wckeys/"].post.parameters[4].name = "usage_end"; |
| Replaced |
.paths["/slurmdb/v0.0.45/wckeys/"].post.parameters[5].description = "Usage start (UNIX timestamp)"; |
| Replaced |
.paths["/slurmdb/v0.0.45/wckeys/"].post.parameters[5].name = "usage_start"; |
| Replaced |
.paths["/slurmdb/v0.0.45/wckeys/"].post.parameters[6].description = "CSV user list"; |
| Replaced |
.paths["/slurmdb/v0.0.45/wckeys/"].post.parameters[6].name = "user"; |
| Replaced |
.paths["/slurmdb/v0.0.45/wckeys/"].post.parameters[7].allowEmptyValue = true; |
| Replaced |
.paths["/slurmdb/v0.0.45/wckeys/"].post.parameters[7].description = "Include usage"; |
| Replaced |
.paths["/slurmdb/v0.0.45/wckeys/"].post.parameters[7].name = "with_usage"; |
| Replaced |
.paths["/slurmdb/v0.0.45/wckeys/"].post.parameters[8].description = "Include deleted WCKeys"; |
| Replaced |
.paths["/slurmdb/v0.0.45/wckeys/"].post.parameters[8].name = "with_deleted"; |
| Removed |
.paths["/slurmdb/v0.0.45/wckeys/"].post.parameters[9] = {}; |
| Removed |
.paths["/slurmdb/v0.0.45/wckeys/"].post.parameters[9].allowEmptyValue = true; |
| Removed |
.paths["/slurmdb/v0.0.45/wckeys/"].post.parameters[9].allowReserved = false; |
| Removed |
.paths["/slurmdb/v0.0.45/wckeys/"].post.parameters[9].description = "Include deleted WCKeys"; |
| Removed |
.paths["/slurmdb/v0.0.45/wckeys/"].post.parameters[9].explode = false; |
| Removed |
.paths["/slurmdb/v0.0.45/wckeys/"].post.parameters[9].name = "with_deleted"; |
| Removed |
.paths["/slurmdb/v0.0.45/wckeys/"].post.parameters[9].required = false; |
| Removed |
.paths["/slurmdb/v0.0.45/wckeys/"].post.parameters[9].schema = {}; |
| Removed |
.paths["/slurmdb/v0.0.45/wckeys/"].post.parameters[9].schema.type = "string"; |
| Removed |
.paths["/slurmdb/v0.0.45/wckeys/"].post.parameters[9].style = "form"; |
| Added |
.components.schemas["v0.0.44_job"].properties.flags.items.enum[7] = "JOB_ALTERED"; |
| Replaced |
.components.schemas["v0.0.44_job"].properties.script.description = "Job batch script contents; only the first component in a HetJob is populated or honored"; |
| Added |
.components.schemas["v0.0.44_job"].properties.state.properties.current.items.enum[27] = "EXPEDITING"; |
| Added |
.components.schemas["v0.0.44_job_desc_msg"].properties.flags.items.enum[34] = "SPREAD_SEGMENTS"; |
| Added |
.components.schemas["v0.0.44_job_desc_msg"].properties.flags.items.enum[35] = "CONSOLIDATE_SEGMENTS"; |
| Added |
.components.schemas["v0.0.44_job_desc_msg"].properties.flags.items.enum[36] = "EXPEDITED_REQUEUE"; |
| Removed |
.components.schemas["v0.0.44_job_desc_msg"].properties.memory_binding_type.items.enum[6] = "SORT"; |
| Replaced |
.components.schemas["v0.0.44_job_desc_msg"].properties.memory_binding_type.items.enum[6] = "PREFER"; |
| Replaced |
.components.schemas["v0.0.44_job_desc_msg"].properties.script.description = "Job batch script contents; only the first component in a HetJob is populated or honored"; |
| Added |
.components.schemas["v0.0.44_job_desc_msg"].properties.step_id = {}; |
| Added |
.components.schemas["v0.0.44_job_desc_msg"].properties.step_id.$ref = "#/components/schemas/v0.0.44_slurm_step_id"; |
| Added |
.components.schemas["v0.0.44_job_desc_msg"].properties.step_id.description = "Job step ID"; |
| Added |
.components.schemas["v0.0.44_job_info"].properties.flags.items.enum[34] = "SPREAD_SEGMENTS"; |
| Added |
.components.schemas["v0.0.44_job_info"].properties.flags.items.enum[35] = "CONSOLIDATE_SEGMENTS"; |
| Added |
.components.schemas["v0.0.44_job_info"].properties.flags.items.enum[36] = "EXPEDITED_REQUEUE"; |
| Added |
.components.schemas["v0.0.44_job_info"].properties.job_state.items.enum[27] = "EXPEDITING"; |
| Added |
.components.schemas["v0.0.44_job_info"].properties.step_id = {}; |
| Added |
.components.schemas["v0.0.44_job_info"].properties.step_id.$ref = "#/components/schemas/v0.0.44_slurm_step_id"; |
| Added |
.components.schemas["v0.0.44_job_info"].properties.step_id.description = "Job step ID"; |
| Added |
.components.schemas["v0.0.44_job_info"].properties.submit_line = {}; |
| Added |
.components.schemas["v0.0.44_job_info"].properties.submit_line.description = "Job submit line (e.g. 'sbatch -N3 job.sh job_arg'"; |
| Added |
.components.schemas["v0.0.44_job_info"].properties.submit_line.type = "string"; |
| Added |
.components.schemas["v0.0.44_job_modify"] = {}; |
| Added |
.components.schemas["v0.0.44_job_modify"].properties = {}; |
| Added |
.components.schemas["v0.0.44_job_modify"].properties.comment = {}; |
| Added |
.components.schemas["v0.0.44_job_modify"].properties.comment.properties = {}; |
| Added |
.components.schemas["v0.0.44_job_modify"].properties.comment.properties.administrator = {}; |
| Added |
.components.schemas["v0.0.44_job_modify"].properties.comment.properties.administrator.description = "Arbitrary comment made by administrator"; |
| Added |
.components.schemas["v0.0.44_job_modify"].properties.comment.properties.administrator.type = "string"; |
| Added |
.components.schemas["v0.0.44_job_modify"].properties.comment.properties.job = {}; |
| Added |
.components.schemas["v0.0.44_job_modify"].properties.comment.properties.job.description = "Arbitrary comment made by user"; |
| Added |
.components.schemas["v0.0.44_job_modify"].properties.comment.properties.job.type = "string"; |
| Added |
.components.schemas["v0.0.44_job_modify"].properties.comment.properties.system = {}; |
| Added |
.components.schemas["v0.0.44_job_modify"].properties.comment.properties.system.description = "Arbitrary comment from slurmctld"; |
| Added |
.components.schemas["v0.0.44_job_modify"].properties.comment.properties.system.type = "string"; |
| Added |
.components.schemas["v0.0.44_job_modify"].properties.comment.type = "object"; |
| Added |
.components.schemas["v0.0.44_job_modify"].properties.derived_exit_code = {}; |
| Added |
.components.schemas["v0.0.44_job_modify"].properties.derived_exit_code.$ref = "#/components/schemas/v0.0.44_process_exit_code_verbose"; |
| Added |
.components.schemas["v0.0.44_job_modify"].properties.derived_exit_code.description = "Highest exit code of all job steps (return code returned by process)"; |
| Added |
.components.schemas["v0.0.44_job_modify"].properties.extra = {}; |
| Added |
.components.schemas["v0.0.44_job_modify"].properties.extra.description = "Arbitrary string used for node filtering if extra constraints are enabled"; |
| Added |
.components.schemas["v0.0.44_job_modify"].properties.extra.type = "string"; |
| Added |
.components.schemas["v0.0.44_job_modify"].properties.tres = {}; |
| Added |
.components.schemas["v0.0.44_job_modify"].properties.tres.properties = {}; |
| Added |
.components.schemas["v0.0.44_job_modify"].properties.tres.properties.allocated = {}; |
| Added |
.components.schemas["v0.0.44_job_modify"].properties.tres.properties.allocated.$ref = "#/components/schemas/v0.0.44_tres_list"; |
| Added |
.components.schemas["v0.0.44_job_modify"].properties.tres.properties.allocated.description = "Trackable resources allocated to the job"; |
| Added |
.components.schemas["v0.0.44_job_modify"].properties.tres.type = "object"; |
| Added |
.components.schemas["v0.0.44_job_modify"].properties.wckey = {}; |
| Added |
.components.schemas["v0.0.44_job_modify"].properties.wckey.description = "Workload characterization key"; |
| Added |
.components.schemas["v0.0.44_job_modify"].properties.wckey.type = "string"; |
| Added |
.components.schemas["v0.0.44_job_modify"].required = []; |
| Added |
.components.schemas["v0.0.44_job_modify"].type = "object"; |
| Added |
.components.schemas["v0.0.44_job_res"].properties.select_type.items.enum[9] = "LINEAR"; |
| Added |
.components.schemas["v0.0.44_kill_jobs_msg"].properties.job_state.items.enum[27] = "EXPEDITING"; |
| Added |
.components.schemas["v0.0.44_license"].properties.Nodes = {}; |
| Added |
.components.schemas["v0.0.44_license"].properties.Nodes.description = "HRes nodes"; |
| Added |
.components.schemas["v0.0.44_license"].properties.Nodes.type = "string"; |
| Removed |
.components.schemas["v0.0.44_node"].properties.next_state_after_reboot.items.enum[8] = "RESERVED"; |
| Removed |
.components.schemas["v0.0.44_node"].properties.next_state_after_reboot.items.enum[9] = "UNDRAIN"; |
| Removed |
.components.schemas["v0.0.44_node"].properties.next_state_after_reboot.items.enum[10] = "CLOUD"; |
| Removed |
.components.schemas["v0.0.44_node"].properties.next_state_after_reboot.items.enum[11] = "RESUME"; |
| Removed |
.components.schemas["v0.0.44_node"].properties.next_state_after_reboot.items.enum[12] = "DRAIN"; |
| Removed |
.components.schemas["v0.0.44_node"].properties.next_state_after_reboot.items.enum[13] = "COMPLETING"; |
| Removed |
.components.schemas["v0.0.44_node"].properties.next_state_after_reboot.items.enum[14] = "NOT_RESPONDING"; |
| Removed |
.components.schemas["v0.0.44_node"].properties.next_state_after_reboot.items.enum[15] = "POWERED_DOWN"; |
| Removed |
.components.schemas["v0.0.44_node"].properties.next_state_after_reboot.items.enum[16] = "FAIL"; |
| Removed |
.components.schemas["v0.0.44_node"].properties.next_state_after_reboot.items.enum[17] = "POWERING_UP"; |
| Removed |
.components.schemas["v0.0.44_node"].properties.next_state_after_reboot.items.enum[18] = "MAINTENANCE"; |
| Removed |
.components.schemas["v0.0.44_node"].properties.next_state_after_reboot.items.enum[19] = "REBOOT_REQUESTED"; |
| Removed |
.components.schemas["v0.0.44_node"].properties.next_state_after_reboot.items.enum[20] = "REBOOT_CANCELED"; |
| Removed |
.components.schemas["v0.0.44_node"].properties.next_state_after_reboot.items.enum[21] = "POWERING_DOWN"; |
| Removed |
.components.schemas["v0.0.44_node"].properties.next_state_after_reboot.items.enum[22] = "DYNAMIC_FUTURE"; |
| Removed |
.components.schemas["v0.0.44_node"].properties.next_state_after_reboot.items.enum[23] = "REBOOT_ISSUED"; |
| Removed |
.components.schemas["v0.0.44_node"].properties.next_state_after_reboot.items.enum[24] = "PLANNED"; |
| Removed |
.components.schemas["v0.0.44_node"].properties.next_state_after_reboot.items.enum[25] = "INVALID_REG"; |
| Removed |
.components.schemas["v0.0.44_node"].properties.next_state_after_reboot.items.enum[26] = "POWER_DOWN"; |
| Removed |
.components.schemas["v0.0.44_node"].properties.next_state_after_reboot.items.enum[27] = "POWER_UP"; |
| Removed |
.components.schemas["v0.0.44_node"].properties.next_state_after_reboot.items.enum[28] = "POWER_DRAIN"; |
| Replaced |
.components.schemas["v0.0.44_node"].properties.next_state_after_reboot.items.enum[8] = "EXTERNAL"; |
| Added |
.components.schemas["v0.0.44_node"].properties.next_state_after_reboot.items.enum[9] = "RESERVED"; |
| Added |
.components.schemas["v0.0.44_node"].properties.next_state_after_reboot.items.enum[10] = "UNDRAIN"; |
| Added |
.components.schemas["v0.0.44_node"].properties.next_state_after_reboot.items.enum[11] = "CLOUD"; |
| Added |
.components.schemas["v0.0.44_node"].properties.next_state_after_reboot.items.enum[12] = "RESUME"; |
| Added |
.components.schemas["v0.0.44_node"].properties.next_state_after_reboot.items.enum[13] = "DRAIN"; |
| Added |
.components.schemas["v0.0.44_node"].properties.next_state_after_reboot.items.enum[14] = "COMPLETING"; |
| Added |
.components.schemas["v0.0.44_node"].properties.next_state_after_reboot.items.enum[15] = "NOT_RESPONDING"; |
| Added |
.components.schemas["v0.0.44_node"].properties.next_state_after_reboot.items.enum[16] = "POWERED_DOWN"; |
| Added |
.components.schemas["v0.0.44_node"].properties.next_state_after_reboot.items.enum[17] = "FAIL"; |
| Added |
.components.schemas["v0.0.44_node"].properties.next_state_after_reboot.items.enum[18] = "POWERING_UP"; |
| Added |
.components.schemas["v0.0.44_node"].properties.next_state_after_reboot.items.enum[19] = "MAINTENANCE"; |
| Added |
.components.schemas["v0.0.44_node"].properties.next_state_after_reboot.items.enum[20] = "REBOOT_REQUESTED"; |
| Added |
.components.schemas["v0.0.44_node"].properties.next_state_after_reboot.items.enum[21] = "REBOOT_CANCELED"; |
| Added |
.components.schemas["v0.0.44_node"].properties.next_state_after_reboot.items.enum[22] = "POWERING_DOWN"; |
| Added |
.components.schemas["v0.0.44_node"].properties.next_state_after_reboot.items.enum[23] = "DYNAMIC_FUTURE"; |
| Added |
.components.schemas["v0.0.44_node"].properties.next_state_after_reboot.items.enum[24] = "REBOOT_ISSUED"; |
| Added |
.components.schemas["v0.0.44_node"].properties.next_state_after_reboot.items.enum[25] = "PLANNED"; |
| Added |
.components.schemas["v0.0.44_node"].properties.next_state_after_reboot.items.enum[26] = "INVALID_REG"; |
| Added |
.components.schemas["v0.0.44_node"].properties.next_state_after_reboot.items.enum[27] = "POWER_DOWN"; |
| Added |
.components.schemas["v0.0.44_node"].properties.next_state_after_reboot.items.enum[28] = "POWER_UP"; |
| Added |
.components.schemas["v0.0.44_node"].properties.next_state_after_reboot.items.enum[29] = "POWER_DRAIN"; |
| Added |
.components.schemas["v0.0.44_node"].properties.next_state_after_reboot.items.enum[30] = "DYNAMIC_NORM"; |
| Added |
.components.schemas["v0.0.44_node"].properties.next_state_after_reboot.items.enum[31] = "BLOCKED"; |
| Removed |
.components.schemas["v0.0.44_node"].properties.state.items.enum[8] = "RESERVED"; |
| Removed |
.components.schemas["v0.0.44_node"].properties.state.items.enum[9] = "UNDRAIN"; |
| Removed |
.components.schemas["v0.0.44_node"].properties.state.items.enum[10] = "CLOUD"; |
| Removed |
.components.schemas["v0.0.44_node"].properties.state.items.enum[11] = "RESUME"; |
| Removed |
.components.schemas["v0.0.44_node"].properties.state.items.enum[12] = "DRAIN"; |
| Removed |
.components.schemas["v0.0.44_node"].properties.state.items.enum[13] = "COMPLETING"; |
| Removed |
.components.schemas["v0.0.44_node"].properties.state.items.enum[14] = "NOT_RESPONDING"; |
| Removed |
.components.schemas["v0.0.44_node"].properties.state.items.enum[15] = "POWERED_DOWN"; |
| Removed |
.components.schemas["v0.0.44_node"].properties.state.items.enum[16] = "FAIL"; |
| Removed |
.components.schemas["v0.0.44_node"].properties.state.items.enum[17] = "POWERING_UP"; |
| Removed |
.components.schemas["v0.0.44_node"].properties.state.items.enum[18] = "MAINTENANCE"; |
| Removed |
.components.schemas["v0.0.44_node"].properties.state.items.enum[19] = "REBOOT_REQUESTED"; |
| Removed |
.components.schemas["v0.0.44_node"].properties.state.items.enum[20] = "REBOOT_CANCELED"; |
| Removed |
.components.schemas["v0.0.44_node"].properties.state.items.enum[21] = "POWERING_DOWN"; |
| Removed |
.components.schemas["v0.0.44_node"].properties.state.items.enum[22] = "DYNAMIC_FUTURE"; |
| Removed |
.components.schemas["v0.0.44_node"].properties.state.items.enum[23] = "REBOOT_ISSUED"; |
| Removed |
.components.schemas["v0.0.44_node"].properties.state.items.enum[24] = "PLANNED"; |
| Removed |
.components.schemas["v0.0.44_node"].properties.state.items.enum[25] = "INVALID_REG"; |
| Removed |
.components.schemas["v0.0.44_node"].properties.state.items.enum[26] = "POWER_DOWN"; |
| Removed |
.components.schemas["v0.0.44_node"].properties.state.items.enum[27] = "POWER_UP"; |
| Removed |
.components.schemas["v0.0.44_node"].properties.state.items.enum[28] = "POWER_DRAIN"; |
| Replaced |
.components.schemas["v0.0.44_node"].properties.state.items.enum[8] = "EXTERNAL"; |
| Added |
.components.schemas["v0.0.44_node"].properties.state.items.enum[9] = "RESERVED"; |
| Added |
.components.schemas["v0.0.44_node"].properties.state.items.enum[10] = "UNDRAIN"; |
| Added |
.components.schemas["v0.0.44_node"].properties.state.items.enum[11] = "CLOUD"; |
| Added |
.components.schemas["v0.0.44_node"].properties.state.items.enum[12] = "RESUME"; |
| Added |
.components.schemas["v0.0.44_node"].properties.state.items.enum[13] = "DRAIN"; |
| Added |
.components.schemas["v0.0.44_node"].properties.state.items.enum[14] = "COMPLETING"; |
| Added |
.components.schemas["v0.0.44_node"].properties.state.items.enum[15] = "NOT_RESPONDING"; |
| Added |
.components.schemas["v0.0.44_node"].properties.state.items.enum[16] = "POWERED_DOWN"; |
| Added |
.components.schemas["v0.0.44_node"].properties.state.items.enum[17] = "FAIL"; |
| Added |
.components.schemas["v0.0.44_node"].properties.state.items.enum[18] = "POWERING_UP"; |
| Added |
.components.schemas["v0.0.44_node"].properties.state.items.enum[19] = "MAINTENANCE"; |
| Added |
.components.schemas["v0.0.44_node"].properties.state.items.enum[20] = "REBOOT_REQUESTED"; |
| Added |
.components.schemas["v0.0.44_node"].properties.state.items.enum[21] = "REBOOT_CANCELED"; |
| Added |
.components.schemas["v0.0.44_node"].properties.state.items.enum[22] = "POWERING_DOWN"; |
| Added |
.components.schemas["v0.0.44_node"].properties.state.items.enum[23] = "DYNAMIC_FUTURE"; |
| Added |
.components.schemas["v0.0.44_node"].properties.state.items.enum[24] = "REBOOT_ISSUED"; |
| Added |
.components.schemas["v0.0.44_node"].properties.state.items.enum[25] = "PLANNED"; |
| Added |
.components.schemas["v0.0.44_node"].properties.state.items.enum[26] = "INVALID_REG"; |
| Added |
.components.schemas["v0.0.44_node"].properties.state.items.enum[27] = "POWER_DOWN"; |
| Added |
.components.schemas["v0.0.44_node"].properties.state.items.enum[28] = "POWER_UP"; |
| Added |
.components.schemas["v0.0.44_node"].properties.state.items.enum[29] = "POWER_DRAIN"; |
| Added |
.components.schemas["v0.0.44_node"].properties.state.items.enum[30] = "DYNAMIC_NORM"; |
| Added |
.components.schemas["v0.0.44_node"].properties.state.items.enum[31] = "BLOCKED"; |
| Added |
.components.schemas["v0.0.44_node_gres_layout"] = {}; |
| Added |
.components.schemas["v0.0.44_node_gres_layout"].properties = {}; |
| Added |
.components.schemas["v0.0.44_node_gres_layout"].properties.count = {}; |
| Added |
.components.schemas["v0.0.44_node_gres_layout"].properties.count.description = "Count"; |
| Added |
.components.schemas["v0.0.44_node_gres_layout"].properties.count.format = "int64"; |
| Added |
.components.schemas["v0.0.44_node_gres_layout"].properties.count.type = "integer"; |
| Added |
.components.schemas["v0.0.44_node_gres_layout"].properties.index = {}; |
| Added |
.components.schemas["v0.0.44_node_gres_layout"].properties.index.description = "Index"; |
| Added |
.components.schemas["v0.0.44_node_gres_layout"].properties.index.type = "string"; |
| Added |
.components.schemas["v0.0.44_node_gres_layout"].properties.name = {}; |
| Added |
.components.schemas["v0.0.44_node_gres_layout"].properties.name.description = "GRES name"; |
| Added |
.components.schemas["v0.0.44_node_gres_layout"].properties.name.type = "string"; |
| Added |
.components.schemas["v0.0.44_node_gres_layout"].properties.type = {}; |
| Added |
.components.schemas["v0.0.44_node_gres_layout"].properties.type.description = "GRES type (optional)"; |
| Added |
.components.schemas["v0.0.44_node_gres_layout"].properties.type.type = "string"; |
| Added |
.components.schemas["v0.0.44_node_gres_layout"].required = []; |
| Added |
.components.schemas["v0.0.44_node_gres_layout"].required[0] = "name"; |
| Added |
.components.schemas["v0.0.44_node_gres_layout"].type = "object"; |
| Added |
.components.schemas["v0.0.44_node_gres_layout_list"] = {}; |
| Added |
.components.schemas["v0.0.44_node_gres_layout_list"].items = {}; |
| Added |
.components.schemas["v0.0.44_node_gres_layout_list"].items.$ref = "#/components/schemas/v0.0.44_node_gres_layout"; |
| Added |
.components.schemas["v0.0.44_node_gres_layout_list"].type = "array"; |
| Added |
.components.schemas["v0.0.44_node_resource_layout"] = {}; |
| Added |
.components.schemas["v0.0.44_node_resource_layout"].properties = {}; |
| Added |
.components.schemas["v0.0.44_node_resource_layout"].properties.channel = {}; |
| Added |
.components.schemas["v0.0.44_node_resource_layout"].properties.channel.$ref = "#/components/schemas/v0.0.44_uint32_no_val_struct"; |
| Added |
.components.schemas["v0.0.44_node_resource_layout"].properties.channel.description = "IMEX channel (32 bit integer number with flags)"; |
| Added |
.components.schemas["v0.0.44_node_resource_layout"].properties.core_bitmap = {}; |
| Added |
.components.schemas["v0.0.44_node_resource_layout"].properties.core_bitmap.description = "Abstract core bitmap"; |
| Added |
.components.schemas["v0.0.44_node_resource_layout"].properties.core_bitmap.type = "string"; |
| Added |
.components.schemas["v0.0.44_node_resource_layout"].properties.cores_per_socket = {}; |
| Added |
.components.schemas["v0.0.44_node_resource_layout"].properties.cores_per_socket.description = "Cores per socket"; |
| Added |
.components.schemas["v0.0.44_node_resource_layout"].properties.cores_per_socket.format = "int32"; |
| Added |
.components.schemas["v0.0.44_node_resource_layout"].properties.cores_per_socket.type = "integer"; |
| Added |
.components.schemas["v0.0.44_node_resource_layout"].properties.gres = {}; |
| Added |
.components.schemas["v0.0.44_node_resource_layout"].properties.gres.$ref = "#/components/schemas/v0.0.44_node_gres_layout_list"; |
| Added |
.components.schemas["v0.0.44_node_resource_layout"].properties.gres.description = "Allocated GRES"; |
| Added |
.components.schemas["v0.0.44_node_resource_layout"].properties.mem_alloc = {}; |
| Added |
.components.schemas["v0.0.44_node_resource_layout"].properties.mem_alloc.description = "Allocated memory"; |
| Added |
.components.schemas["v0.0.44_node_resource_layout"].properties.mem_alloc.format = "int64"; |
| Added |
.components.schemas["v0.0.44_node_resource_layout"].properties.mem_alloc.type = "integer"; |
| Added |
.components.schemas["v0.0.44_node_resource_layout"].properties.node = {}; |
| Added |
.components.schemas["v0.0.44_node_resource_layout"].properties.node.description = "Node name"; |
| Added |
.components.schemas["v0.0.44_node_resource_layout"].properties.node.type = "string"; |
| Added |
.components.schemas["v0.0.44_node_resource_layout"].properties.sockets_per_node = {}; |
| Added |
.components.schemas["v0.0.44_node_resource_layout"].properties.sockets_per_node.description = "Sockets per node"; |
| Added |
.components.schemas["v0.0.44_node_resource_layout"].properties.sockets_per_node.format = "int32"; |
| Added |
.components.schemas["v0.0.44_node_resource_layout"].properties.sockets_per_node.type = "integer"; |
| Added |
.components.schemas["v0.0.44_node_resource_layout"].required = []; |
| Added |
.components.schemas["v0.0.44_node_resource_layout"].required[0] = "node"; |
| Added |
.components.schemas["v0.0.44_node_resource_layout"].type = "object"; |
| Added |
.components.schemas["v0.0.44_node_resource_layout_list"] = {}; |
| Added |
.components.schemas["v0.0.44_node_resource_layout_list"].items = {}; |
| Added |
.components.schemas["v0.0.44_node_resource_layout_list"].items.$ref = "#/components/schemas/v0.0.44_node_resource_layout"; |
| Added |
.components.schemas["v0.0.44_node_resource_layout_list"].type = "array"; |
| Added |
.components.schemas["v0.0.44_openapi_accounts_add_cond_resp"].required[0] = "association_condition"; |
| Added |
.components.schemas["v0.0.44_openapi_create_node_req"] = {}; |
| Added |
.components.schemas["v0.0.44_openapi_create_node_req"].properties = {}; |
| Added |
.components.schemas["v0.0.44_openapi_create_node_req"].properties.errors = {}; |
| Added |
.components.schemas["v0.0.44_openapi_create_node_req"].properties.errors.$ref = "#/components/schemas/v0.0.44_openapi_errors"; |
| Added |
.components.schemas["v0.0.44_openapi_create_node_req"].properties.errors.description = "Query errors"; |
| Added |
.components.schemas["v0.0.44_openapi_create_node_req"].properties.meta = {}; |
| Added |
.components.schemas["v0.0.44_openapi_create_node_req"].properties.meta.$ref = "#/components/schemas/v0.0.44_openapi_meta"; |
| Added |
.components.schemas["v0.0.44_openapi_create_node_req"].properties.meta.description = "Slurm meta values"; |
| Added |
.components.schemas["v0.0.44_openapi_create_node_req"].properties.node_conf = {}; |
| Added |
.components.schemas["v0.0.44_openapi_create_node_req"].properties.node_conf.description = "Node configuration line"; |
| Added |
.components.schemas["v0.0.44_openapi_create_node_req"].properties.node_conf.type = "string"; |
| Added |
.components.schemas["v0.0.44_openapi_create_node_req"].properties.warnings = {}; |
| Added |
.components.schemas["v0.0.44_openapi_create_node_req"].properties.warnings.$ref = "#/components/schemas/v0.0.44_openapi_warnings"; |
| Added |
.components.schemas["v0.0.44_openapi_create_node_req"].properties.warnings.description = "Query warnings"; |
| Added |
.components.schemas["v0.0.44_openapi_create_node_req"].required = []; |
| Added |
.components.schemas["v0.0.44_openapi_create_node_req"].required[0] = "node_conf"; |
| Added |
.components.schemas["v0.0.44_openapi_create_node_req"].type = "object"; |
| Added |
.components.schemas["v0.0.44_openapi_job_modify_req"] = {}; |
| Added |
.components.schemas["v0.0.44_openapi_job_modify_req"].properties = {}; |
| Added |
.components.schemas["v0.0.44_openapi_job_modify_req"].properties.errors = {}; |
| Added |
.components.schemas["v0.0.44_openapi_job_modify_req"].properties.errors.$ref = "#/components/schemas/v0.0.44_openapi_errors"; |
| Added |
.components.schemas["v0.0.44_openapi_job_modify_req"].properties.errors.description = "Query errors"; |
| Added |
.components.schemas["v0.0.44_openapi_job_modify_req"].properties.job_id_list = {}; |
| Added |
.components.schemas["v0.0.44_openapi_job_modify_req"].properties.job_id_list.$ref = "#/components/schemas/v0.0.44_selected_step_list"; |
| Added |
.components.schemas["v0.0.44_openapi_job_modify_req"].properties.job_id_list.description = "CSV list of Job IDs to modify"; |
| Added |
.components.schemas["v0.0.44_openapi_job_modify_req"].properties.job_rec = {}; |
| Added |
.components.schemas["v0.0.44_openapi_job_modify_req"].properties.job_rec.$ref = "#/components/schemas/v0.0.44_job_modify"; |
| Added |
.components.schemas["v0.0.44_openapi_job_modify_req"].properties.job_rec.description = "Job modify message"; |
| Added |
.components.schemas["v0.0.44_openapi_job_modify_req"].properties.meta = {}; |
| Added |
.components.schemas["v0.0.44_openapi_job_modify_req"].properties.meta.$ref = "#/components/schemas/v0.0.44_openapi_meta"; |
| Added |
.components.schemas["v0.0.44_openapi_job_modify_req"].properties.meta.description = "Slurm meta values"; |
| Added |
.components.schemas["v0.0.44_openapi_job_modify_req"].properties.warnings = {}; |
| Added |
.components.schemas["v0.0.44_openapi_job_modify_req"].properties.warnings.$ref = "#/components/schemas/v0.0.44_openapi_warnings"; |
| Added |
.components.schemas["v0.0.44_openapi_job_modify_req"].properties.warnings.description = "Query warnings"; |
| Added |
.components.schemas["v0.0.44_openapi_job_modify_req"].required = []; |
| Added |
.components.schemas["v0.0.44_openapi_job_modify_req"].type = "object"; |
| Added |
.components.schemas["v0.0.44_openapi_job_modify_resp"] = {}; |
| Added |
.components.schemas["v0.0.44_openapi_job_modify_resp"].properties = {}; |
| Added |
.components.schemas["v0.0.44_openapi_job_modify_resp"].properties.errors = {}; |
| Added |
.components.schemas["v0.0.44_openapi_job_modify_resp"].properties.errors.$ref = "#/components/schemas/v0.0.44_openapi_errors"; |
| Added |
.components.schemas["v0.0.44_openapi_job_modify_resp"].properties.errors.description = "Query errors"; |
| Added |
.components.schemas["v0.0.44_openapi_job_modify_resp"].properties.meta = {}; |
| Added |
.components.schemas["v0.0.44_openapi_job_modify_resp"].properties.meta.$ref = "#/components/schemas/v0.0.44_openapi_meta"; |
| Added |
.components.schemas["v0.0.44_openapi_job_modify_resp"].properties.meta.description = "Slurm meta values"; |
| Added |
.components.schemas["v0.0.44_openapi_job_modify_resp"].properties.results = {}; |
| Added |
.components.schemas["v0.0.44_openapi_job_modify_resp"].properties.results.$ref = "#/components/schemas/v0.0.44_string_list"; |
| Added |
.components.schemas["v0.0.44_openapi_job_modify_resp"].properties.results.description = "Job modify results"; |
| Added |
.components.schemas["v0.0.44_openapi_job_modify_resp"].properties.warnings = {}; |
| Added |
.components.schemas["v0.0.44_openapi_job_modify_resp"].properties.warnings.$ref = "#/components/schemas/v0.0.44_openapi_warnings"; |
| Added |
.components.schemas["v0.0.44_openapi_job_modify_resp"].properties.warnings.description = "Query warnings"; |
| Added |
.components.schemas["v0.0.44_openapi_job_modify_resp"].required = []; |
| Added |
.components.schemas["v0.0.44_openapi_job_modify_resp"].required[0] = "results"; |
| Added |
.components.schemas["v0.0.44_openapi_job_modify_resp"].type = "object"; |
| Added |
.components.schemas["v0.0.44_openapi_resource_layout_resp"] = {}; |
| Added |
.components.schemas["v0.0.44_openapi_resource_layout_resp"].properties = {}; |
| Added |
.components.schemas["v0.0.44_openapi_resource_layout_resp"].properties.errors = {}; |
| Added |
.components.schemas["v0.0.44_openapi_resource_layout_resp"].properties.errors.$ref = "#/components/schemas/v0.0.44_openapi_errors"; |
| Added |
.components.schemas["v0.0.44_openapi_resource_layout_resp"].properties.errors.description = "Query errors"; |
| Added |
.components.schemas["v0.0.44_openapi_resource_layout_resp"].properties.meta = {}; |
| Added |
.components.schemas["v0.0.44_openapi_resource_layout_resp"].properties.meta.$ref = "#/components/schemas/v0.0.44_openapi_meta"; |
| Added |
.components.schemas["v0.0.44_openapi_resource_layout_resp"].properties.meta.description = "Slurm meta values"; |
| Added |
.components.schemas["v0.0.44_openapi_resource_layout_resp"].properties.nodes = {}; |
| Added |
.components.schemas["v0.0.44_openapi_resource_layout_resp"].properties.nodes.$ref = "#/components/schemas/v0.0.44_node_resource_layout_list"; |
| Added |
.components.schemas["v0.0.44_openapi_resource_layout_resp"].properties.nodes.description = "Node resource layouts"; |
| Added |
.components.schemas["v0.0.44_openapi_resource_layout_resp"].properties.warnings = {}; |
| Added |
.components.schemas["v0.0.44_openapi_resource_layout_resp"].properties.warnings.$ref = "#/components/schemas/v0.0.44_openapi_warnings"; |
| Added |
.components.schemas["v0.0.44_openapi_resource_layout_resp"].properties.warnings.description = "Query warnings"; |
| Added |
.components.schemas["v0.0.44_openapi_resource_layout_resp"].required = []; |
| Added |
.components.schemas["v0.0.44_openapi_resource_layout_resp"].required[0] = "nodes"; |
| Added |
.components.schemas["v0.0.44_openapi_resource_layout_resp"].type = "object"; |
| Added |
.components.schemas["v0.0.44_partition_info"].properties.select_type.items.enum[9] = "LINEAR"; |
| Removed |
.components.schemas["v0.0.44_reservation_desc_msg"].properties.flags.items.enum[9] = "STATIC"; |
| Removed |
.components.schemas["v0.0.44_reservation_desc_msg"].properties.flags.items.enum[10] = "NO_STATIC"; |
| Removed |
.components.schemas["v0.0.44_reservation_desc_msg"].properties.flags.items.enum[11] = "PART_NODES"; |
| Removed |
.components.schemas["v0.0.44_reservation_desc_msg"].properties.flags.items.enum[12] = "NO_PART_NODES"; |
| Removed |
.components.schemas["v0.0.44_reservation_desc_msg"].properties.flags.items.enum[13] = "OVERLAP"; |
| Removed |
.components.schemas["v0.0.44_reservation_desc_msg"].properties.flags.items.enum[14] = "SPEC_NODES"; |
| Removed |
.components.schemas["v0.0.44_reservation_desc_msg"].properties.flags.items.enum[15] = "TIME_FLOAT"; |
| Removed |
.components.schemas["v0.0.44_reservation_desc_msg"].properties.flags.items.enum[16] = "REPLACE"; |
| Removed |
.components.schemas["v0.0.44_reservation_desc_msg"].properties.flags.items.enum[17] = "ALL_NODES"; |
| Removed |
.components.schemas["v0.0.44_reservation_desc_msg"].properties.flags.items.enum[18] = "PURGE_COMP"; |
| Removed |
.components.schemas["v0.0.44_reservation_desc_msg"].properties.flags.items.enum[19] = "WEEKDAY"; |
| Removed |
.components.schemas["v0.0.44_reservation_desc_msg"].properties.flags.items.enum[20] = "NO_WEEKDAY"; |
| Removed |
.components.schemas["v0.0.44_reservation_desc_msg"].properties.flags.items.enum[21] = "WEEKEND"; |
| Removed |
.components.schemas["v0.0.44_reservation_desc_msg"].properties.flags.items.enum[22] = "NO_WEEKEND"; |
| Removed |
.components.schemas["v0.0.44_reservation_desc_msg"].properties.flags.items.enum[23] = "FLEX"; |
| Removed |
.components.schemas["v0.0.44_reservation_desc_msg"].properties.flags.items.enum[24] = "NO_FLEX"; |
| Removed |
.components.schemas["v0.0.44_reservation_desc_msg"].properties.flags.items.enum[25] = "DURATION_PLUS"; |
| Removed |
.components.schemas["v0.0.44_reservation_desc_msg"].properties.flags.items.enum[26] = "DURATION_MINUS"; |
| Removed |
.components.schemas["v0.0.44_reservation_desc_msg"].properties.flags.items.enum[27] = "NO_HOLD_JOBS_AFTER_END"; |
| Removed |
.components.schemas["v0.0.44_reservation_desc_msg"].properties.flags.items.enum[28] = "NO_PURGE_COMP"; |
| Removed |
.components.schemas["v0.0.44_reservation_desc_msg"].properties.flags.items.enum[29] = "MAGNETIC"; |
| Removed |
.components.schemas["v0.0.44_reservation_desc_msg"].properties.flags.items.enum[30] = "SKIP"; |
| Removed |
.components.schemas["v0.0.44_reservation_desc_msg"].properties.flags.items.enum[31] = "HOURLY"; |
| Removed |
.components.schemas["v0.0.44_reservation_desc_msg"].properties.flags.items.enum[32] = "NO_HOURLY"; |
| Removed |
.components.schemas["v0.0.44_reservation_desc_msg"].properties.flags.items.enum[33] = "USER_DELETE"; |
| Removed |
.components.schemas["v0.0.44_reservation_desc_msg"].properties.flags.items.enum[34] = "NO_USER_DELETE"; |
| Replaced |
.components.schemas["v0.0.44_reservation_desc_msg"].properties.flags.items.enum[9] = "NO_ANY_NODES"; |
| Added |
.components.schemas["v0.0.44_reservation_desc_msg"].properties.flags.items.enum[10] = "STATIC"; |
| Added |
.components.schemas["v0.0.44_reservation_desc_msg"].properties.flags.items.enum[11] = "NO_STATIC"; |
| Added |
.components.schemas["v0.0.44_reservation_desc_msg"].properties.flags.items.enum[12] = "PART_NODES"; |
| Added |
.components.schemas["v0.0.44_reservation_desc_msg"].properties.flags.items.enum[13] = "NO_PART_NODES"; |
| Added |
.components.schemas["v0.0.44_reservation_desc_msg"].properties.flags.items.enum[14] = "OVERLAP"; |
| Added |
.components.schemas["v0.0.44_reservation_desc_msg"].properties.flags.items.enum[15] = "SPEC_NODES"; |
| Added |
.components.schemas["v0.0.44_reservation_desc_msg"].properties.flags.items.enum[16] = "TIME_FLOAT"; |
| Added |
.components.schemas["v0.0.44_reservation_desc_msg"].properties.flags.items.enum[17] = "REPLACE"; |
| Added |
.components.schemas["v0.0.44_reservation_desc_msg"].properties.flags.items.enum[18] = "ALL_NODES"; |
| Added |
.components.schemas["v0.0.44_reservation_desc_msg"].properties.flags.items.enum[19] = "PURGE_COMP"; |
| Added |
.components.schemas["v0.0.44_reservation_desc_msg"].properties.flags.items.enum[20] = "WEEKDAY"; |
| Added |
.components.schemas["v0.0.44_reservation_desc_msg"].properties.flags.items.enum[21] = "NO_WEEKDAY"; |
| Added |
.components.schemas["v0.0.44_reservation_desc_msg"].properties.flags.items.enum[22] = "WEEKEND"; |
| Added |
.components.schemas["v0.0.44_reservation_desc_msg"].properties.flags.items.enum[23] = "NO_WEEKEND"; |
| Added |
.components.schemas["v0.0.44_reservation_desc_msg"].properties.flags.items.enum[24] = "FLEX"; |
| Added |
.components.schemas["v0.0.44_reservation_desc_msg"].properties.flags.items.enum[25] = "NO_FLEX"; |
| Added |
.components.schemas["v0.0.44_reservation_desc_msg"].properties.flags.items.enum[26] = "DURATION_PLUS"; |
| Added |
.components.schemas["v0.0.44_reservation_desc_msg"].properties.flags.items.enum[27] = "DURATION_MINUS"; |
| Added |
.components.schemas["v0.0.44_reservation_desc_msg"].properties.flags.items.enum[28] = "NO_HOLD_JOBS_AFTER_END"; |
| Added |
.components.schemas["v0.0.44_reservation_desc_msg"].properties.flags.items.enum[29] = "REPLACE_DOWN"; |
| Added |
.components.schemas["v0.0.44_reservation_desc_msg"].properties.flags.items.enum[30] = "NO_PURGE_COMP"; |
| Added |
.components.schemas["v0.0.44_reservation_desc_msg"].properties.flags.items.enum[31] = "MAGNETIC"; |
| Added |
.components.schemas["v0.0.44_reservation_desc_msg"].properties.flags.items.enum[32] = "NO_MAGNETIC"; |
| Added |
.components.schemas["v0.0.44_reservation_desc_msg"].properties.flags.items.enum[33] = "SKIP"; |
| Added |
.components.schemas["v0.0.44_reservation_desc_msg"].properties.flags.items.enum[34] = "HOURLY"; |
| Added |
.components.schemas["v0.0.44_reservation_desc_msg"].properties.flags.items.enum[35] = "NO_HOURLY"; |
| Added |
.components.schemas["v0.0.44_reservation_desc_msg"].properties.flags.items.enum[36] = "USER_DELETE"; |
| Added |
.components.schemas["v0.0.44_reservation_desc_msg"].properties.flags.items.enum[37] = "FORCE_START"; |
| Added |
.components.schemas["v0.0.44_reservation_desc_msg"].properties.flags.items.enum[38] = "NO_USER_DELETE"; |
| Added |
.components.schemas["v0.0.44_reservation_desc_msg"].properties.flags.items.enum[39] = "REOCCURRING"; |
| Added |
.components.schemas["v0.0.44_reservation_desc_msg"].properties.flags.items.enum[40] = "TRES_PER_NODE"; |
| Removed |
.components.schemas["v0.0.44_reservation_info"].properties.flags.items.enum[9] = "STATIC"; |
| Removed |
.components.schemas["v0.0.44_reservation_info"].properties.flags.items.enum[10] = "NO_STATIC"; |
| Removed |
.components.schemas["v0.0.44_reservation_info"].properties.flags.items.enum[11] = "PART_NODES"; |
| Removed |
.components.schemas["v0.0.44_reservation_info"].properties.flags.items.enum[12] = "NO_PART_NODES"; |
| Removed |
.components.schemas["v0.0.44_reservation_info"].properties.flags.items.enum[13] = "OVERLAP"; |
| Removed |
.components.schemas["v0.0.44_reservation_info"].properties.flags.items.enum[14] = "SPEC_NODES"; |
| Removed |
.components.schemas["v0.0.44_reservation_info"].properties.flags.items.enum[15] = "TIME_FLOAT"; |
| Removed |
.components.schemas["v0.0.44_reservation_info"].properties.flags.items.enum[16] = "REPLACE"; |
| Removed |
.components.schemas["v0.0.44_reservation_info"].properties.flags.items.enum[17] = "ALL_NODES"; |
| Removed |
.components.schemas["v0.0.44_reservation_info"].properties.flags.items.enum[18] = "PURGE_COMP"; |
| Removed |
.components.schemas["v0.0.44_reservation_info"].properties.flags.items.enum[19] = "WEEKDAY"; |
| Removed |
.components.schemas["v0.0.44_reservation_info"].properties.flags.items.enum[20] = "NO_WEEKDAY"; |
| Removed |
.components.schemas["v0.0.44_reservation_info"].properties.flags.items.enum[21] = "WEEKEND"; |
| Removed |
.components.schemas["v0.0.44_reservation_info"].properties.flags.items.enum[22] = "NO_WEEKEND"; |
| Removed |
.components.schemas["v0.0.44_reservation_info"].properties.flags.items.enum[23] = "FLEX"; |
| Removed |
.components.schemas["v0.0.44_reservation_info"].properties.flags.items.enum[24] = "NO_FLEX"; |
| Removed |
.components.schemas["v0.0.44_reservation_info"].properties.flags.items.enum[25] = "DURATION_PLUS"; |
| Removed |
.components.schemas["v0.0.44_reservation_info"].properties.flags.items.enum[26] = "DURATION_MINUS"; |
| Removed |
.components.schemas["v0.0.44_reservation_info"].properties.flags.items.enum[27] = "NO_HOLD_JOBS_AFTER_END"; |
| Removed |
.components.schemas["v0.0.44_reservation_info"].properties.flags.items.enum[28] = "NO_PURGE_COMP"; |
| Removed |
.components.schemas["v0.0.44_reservation_info"].properties.flags.items.enum[29] = "MAGNETIC"; |
| Removed |
.components.schemas["v0.0.44_reservation_info"].properties.flags.items.enum[30] = "SKIP"; |
| Removed |
.components.schemas["v0.0.44_reservation_info"].properties.flags.items.enum[31] = "HOURLY"; |
| Removed |
.components.schemas["v0.0.44_reservation_info"].properties.flags.items.enum[32] = "NO_HOURLY"; |
| Removed |
.components.schemas["v0.0.44_reservation_info"].properties.flags.items.enum[33] = "USER_DELETE"; |
| Removed |
.components.schemas["v0.0.44_reservation_info"].properties.flags.items.enum[34] = "NO_USER_DELETE"; |
| Replaced |
.components.schemas["v0.0.44_reservation_info"].properties.flags.items.enum[9] = "NO_ANY_NODES"; |
| Added |
.components.schemas["v0.0.44_reservation_info"].properties.flags.items.enum[10] = "STATIC"; |
| Added |
.components.schemas["v0.0.44_reservation_info"].properties.flags.items.enum[11] = "NO_STATIC"; |
| Added |
.components.schemas["v0.0.44_reservation_info"].properties.flags.items.enum[12] = "PART_NODES"; |
| Added |
.components.schemas["v0.0.44_reservation_info"].properties.flags.items.enum[13] = "NO_PART_NODES"; |
| Added |
.components.schemas["v0.0.44_reservation_info"].properties.flags.items.enum[14] = "OVERLAP"; |
| Added |
.components.schemas["v0.0.44_reservation_info"].properties.flags.items.enum[15] = "SPEC_NODES"; |
| Added |
.components.schemas["v0.0.44_reservation_info"].properties.flags.items.enum[16] = "TIME_FLOAT"; |
| Added |
.components.schemas["v0.0.44_reservation_info"].properties.flags.items.enum[17] = "REPLACE"; |
| Added |
.components.schemas["v0.0.44_reservation_info"].properties.flags.items.enum[18] = "ALL_NODES"; |
| Added |
.components.schemas["v0.0.44_reservation_info"].properties.flags.items.enum[19] = "PURGE_COMP"; |
| Added |
.components.schemas["v0.0.44_reservation_info"].properties.flags.items.enum[20] = "WEEKDAY"; |
| Added |
.components.schemas["v0.0.44_reservation_info"].properties.flags.items.enum[21] = "NO_WEEKDAY"; |
| Added |
.components.schemas["v0.0.44_reservation_info"].properties.flags.items.enum[22] = "WEEKEND"; |
| Added |
.components.schemas["v0.0.44_reservation_info"].properties.flags.items.enum[23] = "NO_WEEKEND"; |
| Added |
.components.schemas["v0.0.44_reservation_info"].properties.flags.items.enum[24] = "FLEX"; |
| Added |
.components.schemas["v0.0.44_reservation_info"].properties.flags.items.enum[25] = "NO_FLEX"; |
| Added |
.components.schemas["v0.0.44_reservation_info"].properties.flags.items.enum[26] = "DURATION_PLUS"; |
| Added |
.components.schemas["v0.0.44_reservation_info"].properties.flags.items.enum[27] = "DURATION_MINUS"; |
| Added |
.components.schemas["v0.0.44_reservation_info"].properties.flags.items.enum[28] = "NO_HOLD_JOBS_AFTER_END"; |
| Added |
.components.schemas["v0.0.44_reservation_info"].properties.flags.items.enum[29] = "REPLACE_DOWN"; |
| Added |
.components.schemas["v0.0.44_reservation_info"].properties.flags.items.enum[30] = "NO_PURGE_COMP"; |
| Added |
.components.schemas["v0.0.44_reservation_info"].properties.flags.items.enum[31] = "MAGNETIC"; |
| Added |
.components.schemas["v0.0.44_reservation_info"].properties.flags.items.enum[32] = "NO_MAGNETIC"; |
| Added |
.components.schemas["v0.0.44_reservation_info"].properties.flags.items.enum[33] = "SKIP"; |
| Added |
.components.schemas["v0.0.44_reservation_info"].properties.flags.items.enum[34] = "HOURLY"; |
| Added |
.components.schemas["v0.0.44_reservation_info"].properties.flags.items.enum[35] = "NO_HOURLY"; |
| Added |
.components.schemas["v0.0.44_reservation_info"].properties.flags.items.enum[36] = "USER_DELETE"; |
| Added |
.components.schemas["v0.0.44_reservation_info"].properties.flags.items.enum[37] = "FORCE_START"; |
| Added |
.components.schemas["v0.0.44_reservation_info"].properties.flags.items.enum[38] = "NO_USER_DELETE"; |
| Added |
.components.schemas["v0.0.44_reservation_info"].properties.flags.items.enum[39] = "REOCCURRING"; |
| Added |
.components.schemas["v0.0.44_reservation_info"].properties.flags.items.enum[40] = "TRES_PER_NODE"; |
| Added |
.components.schemas["v0.0.44_selected_step_list"] = {}; |
| Added |
.components.schemas["v0.0.44_selected_step_list"].items = {}; |
| Added |
.components.schemas["v0.0.44_selected_step_list"].items.type = "string"; |
| Added |
.components.schemas["v0.0.44_selected_step_list"].type = "array"; |
| Added |
.components.schemas["v0.0.44_slurm_step_id"] = {}; |
| Added |
.components.schemas["v0.0.44_slurm_step_id"].properties = {}; |
| Added |
.components.schemas["v0.0.44_slurm_step_id"].properties.job_id = {}; |
| Added |
.components.schemas["v0.0.44_slurm_step_id"].properties.job_id.$ref = "#/components/schemas/v0.0.44_uint32_no_val_struct"; |
| Added |
.components.schemas["v0.0.44_slurm_step_id"].properties.job_id.description = "Job ID (32 bit integer number with flags)"; |
| Added |
.components.schemas["v0.0.44_slurm_step_id"].properties.sluid = {}; |
| Added |
.components.schemas["v0.0.44_slurm_step_id"].properties.sluid.description = "SLUID (Slurm Lexicographically-sortable Unique ID)"; |
| Added |
.components.schemas["v0.0.44_slurm_step_id"].properties.sluid.type = "string"; |
| Added |
.components.schemas["v0.0.44_slurm_step_id"].properties.step_het_component = {}; |
| Added |
.components.schemas["v0.0.44_slurm_step_id"].properties.step_het_component.$ref = "#/components/schemas/v0.0.44_uint32_no_val_struct"; |
| Added |
.components.schemas["v0.0.44_slurm_step_id"].properties.step_het_component.description = "HetJob component (32 bit integer number with flags)"; |
| Added |
.components.schemas["v0.0.44_slurm_step_id"].properties.step_id = {}; |
| Added |
.components.schemas["v0.0.44_slurm_step_id"].properties.step_id.description = "Job step ID"; |
| Added |
.components.schemas["v0.0.44_slurm_step_id"].properties.step_id.type = "string"; |
| Added |
.components.schemas["v0.0.44_slurm_step_id"].required = []; |
| Added |
.components.schemas["v0.0.44_slurm_step_id"].type = "object"; |
| Added |
.components.schemas["v0.0.44_stats_msg"].properties.parts_packed.deprecated = true; |
| Replaced |
.components.schemas["v0.0.44_stats_msg"].properties.schedule_cycle_sum.format = "int64"; |
| Added |
.components.schemas["v0.0.44_step"].properties.state.items.enum[27] = "EXPEDITING"; |
| Removed |
.components.schemas["v0.0.44_update_node_msg"].properties.state.items.enum[8] = "RESERVED"; |
| Removed |
.components.schemas["v0.0.44_update_node_msg"].properties.state.items.enum[9] = "UNDRAIN"; |
| Removed |
.components.schemas["v0.0.44_update_node_msg"].properties.state.items.enum[10] = "CLOUD"; |
| Removed |
.components.schemas["v0.0.44_update_node_msg"].properties.state.items.enum[11] = "RESUME"; |
| Removed |
.components.schemas["v0.0.44_update_node_msg"].properties.state.items.enum[12] = "DRAIN"; |
| Removed |
.components.schemas["v0.0.44_update_node_msg"].properties.state.items.enum[13] = "COMPLETING"; |
| Removed |
.components.schemas["v0.0.44_update_node_msg"].properties.state.items.enum[14] = "NOT_RESPONDING"; |
| Removed |
.components.schemas["v0.0.44_update_node_msg"].properties.state.items.enum[15] = "POWERED_DOWN"; |
| Removed |
.components.schemas["v0.0.44_update_node_msg"].properties.state.items.enum[16] = "FAIL"; |
| Removed |
.components.schemas["v0.0.44_update_node_msg"].properties.state.items.enum[17] = "POWERING_UP"; |
| Removed |
.components.schemas["v0.0.44_update_node_msg"].properties.state.items.enum[18] = "MAINTENANCE"; |
| Removed |
.components.schemas["v0.0.44_update_node_msg"].properties.state.items.enum[19] = "REBOOT_REQUESTED"; |
| Removed |
.components.schemas["v0.0.44_update_node_msg"].properties.state.items.enum[20] = "REBOOT_CANCELED"; |
| Removed |
.components.schemas["v0.0.44_update_node_msg"].properties.state.items.enum[21] = "POWERING_DOWN"; |
| Removed |
.components.schemas["v0.0.44_update_node_msg"].properties.state.items.enum[22] = "DYNAMIC_FUTURE"; |
| Removed |
.components.schemas["v0.0.44_update_node_msg"].properties.state.items.enum[23] = "REBOOT_ISSUED"; |
| Removed |
.components.schemas["v0.0.44_update_node_msg"].properties.state.items.enum[24] = "PLANNED"; |
| Removed |
.components.schemas["v0.0.44_update_node_msg"].properties.state.items.enum[25] = "INVALID_REG"; |
| Removed |
.components.schemas["v0.0.44_update_node_msg"].properties.state.items.enum[26] = "POWER_DOWN"; |
| Removed |
.components.schemas["v0.0.44_update_node_msg"].properties.state.items.enum[27] = "POWER_UP"; |
| Removed |
.components.schemas["v0.0.44_update_node_msg"].properties.state.items.enum[28] = "POWER_DRAIN"; |
| Replaced |
.components.schemas["v0.0.44_update_node_msg"].properties.state.items.enum[8] = "EXTERNAL"; |
| Added |
.components.schemas["v0.0.44_update_node_msg"].properties.state.items.enum[9] = "RESERVED"; |
| Added |
.components.schemas["v0.0.44_update_node_msg"].properties.state.items.enum[10] = "UNDRAIN"; |
| Added |
.components.schemas["v0.0.44_update_node_msg"].properties.state.items.enum[11] = "CLOUD"; |
| Added |
.components.schemas["v0.0.44_update_node_msg"].properties.state.items.enum[12] = "RESUME"; |
| Added |
.components.schemas["v0.0.44_update_node_msg"].properties.state.items.enum[13] = "DRAIN"; |
| Added |
.components.schemas["v0.0.44_update_node_msg"].properties.state.items.enum[14] = "COMPLETING"; |
| Added |
.components.schemas["v0.0.44_update_node_msg"].properties.state.items.enum[15] = "NOT_RESPONDING"; |
| Added |
.components.schemas["v0.0.44_update_node_msg"].properties.state.items.enum[16] = "POWERED_DOWN"; |
| Added |
.components.schemas["v0.0.44_update_node_msg"].properties.state.items.enum[17] = "FAIL"; |
| Added |
.components.schemas["v0.0.44_update_node_msg"].properties.state.items.enum[18] = "POWERING_UP"; |
| Added |
.components.schemas["v0.0.44_update_node_msg"].properties.state.items.enum[19] = "MAINTENANCE"; |
| Added |
.components.schemas["v0.0.44_update_node_msg"].properties.state.items.enum[20] = "REBOOT_REQUESTED"; |
| Added |
.components.schemas["v0.0.44_update_node_msg"].properties.state.items.enum[21] = "REBOOT_CANCELED"; |
| Added |
.components.schemas["v0.0.44_update_node_msg"].properties.state.items.enum[22] = "POWERING_DOWN"; |
| Added |
.components.schemas["v0.0.44_update_node_msg"].properties.state.items.enum[23] = "DYNAMIC_FUTURE"; |
| Added |
.components.schemas["v0.0.44_update_node_msg"].properties.state.items.enum[24] = "REBOOT_ISSUED"; |
| Added |
.components.schemas["v0.0.44_update_node_msg"].properties.state.items.enum[25] = "PLANNED"; |
| Added |
.components.schemas["v0.0.44_update_node_msg"].properties.state.items.enum[26] = "INVALID_REG"; |
| Added |
.components.schemas["v0.0.44_update_node_msg"].properties.state.items.enum[27] = "POWER_DOWN"; |
| Added |
.components.schemas["v0.0.44_update_node_msg"].properties.state.items.enum[28] = "POWER_UP"; |
| Added |
.components.schemas["v0.0.44_update_node_msg"].properties.state.items.enum[29] = "POWER_DRAIN"; |
| Added |
.components.schemas["v0.0.44_update_node_msg"].properties.state.items.enum[30] = "DYNAMIC_NORM"; |
| Added |
.components.schemas["v0.0.44_update_node_msg"].properties.state.items.enum[31] = "BLOCKED"; |
| Added |
.components.schemas["v0.0.44_user"].properties["default"].properties.qos = {}; |
| Added |
.components.schemas["v0.0.44_user"].properties["default"].properties.qos.description = "Default QOS"; |
| Added |
.components.schemas["v0.0.44_user"].properties["default"].properties.qos.format = "int32"; |
| Added |
.components.schemas["v0.0.44_user"].properties["default"].properties.qos.type = "integer"; |
| Added |
.components.schemas["v0.0.44_user_short"].properties.defaultqos = {}; |
| Added |
.components.schemas["v0.0.44_user_short"].properties.defaultqos.description = "Default QOS"; |
| Added |
.components.schemas["v0.0.44_user_short"].properties.defaultqos.format = "int32"; |
| Added |
.components.schemas["v0.0.44_user_short"].properties.defaultqos.type = "integer"; |
| Replaced |
.info.version = "Slurm-25.11.0"; |
| Replaced |
.info["x-slurm"].release = "25.11.0"; |
| Added |
.paths["/slurm/v0.0.44/new/node/"] = {}; |
| Added |
.paths["/slurm/v0.0.44/new/node/"].post = {}; |
| Added |
.paths["/slurm/v0.0.44/new/node/"].post.operationId = "slurm_v0044_post_new_node"; |
| Added |
.paths["/slurm/v0.0.44/new/node/"].post.requestBody = {}; |
| Added |
.paths["/slurm/v0.0.44/new/node/"].post.requestBody.content = {}; |
| Added |
.paths["/slurm/v0.0.44/new/node/"].post.requestBody.content["application/json"] = {}; |
| Added |
.paths["/slurm/v0.0.44/new/node/"].post.requestBody.content["application/json"].schema = {}; |
| Added |
.paths["/slurm/v0.0.44/new/node/"].post.requestBody.content["application/json"].schema.$ref = "#/components/schemas/v0.0.44_openapi_create_node_req"; |
| Added |
.paths["/slurm/v0.0.44/new/node/"].post.requestBody.description = "node create request"; |
| Added |
.paths["/slurm/v0.0.44/new/node/"].post.responses = {}; |
| Added |
.paths["/slurm/v0.0.44/new/node/"].post.responses["200"] = {}; |
| Added |
.paths["/slurm/v0.0.44/new/node/"].post.responses["200"].content = {}; |
| Added |
.paths["/slurm/v0.0.44/new/node/"].post.responses["200"].content["application/json"] = {}; |
| Added |
.paths["/slurm/v0.0.44/new/node/"].post.responses["200"].content["application/json"].schema = {}; |
| Added |
.paths["/slurm/v0.0.44/new/node/"].post.responses["200"].content["application/json"].schema.$ref = "#/components/schemas/v0.0.44_openapi_resp"; |
| Added |
.paths["/slurm/v0.0.44/new/node/"].post.responses["200"].description = "node create request result"; |
| Added |
.paths["/slurm/v0.0.44/new/node/"].post.responses["default"] = {}; |
| Added |
.paths["/slurm/v0.0.44/new/node/"].post.responses["default"].content = {}; |
| Added |
.paths["/slurm/v0.0.44/new/node/"].post.responses["default"].content["application/json"] = {}; |
| Added |
.paths["/slurm/v0.0.44/new/node/"].post.responses["default"].content["application/json"].schema = {}; |
| Added |
.paths["/slurm/v0.0.44/new/node/"].post.responses["default"].content["application/json"].schema.$ref = "#/components/schemas/v0.0.44_openapi_resp"; |
| Added |
.paths["/slurm/v0.0.44/new/node/"].post.responses["default"].description = "node create request result"; |
| Added |
.paths["/slurm/v0.0.44/new/node/"].post.summary = "create node"; |
| Added |
.paths["/slurm/v0.0.44/new/node/"].post.tags = []; |
| Added |
.paths["/slurm/v0.0.44/new/node/"].post.tags[0] = "slurm"; |
| Added |
.paths["/slurm/v0.0.44/resources/{job_id}"] = {}; |
| Added |
.paths["/slurm/v0.0.44/resources/{job_id}"].get = {}; |
| Added |
.paths["/slurm/v0.0.44/resources/{job_id}"].get.operationId = "slurm_v0044_get_resources"; |
| Added |
.paths["/slurm/v0.0.44/resources/{job_id}"].get.parameters = []; |
| Added |
.paths["/slurm/v0.0.44/resources/{job_id}"].get.parameters[0] = {}; |
| Added |
.paths["/slurm/v0.0.44/resources/{job_id}"].get.parameters[0].allowEmptyValue = false; |
| Added |
.paths["/slurm/v0.0.44/resources/{job_id}"].get.parameters[0].allowReserved = false; |
| Added |
.paths["/slurm/v0.0.44/resources/{job_id}"].get.parameters[0].description = "Job ID"; |
| Added |
.paths["/slurm/v0.0.44/resources/{job_id}"].get.parameters[0].explode = false; |
| Added |
.paths["/slurm/v0.0.44/resources/{job_id}"].get.parameters[0].name = "job_id"; |
| Added |
.paths["/slurm/v0.0.44/resources/{job_id}"].get.parameters[0].required = true; |
| Added |
.paths["/slurm/v0.0.44/resources/{job_id}"].get.parameters[0].schema = {}; |
| Added |
.paths["/slurm/v0.0.44/resources/{job_id}"].get.parameters[0].schema.type = "string"; |
| Added |
.paths["/slurm/v0.0.44/resources/{job_id}"].get.parameters[0].style = "simple"; |
| Added |
.paths["/slurm/v0.0.44/resources/{job_id}"].get.parameters[0]["in"] = "path"; |
| Added |
.paths["/slurm/v0.0.44/resources/{job_id}"].get.responses = {}; |
| Added |
.paths["/slurm/v0.0.44/resources/{job_id}"].get.responses["200"] = {}; |
| Added |
.paths["/slurm/v0.0.44/resources/{job_id}"].get.responses["200"].content = {}; |
| Added |
.paths["/slurm/v0.0.44/resources/{job_id}"].get.responses["200"].content["application/json"] = {}; |
| Added |
.paths["/slurm/v0.0.44/resources/{job_id}"].get.responses["200"].content["application/json"].schema = {}; |
| Added |
.paths["/slurm/v0.0.44/resources/{job_id}"].get.responses["200"].content["application/json"].schema.$ref = "#/components/schemas/v0.0.44_openapi_resource_layout_resp"; |
| Added |
.paths["/slurm/v0.0.44/resources/{job_id}"].get.responses["200"].description = "resource layout information"; |
| Added |
.paths["/slurm/v0.0.44/resources/{job_id}"].get.responses["default"] = {}; |
| Added |
.paths["/slurm/v0.0.44/resources/{job_id}"].get.responses["default"].content = {}; |
| Added |
.paths["/slurm/v0.0.44/resources/{job_id}"].get.responses["default"].content["application/json"] = {}; |
| Added |
.paths["/slurm/v0.0.44/resources/{job_id}"].get.responses["default"].content["application/json"].schema = {}; |
| Added |
.paths["/slurm/v0.0.44/resources/{job_id}"].get.responses["default"].content["application/json"].schema.$ref = "#/components/schemas/v0.0.44_openapi_resource_layout_resp"; |
| Added |
.paths["/slurm/v0.0.44/resources/{job_id}"].get.responses["default"].description = "resource layout information"; |
| Added |
.paths["/slurm/v0.0.44/resources/{job_id}"].get.summary = "get resource layout info"; |
| Added |
.paths["/slurm/v0.0.44/resources/{job_id}"].get.tags = []; |
| Added |
.paths["/slurm/v0.0.44/resources/{job_id}"].get.tags[0] = "slurm"; |
| Added |
.paths["/slurmdb/v0.0.44/job/{job_id}"].post = {}; |
| Added |
.paths["/slurmdb/v0.0.44/job/{job_id}"].post.operationId = "slurmdb_v0044_post_job"; |
| Added |
.paths["/slurmdb/v0.0.44/job/{job_id}"].post.parameters = []; |
| Added |
.paths["/slurmdb/v0.0.44/job/{job_id}"].post.parameters[0] = {}; |
| Added |
.paths["/slurmdb/v0.0.44/job/{job_id}"].post.parameters[0].allowEmptyValue = false; |
| Added |
.paths["/slurmdb/v0.0.44/job/{job_id}"].post.parameters[0].allowReserved = false; |
| Added |
.paths["/slurmdb/v0.0.44/job/{job_id}"].post.parameters[0].description = "Job ID"; |
| Added |
.paths["/slurmdb/v0.0.44/job/{job_id}"].post.parameters[0].explode = false; |
| Added |
.paths["/slurmdb/v0.0.44/job/{job_id}"].post.parameters[0].name = "job_id"; |
| Added |
.paths["/slurmdb/v0.0.44/job/{job_id}"].post.parameters[0].required = true; |
| Added |
.paths["/slurmdb/v0.0.44/job/{job_id}"].post.parameters[0].schema = {}; |
| Added |
.paths["/slurmdb/v0.0.44/job/{job_id}"].post.parameters[0].schema.type = "string"; |
| Added |
.paths["/slurmdb/v0.0.44/job/{job_id}"].post.parameters[0].style = "simple"; |
| Added |
.paths["/slurmdb/v0.0.44/job/{job_id}"].post.parameters[0]["in"] = "path"; |
| Added |
.paths["/slurmdb/v0.0.44/job/{job_id}"].post.requestBody = {}; |
| Added |
.paths["/slurmdb/v0.0.44/job/{job_id}"].post.requestBody.content = {}; |
| Added |
.paths["/slurmdb/v0.0.44/job/{job_id}"].post.requestBody.content["application/json"] = {}; |
| Added |
.paths["/slurmdb/v0.0.44/job/{job_id}"].post.requestBody.content["application/json"].schema = {}; |
| Added |
.paths["/slurmdb/v0.0.44/job/{job_id}"].post.requestBody.content["application/json"].schema.$ref = "#/components/schemas/v0.0.44_job_modify"; |
| Added |
.paths["/slurmdb/v0.0.44/job/{job_id}"].post.requestBody.description = "Job update description"; |
| Added |
.paths["/slurmdb/v0.0.44/job/{job_id}"].post.responses = {}; |
| Added |
.paths["/slurmdb/v0.0.44/job/{job_id}"].post.responses["200"] = {}; |
| Added |
.paths["/slurmdb/v0.0.44/job/{job_id}"].post.responses["200"].content = {}; |
| Added |
.paths["/slurmdb/v0.0.44/job/{job_id}"].post.responses["200"].content["application/json"] = {}; |
| Added |
.paths["/slurmdb/v0.0.44/job/{job_id}"].post.responses["200"].content["application/json"].schema = {}; |
| Added |
.paths["/slurmdb/v0.0.44/job/{job_id}"].post.responses["200"].content["application/json"].schema.$ref = "#/components/schemas/v0.0.44_openapi_job_modify_resp"; |
| Added |
.paths["/slurmdb/v0.0.44/job/{job_id}"].post.responses["200"].description = "Job update results"; |
| Added |
.paths["/slurmdb/v0.0.44/job/{job_id}"].post.responses["default"] = {}; |
| Added |
.paths["/slurmdb/v0.0.44/job/{job_id}"].post.responses["default"].content = {}; |
| Added |
.paths["/slurmdb/v0.0.44/job/{job_id}"].post.responses["default"].content["application/json"] = {}; |
| Added |
.paths["/slurmdb/v0.0.44/job/{job_id}"].post.responses["default"].content["application/json"].schema = {}; |
| Added |
.paths["/slurmdb/v0.0.44/job/{job_id}"].post.responses["default"].content["application/json"].schema.$ref = "#/components/schemas/v0.0.44_openapi_job_modify_resp"; |
| Added |
.paths["/slurmdb/v0.0.44/job/{job_id}"].post.responses["default"].description = "Job update results"; |
| Added |
.paths["/slurmdb/v0.0.44/job/{job_id}"].post.summary = "Update job"; |
| Added |
.paths["/slurmdb/v0.0.44/job/{job_id}"].post.tags = []; |
| Added |
.paths["/slurmdb/v0.0.44/job/{job_id}"].post.tags[0] = "slurmdb"; |
| Replaced |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[9].allowEmptyValue = true; |
| Replaced |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[9].description = "Job record has been altered"; |
| Replaced |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[9].name = "job_altered"; |
| Replaced |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[10].allowEmptyValue = false; |
| Replaced |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[10].description = "Job exit code (numeric)"; |
| Replaced |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[10].name = "exit_code"; |
| Replaced |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[11].description = "Include duplicate job entries"; |
| Replaced |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[11].name = "show_duplicates"; |
| Replaced |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[12].description = "Exclude job step details"; |
| Replaced |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[12].name = "skip_steps"; |
| Replaced |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[13].description = "Do not truncate the time to usage_start and usage_end"; |
| Replaced |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[13].name = "disable_truncate_usage_time"; |
| Replaced |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[14].description = "Include details on all hetjob components"; |
| Replaced |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[14].name = "whole_hetjob"; |
| Replaced |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[15].description = "Only show details on specified hetjob components"; |
| Replaced |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[15].name = "disable_whole_hetjob"; |
| Replaced |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[16].description = "Tell dbd not to wait for the result"; |
| Replaced |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[16].name = "disable_wait_for_result"; |
| Replaced |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[17].description = "Use usage_time as the submit_time of the job"; |
| Replaced |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[17].name = "usage_time_as_submit_time"; |
| Replaced |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[18].description = "Include job script"; |
| Replaced |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[18].name = "show_batch_script"; |
| Replaced |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[19].allowEmptyValue = true; |
| Removed |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[19].deprecated = true; |
| Replaced |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[19].description = "Include job environment"; |
| Replaced |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[19].name = "show_job_environment"; |
| Replaced |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[20].deprecated = true; |
| Added |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[20].description = "Ignored; process JSON manually to control output format"; |
| Replaced |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[20].name = "format"; |
| Replaced |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[21].description = "CSV group list"; |
| Replaced |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[21].name = "groups"; |
| Replaced |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[22].description = "CSV job name list"; |
| Replaced |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[22].name = "job_name"; |
| Replaced |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[23].description = "CSV partition name list"; |
| Replaced |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[23].name = "partition"; |
| Replaced |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[24].description = "CSV QOS name list"; |
| Replaced |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[24].name = "qos"; |
| Replaced |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[25].description = "CSV reason list"; |
| Replaced |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[25].name = "reason"; |
| Replaced |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[26].description = "CSV reservation name list"; |
| Replaced |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[26].name = "reservation"; |
| Replaced |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[27].description = "CSV reservation ID list"; |
| Replaced |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[27].name = "reservation_id"; |
| Replaced |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[28].description = "CSV state list"; |
| Replaced |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[28].name = "state"; |
| Replaced |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[29].description = "CSV step id list"; |
| Replaced |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[29].name = "step"; |
| Replaced |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[30].description = "Usage end (UNIX timestamp)"; |
| Replaced |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[30].name = "end_time"; |
| Replaced |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[31].description = "Usage start (UNIX timestamp)"; |
| Replaced |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[31].name = "start_time"; |
| Replaced |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[32].description = "Ranged node string where jobs ran"; |
| Replaced |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[32].name = "node"; |
| Replaced |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[33].description = "CSV user name list"; |
| Replaced |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[33].name = "users"; |
| Added |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[34] = {}; |
| Added |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[34].allowEmptyValue = false; |
| Added |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[34].allowReserved = false; |
| Added |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[34].description = "CSV WCKey list"; |
| Added |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[34].explode = false; |
| Added |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[34].name = "wckey"; |
| Added |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[34].required = false; |
| Added |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[34].schema = {}; |
| Added |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[34].schema.type = "string"; |
| Added |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[34].style = "form"; |
| Added |
.paths["/slurmdb/v0.0.44/jobs/"].get.parameters[34]["in"] = "query"; |
| Added |
.paths["/slurmdb/v0.0.44/jobs/"].post = {}; |
| Added |
.paths["/slurmdb/v0.0.44/jobs/"].post.operationId = "slurmdb_v0044_post_jobs"; |
| Added |
.paths["/slurmdb/v0.0.44/jobs/"].post.requestBody = {}; |
| Added |
.paths["/slurmdb/v0.0.44/jobs/"].post.requestBody.content = {}; |
| Added |
.paths["/slurmdb/v0.0.44/jobs/"].post.requestBody.content["application/json"] = {}; |
| Added |
.paths["/slurmdb/v0.0.44/jobs/"].post.requestBody.content["application/json"].schema = {}; |
| Added |
.paths["/slurmdb/v0.0.44/jobs/"].post.requestBody.content["application/json"].schema.$ref = "#/components/schemas/v0.0.44_openapi_job_modify_req"; |
| Added |
.paths["/slurmdb/v0.0.44/jobs/"].post.requestBody.description = "Job update description"; |
| Added |
.paths["/slurmdb/v0.0.44/jobs/"].post.responses = {}; |
| Added |
.paths["/slurmdb/v0.0.44/jobs/"].post.responses["200"] = {}; |
| Added |
.paths["/slurmdb/v0.0.44/jobs/"].post.responses["200"].content = {}; |
| Added |
.paths["/slurmdb/v0.0.44/jobs/"].post.responses["200"].content["application/json"] = {}; |
| Added |
.paths["/slurmdb/v0.0.44/jobs/"].post.responses["200"].content["application/json"].schema = {}; |
| Added |
.paths["/slurmdb/v0.0.44/jobs/"].post.responses["200"].content["application/json"].schema.$ref = "#/components/schemas/v0.0.44_openapi_job_modify_resp"; |
| Added |
.paths["/slurmdb/v0.0.44/jobs/"].post.responses["200"].description = "Job update results"; |
| Added |
.paths["/slurmdb/v0.0.44/jobs/"].post.responses["default"] = {}; |
| Added |
.paths["/slurmdb/v0.0.44/jobs/"].post.responses["default"].content = {}; |
| Added |
.paths["/slurmdb/v0.0.44/jobs/"].post.responses["default"].content["application/json"] = {}; |
| Added |
.paths["/slurmdb/v0.0.44/jobs/"].post.responses["default"].content["application/json"].schema = {}; |
| Added |
.paths["/slurmdb/v0.0.44/jobs/"].post.responses["default"].content["application/json"].schema.$ref = "#/components/schemas/v0.0.44_openapi_job_modify_resp"; |
| Added |
.paths["/slurmdb/v0.0.44/jobs/"].post.responses["default"].description = "Job update results"; |
| Added |
.paths["/slurmdb/v0.0.44/jobs/"].post.summary = "Update jobs"; |
| Added |
.paths["/slurmdb/v0.0.44/jobs/"].post.tags = []; |
| Added |
.paths["/slurmdb/v0.0.44/jobs/"].post.tags[0] = "slurmdb"; |
| Removed |
.tags[2].description = "methods that query for generated OpenAPI specifications"; |
| Replaced |
.tags[2].description = "utilities available directly through slurmrestd"; |
| Added |
.tags[2].name = "util"; |
| Added |
.tags[3] = {}; |
| Added |
.tags[3].description = "methods that query for generated OpenAPI specifications"; |
| Added |
.tags[3].name = "openapi"; |
| Replaced |
.components.schemas["v0.0.43_account"].properties.flags.items = {}; |
| Added |
.components.schemas["v0.0.43_account"].properties.flags.items.enum = []; |
| Added |
.components.schemas["v0.0.43_account"].properties.flags.items.enum[0] = "DELETED"; |
| Added |
.components.schemas["v0.0.43_account"].properties.flags.items.enum[1] = "WithAssociations"; |
| Added |
.components.schemas["v0.0.43_account"].properties.flags.items.enum[2] = "WithCoordinators"; |
| Added |
.components.schemas["v0.0.43_account"].properties.flags.items.enum[3] = "NoUsersAreCoords"; |
| Added |
.components.schemas["v0.0.43_account"].properties.flags.items.enum[4] = "UsersAreCoords"; |
| Added |
.components.schemas["v0.0.43_account"].properties.flags.items.type = "string"; |
| Added |
.components.schemas["v0.0.43_account"].properties.flags.type = "array"; |
| Removed |
.components.schemas["v0.0.43_account_flags"] = {}; |
| Removed |
.components.schemas["v0.0.43_account_flags"].items = {}; |
| Removed |
.components.schemas["v0.0.43_account_flags"].items.enum = []; |
| Removed |
.components.schemas["v0.0.43_account_flags"].items.enum[0] = "DELETED"; |
| Removed |
.components.schemas["v0.0.43_account_flags"].items.enum[1] = "WithAssociations"; |
| Removed |
.components.schemas["v0.0.43_account_flags"].items.enum[2] = "WithCoordinators"; |
| Removed |
.components.schemas["v0.0.43_account_flags"].items.enum[3] = "NoUsersAreCoords"; |
| Removed |
.components.schemas["v0.0.43_account_flags"].items.enum[4] = "UsersAreCoords"; |
| Removed |
.components.schemas["v0.0.43_account_flags"].items.type = "string"; |
| Removed |
.components.schemas["v0.0.43_account_flags"].type = "array"; |
| Replaced |
.components.schemas["v0.0.43_accounting"].properties.start.description = "When the record was started (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'))"; |
| Replaced |
.components.schemas["v0.0.43_acct_gather_energy"].properties.current_watts.description = "The instantaneous power consumption at the time of the last node energy accounting sample, in watts (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_acct_gather_energy"].properties.last_collected.description = "Time when energy data was last retrieved (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'))"; |
| Removed |
.components.schemas["v0.0.43_acct_gather_profile"] = {}; |
| Removed |
.components.schemas["v0.0.43_acct_gather_profile"].items = {}; |
| Removed |
.components.schemas["v0.0.43_acct_gather_profile"].items.enum = []; |
| Removed |
.components.schemas["v0.0.43_acct_gather_profile"].items.enum[0] = "NOT_SET"; |
| Removed |
.components.schemas["v0.0.43_acct_gather_profile"].items.enum[1] = "NONE"; |
| Removed |
.components.schemas["v0.0.43_acct_gather_profile"].items.enum[2] = "ENERGY"; |
| Removed |
.components.schemas["v0.0.43_acct_gather_profile"].items.enum[3] = "LUSTRE"; |
| Removed |
.components.schemas["v0.0.43_acct_gather_profile"].items.enum[4] = "NETWORK"; |
| Removed |
.components.schemas["v0.0.43_acct_gather_profile"].items.enum[5] = "TASK"; |
| Removed |
.components.schemas["v0.0.43_acct_gather_profile"].items.type = "string"; |
| Removed |
.components.schemas["v0.0.43_acct_gather_profile"].type = "array"; |
| Removed |
.components.schemas["v0.0.43_admin_lvl"] = {}; |
| Removed |
.components.schemas["v0.0.43_admin_lvl"].items = {}; |
| Removed |
.components.schemas["v0.0.43_admin_lvl"].items.enum = []; |
| Removed |
.components.schemas["v0.0.43_admin_lvl"].items.enum[0] = "Not Set"; |
| Removed |
.components.schemas["v0.0.43_admin_lvl"].items.enum[1] = "None"; |
| Removed |
.components.schemas["v0.0.43_admin_lvl"].items.enum[2] = "Operator"; |
| Removed |
.components.schemas["v0.0.43_admin_lvl"].items.enum[3] = "Administrator"; |
| Removed |
.components.schemas["v0.0.43_admin_lvl"].items.type = "string"; |
| Removed |
.components.schemas["v0.0.43_admin_lvl"].type = "array"; |
| Replaced |
.components.schemas["v0.0.43_assoc"].properties.flags.items = {}; |
| Added |
.components.schemas["v0.0.43_assoc"].properties.flags.items.enum = []; |
| Added |
.components.schemas["v0.0.43_assoc"].properties.flags.items.enum[0] = "DELETED"; |
| Added |
.components.schemas["v0.0.43_assoc"].properties.flags.items.enum[1] = "NoUpdate"; |
| Added |
.components.schemas["v0.0.43_assoc"].properties.flags.items.enum[2] = "Exact"; |
| Added |
.components.schemas["v0.0.43_assoc"].properties.flags.items.enum[3] = "NoUsersAreCoords"; |
| Added |
.components.schemas["v0.0.43_assoc"].properties.flags.items.enum[4] = "UsersAreCoords"; |
| Added |
.components.schemas["v0.0.43_assoc"].properties.flags.items.type = "string"; |
| Added |
.components.schemas["v0.0.43_assoc"].properties.flags.type = "array"; |
| Replaced |
.components.schemas["v0.0.43_assoc"].properties.id.description = "Unique ID (Association ID)"; |
| Replaced |
.components.schemas["v0.0.43_assoc"].properties.max.properties.jobs.properties.accruing.description = "MaxJobsAccrue - Maximum number of pending jobs able to accrue age priority at any given time in this association (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_assoc"].properties.max.properties.jobs.properties.active.description = "MaxJobs - Maximum number of running jobs per user in this association (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_assoc"].properties.max.properties.jobs.properties.per.properties.accruing.description = "GrpJobsAccrue - Maximum number of pending jobs able to accrue age priority in this association and its children (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_assoc"].properties.max.properties.jobs.properties.per.properties.count.description = "GrpJobs - Maximum number of running jobs in this association and its children (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_assoc"].properties.max.properties.jobs.properties.per.properties.submitted.description = "GrpSubmitJobs - Maximum number of jobs in a pending or running state at any time in this association and its children (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_assoc"].properties.max.properties.jobs.properties.per.properties.wall_clock.description = "MaxWallDurationPerJob - Maximum wall clock time in minutes each job can use in this association (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_assoc"].properties.max.properties.jobs.properties.total.description = "MaxSubmitJobs - Maximum number of jobs in a pending or running state at any time in this association (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_assoc"].properties.max.properties.per.properties.account.properties.wall_clock.description = "GrpWall - Maximum wall clock time in minutes able to be allocated by running jobs in this association and its children (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_assoc"].properties.max.properties.tres.properties.group.properties.active.description = "GrpTRESRunMins - Maximum number of TRES minutes able to be allocated by running jobs in this association and its children"; |
| Replaced |
.components.schemas["v0.0.43_assoc"].properties.max.properties.tres.properties.group.properties.minutes.description = "GrpTRESMins - Maximum number of TRES minutes that can possibly be used by past, present, and future jobs in this association and its children"; |
| Replaced |
.components.schemas["v0.0.43_assoc"].properties.max.properties.tres.properties.minutes.properties.per.properties.job.description = "MaxTRESMinsPerJob - Maximum number of TRES minutes each job can use in this association"; |
| Replaced |
.components.schemas["v0.0.43_assoc"].properties.max.properties.tres.properties.minutes.properties.total.description = "Not implemented"; |
| Replaced |
.components.schemas["v0.0.43_assoc"].properties.max.properties.tres.properties.per.properties.job.description = "MaxTRESPerJob - Maximum number of TRES each job can use in this association"; |
| Replaced |
.components.schemas["v0.0.43_assoc"].properties.max.properties.tres.properties.per.properties.node.description = "MaxTRESPerNode - Maximum number of TRES each node in a job allocation can use in this association"; |
| Replaced |
.components.schemas["v0.0.43_assoc"].properties.max.properties.tres.properties.total.description = "GrpTRES - Maximum number of TRES able to be allocated by running jobs in this association and its children"; |
| Replaced |
.components.schemas["v0.0.43_assoc"].properties.min.properties.priority_threshold.description = "MinPrioThreshold - Minimum priority required to reserve resources when scheduling (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_assoc"].properties.priority.description = "Association priority factor (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_assoc"].properties.qos.description = "List of available QOS names (List of QOS names)"; |
| Removed |
.components.schemas["v0.0.43_assoc_flags"] = {}; |
| Removed |
.components.schemas["v0.0.43_assoc_flags"].items = {}; |
| Removed |
.components.schemas["v0.0.43_assoc_flags"].items.enum = []; |
| Removed |
.components.schemas["v0.0.43_assoc_flags"].items.enum[0] = "DELETED"; |
| Removed |
.components.schemas["v0.0.43_assoc_flags"].items.enum[1] = "NoUpdate"; |
| Removed |
.components.schemas["v0.0.43_assoc_flags"].items.enum[2] = "Exact"; |
| Removed |
.components.schemas["v0.0.43_assoc_flags"].items.enum[3] = "NoUsersAreCoords"; |
| Removed |
.components.schemas["v0.0.43_assoc_flags"].items.enum[4] = "UsersAreCoords"; |
| Removed |
.components.schemas["v0.0.43_assoc_flags"].items.type = "string"; |
| Removed |
.components.schemas["v0.0.43_assoc_flags"].type = "array"; |
| Replaced |
.components.schemas["v0.0.43_assoc_rec_set"].properties.grpjobs.description = "GrpJobs - Maximum number of running jobs in this association and its children (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_assoc_rec_set"].properties.grpjobsaccrue.description = "GrpJobsAccrue - Maximum number of pending jobs able to accrue age priority in this association and its children (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_assoc_rec_set"].properties.grpsubmitjobs.description = "GrpSubmitJobs - Maximum number of jobs in a pending or running state at any time in this association and its children (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_assoc_rec_set"].properties.grptres.description = "GrpTRES - Maximum number of TRES able to be allocated by running jobs in this association and its children"; |
| Replaced |
.components.schemas["v0.0.43_assoc_rec_set"].properties.grptresmins.description = "GrpTRESMins - Maximum number of TRES minutes that can possibly be used by past, present, and future jobs in this association and its children"; |
| Replaced |
.components.schemas["v0.0.43_assoc_rec_set"].properties.grptresrunmins.description = "GrpTRESRunMins - Maximum number of TRES minutes able to be allocated by running jobs in this association and its children"; |
| Replaced |
.components.schemas["v0.0.43_assoc_rec_set"].properties.grpwall.description = "GrpWall - Maximum wall clock time in minutes able to be allocated by running jobs in this association and its children (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_assoc_rec_set"].properties.maxjobs.description = "MaxJobs - Maximum number of running jobs per user in this association (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_assoc_rec_set"].properties.maxjobsaccrue.description = "MaxJobsAccrue - Maximum number of pending jobs able to accrue age priority at any given time in this association (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_assoc_rec_set"].properties.maxsubmitjobs.description = "MaxSubmitJobs - Maximum number of jobs in a pending or running state at any time in this association (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_assoc_rec_set"].properties.maxtresminsperjob.description = "MaxTRESMinsPerJob - Maximum number of TRES minutes each job can use in this association"; |
| Replaced |
.components.schemas["v0.0.43_assoc_rec_set"].properties.maxtresperjob.description = "MaxTRESPerJob - Maximum number of TRES each job can use in this association"; |
| Replaced |
.components.schemas["v0.0.43_assoc_rec_set"].properties.maxtrespernode.description = "MaxTRESPerNode - Maximum number of TRES each node in a job allocation can use in this association"; |
| Replaced |
.components.schemas["v0.0.43_assoc_rec_set"].properties.maxtresrunmins.description = "Not implemented"; |
| Replaced |
.components.schemas["v0.0.43_assoc_rec_set"].properties.maxwalldurationperjob.description = "MaxWallDurationPerJob - Maximum wall clock time in minutes each job can use in this association (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_assoc_rec_set"].properties.minpriothresh.description = "MinPrioThreshold - Minimum priority required to reserve resources when scheduling (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_assoc_rec_set"].properties.priority.description = "Association priority factor (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_assoc_rec_set"].properties.qoslevel.description = "List of available QOS names (List of QOS names)"; |
| Replaced |
.components.schemas["v0.0.43_assoc_shares_obj_wrap"].properties.effective_usage.description = "Effective, normalized usage (64 bit floating point number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_assoc_shares_obj_wrap"].properties.fairshare.properties.factor.description = "Fairshare factor (64 bit floating point number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_assoc_shares_obj_wrap"].properties.fairshare.properties.level.description = "Fairshare factor at this level; stored on an assoc as a long double, but that is not needed for display in sshare (64 bit floating point number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_assoc_shares_obj_wrap"].properties.shares.description = "Number of shares allocated (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_assoc_shares_obj_wrap"].properties.shares_normalized.description = "Normalized shares (64 bit floating point number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_assoc_shares_obj_wrap"].properties.type.items = {}; |
| Added |
.components.schemas["v0.0.43_assoc_shares_obj_wrap"].properties.type.items.enum = []; |
| Added |
.components.schemas["v0.0.43_assoc_shares_obj_wrap"].properties.type.items.enum[0] = "USER"; |
| Added |
.components.schemas["v0.0.43_assoc_shares_obj_wrap"].properties.type.items.enum[1] = "ASSOCIATION"; |
| Added |
.components.schemas["v0.0.43_assoc_shares_obj_wrap"].properties.type.items.type = "string"; |
| Added |
.components.schemas["v0.0.43_assoc_shares_obj_wrap"].properties.type.type = "array"; |
| Replaced |
.components.schemas["v0.0.43_assoc_shares_obj_wrap"].properties.usage_normalized.description = "Normalized usage (64 bit floating point number with flags)"; |
| Removed |
.components.schemas["v0.0.43_assoc_shares_obj_wrap_type"] = {}; |
| Removed |
.components.schemas["v0.0.43_assoc_shares_obj_wrap_type"].items = {}; |
| Removed |
.components.schemas["v0.0.43_assoc_shares_obj_wrap_type"].items.enum = []; |
| Removed |
.components.schemas["v0.0.43_assoc_shares_obj_wrap_type"].items.enum[0] = "USER"; |
| Removed |
.components.schemas["v0.0.43_assoc_shares_obj_wrap_type"].items.enum[1] = "ASSOCIATION"; |
| Removed |
.components.schemas["v0.0.43_assoc_shares_obj_wrap_type"].items.type = "string"; |
| Removed |
.components.schemas["v0.0.43_assoc_shares_obj_wrap_type"].type = "array"; |
| Replaced |
.components.schemas["v0.0.43_cluster_rec"].properties.flags.items = {}; |
| Added |
.components.schemas["v0.0.43_cluster_rec"].properties.flags.items.enum = []; |
| Added |
.components.schemas["v0.0.43_cluster_rec"].properties.flags.items.enum[0] = "DELETED"; |
| Added |
.components.schemas["v0.0.43_cluster_rec"].properties.flags.items.enum[1] = "REGISTERING"; |
| Added |
.components.schemas["v0.0.43_cluster_rec"].properties.flags.items.enum[2] = "MULTIPLE_SLURMD"; |
| Added |
.components.schemas["v0.0.43_cluster_rec"].properties.flags.items.enum[3] = "FEDERATION"; |
| Added |
.components.schemas["v0.0.43_cluster_rec"].properties.flags.items.enum[4] = "EXTERNAL"; |
| Added |
.components.schemas["v0.0.43_cluster_rec"].properties.flags.items.type = "string"; |
| Added |
.components.schemas["v0.0.43_cluster_rec"].properties.flags.type = "array"; |
| Removed |
.components.schemas["v0.0.43_cluster_rec_flags"] = {}; |
| Removed |
.components.schemas["v0.0.43_cluster_rec_flags"].items = {}; |
| Removed |
.components.schemas["v0.0.43_cluster_rec_flags"].items.enum = []; |
| Removed |
.components.schemas["v0.0.43_cluster_rec_flags"].items.enum[0] = "REGISTERING"; |
| Removed |
.components.schemas["v0.0.43_cluster_rec_flags"].items.enum[1] = "MULTIPLE_SLURMD"; |
| Removed |
.components.schemas["v0.0.43_cluster_rec_flags"].items.enum[2] = "FRONT_END"; |
| Removed |
.components.schemas["v0.0.43_cluster_rec_flags"].items.enum[3] = "FEDERATION"; |
| Removed |
.components.schemas["v0.0.43_cluster_rec_flags"].items.enum[4] = "EXTERNAL"; |
| Removed |
.components.schemas["v0.0.43_cluster_rec_flags"].items.type = "string"; |
| Removed |
.components.schemas["v0.0.43_cluster_rec_flags"].type = "array"; |
| Replaced |
.components.schemas["v0.0.43_controller_ping"].properties.primary.description = "Is responding slurmctld the primary controller (Is responding slurmctld the primary controller)"; |
| Removed |
.components.schemas["v0.0.43_cpu_binding_flags"] = {}; |
| Removed |
.components.schemas["v0.0.43_cpu_binding_flags"].items = {}; |
| Removed |
.components.schemas["v0.0.43_cpu_binding_flags"].items.enum = []; |
| Removed |
.components.schemas["v0.0.43_cpu_binding_flags"].items.enum[0] = "CPU_BIND_TO_THREADS"; |
| Removed |
.components.schemas["v0.0.43_cpu_binding_flags"].items.enum[1] = "CPU_BIND_TO_CORES"; |
| Removed |
.components.schemas["v0.0.43_cpu_binding_flags"].items.enum[2] = "CPU_BIND_TO_SOCKETS"; |
| Removed |
.components.schemas["v0.0.43_cpu_binding_flags"].items.enum[3] = "CPU_BIND_TO_LDOMS"; |
| Removed |
.components.schemas["v0.0.43_cpu_binding_flags"].items.enum[4] = "CPU_BIND_NONE"; |
| Removed |
.components.schemas["v0.0.43_cpu_binding_flags"].items.enum[5] = "CPU_BIND_RANK"; |
| Removed |
.components.schemas["v0.0.43_cpu_binding_flags"].items.enum[6] = "CPU_BIND_MAP"; |
| Removed |
.components.schemas["v0.0.43_cpu_binding_flags"].items.enum[7] = "CPU_BIND_MASK"; |
| Removed |
.components.schemas["v0.0.43_cpu_binding_flags"].items.enum[8] = "CPU_BIND_LDRANK"; |
| Removed |
.components.schemas["v0.0.43_cpu_binding_flags"].items.enum[9] = "CPU_BIND_LDMAP"; |
| Removed |
.components.schemas["v0.0.43_cpu_binding_flags"].items.enum[10] = "CPU_BIND_LDMASK"; |
| Removed |
.components.schemas["v0.0.43_cpu_binding_flags"].items.enum[11] = "VERBOSE"; |
| Removed |
.components.schemas["v0.0.43_cpu_binding_flags"].items.enum[12] = "CPU_BIND_ONE_THREAD_PER_CORE"; |
| Removed |
.components.schemas["v0.0.43_cpu_binding_flags"].items.type = "string"; |
| Removed |
.components.schemas["v0.0.43_cpu_binding_flags"].type = "array"; |
| Removed |
.components.schemas["v0.0.43_cr_type"] = {}; |
| Removed |
.components.schemas["v0.0.43_cr_type"].items = {}; |
| Removed |
.components.schemas["v0.0.43_cr_type"].items.enum = []; |
| Removed |
.components.schemas["v0.0.43_cr_type"].items.enum[0] = "CPU"; |
| Removed |
.components.schemas["v0.0.43_cr_type"].items.enum[1] = "SOCKET"; |
| Removed |
.components.schemas["v0.0.43_cr_type"].items.enum[2] = "CORE"; |
| Removed |
.components.schemas["v0.0.43_cr_type"].items.enum[3] = "BOARD"; |
| Removed |
.components.schemas["v0.0.43_cr_type"].items.enum[4] = "MEMORY"; |
| Removed |
.components.schemas["v0.0.43_cr_type"].items.enum[5] = "ONE_TASK_PER_CORE"; |
| Removed |
.components.schemas["v0.0.43_cr_type"].items.enum[6] = "PACK_NODES"; |
| Removed |
.components.schemas["v0.0.43_cr_type"].items.enum[7] = "CORE_DEFAULT_DIST_BLOCK"; |
| Removed |
.components.schemas["v0.0.43_cr_type"].items.enum[8] = "LLN"; |
| Removed |
.components.schemas["v0.0.43_cr_type"].items.enum[9] = "LINEAR"; |
| Removed |
.components.schemas["v0.0.43_cr_type"].items.type = "string"; |
| Removed |
.components.schemas["v0.0.43_cr_type"].type = "array"; |
| Replaced |
.components.schemas["v0.0.43_cron_entry"].properties.flags.items = {}; |
| Added |
.components.schemas["v0.0.43_cron_entry"].properties.flags.items.enum = []; |
| Added |
.components.schemas["v0.0.43_cron_entry"].properties.flags.items.enum[0] = "WILD_MINUTE"; |
| Added |
.components.schemas["v0.0.43_cron_entry"].properties.flags.items.enum[1] = "WILD_HOUR"; |
| Added |
.components.schemas["v0.0.43_cron_entry"].properties.flags.items.enum[2] = "WILD_DAY_OF_MONTH"; |
| Added |
.components.schemas["v0.0.43_cron_entry"].properties.flags.items.enum[3] = "WILD_MONTH"; |
| Added |
.components.schemas["v0.0.43_cron_entry"].properties.flags.items.enum[4] = "WILD_DAY_OF_WEEK"; |
| Added |
.components.schemas["v0.0.43_cron_entry"].properties.flags.items.type = "string"; |
| Added |
.components.schemas["v0.0.43_cron_entry"].properties.flags.type = "array"; |
| Removed |
.components.schemas["v0.0.43_cron_entry_flags"] = {}; |
| Removed |
.components.schemas["v0.0.43_cron_entry_flags"].items = {}; |
| Removed |
.components.schemas["v0.0.43_cron_entry_flags"].items.enum = []; |
| Removed |
.components.schemas["v0.0.43_cron_entry_flags"].items.enum[0] = "WILD_MINUTE"; |
| Removed |
.components.schemas["v0.0.43_cron_entry_flags"].items.enum[1] = "WILD_HOUR"; |
| Removed |
.components.schemas["v0.0.43_cron_entry_flags"].items.enum[2] = "WILD_DAY_OF_MONTH"; |
| Removed |
.components.schemas["v0.0.43_cron_entry_flags"].items.enum[3] = "WILD_MONTH"; |
| Removed |
.components.schemas["v0.0.43_cron_entry_flags"].items.enum[4] = "WILD_DAY_OF_WEEK"; |
| Removed |
.components.schemas["v0.0.43_cron_entry_flags"].items.type = "string"; |
| Removed |
.components.schemas["v0.0.43_cron_entry_flags"].type = "array"; |
| Replaced |
.components.schemas["v0.0.43_instance"].properties.time.properties.time_end.description = "When the instance will end (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'))"; |
| Replaced |
.components.schemas["v0.0.43_instance"].properties.time.properties.time_start.description = "When the instance will start (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'))"; |
| Replaced |
.components.schemas["v0.0.43_job"].properties.array.properties.task_id.description = "Task ID of this task in job array (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job"].properties.derived_exit_code.description = "Highest exit code of all job steps (return code returned by process)"; |
| Replaced |
.components.schemas["v0.0.43_job"].properties.exit_code.description = "Exit code (return code returned by process)"; |
| Replaced |
.components.schemas["v0.0.43_job"].properties.flags.items = {}; |
| Added |
.components.schemas["v0.0.43_job"].properties.flags.items.enum = []; |
| Added |
.components.schemas["v0.0.43_job"].properties.flags.items.enum[0] = "NONE"; |
| Added |
.components.schemas["v0.0.43_job"].properties.flags.items.enum[1] = "CLEAR_SCHEDULING"; |
| Added |
.components.schemas["v0.0.43_job"].properties.flags.items.enum[2] = "NOT_SET"; |
| Added |
.components.schemas["v0.0.43_job"].properties.flags.items.enum[3] = "STARTED_ON_SUBMIT"; |
| Added |
.components.schemas["v0.0.43_job"].properties.flags.items.enum[4] = "STARTED_ON_SCHEDULE"; |
| Added |
.components.schemas["v0.0.43_job"].properties.flags.items.enum[5] = "STARTED_ON_BACKFILL"; |
| Added |
.components.schemas["v0.0.43_job"].properties.flags.items.enum[6] = "START_RECEIVED"; |
| Added |
.components.schemas["v0.0.43_job"].properties.flags.items.type = "string"; |
| Added |
.components.schemas["v0.0.43_job"].properties.flags.type = "array"; |
| Replaced |
.components.schemas["v0.0.43_job"].properties.het.properties.job_offset.description = "Unique sequence number applied to this component of the heterogeneous job (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job"].properties.hold.description = "Hold (true) or release (false) job (Job held)"; |
| Replaced |
.components.schemas["v0.0.43_job"].properties.priority.description = "Request specific job priority (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job"].properties.required.properties.memory_per_cpu.description = "Minimum memory in megabytes per allocated CPU (64 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job"].properties.required.properties.memory_per_node.description = "Minimum memory in megabytes per allocated node (64 bit integer number with flags)"; |
| Added |
.components.schemas["v0.0.43_job"].properties.reservation.properties.requested = {}; |
| Added |
.components.schemas["v0.0.43_job"].properties.reservation.properties.requested.description = "Comma-separated list of requested reservation names"; |
| Added |
.components.schemas["v0.0.43_job"].properties.reservation.properties.requested.type = "string"; |
| Added |
.components.schemas["v0.0.43_job"].properties.segment_size = {}; |
| Added |
.components.schemas["v0.0.43_job"].properties.segment_size.description = "Requested segment size"; |
| Added |
.components.schemas["v0.0.43_job"].properties.segment_size.format = "int32"; |
| Added |
.components.schemas["v0.0.43_job"].properties.segment_size.type = "integer"; |
| Replaced |
.components.schemas["v0.0.43_job"].properties.state.properties.current.items = {}; |
| Added |
.components.schemas["v0.0.43_job"].properties.state.properties.current.items.enum = []; |
| Added |
.components.schemas["v0.0.43_job"].properties.state.properties.current.items.enum[0] = "PENDING"; |
| Added |
.components.schemas["v0.0.43_job"].properties.state.properties.current.items.enum[1] = "RUNNING"; |
| Added |
.components.schemas["v0.0.43_job"].properties.state.properties.current.items.enum[2] = "SUSPENDED"; |
| Added |
.components.schemas["v0.0.43_job"].properties.state.properties.current.items.enum[3] = "COMPLETED"; |
| Added |
.components.schemas["v0.0.43_job"].properties.state.properties.current.items.enum[4] = "CANCELLED"; |
| Added |
.components.schemas["v0.0.43_job"].properties.state.properties.current.items.enum[5] = "FAILED"; |
| Added |
.components.schemas["v0.0.43_job"].properties.state.properties.current.items.enum[6] = "TIMEOUT"; |
| Added |
.components.schemas["v0.0.43_job"].properties.state.properties.current.items.enum[7] = "NODE_FAIL"; |
| Added |
.components.schemas["v0.0.43_job"].properties.state.properties.current.items.enum[8] = "PREEMPTED"; |
| Added |
.components.schemas["v0.0.43_job"].properties.state.properties.current.items.enum[9] = "BOOT_FAIL"; |
| Added |
.components.schemas["v0.0.43_job"].properties.state.properties.current.items.enum[10] = "DEADLINE"; |
| Added |
.components.schemas["v0.0.43_job"].properties.state.properties.current.items.enum[11] = "OUT_OF_MEMORY"; |
| Added |
.components.schemas["v0.0.43_job"].properties.state.properties.current.items.enum[12] = "LAUNCH_FAILED"; |
| Added |
.components.schemas["v0.0.43_job"].properties.state.properties.current.items.enum[13] = "REQUEUED"; |
| Added |
.components.schemas["v0.0.43_job"].properties.state.properties.current.items.enum[14] = "REQUEUE_HOLD"; |
| Added |
.components.schemas["v0.0.43_job"].properties.state.properties.current.items.enum[15] = "SPECIAL_EXIT"; |
| Added |
.components.schemas["v0.0.43_job"].properties.state.properties.current.items.enum[16] = "RESIZING"; |
| Added |
.components.schemas["v0.0.43_job"].properties.state.properties.current.items.enum[17] = "CONFIGURING"; |
| Added |
.components.schemas["v0.0.43_job"].properties.state.properties.current.items.enum[18] = "COMPLETING"; |
| Added |
.components.schemas["v0.0.43_job"].properties.state.properties.current.items.enum[19] = "STOPPED"; |
| Added |
.components.schemas["v0.0.43_job"].properties.state.properties.current.items.enum[20] = "RECONFIG_FAIL"; |
| Added |
.components.schemas["v0.0.43_job"].properties.state.properties.current.items.enum[21] = "POWER_UP_NODE"; |
| Added |
.components.schemas["v0.0.43_job"].properties.state.properties.current.items.enum[22] = "REVOKED"; |
| Added |
.components.schemas["v0.0.43_job"].properties.state.properties.current.items.enum[23] = "REQUEUE_FED"; |
| Added |
.components.schemas["v0.0.43_job"].properties.state.properties.current.items.enum[24] = "RESV_DEL_HOLD"; |
| Added |
.components.schemas["v0.0.43_job"].properties.state.properties.current.items.enum[25] = "SIGNALING"; |
| Added |
.components.schemas["v0.0.43_job"].properties.state.properties.current.items.enum[26] = "STAGE_OUT"; |
| Added |
.components.schemas["v0.0.43_job"].properties.state.properties.current.items.type = "string"; |
| Added |
.components.schemas["v0.0.43_job"].properties.state.properties.current.type = "array"; |
| Replaced |
.components.schemas["v0.0.43_job"].properties.time.properties.eligible.description = "Time when the job became eligible to run (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'))"; |
| Replaced |
.components.schemas["v0.0.43_job"].properties.time.properties.end.description = "End time (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'))"; |
| Replaced |
.components.schemas["v0.0.43_job"].properties.time.properties.limit.description = "Maximum run time in minutes (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job"].properties.time.properties.planned.description = "Time required to start job after becoming eligible to run in seconds (64 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job"].properties.time.properties.start.description = "Time execution began (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'))"; |
| Replaced |
.components.schemas["v0.0.43_job"].properties.time.properties.submission.description = "Time when the job was submitted (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'))"; |
| Replaced |
.components.schemas["v0.0.43_job"].properties.wckey.description = "Workload characterization key (WCKey ID with tagging)"; |
| Replaced |
.components.schemas["v0.0.43_job_desc_msg"].properties.argv.description = "Arguments to the script. Note: The slurmstepd always overrides argv[0] with the path to the created script file. If this option is used, argv[0] should be a throwaway value."; |
| Replaced |
.components.schemas["v0.0.43_job_desc_msg"].properties.begin_time.description = "Defer the allocation of the job until the specified time (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_desc_msg"].properties.constraints.description = "Comma-separated list of features that are required"; |
| Replaced |
.components.schemas["v0.0.43_job_desc_msg"].properties.cpu_binding_flags.items = {}; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.cpu_binding_flags.items.enum = []; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.cpu_binding_flags.items.enum[0] = "CPU_BIND_TO_THREADS"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.cpu_binding_flags.items.enum[1] = "CPU_BIND_TO_CORES"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.cpu_binding_flags.items.enum[2] = "CPU_BIND_TO_SOCKETS"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.cpu_binding_flags.items.enum[3] = "CPU_BIND_TO_LDOMS"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.cpu_binding_flags.items.enum[4] = "CPU_BIND_NONE"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.cpu_binding_flags.items.enum[5] = "CPU_BIND_RANK"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.cpu_binding_flags.items.enum[6] = "CPU_BIND_MAP"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.cpu_binding_flags.items.enum[7] = "CPU_BIND_MASK"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.cpu_binding_flags.items.enum[8] = "CPU_BIND_LDRANK"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.cpu_binding_flags.items.enum[9] = "CPU_BIND_LDMAP"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.cpu_binding_flags.items.enum[10] = "CPU_BIND_LDMASK"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.cpu_binding_flags.items.enum[11] = "VERBOSE"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.cpu_binding_flags.items.enum[12] = "CPU_BIND_ONE_THREAD_PER_CORE"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.cpu_binding_flags.items.type = "string"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.cpu_binding_flags.type = "array"; |
| Replaced |
.components.schemas["v0.0.43_job_desc_msg"].properties.crontab.description = "Specification for scrontab job (crontab entry)"; |
| Replaced |
.components.schemas["v0.0.43_job_desc_msg"].properties.deadline.description = "Latest time that the job may start (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'))"; |
| Replaced |
.components.schemas["v0.0.43_job_desc_msg"].properties.distribution_plane_size.description = "Plane size specification when distribution specifies plane (16 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_desc_msg"].properties.end_time.description = "Expected end time (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'))"; |
| Replaced |
.components.schemas["v0.0.43_job_desc_msg"].properties.excluded_nodes.description = "Comma-separated list of nodes that may not be used"; |
| Replaced |
.components.schemas["v0.0.43_job_desc_msg"].properties.flags.items = {}; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum = []; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[0] = "KILL_INVALID_DEPENDENCY"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[1] = "NO_KILL_INVALID_DEPENDENCY"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[2] = "HAS_STATE_DIRECTORY"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[3] = "TESTING_BACKFILL"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[4] = "GRES_BINDING_ENFORCED"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[5] = "TEST_NOW_ONLY"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[6] = "SEND_JOB_ENVIRONMENT"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[7] = "SPREAD_JOB"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[8] = "PREFER_MINIMUM_NODE_COUNT"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[9] = "JOB_KILL_HURRY"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[10] = "SKIP_TRES_STRING_ACCOUNTING"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[11] = "SIBLING_CLUSTER_UPDATE_ONLY"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[12] = "HETEROGENEOUS_JOB"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[13] = "EXACT_TASK_COUNT_REQUESTED"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[14] = "EXACT_CPU_COUNT_REQUESTED"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[15] = "TESTING_WHOLE_NODE_BACKFILL"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[16] = "TOP_PRIORITY_JOB"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[17] = "ACCRUE_COUNT_CLEARED"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[18] = "GRES_BINDING_DISABLED"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[19] = "JOB_WAS_RUNNING"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[20] = "JOB_ACCRUE_TIME_RESET"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[21] = "CRON_JOB"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[22] = "EXACT_MEMORY_REQUESTED"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[23] = "EXTERNAL_JOB"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[24] = "USING_DEFAULT_ACCOUNT"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[25] = "USING_DEFAULT_PARTITION"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[26] = "USING_DEFAULT_QOS"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[27] = "USING_DEFAULT_WCKEY"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[28] = "DEPENDENT"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[29] = "MAGNETIC"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[30] = "PARTITION_ASSIGNED"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[31] = "BACKFILL_ATTEMPTED"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[32] = "SCHEDULING_ATTEMPTED"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[33] = "STEPMGR_ENABLED"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.type = "string"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.flags.type = "array"; |
| Replaced |
.components.schemas["v0.0.43_job_desc_msg"].properties.hold.description = "Hold (true) or release (false) job (Job held)"; |
| Replaced |
.components.schemas["v0.0.43_job_desc_msg"].properties.kill_warning_delay.description = "Number of seconds before end time to send the warning signal (16 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_desc_msg"].properties.kill_warning_flags.items = {}; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.kill_warning_flags.items.enum = []; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.kill_warning_flags.items.enum[0] = "BATCH_JOB"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.kill_warning_flags.items.enum[1] = "ARRAY_TASK"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.kill_warning_flags.items.enum[2] = "FULL_STEPS_ONLY"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.kill_warning_flags.items.enum[3] = "FULL_JOB"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.kill_warning_flags.items.enum[4] = "FEDERATION_REQUEUE"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.kill_warning_flags.items.enum[5] = "HURRY"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.kill_warning_flags.items.enum[6] = "OUT_OF_MEMORY"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.kill_warning_flags.items.enum[7] = "NO_SIBLING_JOBS"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.kill_warning_flags.items.enum[8] = "RESERVATION_JOB"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.kill_warning_flags.items.enum[9] = "VERBOSE"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.kill_warning_flags.items.enum[10] = "CRON_JOBS"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.kill_warning_flags.items.enum[11] = "WARNING_SENT"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.kill_warning_flags.items.type = "string"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.kill_warning_flags.type = "array"; |
| Replaced |
.components.schemas["v0.0.43_job_desc_msg"].properties.mail_type.items = {}; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.mail_type.items.enum = []; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.mail_type.items.enum[0] = "BEGIN"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.mail_type.items.enum[1] = "END"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.mail_type.items.enum[2] = "FAIL"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.mail_type.items.enum[3] = "REQUEUE"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.mail_type.items.enum[4] = "TIME=100%"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.mail_type.items.enum[5] = "TIME=90%"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.mail_type.items.enum[6] = "TIME=80%"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.mail_type.items.enum[7] = "TIME=50%"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.mail_type.items.enum[8] = "STAGE_OUT"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.mail_type.items.enum[9] = "ARRAY_TASKS"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.mail_type.items.enum[10] = "INVALID_DEPENDENCY"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.mail_type.items.type = "string"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.mail_type.type = "array"; |
| Replaced |
.components.schemas["v0.0.43_job_desc_msg"].properties.memory_binding_type.items = {}; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.memory_binding_type.items.enum = []; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.memory_binding_type.items.enum[0] = "NONE"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.memory_binding_type.items.enum[1] = "RANK"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.memory_binding_type.items.enum[2] = "MAP"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.memory_binding_type.items.enum[3] = "MASK"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.memory_binding_type.items.enum[4] = "LOCAL"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.memory_binding_type.items.enum[5] = "VERBOSE"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.memory_binding_type.items.enum[6] = "SORT"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.memory_binding_type.items.enum[7] = "PREFER"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.memory_binding_type.items.type = "string"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.memory_binding_type.type = "array"; |
| Replaced |
.components.schemas["v0.0.43_job_desc_msg"].properties.memory_per_cpu.description = "Minimum memory in megabytes per allocated CPU (64 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_desc_msg"].properties.memory_per_node.description = "Minimum memory in megabytes per allocated node (64 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_desc_msg"].properties.open_mode.items = {}; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.open_mode.items.enum = []; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.open_mode.items.enum[0] = "APPEND"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.open_mode.items.enum[1] = "TRUNCATE"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.open_mode.items.type = "string"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.open_mode.type = "array"; |
| Replaced |
.components.schemas["v0.0.43_job_desc_msg"].properties.prefer.description = "Comma-separated list of features that are preferred but not required"; |
| Replaced |
.components.schemas["v0.0.43_job_desc_msg"].properties.priority.description = "Request specific job priority (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_desc_msg"].properties.profile.items = {}; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.profile.items.enum = []; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.profile.items.enum[0] = "NOT_SET"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.profile.items.enum[1] = "NONE"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.profile.items.enum[2] = "ENERGY"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.profile.items.enum[3] = "LUSTRE"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.profile.items.enum[4] = "NETWORK"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.profile.items.enum[5] = "TASK"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.profile.items.type = "string"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.profile.type = "array"; |
| Replaced |
.components.schemas["v0.0.43_job_desc_msg"].properties.required_nodes.description = "Comma-separated list of required nodes"; |
| Replaced |
.components.schemas["v0.0.43_job_desc_msg"].properties.required_switches.description = "Maximum number of switches (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_desc_msg"].properties.rlimits.properties.as.description = "Address space limit (Address space limit.) (64 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_desc_msg"].properties.rlimits.properties.core.description = "Largest core file that can be created, in bytes (Largest core file that can be created, in bytes.) (64 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_desc_msg"].properties.rlimits.properties.cpu.description = "Per-process CPU limit, in seconds (Per-process CPU limit, in seconds.) (64 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_desc_msg"].properties.rlimits.properties.data.description = "Maximum size of data segment, in bytes (Maximum size of data segment, in bytes. ) (64 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_desc_msg"].properties.rlimits.properties.fsize.description = "Largest file that can be created, in bytes (Largest file that can be created, in bytes.) (64 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_desc_msg"].properties.rlimits.properties.memlock.description = "Locked-in-memory address space (Locked-in-memory address space) (64 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_desc_msg"].properties.rlimits.properties.nofile.description = "Number of open files (Number of open files.) (64 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_desc_msg"].properties.rlimits.properties.nproc.description = "Number of processes (Number of processes.) (64 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_desc_msg"].properties.rlimits.properties.rss.description = "Largest resident set size, in bytes. This affects swapping; processes that are exceeding their resident set size will be more likely to have physical memory taken from them (Largest resident set size, in bytes. This affects swapping; processes that are exceeding their resident set size will be more likely to have physical memory taken from them.) (64 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_desc_msg"].properties.rlimits.properties.stack.description = "Maximum size of stack segment, in bytes (Maximum size of stack segment, in bytes.) (64 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_desc_msg"].properties.segment_size.description = "Segment size for topology/block (16 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_desc_msg"].properties.shared.items = {}; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.shared.items.enum = []; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.shared.items.enum[0] = "none"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.shared.items.enum[1] = "oversubscribe"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.shared.items.enum[2] = "user"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.shared.items.enum[3] = "mcs"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.shared.items.enum[4] = "topo"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.shared.items.type = "string"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.shared.type = "array"; |
| Replaced |
.components.schemas["v0.0.43_job_desc_msg"].properties.time_limit.description = "Maximum run time in minutes (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_desc_msg"].properties.time_minimum.description = "Minimum run time in minutes (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_desc_msg"].properties.tres_per_job.description = "Comma-separated list of TRES=# values to be allocated for every job"; |
| Replaced |
.components.schemas["v0.0.43_job_desc_msg"].properties.tres_per_node.description = "Comma-separated list of TRES=# values to be allocated for every node"; |
| Replaced |
.components.schemas["v0.0.43_job_desc_msg"].properties.tres_per_socket.description = "Comma-separated list of TRES=# values to be allocated for every socket"; |
| Replaced |
.components.schemas["v0.0.43_job_desc_msg"].properties.tres_per_task.description = "Comma-separated list of TRES=# values to be allocated for every task"; |
| Replaced |
.components.schemas["v0.0.43_job_desc_msg"].properties.x11.items = {}; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.x11.items.enum = []; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.x11.items.enum[0] = "FORWARD_ALL_NODES"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.x11.items.enum[1] = "BATCH_NODE"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.x11.items.enum[2] = "FIRST_NODE"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.x11.items.enum[3] = "LAST_NODE"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.x11.items.type = "string"; |
| Added |
.components.schemas["v0.0.43_job_desc_msg"].properties.x11.type = "array"; |
| Removed |
.components.schemas["v0.0.43_job_flags"] = {}; |
| Removed |
.components.schemas["v0.0.43_job_flags"].items = {}; |
| Removed |
.components.schemas["v0.0.43_job_flags"].items.enum = []; |
| Removed |
.components.schemas["v0.0.43_job_flags"].items.enum[0] = "KILL_INVALID_DEPENDENCY"; |
| Removed |
.components.schemas["v0.0.43_job_flags"].items.enum[1] = "NO_KILL_INVALID_DEPENDENCY"; |
| Removed |
.components.schemas["v0.0.43_job_flags"].items.enum[2] = "HAS_STATE_DIRECTORY"; |
| Removed |
.components.schemas["v0.0.43_job_flags"].items.enum[3] = "TESTING_BACKFILL"; |
| Removed |
.components.schemas["v0.0.43_job_flags"].items.enum[4] = "GRES_BINDING_ENFORCED"; |
| Removed |
.components.schemas["v0.0.43_job_flags"].items.enum[5] = "TEST_NOW_ONLY"; |
| Removed |
.components.schemas["v0.0.43_job_flags"].items.enum[6] = "SEND_JOB_ENVIRONMENT"; |
| Removed |
.components.schemas["v0.0.43_job_flags"].items.enum[7] = "SPREAD_JOB"; |
| Removed |
.components.schemas["v0.0.43_job_flags"].items.enum[8] = "PREFER_MINIMUM_NODE_COUNT"; |
| Removed |
.components.schemas["v0.0.43_job_flags"].items.enum[9] = "JOB_KILL_HURRY"; |
| Removed |
.components.schemas["v0.0.43_job_flags"].items.enum[10] = "SKIP_TRES_STRING_ACCOUNTING"; |
| Removed |
.components.schemas["v0.0.43_job_flags"].items.enum[11] = "SIBLING_CLUSTER_UPDATE_ONLY"; |
| Removed |
.components.schemas["v0.0.43_job_flags"].items.enum[12] = "HETEROGENEOUS_JOB"; |
| Removed |
.components.schemas["v0.0.43_job_flags"].items.enum[13] = "EXACT_TASK_COUNT_REQUESTED"; |
| Removed |
.components.schemas["v0.0.43_job_flags"].items.enum[14] = "EXACT_CPU_COUNT_REQUESTED"; |
| Removed |
.components.schemas["v0.0.43_job_flags"].items.enum[15] = "TESTING_WHOLE_NODE_BACKFILL"; |
| Removed |
.components.schemas["v0.0.43_job_flags"].items.enum[16] = "TOP_PRIORITY_JOB"; |
| Removed |
.components.schemas["v0.0.43_job_flags"].items.enum[17] = "ACCRUE_COUNT_CLEARED"; |
| Removed |
.components.schemas["v0.0.43_job_flags"].items.enum[18] = "GRES_BINDING_DISABLED"; |
| Removed |
.components.schemas["v0.0.43_job_flags"].items.enum[19] = "JOB_WAS_RUNNING"; |
| Removed |
.components.schemas["v0.0.43_job_flags"].items.enum[20] = "JOB_ACCRUE_TIME_RESET"; |
| Removed |
.components.schemas["v0.0.43_job_flags"].items.enum[21] = "CRON_JOB"; |
| Removed |
.components.schemas["v0.0.43_job_flags"].items.enum[22] = "EXACT_MEMORY_REQUESTED"; |
| Removed |
.components.schemas["v0.0.43_job_flags"].items.enum[23] = "USING_DEFAULT_ACCOUNT"; |
| Removed |
.components.schemas["v0.0.43_job_flags"].items.enum[24] = "USING_DEFAULT_PARTITION"; |
| Removed |
.components.schemas["v0.0.43_job_flags"].items.enum[25] = "USING_DEFAULT_QOS"; |
| Removed |
.components.schemas["v0.0.43_job_flags"].items.enum[26] = "USING_DEFAULT_WCKEY"; |
| Removed |
.components.schemas["v0.0.43_job_flags"].items.enum[27] = "DEPENDENT"; |
| Removed |
.components.schemas["v0.0.43_job_flags"].items.enum[28] = "MAGNETIC"; |
| Removed |
.components.schemas["v0.0.43_job_flags"].items.enum[29] = "PARTITION_ASSIGNED"; |
| Removed |
.components.schemas["v0.0.43_job_flags"].items.enum[30] = "BACKFILL_ATTEMPTED"; |
| Removed |
.components.schemas["v0.0.43_job_flags"].items.enum[31] = "SCHEDULING_ATTEMPTED"; |
| Removed |
.components.schemas["v0.0.43_job_flags"].items.enum[32] = "STEPMGR_ENABLED"; |
| Removed |
.components.schemas["v0.0.43_job_flags"].items.type = "string"; |
| Removed |
.components.schemas["v0.0.43_job_flags"].type = "array"; |
| Replaced |
.components.schemas["v0.0.43_job_info"].properties.accrue_time.description = "When the job started accruing age priority (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_info"].properties.array_job_id.description = "Job ID of job array, or 0 if N/A (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_info"].properties.array_max_tasks.description = "Maximum number of simultaneously running array tasks, 0 if no limit (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_info"].properties.array_task_id.description = "Task ID of this task in job array (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_info"].properties.billable_tres.description = "Billable TRES (64 bit floating point number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_info"].properties.cores_per_socket.description = "Cores per socket required (16 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_info"].properties.cpu_frequency_governor.description = "CPU frequency governor (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_info"].properties.cpu_frequency_maximum.description = "Maximum CPU frequency (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_info"].properties.cpu_frequency_minimum.description = "Minimum CPU frequency (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_info"].properties.cpus.description = "Minimum number of CPUs required (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_info"].properties.cpus_per_task.description = "Number of CPUs required by each task (16 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_info"].properties.deadline.description = "Latest time that the job may start (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_info"].properties.delay_boot.description = "Number of seconds after job eligible start that nodes will be rebooted to satisfy feature specification (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_info"].properties.derived_exit_code.description = "Highest exit code of all job steps (return code returned by process)"; |
| Replaced |
.components.schemas["v0.0.43_job_info"].properties.eligible_time.description = "Time when the job became eligible to run (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_info"].properties.end_time.description = "End time, real or expected (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_info"].properties.excluded_nodes.description = "Comma-separated list of nodes that may not be used"; |
| Replaced |
.components.schemas["v0.0.43_job_info"].properties.exit_code.description = "Exit code of the job (return code returned by process)"; |
| Replaced |
.components.schemas["v0.0.43_job_info"].properties.features.description = "Comma-separated list of features that are required"; |
| Replaced |
.components.schemas["v0.0.43_job_info"].properties.flags.items = {}; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.flags.items.enum = []; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.flags.items.enum[0] = "KILL_INVALID_DEPENDENCY"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.flags.items.enum[1] = "NO_KILL_INVALID_DEPENDENCY"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.flags.items.enum[2] = "HAS_STATE_DIRECTORY"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.flags.items.enum[3] = "TESTING_BACKFILL"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.flags.items.enum[4] = "GRES_BINDING_ENFORCED"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.flags.items.enum[5] = "TEST_NOW_ONLY"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.flags.items.enum[6] = "SEND_JOB_ENVIRONMENT"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.flags.items.enum[7] = "SPREAD_JOB"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.flags.items.enum[8] = "PREFER_MINIMUM_NODE_COUNT"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.flags.items.enum[9] = "JOB_KILL_HURRY"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.flags.items.enum[10] = "SKIP_TRES_STRING_ACCOUNTING"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.flags.items.enum[11] = "SIBLING_CLUSTER_UPDATE_ONLY"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.flags.items.enum[12] = "HETEROGENEOUS_JOB"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.flags.items.enum[13] = "EXACT_TASK_COUNT_REQUESTED"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.flags.items.enum[14] = "EXACT_CPU_COUNT_REQUESTED"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.flags.items.enum[15] = "TESTING_WHOLE_NODE_BACKFILL"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.flags.items.enum[16] = "TOP_PRIORITY_JOB"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.flags.items.enum[17] = "ACCRUE_COUNT_CLEARED"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.flags.items.enum[18] = "GRES_BINDING_DISABLED"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.flags.items.enum[19] = "JOB_WAS_RUNNING"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.flags.items.enum[20] = "JOB_ACCRUE_TIME_RESET"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.flags.items.enum[21] = "CRON_JOB"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.flags.items.enum[22] = "EXACT_MEMORY_REQUESTED"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.flags.items.enum[23] = "EXTERNAL_JOB"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.flags.items.enum[24] = "USING_DEFAULT_ACCOUNT"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.flags.items.enum[25] = "USING_DEFAULT_PARTITION"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.flags.items.enum[26] = "USING_DEFAULT_QOS"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.flags.items.enum[27] = "USING_DEFAULT_WCKEY"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.flags.items.enum[28] = "DEPENDENT"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.flags.items.enum[29] = "MAGNETIC"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.flags.items.enum[30] = "PARTITION_ASSIGNED"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.flags.items.enum[31] = "BACKFILL_ATTEMPTED"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.flags.items.enum[32] = "SCHEDULING_ATTEMPTED"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.flags.items.enum[33] = "STEPMGR_ENABLED"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.flags.items.type = "string"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.flags.type = "array"; |
| Replaced |
.components.schemas["v0.0.43_job_info"].properties.het_job_id.description = "Heterogeneous job ID, if applicable (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_info"].properties.het_job_offset.description = "Unique sequence number applied to this component of the heterogeneous job (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_info"].properties.hold.description = "Hold (true) or release (false) job (Job held)"; |
| Replaced |
.components.schemas["v0.0.43_job_info"].properties.job_state.items = {}; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.job_state.items.enum = []; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.job_state.items.enum[0] = "PENDING"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.job_state.items.enum[1] = "RUNNING"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.job_state.items.enum[2] = "SUSPENDED"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.job_state.items.enum[3] = "COMPLETED"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.job_state.items.enum[4] = "CANCELLED"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.job_state.items.enum[5] = "FAILED"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.job_state.items.enum[6] = "TIMEOUT"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.job_state.items.enum[7] = "NODE_FAIL"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.job_state.items.enum[8] = "PREEMPTED"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.job_state.items.enum[9] = "BOOT_FAIL"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.job_state.items.enum[10] = "DEADLINE"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.job_state.items.enum[11] = "OUT_OF_MEMORY"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.job_state.items.enum[12] = "LAUNCH_FAILED"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.job_state.items.enum[13] = "REQUEUED"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.job_state.items.enum[14] = "REQUEUE_HOLD"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.job_state.items.enum[15] = "SPECIAL_EXIT"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.job_state.items.enum[16] = "RESIZING"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.job_state.items.enum[17] = "CONFIGURING"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.job_state.items.enum[18] = "COMPLETING"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.job_state.items.enum[19] = "STOPPED"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.job_state.items.enum[20] = "RECONFIG_FAIL"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.job_state.items.enum[21] = "POWER_UP_NODE"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.job_state.items.enum[22] = "REVOKED"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.job_state.items.enum[23] = "REQUEUE_FED"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.job_state.items.enum[24] = "RESV_DEL_HOLD"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.job_state.items.enum[25] = "SIGNALING"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.job_state.items.enum[26] = "STAGE_OUT"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.job_state.items.type = "string"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.job_state.type = "array"; |
| Replaced |
.components.schemas["v0.0.43_job_info"].properties.last_sched_evaluation.description = "Last time job was evaluated for scheduling (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.licenses_allocated = {}; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.licenses_allocated.description = "License(s) allocated to the job"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.licenses_allocated.type = "string"; |
| Replaced |
.components.schemas["v0.0.43_job_info"].properties.mail_type.items = {}; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.mail_type.items.enum = []; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.mail_type.items.enum[0] = "BEGIN"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.mail_type.items.enum[1] = "END"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.mail_type.items.enum[2] = "FAIL"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.mail_type.items.enum[3] = "REQUEUE"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.mail_type.items.enum[4] = "TIME=100%"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.mail_type.items.enum[5] = "TIME=90%"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.mail_type.items.enum[6] = "TIME=80%"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.mail_type.items.enum[7] = "TIME=50%"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.mail_type.items.enum[8] = "STAGE_OUT"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.mail_type.items.enum[9] = "ARRAY_TASKS"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.mail_type.items.enum[10] = "INVALID_DEPENDENCY"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.mail_type.items.type = "string"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.mail_type.type = "array"; |
| Replaced |
.components.schemas["v0.0.43_job_info"].properties.max_cpus.description = "Maximum number of CPUs usable by the job (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_info"].properties.max_nodes.description = "Maximum number of nodes usable by the job (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_info"].properties.memory_per_cpu.description = "Minimum memory in megabytes per allocated CPU (64 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_info"].properties.memory_per_node.description = "Minimum memory in megabytes per allocated node (64 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_info"].properties.minimum_cpus_per_node.description = "Minimum number of CPUs per node (16 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_info"].properties.minimum_tmp_disk_per_node.description = "Minimum tmp disk space required per node (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_info"].properties.node_count.description = "Minimum number of nodes required (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_info"].properties.pre_sus_time.description = "Total run time prior to last suspend in seconds (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_info"].properties.preempt_time.description = "Time job received preemption signal (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_info"].properties.preemptable_time.description = "Time job becomes eligible for preemption (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_info"].properties.priority.description = "Request specific job priority (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_info"].properties.profile.items = {}; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.profile.items.enum = []; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.profile.items.enum[0] = "NOT_SET"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.profile.items.enum[1] = "NONE"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.profile.items.enum[2] = "ENERGY"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.profile.items.enum[3] = "LUSTRE"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.profile.items.enum[4] = "NETWORK"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.profile.items.enum[5] = "TASK"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.profile.items.type = "string"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.profile.type = "array"; |
| Replaced |
.components.schemas["v0.0.43_job_info"].properties.required_nodes.description = "Comma-separated list of required nodes"; |
| Replaced |
.components.schemas["v0.0.43_job_info"].properties.resize_time.description = "Time of last size change (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.segment_size = {}; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.segment_size.description = "Requested segment size"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.segment_size.format = "int32"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.segment_size.type = "integer"; |
| Replaced |
.components.schemas["v0.0.43_job_info"].properties.shared.items = {}; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.shared.items.enum = []; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.shared.items.enum[0] = "none"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.shared.items.enum[1] = "oversubscribe"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.shared.items.enum[2] = "user"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.shared.items.enum[3] = "mcs"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.shared.items.enum[4] = "topo"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.shared.items.type = "string"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.shared.type = "array"; |
| Replaced |
.components.schemas["v0.0.43_job_info"].properties.sockets_per_node.description = "Number of sockets per node required (16 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_info"].properties.start_time.description = "Time execution began, or is expected to begin (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.stderr_expanded = {}; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.stderr_expanded.description = "Job stderr with expanded fields"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.stderr_expanded.type = "string"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.stdin_expanded = {}; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.stdin_expanded.description = "Job stdin with expanded fields"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.stdin_expanded.type = "string"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.stdout_expanded = {}; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.stdout_expanded.description = "Job stdout with expanded fields"; |
| Added |
.components.schemas["v0.0.43_job_info"].properties.stdout_expanded.type = "string"; |
| Replaced |
.components.schemas["v0.0.43_job_info"].properties.submit_time.description = "Time when the job was submitted (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_info"].properties.suspend_time.description = "Time the job was last suspended or resumed (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_info"].properties.tasks.description = "Number of tasks (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_info"].properties.tasks_per_board.description = "Number of tasks invoked on each board (16 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_info"].properties.tasks_per_core.description = "Number of tasks invoked on each core (16 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_info"].properties.tasks_per_node.description = "Number of tasks invoked on each node (16 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_info"].properties.tasks_per_socket.description = "Number of tasks invoked on each socket (16 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_info"].properties.tasks_per_tres.description = "Number of tasks that can assess each GPU (16 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_info"].properties.threads_per_core.description = "Number of processor threads per CPU core required (16 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_info"].properties.time_limit.description = "Maximum run time in minutes (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_info"].properties.time_minimum.description = "Minimum run time in minutes (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_info"].properties.tres_per_job.description = "Comma-separated list of TRES=# values to be allocated per job"; |
| Replaced |
.components.schemas["v0.0.43_job_info"].properties.tres_per_node.description = "Comma-separated list of TRES=# values to be allocated per node"; |
| Replaced |
.components.schemas["v0.0.43_job_info"].properties.tres_per_socket.description = "Comma-separated list of TRES=# values to be allocated per socket"; |
| Replaced |
.components.schemas["v0.0.43_job_info"].properties.tres_per_task.description = "Comma-separated list of TRES=# values to be allocated per task"; |
| Removed |
.components.schemas["v0.0.43_job_mail_flags"] = {}; |
| Removed |
.components.schemas["v0.0.43_job_mail_flags"].items = {}; |
| Removed |
.components.schemas["v0.0.43_job_mail_flags"].items.enum = []; |
| Removed |
.components.schemas["v0.0.43_job_mail_flags"].items.enum[0] = "BEGIN"; |
| Removed |
.components.schemas["v0.0.43_job_mail_flags"].items.enum[1] = "END"; |
| Removed |
.components.schemas["v0.0.43_job_mail_flags"].items.enum[2] = "FAIL"; |
| Removed |
.components.schemas["v0.0.43_job_mail_flags"].items.enum[3] = "REQUEUE"; |
| Removed |
.components.schemas["v0.0.43_job_mail_flags"].items.enum[4] = "TIME=100%"; |
| Removed |
.components.schemas["v0.0.43_job_mail_flags"].items.enum[5] = "TIME=90%"; |
| Removed |
.components.schemas["v0.0.43_job_mail_flags"].items.enum[6] = "TIME=80%"; |
| Removed |
.components.schemas["v0.0.43_job_mail_flags"].items.enum[7] = "TIME=50%"; |
| Removed |
.components.schemas["v0.0.43_job_mail_flags"].items.enum[8] = "STAGE_OUT"; |
| Removed |
.components.schemas["v0.0.43_job_mail_flags"].items.enum[9] = "ARRAY_TASKS"; |
| Removed |
.components.schemas["v0.0.43_job_mail_flags"].items.enum[10] = "INVALID_DEPENDENCY"; |
| Removed |
.components.schemas["v0.0.43_job_mail_flags"].items.type = "string"; |
| Removed |
.components.schemas["v0.0.43_job_mail_flags"].type = "array"; |
| Replaced |
.components.schemas["v0.0.43_job_res"].properties.nodes.properties.allocation.description = "Allocated node resources (Job resources for a node)"; |
| Replaced |
.components.schemas["v0.0.43_job_res"].properties.nodes.properties.select_type.items = {}; |
| Added |
.components.schemas["v0.0.43_job_res"].properties.nodes.properties.select_type.items.enum = []; |
| Added |
.components.schemas["v0.0.43_job_res"].properties.nodes.properties.select_type.items.enum[0] = "AVAILABLE"; |
| Added |
.components.schemas["v0.0.43_job_res"].properties.nodes.properties.select_type.items.enum[1] = "ONE_ROW"; |
| Added |
.components.schemas["v0.0.43_job_res"].properties.nodes.properties.select_type.items.enum[2] = "RESERVED"; |
| Added |
.components.schemas["v0.0.43_job_res"].properties.nodes.properties.select_type.items.type = "string"; |
| Added |
.components.schemas["v0.0.43_job_res"].properties.nodes.properties.select_type.type = "array"; |
| Replaced |
.components.schemas["v0.0.43_job_res"].properties.select_type.items = {}; |
| Added |
.components.schemas["v0.0.43_job_res"].properties.select_type.items.enum = []; |
| Added |
.components.schemas["v0.0.43_job_res"].properties.select_type.items.enum[0] = "CPU"; |
| Added |
.components.schemas["v0.0.43_job_res"].properties.select_type.items.enum[1] = "SOCKET"; |
| Added |
.components.schemas["v0.0.43_job_res"].properties.select_type.items.enum[2] = "CORE"; |
| Added |
.components.schemas["v0.0.43_job_res"].properties.select_type.items.enum[3] = "BOARD"; |
| Added |
.components.schemas["v0.0.43_job_res"].properties.select_type.items.enum[4] = "MEMORY"; |
| Added |
.components.schemas["v0.0.43_job_res"].properties.select_type.items.enum[5] = "ONE_TASK_PER_CORE"; |
| Added |
.components.schemas["v0.0.43_job_res"].properties.select_type.items.enum[6] = "PACK_NODES"; |
| Added |
.components.schemas["v0.0.43_job_res"].properties.select_type.items.enum[7] = "CORE_DEFAULT_DIST_BLOCK"; |
| Added |
.components.schemas["v0.0.43_job_res"].properties.select_type.items.enum[8] = "LLN"; |
| Added |
.components.schemas["v0.0.43_job_res"].properties.select_type.items.enum[9] = "LINEAR"; |
| Added |
.components.schemas["v0.0.43_job_res"].properties.select_type.items.type = "string"; |
| Added |
.components.schemas["v0.0.43_job_res"].properties.select_type.type = "array"; |
| Replaced |
.components.schemas["v0.0.43_job_res"].properties.threads_per_core.description = "Number of processor threads per CPU core (16 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_job_res_core"].properties.status.items = {}; |
| Added |
.components.schemas["v0.0.43_job_res_core"].properties.status.items.enum = []; |
| Added |
.components.schemas["v0.0.43_job_res_core"].properties.status.items.enum[0] = "INVALID"; |
| Added |
.components.schemas["v0.0.43_job_res_core"].properties.status.items.enum[1] = "UNALLOCATED"; |
| Added |
.components.schemas["v0.0.43_job_res_core"].properties.status.items.enum[2] = "ALLOCATED"; |
| Added |
.components.schemas["v0.0.43_job_res_core"].properties.status.items.enum[3] = "IN_USE"; |
| Added |
.components.schemas["v0.0.43_job_res_core"].properties.status.items.type = "string"; |
| Added |
.components.schemas["v0.0.43_job_res_core"].properties.status.type = "array"; |
| Removed |
.components.schemas["v0.0.43_job_res_core_status"] = {}; |
| Removed |
.components.schemas["v0.0.43_job_res_core_status"].items = {}; |
| Removed |
.components.schemas["v0.0.43_job_res_core_status"].items.enum = []; |
| Removed |
.components.schemas["v0.0.43_job_res_core_status"].items.enum[0] = "INVALID"; |
| Removed |
.components.schemas["v0.0.43_job_res_core_status"].items.enum[1] = "UNALLOCATED"; |
| Removed |
.components.schemas["v0.0.43_job_res_core_status"].items.enum[2] = "ALLOCATED"; |
| Removed |
.components.schemas["v0.0.43_job_res_core_status"].items.enum[3] = "IN_USE"; |
| Removed |
.components.schemas["v0.0.43_job_res_core_status"].items.type = "string"; |
| Removed |
.components.schemas["v0.0.43_job_res_core_status"].type = "array"; |
| Removed |
.components.schemas["v0.0.43_job_res_nodes"].items.description = "Job resources for a node"; |
| Removed |
.components.schemas["v0.0.43_job_shared"] = {}; |
| Removed |
.components.schemas["v0.0.43_job_shared"].items = {}; |
| Removed |
.components.schemas["v0.0.43_job_shared"].items.enum = []; |
| Removed |
.components.schemas["v0.0.43_job_shared"].items.enum[0] = "none"; |
| Removed |
.components.schemas["v0.0.43_job_shared"].items.enum[1] = "oversubscribe"; |
| Removed |
.components.schemas["v0.0.43_job_shared"].items.enum[2] = "user"; |
| Removed |
.components.schemas["v0.0.43_job_shared"].items.enum[3] = "mcs"; |
| Removed |
.components.schemas["v0.0.43_job_shared"].items.enum[4] = "topo"; |
| Removed |
.components.schemas["v0.0.43_job_shared"].items.type = "string"; |
| Removed |
.components.schemas["v0.0.43_job_shared"].type = "array"; |
| Removed |
.components.schemas["v0.0.43_job_state"] = {}; |
| Removed |
.components.schemas["v0.0.43_job_state"].items = {}; |
| Removed |
.components.schemas["v0.0.43_job_state"].items.enum = []; |
| Removed |
.components.schemas["v0.0.43_job_state"].items.enum[0] = "PENDING"; |
| Removed |
.components.schemas["v0.0.43_job_state"].items.enum[1] = "RUNNING"; |
| Removed |
.components.schemas["v0.0.43_job_state"].items.enum[2] = "SUSPENDED"; |
| Removed |
.components.schemas["v0.0.43_job_state"].items.enum[3] = "COMPLETED"; |
| Removed |
.components.schemas["v0.0.43_job_state"].items.enum[4] = "CANCELLED"; |
| Removed |
.components.schemas["v0.0.43_job_state"].items.enum[5] = "FAILED"; |
| Removed |
.components.schemas["v0.0.43_job_state"].items.enum[6] = "TIMEOUT"; |
| Removed |
.components.schemas["v0.0.43_job_state"].items.enum[7] = "NODE_FAIL"; |
| Removed |
.components.schemas["v0.0.43_job_state"].items.enum[8] = "PREEMPTED"; |
| Removed |
.components.schemas["v0.0.43_job_state"].items.enum[9] = "BOOT_FAIL"; |
| Removed |
.components.schemas["v0.0.43_job_state"].items.enum[10] = "DEADLINE"; |
| Removed |
.components.schemas["v0.0.43_job_state"].items.enum[11] = "OUT_OF_MEMORY"; |
| Removed |
.components.schemas["v0.0.43_job_state"].items.enum[12] = "LAUNCH_FAILED"; |
| Removed |
.components.schemas["v0.0.43_job_state"].items.enum[13] = "REQUEUED"; |
| Removed |
.components.schemas["v0.0.43_job_state"].items.enum[14] = "REQUEUE_HOLD"; |
| Removed |
.components.schemas["v0.0.43_job_state"].items.enum[15] = "SPECIAL_EXIT"; |
| Removed |
.components.schemas["v0.0.43_job_state"].items.enum[16] = "RESIZING"; |
| Removed |
.components.schemas["v0.0.43_job_state"].items.enum[17] = "CONFIGURING"; |
| Removed |
.components.schemas["v0.0.43_job_state"].items.enum[18] = "COMPLETING"; |
| Removed |
.components.schemas["v0.0.43_job_state"].items.enum[19] = "STOPPED"; |
| Removed |
.components.schemas["v0.0.43_job_state"].items.enum[20] = "RECONFIG_FAIL"; |
| Removed |
.components.schemas["v0.0.43_job_state"].items.enum[21] = "POWER_UP_NODE"; |
| Removed |
.components.schemas["v0.0.43_job_state"].items.enum[22] = "REVOKED"; |
| Removed |
.components.schemas["v0.0.43_job_state"].items.enum[23] = "REQUEUE_FED"; |
| Removed |
.components.schemas["v0.0.43_job_state"].items.enum[24] = "RESV_DEL_HOLD"; |
| Removed |
.components.schemas["v0.0.43_job_state"].items.enum[25] = "SIGNALING"; |
| Removed |
.components.schemas["v0.0.43_job_state"].items.enum[26] = "STAGE_OUT"; |
| Removed |
.components.schemas["v0.0.43_job_state"].items.type = "string"; |
| Removed |
.components.schemas["v0.0.43_job_state"].type = "array"; |
| Replaced |
.components.schemas["v0.0.43_kill_jobs_msg"].properties.flags.items = {}; |
| Added |
.components.schemas["v0.0.43_kill_jobs_msg"].properties.flags.items.enum = []; |
| Added |
.components.schemas["v0.0.43_kill_jobs_msg"].properties.flags.items.enum[0] = "BATCH_JOB"; |
| Added |
.components.schemas["v0.0.43_kill_jobs_msg"].properties.flags.items.enum[1] = "ARRAY_TASK"; |
| Added |
.components.schemas["v0.0.43_kill_jobs_msg"].properties.flags.items.enum[2] = "FULL_STEPS_ONLY"; |
| Added |
.components.schemas["v0.0.43_kill_jobs_msg"].properties.flags.items.enum[3] = "FULL_JOB"; |
| Added |
.components.schemas["v0.0.43_kill_jobs_msg"].properties.flags.items.enum[4] = "FEDERATION_REQUEUE"; |
| Added |
.components.schemas["v0.0.43_kill_jobs_msg"].properties.flags.items.enum[5] = "HURRY"; |
| Added |
.components.schemas["v0.0.43_kill_jobs_msg"].properties.flags.items.enum[6] = "OUT_OF_MEMORY"; |
| Added |
.components.schemas["v0.0.43_kill_jobs_msg"].properties.flags.items.enum[7] = "NO_SIBLING_JOBS"; |
| Added |
.components.schemas["v0.0.43_kill_jobs_msg"].properties.flags.items.enum[8] = "RESERVATION_JOB"; |
| Added |
.components.schemas["v0.0.43_kill_jobs_msg"].properties.flags.items.enum[9] = "VERBOSE"; |
| Added |
.components.schemas["v0.0.43_kill_jobs_msg"].properties.flags.items.enum[10] = "CRON_JOBS"; |
| Added |
.components.schemas["v0.0.43_kill_jobs_msg"].properties.flags.items.enum[11] = "WARNING_SENT"; |
| Added |
.components.schemas["v0.0.43_kill_jobs_msg"].properties.flags.items.type = "string"; |
| Added |
.components.schemas["v0.0.43_kill_jobs_msg"].properties.flags.type = "array"; |
| Replaced |
.components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.items = {}; |
| Added |
.components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.items.enum = []; |
| Added |
.components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.items.enum[0] = "PENDING"; |
| Added |
.components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.items.enum[1] = "RUNNING"; |
| Added |
.components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.items.enum[2] = "SUSPENDED"; |
| Added |
.components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.items.enum[3] = "COMPLETED"; |
| Added |
.components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.items.enum[4] = "CANCELLED"; |
| Added |
.components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.items.enum[5] = "FAILED"; |
| Added |
.components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.items.enum[6] = "TIMEOUT"; |
| Added |
.components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.items.enum[7] = "NODE_FAIL"; |
| Added |
.components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.items.enum[8] = "PREEMPTED"; |
| Added |
.components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.items.enum[9] = "BOOT_FAIL"; |
| Added |
.components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.items.enum[10] = "DEADLINE"; |
| Added |
.components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.items.enum[11] = "OUT_OF_MEMORY"; |
| Added |
.components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.items.enum[12] = "LAUNCH_FAILED"; |
| Added |
.components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.items.enum[13] = "REQUEUED"; |
| Added |
.components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.items.enum[14] = "REQUEUE_HOLD"; |
| Added |
.components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.items.enum[15] = "SPECIAL_EXIT"; |
| Added |
.components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.items.enum[16] = "RESIZING"; |
| Added |
.components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.items.enum[17] = "CONFIGURING"; |
| Added |
.components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.items.enum[18] = "COMPLETING"; |
| Added |
.components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.items.enum[19] = "STOPPED"; |
| Added |
.components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.items.enum[20] = "RECONFIG_FAIL"; |
| Added |
.components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.items.enum[21] = "POWER_UP_NODE"; |
| Added |
.components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.items.enum[22] = "REVOKED"; |
| Added |
.components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.items.enum[23] = "REQUEUE_FED"; |
| Added |
.components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.items.enum[24] = "RESV_DEL_HOLD"; |
| Added |
.components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.items.enum[25] = "SIGNALING"; |
| Added |
.components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.items.enum[26] = "STAGE_OUT"; |
| Added |
.components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.items.type = "string"; |
| Added |
.components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.type = "array"; |
| Replaced |
.components.schemas["v0.0.43_kill_jobs_resp_job"].properties.job_id.description = "Job ID that signaling failed (32 bit integer number with flags)"; |
| Removed |
.components.schemas["v0.0.43_kill_jobs_resp_msg"].items.description = "List of jobs signal responses"; |
| Replaced |
.components.schemas["v0.0.43_license"].properties.LastUpdate.description = "When the license information was last updated (UNIX Timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'))"; |
| Removed |
.components.schemas["v0.0.43_memory_binding_type"] = {}; |
| Removed |
.components.schemas["v0.0.43_memory_binding_type"].items = {}; |
| Removed |
.components.schemas["v0.0.43_memory_binding_type"].items.enum = []; |
| Removed |
.components.schemas["v0.0.43_memory_binding_type"].items.enum[0] = "NONE"; |
| Removed |
.components.schemas["v0.0.43_memory_binding_type"].items.enum[1] = "RANK"; |
| Removed |
.components.schemas["v0.0.43_memory_binding_type"].items.enum[2] = "MAP"; |
| Removed |
.components.schemas["v0.0.43_memory_binding_type"].items.enum[3] = "MASK"; |
| Removed |
.components.schemas["v0.0.43_memory_binding_type"].items.enum[4] = "LOCAL"; |
| Removed |
.components.schemas["v0.0.43_memory_binding_type"].items.enum[5] = "VERBOSE"; |
| Removed |
.components.schemas["v0.0.43_memory_binding_type"].items.enum[6] = "SORT"; |
| Removed |
.components.schemas["v0.0.43_memory_binding_type"].items.enum[7] = "PREFER"; |
| Removed |
.components.schemas["v0.0.43_memory_binding_type"].items.type = "string"; |
| Removed |
.components.schemas["v0.0.43_memory_binding_type"].type = "array"; |
| Replaced |
.components.schemas["v0.0.43_node"].properties.boot_time.description = "Time when the node booted (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
| Added |
.components.schemas["v0.0.43_node"].properties.cert_flags = {}; |
| Added |
.components.schemas["v0.0.43_node"].properties.cert_flags.description = "Certmgr status flags"; |
| Added |
.components.schemas["v0.0.43_node"].properties.cert_flags.items = {}; |
| Added |
.components.schemas["v0.0.43_node"].properties.cert_flags.items.enum = []; |
| Added |
.components.schemas["v0.0.43_node"].properties.cert_flags.items.enum[0] = "TOKEN_SET"; |
| Added |
.components.schemas["v0.0.43_node"].properties.cert_flags.items.type = "string"; |
| Added |
.components.schemas["v0.0.43_node"].properties.cert_flags.type = "array"; |
| Replaced |
.components.schemas["v0.0.43_node"].properties.free_mem.description = "Total memory in MB currently free as reported by the OS (64 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_node"].properties.last_busy.description = "Time when the node was last busy (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items = {}; |
| Added |
.components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum = []; |
| Added |
.components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum[0] = "INVALID"; |
| Added |
.components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum[1] = "UNKNOWN"; |
| Added |
.components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum[2] = "DOWN"; |
| Added |
.components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum[3] = "IDLE"; |
| Added |
.components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum[4] = "ALLOCATED"; |
| Added |
.components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum[5] = "ERROR"; |
| Added |
.components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum[6] = "MIXED"; |
| Added |
.components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum[7] = "FUTURE"; |
| Added |
.components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum[8] = "RESERVED"; |
| Added |
.components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum[9] = "UNDRAIN"; |
| Added |
.components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum[10] = "CLOUD"; |
| Added |
.components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum[11] = "RESUME"; |
| Added |
.components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum[12] = "DRAIN"; |
| Added |
.components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum[13] = "COMPLETING"; |
| Added |
.components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum[14] = "NOT_RESPONDING"; |
| Added |
.components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum[15] = "POWERED_DOWN"; |
| Added |
.components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum[16] = "FAIL"; |
| Added |
.components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum[17] = "POWERING_UP"; |
| Added |
.components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum[18] = "MAINTENANCE"; |
| Added |
.components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum[19] = "REBOOT_REQUESTED"; |
| Added |
.components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum[20] = "REBOOT_CANCELED"; |
| Added |
.components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum[21] = "POWERING_DOWN"; |
| Added |
.components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum[22] = "DYNAMIC_FUTURE"; |
| Added |
.components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum[23] = "REBOOT_ISSUED"; |
| Added |
.components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum[24] = "PLANNED"; |
| Added |
.components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum[25] = "INVALID_REG"; |
| Added |
.components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum[26] = "POWER_DOWN"; |
| Added |
.components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum[27] = "POWER_UP"; |
| Added |
.components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum[28] = "POWER_DRAIN"; |
| Added |
.components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum[29] = "DYNAMIC_NORM"; |
| Added |
.components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.type = "string"; |
| Added |
.components.schemas["v0.0.43_node"].properties.next_state_after_reboot.type = "array"; |
| Replaced |
.components.schemas["v0.0.43_node"].properties.reason_changed_at.description = "When the reason changed (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_node"].properties.resume_after.description = "Number of seconds after the node's state is updated to \"DOWN\" or \"DRAIN\" before scheduling a node state resume (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_node"].properties.slurmd_start_time.description = "Time when the slurmd started (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_node"].properties.state.items = {}; |
| Added |
.components.schemas["v0.0.43_node"].properties.state.items.enum = []; |
| Added |
.components.schemas["v0.0.43_node"].properties.state.items.enum[0] = "INVALID"; |
| Added |
.components.schemas["v0.0.43_node"].properties.state.items.enum[1] = "UNKNOWN"; |
| Added |
.components.schemas["v0.0.43_node"].properties.state.items.enum[2] = "DOWN"; |
| Added |
.components.schemas["v0.0.43_node"].properties.state.items.enum[3] = "IDLE"; |
| Added |
.components.schemas["v0.0.43_node"].properties.state.items.enum[4] = "ALLOCATED"; |
| Added |
.components.schemas["v0.0.43_node"].properties.state.items.enum[5] = "ERROR"; |
| Added |
.components.schemas["v0.0.43_node"].properties.state.items.enum[6] = "MIXED"; |
| Added |
.components.schemas["v0.0.43_node"].properties.state.items.enum[7] = "FUTURE"; |
| Added |
.components.schemas["v0.0.43_node"].properties.state.items.enum[8] = "RESERVED"; |
| Added |
.components.schemas["v0.0.43_node"].properties.state.items.enum[9] = "UNDRAIN"; |
| Added |
.components.schemas["v0.0.43_node"].properties.state.items.enum[10] = "CLOUD"; |
| Added |
.components.schemas["v0.0.43_node"].properties.state.items.enum[11] = "RESUME"; |
| Added |
.components.schemas["v0.0.43_node"].properties.state.items.enum[12] = "DRAIN"; |
| Added |
.components.schemas["v0.0.43_node"].properties.state.items.enum[13] = "COMPLETING"; |
| Added |
.components.schemas["v0.0.43_node"].properties.state.items.enum[14] = "NOT_RESPONDING"; |
| Added |
.components.schemas["v0.0.43_node"].properties.state.items.enum[15] = "POWERED_DOWN"; |
| Added |
.components.schemas["v0.0.43_node"].properties.state.items.enum[16] = "FAIL"; |
| Added |
.components.schemas["v0.0.43_node"].properties.state.items.enum[17] = "POWERING_UP"; |
| Added |
.components.schemas["v0.0.43_node"].properties.state.items.enum[18] = "MAINTENANCE"; |
| Added |
.components.schemas["v0.0.43_node"].properties.state.items.enum[19] = "REBOOT_REQUESTED"; |
| Added |
.components.schemas["v0.0.43_node"].properties.state.items.enum[20] = "REBOOT_CANCELED"; |
| Added |
.components.schemas["v0.0.43_node"].properties.state.items.enum[21] = "POWERING_DOWN"; |
| Added |
.components.schemas["v0.0.43_node"].properties.state.items.enum[22] = "DYNAMIC_FUTURE"; |
| Added |
.components.schemas["v0.0.43_node"].properties.state.items.enum[23] = "REBOOT_ISSUED"; |
| Added |
.components.schemas["v0.0.43_node"].properties.state.items.enum[24] = "PLANNED"; |
| Added |
.components.schemas["v0.0.43_node"].properties.state.items.enum[25] = "INVALID_REG"; |
| Added |
.components.schemas["v0.0.43_node"].properties.state.items.enum[26] = "POWER_DOWN"; |
| Added |
.components.schemas["v0.0.43_node"].properties.state.items.enum[27] = "POWER_UP"; |
| Added |
.components.schemas["v0.0.43_node"].properties.state.items.enum[28] = "POWER_DRAIN"; |
| Added |
.components.schemas["v0.0.43_node"].properties.state.items.enum[29] = "DYNAMIC_NORM"; |
| Added |
.components.schemas["v0.0.43_node"].properties.state.items.type = "string"; |
| Added |
.components.schemas["v0.0.43_node"].properties.state.type = "array"; |
| Added |
.components.schemas["v0.0.43_node"].properties.tls_cert_last_renewal = {}; |
| Added |
.components.schemas["v0.0.43_node"].properties.tls_cert_last_renewal.$ref = "#/components/schemas/v0.0.43_uint64_no_val_struct"; |
| Added |
.components.schemas["v0.0.43_node"].properties.tls_cert_last_renewal.description = "Time when TLS certificate was created (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
| Added |
.components.schemas["v0.0.43_node"].properties.topology = {}; |
| Added |
.components.schemas["v0.0.43_node"].properties.topology.description = "Topology"; |
| Added |
.components.schemas["v0.0.43_node"].properties.topology.type = "string"; |
| Replaced |
.components.schemas["v0.0.43_node"].properties.tres_weighted.deprecated = true; |
| Added |
.components.schemas["v0.0.43_node"].properties.tres_weighted.description = "Ignored. Was weighted number of billable trackable resources allocated"; |
| Removed |
.components.schemas["v0.0.43_node_cr_type"] = {}; |
| Removed |
.components.schemas["v0.0.43_node_cr_type"].items = {}; |
| Removed |
.components.schemas["v0.0.43_node_cr_type"].items.enum = []; |
| Removed |
.components.schemas["v0.0.43_node_cr_type"].items.enum[0] = "AVAILABLE"; |
| Removed |
.components.schemas["v0.0.43_node_cr_type"].items.enum[1] = "ONE_ROW"; |
| Removed |
.components.schemas["v0.0.43_node_cr_type"].items.enum[2] = "RESERVED"; |
| Removed |
.components.schemas["v0.0.43_node_cr_type"].items.type = "string"; |
| Removed |
.components.schemas["v0.0.43_node_cr_type"].type = "array"; |
| Removed |
.components.schemas["v0.0.43_node_states"] = {}; |
| Removed |
.components.schemas["v0.0.43_node_states"].items = {}; |
| Removed |
.components.schemas["v0.0.43_node_states"].items.enum = []; |
| Removed |
.components.schemas["v0.0.43_node_states"].items.enum[0] = "INVALID"; |
| Removed |
.components.schemas["v0.0.43_node_states"].items.enum[1] = "UNKNOWN"; |
| Removed |
.components.schemas["v0.0.43_node_states"].items.enum[2] = "DOWN"; |
| Removed |
.components.schemas["v0.0.43_node_states"].items.enum[3] = "IDLE"; |
| Removed |
.components.schemas["v0.0.43_node_states"].items.enum[4] = "ALLOCATED"; |
| Removed |
.components.schemas["v0.0.43_node_states"].items.enum[5] = "ERROR"; |
| Removed |
.components.schemas["v0.0.43_node_states"].items.enum[6] = "MIXED"; |
| Removed |
.components.schemas["v0.0.43_node_states"].items.enum[7] = "FUTURE"; |
| Removed |
.components.schemas["v0.0.43_node_states"].items.enum[8] = "RESERVED"; |
| Removed |
.components.schemas["v0.0.43_node_states"].items.enum[9] = "UNDRAIN"; |
| Removed |
.components.schemas["v0.0.43_node_states"].items.enum[10] = "CLOUD"; |
| Removed |
.components.schemas["v0.0.43_node_states"].items.enum[11] = "RESUME"; |
| Removed |
.components.schemas["v0.0.43_node_states"].items.enum[12] = "DRAIN"; |
| Removed |
.components.schemas["v0.0.43_node_states"].items.enum[13] = "COMPLETING"; |
| Removed |
.components.schemas["v0.0.43_node_states"].items.enum[14] = "NOT_RESPONDING"; |
| Removed |
.components.schemas["v0.0.43_node_states"].items.enum[15] = "POWERED_DOWN"; |
| Removed |
.components.schemas["v0.0.43_node_states"].items.enum[16] = "FAIL"; |
| Removed |
.components.schemas["v0.0.43_node_states"].items.enum[17] = "POWERING_UP"; |
| Removed |
.components.schemas["v0.0.43_node_states"].items.enum[18] = "MAINTENANCE"; |
| Removed |
.components.schemas["v0.0.43_node_states"].items.enum[19] = "REBOOT_REQUESTED"; |
| Removed |
.components.schemas["v0.0.43_node_states"].items.enum[20] = "REBOOT_CANCELED"; |
| Removed |
.components.schemas["v0.0.43_node_states"].items.enum[21] = "POWERING_DOWN"; |
| Removed |
.components.schemas["v0.0.43_node_states"].items.enum[22] = "DYNAMIC_FUTURE"; |
| Removed |
.components.schemas["v0.0.43_node_states"].items.enum[23] = "REBOOT_ISSUED"; |
| Removed |
.components.schemas["v0.0.43_node_states"].items.enum[24] = "PLANNED"; |
| Removed |
.components.schemas["v0.0.43_node_states"].items.enum[25] = "INVALID_REG"; |
| Removed |
.components.schemas["v0.0.43_node_states"].items.enum[26] = "POWER_DOWN"; |
| Removed |
.components.schemas["v0.0.43_node_states"].items.enum[27] = "POWER_UP"; |
| Removed |
.components.schemas["v0.0.43_node_states"].items.enum[28] = "POWER_DRAIN"; |
| Removed |
.components.schemas["v0.0.43_node_states"].items.enum[29] = "DYNAMIC_NORM"; |
| Removed |
.components.schemas["v0.0.43_node_states"].items.type = "string"; |
| Removed |
.components.schemas["v0.0.43_node_states"].type = "array"; |
| Removed |
.components.schemas["v0.0.43_open_mode"] = {}; |
| Removed |
.components.schemas["v0.0.43_open_mode"].items = {}; |
| Removed |
.components.schemas["v0.0.43_open_mode"].items.enum = []; |
| Removed |
.components.schemas["v0.0.43_open_mode"].items.enum[0] = "APPEND"; |
| Removed |
.components.schemas["v0.0.43_open_mode"].items.enum[1] = "TRUNCATE"; |
| Removed |
.components.schemas["v0.0.43_open_mode"].items.type = "string"; |
| Removed |
.components.schemas["v0.0.43_open_mode"].type = "array"; |
| Replaced |
.components.schemas["v0.0.43_openapi_job_info_resp"].properties.last_backfill.description = "Time of last backfill scheduler run (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_openapi_job_info_resp"].properties.last_update.description = "Time of last job change (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_openapi_job_post_response"].properties.results.description = "Job update results (Job update results)"; |
| Replaced |
.components.schemas["v0.0.43_openapi_kill_job_resp"].properties.status.description = "resultant status of signal request (List of jobs signal responses)"; |
| Replaced |
.components.schemas["v0.0.43_openapi_kill_jobs_resp"].properties.status.description = "resultant status of signal request (List of jobs signal responses)"; |
| Replaced |
.components.schemas["v0.0.43_openapi_licenses_resp"].properties.last_update.description = "Time of last licenses change (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_openapi_nodes_resp"].properties.last_update.description = "Time of last node change (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_openapi_partition_resp"].properties.last_update.description = "Time of last partition change (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
| Added |
.components.schemas["v0.0.43_openapi_reservation_mod_resp"] = {}; |
| Added |
.components.schemas["v0.0.43_openapi_reservation_mod_resp"].properties = {}; |
| Added |
.components.schemas["v0.0.43_openapi_reservation_mod_resp"].properties.errors = {}; |
| Added |
.components.schemas["v0.0.43_openapi_reservation_mod_resp"].properties.errors.$ref = "#/components/schemas/v0.0.43_openapi_errors"; |
| Added |
.components.schemas["v0.0.43_openapi_reservation_mod_resp"].properties.errors.description = "Query errors"; |
| Added |
.components.schemas["v0.0.43_openapi_reservation_mod_resp"].properties.meta = {}; |
| Added |
.components.schemas["v0.0.43_openapi_reservation_mod_resp"].properties.meta.$ref = "#/components/schemas/v0.0.43_openapi_meta"; |
| Added |
.components.schemas["v0.0.43_openapi_reservation_mod_resp"].properties.meta.description = "Slurm meta values"; |
| Added |
.components.schemas["v0.0.43_openapi_reservation_mod_resp"].properties.reservations = {}; |
| Added |
.components.schemas["v0.0.43_openapi_reservation_mod_resp"].properties.reservations.$ref = "#/components/schemas/v0.0.43_reservation_desc_msg_list"; |
| Added |
.components.schemas["v0.0.43_openapi_reservation_mod_resp"].properties.reservations.description = "Reservation descriptions"; |
| Added |
.components.schemas["v0.0.43_openapi_reservation_mod_resp"].properties.warnings = {}; |
| Added |
.components.schemas["v0.0.43_openapi_reservation_mod_resp"].properties.warnings.$ref = "#/components/schemas/v0.0.43_openapi_warnings"; |
| Added |
.components.schemas["v0.0.43_openapi_reservation_mod_resp"].properties.warnings.description = "Query warnings"; |
| Added |
.components.schemas["v0.0.43_openapi_reservation_mod_resp"].required = []; |
| Added |
.components.schemas["v0.0.43_openapi_reservation_mod_resp"].required[0] = "reservations"; |
| Added |
.components.schemas["v0.0.43_openapi_reservation_mod_resp"].type = "object"; |
| Replaced |
.components.schemas["v0.0.43_openapi_reservation_resp"].properties.last_update.description = "Time of last reservation change (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_openapi_slurmdbd_config_resp"].properties.instances.deprecated = true; |
| Removed |
.components.schemas["v0.0.43_oversubscribe_flags"] = {}; |
| Removed |
.components.schemas["v0.0.43_oversubscribe_flags"].items = {}; |
| Removed |
.components.schemas["v0.0.43_oversubscribe_flags"].items.enum = []; |
| Removed |
.components.schemas["v0.0.43_oversubscribe_flags"].items.enum[0] = "force"; |
| Removed |
.components.schemas["v0.0.43_oversubscribe_flags"].items.type = "string"; |
| Removed |
.components.schemas["v0.0.43_oversubscribe_flags"].type = "array"; |
| Replaced |
.components.schemas["v0.0.43_partition_info"].properties.accounts.properties.allowed.description = "AllowAccounts - Comma-separated list of accounts which may execute jobs in the partition"; |
| Replaced |
.components.schemas["v0.0.43_partition_info"].properties.accounts.properties.deny.description = "DenyAccounts - Comma-separated list of accounts which may not execute jobs in the partition"; |
| Replaced |
.components.schemas["v0.0.43_partition_info"].properties.alternate.description = "Alternate - Partition name of alternate partition to be used if the state of this partition is DRAIN or INACTIVE"; |
| Replaced |
.components.schemas["v0.0.43_partition_info"].properties.cpus.properties.task_binding.description = "CpuBind - Default method controlling how tasks are bound to allocated resources"; |
| Replaced |
.components.schemas["v0.0.43_partition_info"].properties.cpus.properties.total.description = "TotalCPUs - Number of CPUs available in this partition"; |
| Replaced |
.components.schemas["v0.0.43_partition_info"].properties.defaults.properties.job.description = "JobDefaults - Comma-separated list of job default values (this field is only used to set new defaults)"; |
| Replaced |
.components.schemas["v0.0.43_partition_info"].properties.defaults.properties.memory_per_cpu.description = "Raw value for DefMemPerCPU or DefMemPerNode"; |
| Replaced |
.components.schemas["v0.0.43_partition_info"].properties.defaults.properties.partition_memory_per_cpu.description = "DefMemPerCPU - Default real memory size available per allocated CPU in megabytes (64 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_partition_info"].properties.defaults.properties.partition_memory_per_node.description = "DefMemPerNode - Default real memory size available per allocated node in megabytes (64 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_partition_info"].properties.defaults.properties.time.description = "DefaultTime - Run time limit in minutes used for jobs that don't specify a value (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_partition_info"].properties.grace_time.description = "GraceTime - Grace time in seconds to be extended to a job which has been selected for preemption"; |
| Replaced |
.components.schemas["v0.0.43_partition_info"].properties.groups.properties.allowed.description = "AllowGroups - Comma-separated list of group names which may execute jobs in this partition"; |
| Replaced |
.components.schemas["v0.0.43_partition_info"].properties.maximums.properties.cpus_per_node.description = "MaxCPUsPerNode - Maximum number of CPUs on any node available to all jobs from this partition (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_partition_info"].properties.maximums.properties.cpus_per_socket.description = "MaxCPUsPerSocket - Maximum number of CPUs on any node available on the all jobs from this partition (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_partition_info"].properties.maximums.properties.memory_per_cpu.description = "Raw value for MaxMemPerCPU or MaxMemPerNode"; |
| Replaced |
.components.schemas["v0.0.43_partition_info"].properties.maximums.properties.nodes.description = "MaxNodes - Maximum count of nodes which may be allocated to any single job (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_partition_info"].properties.maximums.properties.over_time_limit.description = "OverTimeLimit - Number of minutes by which a job can exceed its time limit before being canceled (16 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_partition_info"].properties.maximums.properties.oversubscribe.properties.flags.items = {}; |
| Added |
.components.schemas["v0.0.43_partition_info"].properties.maximums.properties.oversubscribe.properties.flags.items.enum = []; |
| Added |
.components.schemas["v0.0.43_partition_info"].properties.maximums.properties.oversubscribe.properties.flags.items.enum[0] = "force"; |
| Added |
.components.schemas["v0.0.43_partition_info"].properties.maximums.properties.oversubscribe.properties.flags.items.type = "string"; |
| Added |
.components.schemas["v0.0.43_partition_info"].properties.maximums.properties.oversubscribe.properties.flags.type = "array"; |
| Replaced |
.components.schemas["v0.0.43_partition_info"].properties.maximums.properties.partition_memory_per_cpu.description = "MaxMemPerCPU - Maximum real memory size available per allocated CPU in megabytes (64 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_partition_info"].properties.maximums.properties.partition_memory_per_node.description = "MaxMemPerNode - Maximum real memory size available per allocated node in a job allocation in megabytes (64 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_partition_info"].properties.maximums.properties.shares.description = "OverSubscribe - Controls the ability of the partition to execute more than one job at a time on each resource"; |
| Replaced |
.components.schemas["v0.0.43_partition_info"].properties.maximums.properties.time.description = "MaxTime - Maximum run time limit for jobs (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_partition_info"].properties.minimums.properties.nodes.description = "MinNodes - Minimum count of nodes which may be allocated to any single job"; |
| Replaced |
.components.schemas["v0.0.43_partition_info"].properties.name.description = "PartitionName - Name by which the partition may be referenced"; |
| Replaced |
.components.schemas["v0.0.43_partition_info"].properties.node_sets.description = "NodeSets - Comma-separated list of nodesets which are associated with this partition"; |
| Replaced |
.components.schemas["v0.0.43_partition_info"].properties.nodes.properties.allowed_allocation.description = "AllocNodes - Comma-separated list of nodes from which users can submit jobs in the partition"; |
| Replaced |
.components.schemas["v0.0.43_partition_info"].properties.nodes.properties.configured.description = "Nodes - Comma-separated list of nodes which are associated with this partition"; |
| Replaced |
.components.schemas["v0.0.43_partition_info"].properties.nodes.properties.total.description = "TotalNodes - Number of nodes available in this partition"; |
| Replaced |
.components.schemas["v0.0.43_partition_info"].properties.partition.properties.state.items = {}; |
| Added |
.components.schemas["v0.0.43_partition_info"].properties.partition.properties.state.items.enum = []; |
| Added |
.components.schemas["v0.0.43_partition_info"].properties.partition.properties.state.items.enum[0] = "INACTIVE"; |
| Added |
.components.schemas["v0.0.43_partition_info"].properties.partition.properties.state.items.enum[1] = "UNKNOWN"; |
| Added |
.components.schemas["v0.0.43_partition_info"].properties.partition.properties.state.items.enum[2] = "UP"; |
| Added |
.components.schemas["v0.0.43_partition_info"].properties.partition.properties.state.items.enum[3] = "DOWN"; |
| Added |
.components.schemas["v0.0.43_partition_info"].properties.partition.properties.state.items.enum[4] = "DRAIN"; |
| Added |
.components.schemas["v0.0.43_partition_info"].properties.partition.properties.state.items.type = "string"; |
| Added |
.components.schemas["v0.0.43_partition_info"].properties.partition.properties.state.type = "array"; |
| Replaced |
.components.schemas["v0.0.43_partition_info"].properties.priority.properties.job_factor.description = "PriorityJobFactor - Partition factor used by priority/multifactor plugin in calculating job priority"; |
| Replaced |
.components.schemas["v0.0.43_partition_info"].properties.priority.properties.tier.description = "PriorityTier - Controls the order in which the scheduler evaluates jobs from different partitions"; |
| Replaced |
.components.schemas["v0.0.43_partition_info"].properties.qos.properties.allowed.description = "AllowQOS - Comma-separated list of Qos which may execute jobs in the partition"; |
| Replaced |
.components.schemas["v0.0.43_partition_info"].properties.qos.properties.assigned.description = "QOS - QOS name containing limits that will apply to all jobs in this partition"; |
| Replaced |
.components.schemas["v0.0.43_partition_info"].properties.qos.properties.deny.description = "DenyQOS - Comma-separated list of Qos which may not execute jobs in the partition"; |
| Replaced |
.components.schemas["v0.0.43_partition_info"].properties.select_type.items = {}; |
| Added |
.components.schemas["v0.0.43_partition_info"].properties.select_type.items.enum = []; |
| Added |
.components.schemas["v0.0.43_partition_info"].properties.select_type.items.enum[0] = "CPU"; |
| Added |
.components.schemas["v0.0.43_partition_info"].properties.select_type.items.enum[1] = "SOCKET"; |
| Added |
.components.schemas["v0.0.43_partition_info"].properties.select_type.items.enum[2] = "CORE"; |
| Added |
.components.schemas["v0.0.43_partition_info"].properties.select_type.items.enum[3] = "BOARD"; |
| Added |
.components.schemas["v0.0.43_partition_info"].properties.select_type.items.enum[4] = "MEMORY"; |
| Added |
.components.schemas["v0.0.43_partition_info"].properties.select_type.items.enum[5] = "ONE_TASK_PER_CORE"; |
| Added |
.components.schemas["v0.0.43_partition_info"].properties.select_type.items.enum[6] = "PACK_NODES"; |
| Added |
.components.schemas["v0.0.43_partition_info"].properties.select_type.items.enum[7] = "CORE_DEFAULT_DIST_BLOCK"; |
| Added |
.components.schemas["v0.0.43_partition_info"].properties.select_type.items.enum[8] = "LLN"; |
| Added |
.components.schemas["v0.0.43_partition_info"].properties.select_type.items.enum[9] = "LINEAR"; |
| Added |
.components.schemas["v0.0.43_partition_info"].properties.select_type.items.type = "string"; |
| Added |
.components.schemas["v0.0.43_partition_info"].properties.select_type.type = "array"; |
| Replaced |
.components.schemas["v0.0.43_partition_info"].properties.suspend_time.description = "SuspendTime - Nodes which remain idle or down for this number of seconds will be placed into power save mode (GLOBAL if both set and infinite are false) (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_partition_info"].properties.timeouts.properties.resume.description = "ResumeTimeout - Resumed nodes which fail to respond in this time frame will be marked DOWN (GLOBAL if both set and infinite are false) (16 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_partition_info"].properties.timeouts.properties.suspend.description = "SuspendTimeout - Maximum time permitted (in seconds) between when a node suspend request is issued and when the node is shutdown (GLOBAL if both set and infinite are false) (16 bit integer number with flags)"; |
| Added |
.components.schemas["v0.0.43_partition_info"].properties.topology = {}; |
| Added |
.components.schemas["v0.0.43_partition_info"].properties.topology.description = "Topology - Name of the topology, defined in topology.yaml, used by jobs in this partition"; |
| Added |
.components.schemas["v0.0.43_partition_info"].properties.topology.type = "string"; |
| Replaced |
.components.schemas["v0.0.43_partition_info"].properties.tres.properties.billing_weights.description = "TRESBillingWeights - Billing weights of each tracked TRES type that will be used in calculating the usage of a job"; |
| Replaced |
.components.schemas["v0.0.43_partition_info"].properties.tres.properties.configured.description = "TRES - Number of each applicable TRES type available in this partition"; |
| Removed |
.components.schemas["v0.0.43_partition_states"] = {}; |
| Removed |
.components.schemas["v0.0.43_partition_states"].items = {}; |
| Removed |
.components.schemas["v0.0.43_partition_states"].items.enum = []; |
| Removed |
.components.schemas["v0.0.43_partition_states"].items.enum[0] = "INACTIVE"; |
| Removed |
.components.schemas["v0.0.43_partition_states"].items.enum[1] = "UNKNOWN"; |
| Removed |
.components.schemas["v0.0.43_partition_states"].items.enum[2] = "UP"; |
| Removed |
.components.schemas["v0.0.43_partition_states"].items.enum[3] = "DOWN"; |
| Removed |
.components.schemas["v0.0.43_partition_states"].items.enum[4] = "DRAIN"; |
| Removed |
.components.schemas["v0.0.43_partition_states"].items.type = "string"; |
| Removed |
.components.schemas["v0.0.43_partition_states"].type = "array"; |
| Removed |
.components.schemas["v0.0.43_process_exit_code_status"] = {}; |
| Removed |
.components.schemas["v0.0.43_process_exit_code_status"].items = {}; |
| Removed |
.components.schemas["v0.0.43_process_exit_code_status"].items.enum = []; |
| Removed |
.components.schemas["v0.0.43_process_exit_code_status"].items.enum[0] = "INVALID"; |
| Removed |
.components.schemas["v0.0.43_process_exit_code_status"].items.enum[1] = "PENDING"; |
| Removed |
.components.schemas["v0.0.43_process_exit_code_status"].items.enum[2] = "SUCCESS"; |
| Removed |
.components.schemas["v0.0.43_process_exit_code_status"].items.enum[3] = "ERROR"; |
| Removed |
.components.schemas["v0.0.43_process_exit_code_status"].items.enum[4] = "SIGNALED"; |
| Removed |
.components.schemas["v0.0.43_process_exit_code_status"].items.enum[5] = "CORE_DUMPED"; |
| Removed |
.components.schemas["v0.0.43_process_exit_code_status"].items.type = "string"; |
| Removed |
.components.schemas["v0.0.43_process_exit_code_status"].type = "array"; |
| Replaced |
.components.schemas["v0.0.43_process_exit_code_verbose"].properties.return_code.description = "Process return code (numeric) (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_process_exit_code_verbose"].properties.signal.properties.id.description = "Signal sent to process (numeric) (16 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_process_exit_code_verbose"].properties.status.items = {}; |
| Added |
.components.schemas["v0.0.43_process_exit_code_verbose"].properties.status.items.enum = []; |
| Added |
.components.schemas["v0.0.43_process_exit_code_verbose"].properties.status.items.enum[0] = "INVALID"; |
| Added |
.components.schemas["v0.0.43_process_exit_code_verbose"].properties.status.items.enum[1] = "PENDING"; |
| Added |
.components.schemas["v0.0.43_process_exit_code_verbose"].properties.status.items.enum[2] = "SUCCESS"; |
| Added |
.components.schemas["v0.0.43_process_exit_code_verbose"].properties.status.items.enum[3] = "ERROR"; |
| Added |
.components.schemas["v0.0.43_process_exit_code_verbose"].properties.status.items.enum[4] = "SIGNALED"; |
| Added |
.components.schemas["v0.0.43_process_exit_code_verbose"].properties.status.items.enum[5] = "CORE_DUMPED"; |
| Added |
.components.schemas["v0.0.43_process_exit_code_verbose"].properties.status.items.type = "string"; |
| Added |
.components.schemas["v0.0.43_process_exit_code_verbose"].properties.status.type = "array"; |
| Replaced |
.components.schemas["v0.0.43_qos"].properties.flags.items = {}; |
| Added |
.components.schemas["v0.0.43_qos"].properties.flags.items.enum = []; |
| Added |
.components.schemas["v0.0.43_qos"].properties.flags.items.enum[0] = "NOT_SET"; |
| Added |
.components.schemas["v0.0.43_qos"].properties.flags.items.enum[1] = "ADD"; |
| Added |
.components.schemas["v0.0.43_qos"].properties.flags.items.enum[2] = "REMOVE"; |
| Added |
.components.schemas["v0.0.43_qos"].properties.flags.items.enum[3] = "DELETED"; |
| Added |
.components.schemas["v0.0.43_qos"].properties.flags.items.enum[4] = "PARTITION_MINIMUM_NODE"; |
| Added |
.components.schemas["v0.0.43_qos"].properties.flags.items.enum[5] = "PARTITION_MAXIMUM_NODE"; |
| Added |
.components.schemas["v0.0.43_qos"].properties.flags.items.enum[6] = "PARTITION_TIME_LIMIT"; |
| Added |
.components.schemas["v0.0.43_qos"].properties.flags.items.enum[7] = "ENFORCE_USAGE_THRESHOLD"; |
| Added |
.components.schemas["v0.0.43_qos"].properties.flags.items.enum[8] = "NO_RESERVE"; |
| Added |
.components.schemas["v0.0.43_qos"].properties.flags.items.enum[9] = "REQUIRED_RESERVATION"; |
| Added |
.components.schemas["v0.0.43_qos"].properties.flags.items.enum[10] = "DENY_LIMIT"; |
| Added |
.components.schemas["v0.0.43_qos"].properties.flags.items.enum[11] = "OVERRIDE_PARTITION_QOS"; |
| Added |
.components.schemas["v0.0.43_qos"].properties.flags.items.enum[12] = "PARTITION_QOS"; |
| Added |
.components.schemas["v0.0.43_qos"].properties.flags.items.enum[13] = "NO_DECAY"; |
| Added |
.components.schemas["v0.0.43_qos"].properties.flags.items.enum[14] = "USAGE_FACTOR_SAFE"; |
| Added |
.components.schemas["v0.0.43_qos"].properties.flags.items.enum[15] = "RELATIVE"; |
| Added |
.components.schemas["v0.0.43_qos"].properties.flags.items.type = "string"; |
| Added |
.components.schemas["v0.0.43_qos"].properties.flags.type = "array"; |
| Replaced |
.components.schemas["v0.0.43_qos"].properties.limits.properties.factor.description = "LimitFactor - A float that is factored into an association's [Grp|Max]TRES limits (64 bit floating point number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_qos"].properties.limits.properties.grace_time.description = "GraceTime - Preemption grace time in seconds to be extended to a job which has been selected for preemption"; |
| Replaced |
.components.schemas["v0.0.43_qos"].properties.limits.properties.max.properties.accruing.properties.per.properties.account.description = "MaxJobsAccruePerAccount - Maximum number of pending jobs an account (or subacct) can have accruing age priority (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_qos"].properties.limits.properties.max.properties.accruing.properties.per.properties.user.description = "MaxJobsAccruePerUser - Maximum number of pending jobs a user can have accruing age priority (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_qos"].properties.limits.properties.max.properties.active_jobs.properties.accruing.description = "GrpJobsAccrue - Maximum number of pending jobs able to accrue age priority (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_qos"].properties.limits.properties.max.properties.active_jobs.properties.count.description = "GrpJobs - Maximum number of running jobs (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_qos"].properties.limits.properties.max.properties.jobs.properties.active_jobs.properties.per.properties.account.description = "MaxJobsPerAccount - Maximum number of running jobs per account (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_qos"].properties.limits.properties.max.properties.jobs.properties.active_jobs.properties.per.properties.user.description = "MaxJobsPerUser - Maximum number of running jobs per user (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_qos"].properties.limits.properties.max.properties.jobs.properties.count.description = "GrpSubmitJobs - Maximum number of jobs in a pending or running state at any time (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_qos"].properties.limits.properties.max.properties.jobs.properties.per.properties.account.description = "MaxSubmitJobsPerAccount - Maximum number of jobs in a pending or running state per account (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_qos"].properties.limits.properties.max.properties.jobs.properties.per.properties.user.description = "MaxSubmitJobsPerUser - Maximum number of jobs in a pending or running state per user (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_qos"].properties.limits.properties.max.properties.tres.properties.minutes.properties.per.properties.account.description = "MaxTRESRunMinsPerAccount - Maximum number of TRES minutes each account can use"; |
| Replaced |
.components.schemas["v0.0.43_qos"].properties.limits.properties.max.properties.tres.properties.minutes.properties.per.properties.job.description = "MaxTRESMinsPerJob - Maximum number of TRES minutes each job can use"; |
| Replaced |
.components.schemas["v0.0.43_qos"].properties.limits.properties.max.properties.tres.properties.minutes.properties.per.properties.qos.description = "GrpTRESRunMins - Maximum number of TRES minutes able to be allocated by running jobs"; |
| Replaced |
.components.schemas["v0.0.43_qos"].properties.limits.properties.max.properties.tres.properties.minutes.properties.per.properties.user.description = "MaxTRESRunMinsPerUser - Maximum number of TRES minutes each user can use"; |
| Replaced |
.components.schemas["v0.0.43_qos"].properties.limits.properties.max.properties.tres.properties.minutes.properties.total.description = "GrpTRESMins - Maximum number of TRES minutes that can possibly be used by past, present, and future jobs"; |
| Replaced |
.components.schemas["v0.0.43_qos"].properties.limits.properties.max.properties.tres.properties.per.properties.account.description = "MaxTRESPerAccount - Maximum number of TRES each account can use"; |
| Replaced |
.components.schemas["v0.0.43_qos"].properties.limits.properties.max.properties.tres.properties.per.properties.job.description = "MaxTRESPerJob - Maximum number of TRES each job can use"; |
| Replaced |
.components.schemas["v0.0.43_qos"].properties.limits.properties.max.properties.tres.properties.per.properties.node.description = "MaxTRESPerNode - Maximum number of TRES each node in a job allocation can use"; |
| Replaced |
.components.schemas["v0.0.43_qos"].properties.limits.properties.max.properties.tres.properties.per.properties.user.description = "MaxTRESPerUser - Maximum number of TRES each user can use"; |
| Replaced |
.components.schemas["v0.0.43_qos"].properties.limits.properties.max.properties.tres.properties.total.description = "GrpTRES - Maximum number of TRES able to be allocated by running jobs"; |
| Replaced |
.components.schemas["v0.0.43_qos"].properties.limits.properties.max.properties.wall_clock.properties.per.properties.job.description = "MaxWallDurationPerJob - Maximum wall clock time in minutes each job can use (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_qos"].properties.limits.properties.max.properties.wall_clock.properties.per.properties.qos.description = "GrpWall - Maximum wall clock time in minutes able to be allocated by running jobs (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_qos"].properties.limits.properties.min.properties.priority_threshold.description = "MinPrioThreshold - Minimum priority required to reserve resources when scheduling (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_qos"].properties.limits.properties.min.properties.tres.properties.per.properties.job.description = "MinTRESPerJob - Minimum number of TRES each job running under this QOS must request"; |
| Replaced |
.components.schemas["v0.0.43_qos"].properties.preempt.properties.exempt_time.description = "PreemptExemptTime - Specifies a minimum run time for jobs before they are considered for preemption (32 bit integer number with flags)"; |
| Removed |
.components.schemas["v0.0.43_qos"].properties.preempt.properties.mode.$ref = "#/components/schemas/v0.0.43_qos_preempt_modes"; |
| Replaced |
.components.schemas["v0.0.43_qos"].properties.preempt.properties.mode.description = "PreemptMode - Mechanism used to preempt jobs or enable gang scheduling"; |
| Added |
.components.schemas["v0.0.43_qos"].properties.preempt.properties.mode.items = {}; |
| Added |
.components.schemas["v0.0.43_qos"].properties.preempt.properties.mode.items.enum = []; |
| Added |
.components.schemas["v0.0.43_qos"].properties.preempt.properties.mode.items.enum[0] = "DISABLED"; |
| Added |
.components.schemas["v0.0.43_qos"].properties.preempt.properties.mode.items.enum[1] = "SUSPEND"; |
| Added |
.components.schemas["v0.0.43_qos"].properties.preempt.properties.mode.items.enum[2] = "REQUEUE"; |
| Added |
.components.schemas["v0.0.43_qos"].properties.preempt.properties.mode.items.enum[3] = "CANCEL"; |
| Added |
.components.schemas["v0.0.43_qos"].properties.preempt.properties.mode.items.enum[4] = "GANG"; |
| Added |
.components.schemas["v0.0.43_qos"].properties.preempt.properties.mode.items.type = "string"; |
| Added |
.components.schemas["v0.0.43_qos"].properties.preempt.properties.mode.type = "array"; |
| Replaced |
.components.schemas["v0.0.43_qos"].properties.priority.description = "Priority - QOS priority factor (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_qos"].properties.usage_factor.description = "UsageFactor - A float that is factored into a job's TRES usage (64 bit floating point number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_qos"].properties.usage_threshold.description = "UsageThreshold - A float representing the lowest fairshare of an association allowed to run a job (64 bit floating point number with flags)"; |
| Removed |
.components.schemas["v0.0.43_qos_flags"] = {}; |
| Removed |
.components.schemas["v0.0.43_qos_flags"].items = {}; |
| Removed |
.components.schemas["v0.0.43_qos_flags"].items.enum = []; |
| Removed |
.components.schemas["v0.0.43_qos_flags"].items.enum[0] = "NOT_SET"; |
| Removed |
.components.schemas["v0.0.43_qos_flags"].items.enum[1] = "ADD"; |
| Removed |
.components.schemas["v0.0.43_qos_flags"].items.enum[2] = "REMOVE"; |
| Removed |
.components.schemas["v0.0.43_qos_flags"].items.enum[3] = "PARTITION_MINIMUM_NODE"; |
| Removed |
.components.schemas["v0.0.43_qos_flags"].items.enum[4] = "PARTITION_MAXIMUM_NODE"; |
| Removed |
.components.schemas["v0.0.43_qos_flags"].items.enum[5] = "PARTITION_TIME_LIMIT"; |
| Removed |
.components.schemas["v0.0.43_qos_flags"].items.enum[6] = "ENFORCE_USAGE_THRESHOLD"; |
| Removed |
.components.schemas["v0.0.43_qos_flags"].items.enum[7] = "NO_RESERVE"; |
| Removed |
.components.schemas["v0.0.43_qos_flags"].items.enum[8] = "REQUIRED_RESERVATION"; |
| Removed |
.components.schemas["v0.0.43_qos_flags"].items.enum[9] = "DENY_LIMIT"; |
| Removed |
.components.schemas["v0.0.43_qos_flags"].items.enum[10] = "OVERRIDE_PARTITION_QOS"; |
| Removed |
.components.schemas["v0.0.43_qos_flags"].items.enum[11] = "NO_DECAY"; |
| Removed |
.components.schemas["v0.0.43_qos_flags"].items.enum[12] = "USAGE_FACTOR_SAFE"; |
| Removed |
.components.schemas["v0.0.43_qos_flags"].items.enum[13] = "RELATIVE"; |
| Removed |
.components.schemas["v0.0.43_qos_flags"].items.type = "string"; |
| Removed |
.components.schemas["v0.0.43_qos_flags"].type = "array"; |
| Removed |
.components.schemas["v0.0.43_qos_preempt_modes"] = {}; |
| Removed |
.components.schemas["v0.0.43_qos_preempt_modes"].items = {}; |
| Removed |
.components.schemas["v0.0.43_qos_preempt_modes"].items.enum = []; |
| Removed |
.components.schemas["v0.0.43_qos_preempt_modes"].items.enum[0] = "DISABLED"; |
| Removed |
.components.schemas["v0.0.43_qos_preempt_modes"].items.enum[1] = "SUSPEND"; |
| Removed |
.components.schemas["v0.0.43_qos_preempt_modes"].items.enum[2] = "REQUEUE"; |
| Removed |
.components.schemas["v0.0.43_qos_preempt_modes"].items.enum[3] = "CANCEL"; |
| Removed |
.components.schemas["v0.0.43_qos_preempt_modes"].items.enum[4] = "GANG"; |
| Removed |
.components.schemas["v0.0.43_qos_preempt_modes"].items.type = "string"; |
| Removed |
.components.schemas["v0.0.43_qos_preempt_modes"].type = "array"; |
| Removed |
.components.schemas["v0.0.43_qos_string_id_list"].items.description = "List of QOS names"; |
| Removed |
.components.schemas["v0.0.43_reservation_flags"] = {}; |
| Removed |
.components.schemas["v0.0.43_reservation_flags"].items = {}; |
| Removed |
.components.schemas["v0.0.43_reservation_flags"].items.enum = []; |
| Removed |
.components.schemas["v0.0.43_reservation_flags"].items.enum[0] = "MAINT"; |
| Removed |
.components.schemas["v0.0.43_reservation_flags"].items.enum[1] = "NO_MAINT"; |
| Removed |
.components.schemas["v0.0.43_reservation_flags"].items.enum[2] = "DAILY"; |
| Removed |
.components.schemas["v0.0.43_reservation_flags"].items.enum[3] = "NO_DAILY"; |
| Removed |
.components.schemas["v0.0.43_reservation_flags"].items.enum[4] = "WEEKLY"; |
| Removed |
.components.schemas["v0.0.43_reservation_flags"].items.enum[5] = "NO_WEEKLY"; |
| Removed |
.components.schemas["v0.0.43_reservation_flags"].items.enum[6] = "IGNORE_JOBS"; |
| Removed |
.components.schemas["v0.0.43_reservation_flags"].items.enum[7] = "NO_IGNORE_JOBS"; |
| Removed |
.components.schemas["v0.0.43_reservation_flags"].items.enum[8] = "ANY_NODES"; |
| Removed |
.components.schemas["v0.0.43_reservation_flags"].items.enum[9] = "STATIC"; |
| Removed |
.components.schemas["v0.0.43_reservation_flags"].items.enum[10] = "NO_STATIC"; |
| Removed |
.components.schemas["v0.0.43_reservation_flags"].items.enum[11] = "PART_NODES"; |
| Removed |
.components.schemas["v0.0.43_reservation_flags"].items.enum[12] = "NO_PART_NODES"; |
| Removed |
.components.schemas["v0.0.43_reservation_flags"].items.enum[13] = "OVERLAP"; |
| Removed |
.components.schemas["v0.0.43_reservation_flags"].items.enum[14] = "SPEC_NODES"; |
| Removed |
.components.schemas["v0.0.43_reservation_flags"].items.enum[15] = "TIME_FLOAT"; |
| Removed |
.components.schemas["v0.0.43_reservation_flags"].items.enum[16] = "REPLACE"; |
| Removed |
.components.schemas["v0.0.43_reservation_flags"].items.enum[17] = "ALL_NODES"; |
| Removed |
.components.schemas["v0.0.43_reservation_flags"].items.enum[18] = "PURGE_COMP"; |
| Removed |
.components.schemas["v0.0.43_reservation_flags"].items.enum[19] = "WEEKDAY"; |
| Removed |
.components.schemas["v0.0.43_reservation_flags"].items.enum[20] = "NO_WEEKDAY"; |
| Removed |
.components.schemas["v0.0.43_reservation_flags"].items.enum[21] = "WEEKEND"; |
| Removed |
.components.schemas["v0.0.43_reservation_flags"].items.enum[22] = "NO_WEEKEND"; |
| Removed |
.components.schemas["v0.0.43_reservation_flags"].items.enum[23] = "FLEX"; |
| Removed |
.components.schemas["v0.0.43_reservation_flags"].items.enum[24] = "NO_FLEX"; |
| Removed |
.components.schemas["v0.0.43_reservation_flags"].items.enum[25] = "DURATION_PLUS"; |
| Removed |
.components.schemas["v0.0.43_reservation_flags"].items.enum[26] = "DURATION_MINUS"; |
| Removed |
.components.schemas["v0.0.43_reservation_flags"].items.enum[27] = "NO_HOLD_JOBS_AFTER_END"; |
| Removed |
.components.schemas["v0.0.43_reservation_flags"].items.enum[28] = "NO_PURGE_COMP"; |
| Removed |
.components.schemas["v0.0.43_reservation_flags"].items.enum[29] = "MAGNETIC"; |
| Removed |
.components.schemas["v0.0.43_reservation_flags"].items.enum[30] = "SKIP"; |
| Removed |
.components.schemas["v0.0.43_reservation_flags"].items.enum[31] = "HOURLY"; |
| Removed |
.components.schemas["v0.0.43_reservation_flags"].items.enum[32] = "NO_HOURLY"; |
| Removed |
.components.schemas["v0.0.43_reservation_flags"].items.enum[33] = "USER_DELETE"; |
| Removed |
.components.schemas["v0.0.43_reservation_flags"].items.enum[34] = "NO_USER_DELETE"; |
| Removed |
.components.schemas["v0.0.43_reservation_flags"].items.enum[35] = "REOCCURRING"; |
| Removed |
.components.schemas["v0.0.43_reservation_flags"].items.type = "string"; |
| Replaced |
.components.schemas["v0.0.43_reservation_desc_msg"] = {}; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties = {}; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.accounts = {}; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.accounts.$ref = "#/components/schemas/v0.0.43_csv_string"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.accounts.description = "List of permitted accounts"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.burst_buffer = {}; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.burst_buffer.description = "BurstBuffer"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.burst_buffer.type = "string"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.comment = {}; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.comment.description = "Arbitrary string"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.comment.type = "string"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.core_count = {}; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.core_count.$ref = "#/components/schemas/v0.0.43_uint32_no_val_struct"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.core_count.description = "Number of cores to reserve (32 bit integer number with flags)"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.duration = {}; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.duration.$ref = "#/components/schemas/v0.0.43_uint32_no_val_struct"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.duration.description = "The length of a reservation in minutes (32 bit integer number with flags)"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.end_time = {}; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.end_time.$ref = "#/components/schemas/v0.0.43_uint64_no_val_struct"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.end_time.description = "EndTime (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.features = {}; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.features.description = "Requested node features. Multiple values may be \"&\" separated if all features are required (AND operation) or separated by \"|\" if any of the specified features are required (OR operation). Parenthesis are also supported for features to be ANDed together with counts of nodes having the specified features."; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.features.type = "string"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.flags = {}; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.description = "Flags associated with this reservation. Note, to remove flags use \"NO_\" prefixed flag excluding NO_HOLD_JOBS_AFTER_END"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items = {}; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum = []; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[0] = "MAINT"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[1] = "NO_MAINT"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[2] = "DAILY"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[3] = "NO_DAILY"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[4] = "WEEKLY"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[5] = "NO_WEEKLY"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[6] = "IGNORE_JOBS"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[7] = "NO_IGNORE_JOBS"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[8] = "ANY_NODES"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[9] = "STATIC"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[10] = "NO_STATIC"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[11] = "PART_NODES"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[12] = "NO_PART_NODES"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[13] = "OVERLAP"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[14] = "SPEC_NODES"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[15] = "TIME_FLOAT"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[16] = "REPLACE"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[17] = "ALL_NODES"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[18] = "PURGE_COMP"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[19] = "WEEKDAY"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[20] = "NO_WEEKDAY"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[21] = "WEEKEND"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[22] = "NO_WEEKEND"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[23] = "FLEX"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[24] = "NO_FLEX"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[25] = "DURATION_PLUS"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[26] = "DURATION_MINUS"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[27] = "NO_HOLD_JOBS_AFTER_END"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[28] = "NO_PURGE_COMP"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[29] = "MAGNETIC"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[30] = "SKIP"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[31] = "HOURLY"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[32] = "NO_HOURLY"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[33] = "USER_DELETE"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[34] = "NO_USER_DELETE"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[35] = "REOCCURRING"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.type = "string"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.type = "array"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.groups = {}; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.groups.$ref = "#/components/schemas/v0.0.43_csv_string"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.groups.description = "List of groups permitted to use the reservation. This is mutually exclusive with users."; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.licenses = {}; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.licenses.$ref = "#/components/schemas/v0.0.43_csv_string"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.licenses.description = "List of license names"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.max_start_delay = {}; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.max_start_delay.$ref = "#/components/schemas/v0.0.43_uint32_no_val_struct"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.max_start_delay.description = "MaxStartDelay in seconds (32 bit integer number with flags)"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.name = {}; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.name.description = "ReservationName"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.name.type = "string"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.node_count = {}; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.node_count.$ref = "#/components/schemas/v0.0.43_uint32_no_val_struct"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.node_count.description = "NodeCnt (32 bit integer number with flags)"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.node_list = {}; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.node_list.$ref = "#/components/schemas/v0.0.43_hostlist_string"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.node_list.description = "The nodes to be reserved. Multiple node names may be specified using simple node range expressions."; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.partition = {}; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.partition.description = "Partition used to reserve nodes from. This will attempt to allocate all nodes in the specified partition unless you request fewer resources than are available with core_cnt, node_cnt or tres."; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.partition.type = "string"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.purge_completed = {}; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.purge_completed.properties = {}; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.purge_completed.properties.time = {}; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.purge_completed.properties.time.$ref = "#/components/schemas/v0.0.43_uint32_no_val_struct"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.purge_completed.properties.time.description = "If PURGE_COMP flag is set, the number of seconds this reservation will sit idle until it is revoked (32 bit integer number with flags)"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.purge_completed.type = "object"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.start_time = {}; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.start_time.$ref = "#/components/schemas/v0.0.43_uint64_no_val_struct"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.start_time.description = "StartTime (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.tres = {}; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.tres.$ref = "#/components/schemas/v0.0.43_tres_list"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.tres.description = "List of trackable resources"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.users = {}; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.users.$ref = "#/components/schemas/v0.0.43_csv_string"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].properties.users.description = "List of permitted users"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].required = []; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg"].type = "object"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg_list"] = {}; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg_list"].items = {}; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg_list"].items.$ref = "#/components/schemas/v0.0.43_reservation_desc_msg"; |
| Added |
.components.schemas["v0.0.43_reservation_desc_msg_list"].type = "array"; |
| Replaced |
.components.schemas["v0.0.43_reservation_info"].properties.accounts.description = "Comma-separated list of permitted accounts"; |
| Replaced |
.components.schemas["v0.0.43_reservation_info"].properties.burst_buffer.description = "BurstBuffer - Burst buffer resources reserved"; |
| Replaced |
.components.schemas["v0.0.43_reservation_info"].properties.core_count.description = "CoreCnt - Number of cores reserved"; |
| Replaced |
.components.schemas["v0.0.43_reservation_info"].properties.end_time.description = "EndTime (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_reservation_info"].properties.features.description = "Features - Expression describing the reservation's required node features"; |
| Replaced |
.components.schemas["v0.0.43_reservation_info"].properties.flags.items = {}; |
| Added |
.components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum = []; |
| Added |
.components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[0] = "MAINT"; |
| Added |
.components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[1] = "NO_MAINT"; |
| Added |
.components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[2] = "DAILY"; |
| Added |
.components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[3] = "NO_DAILY"; |
| Added |
.components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[4] = "WEEKLY"; |
| Added |
.components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[5] = "NO_WEEKLY"; |
| Added |
.components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[6] = "IGNORE_JOBS"; |
| Added |
.components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[7] = "NO_IGNORE_JOBS"; |
| Added |
.components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[8] = "ANY_NODES"; |
| Added |
.components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[9] = "STATIC"; |
| Added |
.components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[10] = "NO_STATIC"; |
| Added |
.components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[11] = "PART_NODES"; |
| Added |
.components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[12] = "NO_PART_NODES"; |
| Added |
.components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[13] = "OVERLAP"; |
| Added |
.components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[14] = "SPEC_NODES"; |
| Added |
.components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[15] = "TIME_FLOAT"; |
| Added |
.components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[16] = "REPLACE"; |
| Added |
.components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[17] = "ALL_NODES"; |
| Added |
.components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[18] = "PURGE_COMP"; |
| Added |
.components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[19] = "WEEKDAY"; |
| Added |
.components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[20] = "NO_WEEKDAY"; |
| Added |
.components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[21] = "WEEKEND"; |
| Added |
.components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[22] = "NO_WEEKEND"; |
| Added |
.components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[23] = "FLEX"; |
| Added |
.components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[24] = "NO_FLEX"; |
| Added |
.components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[25] = "DURATION_PLUS"; |
| Added |
.components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[26] = "DURATION_MINUS"; |
| Added |
.components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[27] = "NO_HOLD_JOBS_AFTER_END"; |
| Added |
.components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[28] = "NO_PURGE_COMP"; |
| Added |
.components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[29] = "MAGNETIC"; |
| Added |
.components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[30] = "SKIP"; |
| Added |
.components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[31] = "HOURLY"; |
| Added |
.components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[32] = "NO_HOURLY"; |
| Added |
.components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[33] = "USER_DELETE"; |
| Added |
.components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[34] = "NO_USER_DELETE"; |
| Added |
.components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[35] = "REOCCURRING"; |
| Added |
.components.schemas["v0.0.43_reservation_info"].properties.flags.items.type = "string"; |
| Added |
.components.schemas["v0.0.43_reservation_info"].properties.flags.type = "array"; |
| Replaced |
.components.schemas["v0.0.43_reservation_info"].properties.groups.description = "Groups - Comma-separated list of permitted groups"; |
| Replaced |
.components.schemas["v0.0.43_reservation_info"].properties.licenses.description = "Licenses - Comma-separated list of licenses reserved"; |
| Replaced |
.components.schemas["v0.0.43_reservation_info"].properties.max_start_delay.description = "MaxStartDelay - Maximum time an eligible job not requesting this reservation can delay a job requesting it in seconds"; |
| Replaced |
.components.schemas["v0.0.43_reservation_info"].properties.name.description = "ReservationName - Name of the reservation"; |
| Replaced |
.components.schemas["v0.0.43_reservation_info"].properties.node_count.description = "NodeCnt - Number of nodes reserved"; |
| Replaced |
.components.schemas["v0.0.43_reservation_info"].properties.node_list.description = "Nodes - Comma-separated list of node names and/or node ranges reserved"; |
| Replaced |
.components.schemas["v0.0.43_reservation_info"].properties.partition.description = "PartitionName - Partition used to reserve nodes from"; |
| Replaced |
.components.schemas["v0.0.43_reservation_info"].properties.purge_completed.properties.time.description = "If PURGE_COMP flag is set, the number of seconds this reservation will sit idle until it is revoked (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_reservation_info"].properties.start_time.description = "StartTime (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_reservation_info"].properties.tres.description = "Comma-separated list of required TRES"; |
| Replaced |
.components.schemas["v0.0.43_reservation_info"].properties.users.description = "Comma-separated list of permitted users"; |
| Added |
.components.schemas["v0.0.43_reservation_mod_req"] = {}; |
| Added |
.components.schemas["v0.0.43_reservation_mod_req"].properties = {}; |
| Added |
.components.schemas["v0.0.43_reservation_mod_req"].properties.reservations = {}; |
| Added |
.components.schemas["v0.0.43_reservation_mod_req"].properties.reservations.$ref = "#/components/schemas/v0.0.43_reservation_desc_msg_list"; |
| Added |
.components.schemas["v0.0.43_reservation_mod_req"].properties.reservations.description = "Array of reservation descriptions"; |
| Added |
.components.schemas["v0.0.43_reservation_mod_req"].required = []; |
| Added |
.components.schemas["v0.0.43_reservation_mod_req"].type = "object"; |
| Replaced |
.components.schemas["v0.0.43_rollup_stats"].properties.daily.properties.last_run.description = "Last time daily rollup ran (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'))"; |
| Replaced |
.components.schemas["v0.0.43_rollup_stats"].properties.hourly.properties.last_run.description = "Last time hourly rollup ran (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'))"; |
| Replaced |
.components.schemas["v0.0.43_rollup_stats"].properties.monthly.properties.last_run.description = "Last time monthly rollup ran (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'))"; |
| Replaced |
.components.schemas["v0.0.43_shares_uint64_tres"].properties.value.description = "TRES value (64 bit integer number with flags)"; |
| Removed |
.components.schemas["v0.0.43_slurmdb_job_flags"] = {}; |
| Removed |
.components.schemas["v0.0.43_slurmdb_job_flags"].items = {}; |
| Removed |
.components.schemas["v0.0.43_slurmdb_job_flags"].items.enum = []; |
| Removed |
.components.schemas["v0.0.43_slurmdb_job_flags"].items.enum[0] = "NONE"; |
| Removed |
.components.schemas["v0.0.43_slurmdb_job_flags"].items.enum[1] = "CLEAR_SCHEDULING"; |
| Removed |
.components.schemas["v0.0.43_slurmdb_job_flags"].items.enum[2] = "NOT_SET"; |
| Removed |
.components.schemas["v0.0.43_slurmdb_job_flags"].items.enum[3] = "STARTED_ON_SUBMIT"; |
| Removed |
.components.schemas["v0.0.43_slurmdb_job_flags"].items.enum[4] = "STARTED_ON_SCHEDULE"; |
| Removed |
.components.schemas["v0.0.43_slurmdb_job_flags"].items.enum[5] = "STARTED_ON_BACKFILL"; |
| Removed |
.components.schemas["v0.0.43_slurmdb_job_flags"].items.enum[6] = "START_RECEIVED"; |
| Removed |
.components.schemas["v0.0.43_slurmdb_job_flags"].items.type = "string"; |
| Removed |
.components.schemas["v0.0.43_slurmdb_job_flags"].type = "array"; |
| Replaced |
.components.schemas["v0.0.43_slurmdbd_ping"].properties.primary.description = "Is responding slurmdbd the primary controller (Is responding slurmctld the primary controller)"; |
| Replaced |
.components.schemas["v0.0.43_stats_msg"].properties.bf_when_last_cycle.description = "When the last backfill scheduling cycle happened (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_stats_msg"].properties.job_states_ts.description = "When the job state counts were gathered (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_stats_msg"].properties.pending_rpcs.description = "Pending RPC statistics (Pending RPCs)"; |
| Replaced |
.components.schemas["v0.0.43_stats_msg"].properties.pending_rpcs_by_hostlist.description = "Pending RPCs hostlists (Pending RPCs by hostlist)"; |
| Replaced |
.components.schemas["v0.0.43_stats_msg"].properties.req_time.description = "When the request was made (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_stats_msg"].properties.req_time_start.description = "When the data in the report started (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_stats_msg"].properties.rpcs_by_message_type.description = "Most frequently issued remote procedure calls (RPCs) (RPCs by type)"; |
| Replaced |
.components.schemas["v0.0.43_stats_msg"].properties.rpcs_by_user.description = "RPCs issued by user ID (RPCs by user)"; |
| Replaced |
.components.schemas["v0.0.43_stats_msg_rpc_dump"].properties.message_type.description = "Message type as string (Slurm RPC message type)"; |
| Replaced |
.components.schemas["v0.0.43_stats_msg_rpc_queue"].properties.message_type.description = "Message type as string (Slurm RPC message type)"; |
| Replaced |
.components.schemas["v0.0.43_stats_msg_rpc_type"].properties.average_time.description = "Average time spent processing RPC in seconds (64 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_stats_msg_rpc_type"].properties.message_type.description = "Message type as string (Slurm RPC message type)"; |
| Replaced |
.components.schemas["v0.0.43_stats_msg_rpc_user"].properties.average_time.description = "Average time spent processing RPC in seconds (64 bit integer number with flags)"; |
| Removed |
.components.schemas["v0.0.43_stats_msg_rpcs_by_type"].items.description = "RPCs by type"; |
| Removed |
.components.schemas["v0.0.43_stats_msg_rpcs_by_user"].items.description = "RPCs by user"; |
| Removed |
.components.schemas["v0.0.43_stats_msg_rpcs_dump"].items.description = "Pending RPCs by hostlist"; |
| Removed |
.components.schemas["v0.0.43_stats_msg_rpcs_queue"].items.description = "Pending RPCs"; |
| Replaced |
.components.schemas["v0.0.43_stats_rec"].properties.time_start.description = "When data collection started (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'))"; |
| Replaced |
.components.schemas["v0.0.43_step"].properties.CPU.properties.requested_frequency.properties.max.description = "Maximum requested CPU frequency in kHz (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_step"].properties.CPU.properties.requested_frequency.properties.min.description = "Minimum requested CPU frequency in kHz (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_step"].properties.exit_code.description = "Exit code (return code returned by process)"; |
| Replaced |
.components.schemas["v0.0.43_step"].properties.state.items = {}; |
| Added |
.components.schemas["v0.0.43_step"].properties.state.items.enum = []; |
| Added |
.components.schemas["v0.0.43_step"].properties.state.items.enum[0] = "PENDING"; |
| Added |
.components.schemas["v0.0.43_step"].properties.state.items.enum[1] = "RUNNING"; |
| Added |
.components.schemas["v0.0.43_step"].properties.state.items.enum[2] = "SUSPENDED"; |
| Added |
.components.schemas["v0.0.43_step"].properties.state.items.enum[3] = "COMPLETED"; |
| Added |
.components.schemas["v0.0.43_step"].properties.state.items.enum[4] = "CANCELLED"; |
| Added |
.components.schemas["v0.0.43_step"].properties.state.items.enum[5] = "FAILED"; |
| Added |
.components.schemas["v0.0.43_step"].properties.state.items.enum[6] = "TIMEOUT"; |
| Added |
.components.schemas["v0.0.43_step"].properties.state.items.enum[7] = "NODE_FAIL"; |
| Added |
.components.schemas["v0.0.43_step"].properties.state.items.enum[8] = "PREEMPTED"; |
| Added |
.components.schemas["v0.0.43_step"].properties.state.items.enum[9] = "BOOT_FAIL"; |
| Added |
.components.schemas["v0.0.43_step"].properties.state.items.enum[10] = "DEADLINE"; |
| Added |
.components.schemas["v0.0.43_step"].properties.state.items.enum[11] = "OUT_OF_MEMORY"; |
| Added |
.components.schemas["v0.0.43_step"].properties.state.items.enum[12] = "LAUNCH_FAILED"; |
| Added |
.components.schemas["v0.0.43_step"].properties.state.items.enum[13] = "REQUEUED"; |
| Added |
.components.schemas["v0.0.43_step"].properties.state.items.enum[14] = "REQUEUE_HOLD"; |
| Added |
.components.schemas["v0.0.43_step"].properties.state.items.enum[15] = "SPECIAL_EXIT"; |
| Added |
.components.schemas["v0.0.43_step"].properties.state.items.enum[16] = "RESIZING"; |
| Added |
.components.schemas["v0.0.43_step"].properties.state.items.enum[17] = "CONFIGURING"; |
| Added |
.components.schemas["v0.0.43_step"].properties.state.items.enum[18] = "COMPLETING"; |
| Added |
.components.schemas["v0.0.43_step"].properties.state.items.enum[19] = "STOPPED"; |
| Added |
.components.schemas["v0.0.43_step"].properties.state.items.enum[20] = "RECONFIG_FAIL"; |
| Added |
.components.schemas["v0.0.43_step"].properties.state.items.enum[21] = "POWER_UP_NODE"; |
| Added |
.components.schemas["v0.0.43_step"].properties.state.items.enum[22] = "REVOKED"; |
| Added |
.components.schemas["v0.0.43_step"].properties.state.items.enum[23] = "REQUEUE_FED"; |
| Added |
.components.schemas["v0.0.43_step"].properties.state.items.enum[24] = "RESV_DEL_HOLD"; |
| Added |
.components.schemas["v0.0.43_step"].properties.state.items.enum[25] = "SIGNALING"; |
| Added |
.components.schemas["v0.0.43_step"].properties.state.items.enum[26] = "STAGE_OUT"; |
| Added |
.components.schemas["v0.0.43_step"].properties.state.items.type = "string"; |
| Added |
.components.schemas["v0.0.43_step"].properties.state.type = "array"; |
| Replaced |
.components.schemas["v0.0.43_step"].properties.statistics.properties.energy.properties.consumed.description = "Total energy consumed by all tasks in a job in joules (64 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_step"].properties.step.properties.id.description = "Step ID (Slurm job step ID)"; |
| Added |
.components.schemas["v0.0.43_step"].properties.step.properties.stderr = {}; |
| Added |
.components.schemas["v0.0.43_step"].properties.step.properties.stderr.description = "Path to stderr file"; |
| Added |
.components.schemas["v0.0.43_step"].properties.step.properties.stderr.type = "string"; |
| Added |
.components.schemas["v0.0.43_step"].properties.step.properties.stderr_expanded = {}; |
| Added |
.components.schemas["v0.0.43_step"].properties.step.properties.stderr_expanded.description = "Step stderr with expanded fields"; |
| Added |
.components.schemas["v0.0.43_step"].properties.step.properties.stderr_expanded.type = "string"; |
| Added |
.components.schemas["v0.0.43_step"].properties.step.properties.stdin = {}; |
| Added |
.components.schemas["v0.0.43_step"].properties.step.properties.stdin.description = "Path to stdin file"; |
| Added |
.components.schemas["v0.0.43_step"].properties.step.properties.stdin.type = "string"; |
| Added |
.components.schemas["v0.0.43_step"].properties.step.properties.stdin_expanded = {}; |
| Added |
.components.schemas["v0.0.43_step"].properties.step.properties.stdin_expanded.description = "Step stdin with expanded fields"; |
| Added |
.components.schemas["v0.0.43_step"].properties.step.properties.stdin_expanded.type = "string"; |
| Added |
.components.schemas["v0.0.43_step"].properties.step.properties.stdout = {}; |
| Added |
.components.schemas["v0.0.43_step"].properties.step.properties.stdout.description = "Path to stdout file"; |
| Added |
.components.schemas["v0.0.43_step"].properties.step.properties.stdout.type = "string"; |
| Added |
.components.schemas["v0.0.43_step"].properties.step.properties.stdout_expanded = {}; |
| Added |
.components.schemas["v0.0.43_step"].properties.step.properties.stdout_expanded.description = "Step stdout with expanded fields"; |
| Added |
.components.schemas["v0.0.43_step"].properties.step.properties.stdout_expanded.type = "string"; |
| Replaced |
.components.schemas["v0.0.43_step"].properties.time.properties.end.description = "End time (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
| Added |
.components.schemas["v0.0.43_step"].properties.time.properties.limit = {}; |
| Added |
.components.schemas["v0.0.43_step"].properties.time.properties.limit.$ref = "#/components/schemas/v0.0.43_uint32_no_val_struct"; |
| Added |
.components.schemas["v0.0.43_step"].properties.time.properties.limit.description = "Maximum run time in minutes (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_step"].properties.time.properties.start.description = "Time execution began (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_update_node_msg"].properties.resume_after.description = "Number of seconds after which to automatically resume DOWN or DRAINED node (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_update_node_msg"].properties.state.items = {}; |
| Added |
.components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum = []; |
| Added |
.components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum[0] = "INVALID"; |
| Added |
.components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum[1] = "UNKNOWN"; |
| Added |
.components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum[2] = "DOWN"; |
| Added |
.components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum[3] = "IDLE"; |
| Added |
.components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum[4] = "ALLOCATED"; |
| Added |
.components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum[5] = "ERROR"; |
| Added |
.components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum[6] = "MIXED"; |
| Added |
.components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum[7] = "FUTURE"; |
| Added |
.components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum[8] = "RESERVED"; |
| Added |
.components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum[9] = "UNDRAIN"; |
| Added |
.components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum[10] = "CLOUD"; |
| Added |
.components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum[11] = "RESUME"; |
| Added |
.components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum[12] = "DRAIN"; |
| Added |
.components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum[13] = "COMPLETING"; |
| Added |
.components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum[14] = "NOT_RESPONDING"; |
| Added |
.components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum[15] = "POWERED_DOWN"; |
| Added |
.components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum[16] = "FAIL"; |
| Added |
.components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum[17] = "POWERING_UP"; |
| Added |
.components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum[18] = "MAINTENANCE"; |
| Added |
.components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum[19] = "REBOOT_REQUESTED"; |
| Added |
.components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum[20] = "REBOOT_CANCELED"; |
| Added |
.components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum[21] = "POWERING_DOWN"; |
| Added |
.components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum[22] = "DYNAMIC_FUTURE"; |
| Added |
.components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum[23] = "REBOOT_ISSUED"; |
| Added |
.components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum[24] = "PLANNED"; |
| Added |
.components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum[25] = "INVALID_REG"; |
| Added |
.components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum[26] = "POWER_DOWN"; |
| Added |
.components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum[27] = "POWER_UP"; |
| Added |
.components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum[28] = "POWER_DRAIN"; |
| Added |
.components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum[29] = "DYNAMIC_NORM"; |
| Added |
.components.schemas["v0.0.43_update_node_msg"].properties.state.items.type = "string"; |
| Added |
.components.schemas["v0.0.43_update_node_msg"].properties.state.type = "array"; |
| Added |
.components.schemas["v0.0.43_update_node_msg"].properties.topology_str = {}; |
| Added |
.components.schemas["v0.0.43_update_node_msg"].properties.topology_str.description = "Topology"; |
| Added |
.components.schemas["v0.0.43_update_node_msg"].properties.topology_str.type = "string"; |
| Replaced |
.components.schemas["v0.0.43_update_node_msg"].properties.weight.description = "Weight of the node for scheduling purposes (32 bit integer number with flags)"; |
| Replaced |
.components.schemas["v0.0.43_user"].properties.administrator_level.items = {}; |
| Added |
.components.schemas["v0.0.43_user"].properties.administrator_level.items.enum = []; |
| Added |
.components.schemas["v0.0.43_user"].properties.administrator_level.items.enum[0] = "Not Set"; |
| Added |
.components.schemas["v0.0.43_user"].properties.administrator_level.items.enum[1] = "None"; |
| Added |
.components.schemas["v0.0.43_user"].properties.administrator_level.items.enum[2] = "Operator"; |
| Added |
.components.schemas["v0.0.43_user"].properties.administrator_level.items.enum[3] = "Administrator"; |
| Added |
.components.schemas["v0.0.43_user"].properties.administrator_level.items.type = "string"; |
| Added |
.components.schemas["v0.0.43_user"].properties.administrator_level.type = "array"; |
| Replaced |
.components.schemas["v0.0.43_user"].properties.flags.items = {}; |
| Added |
.components.schemas["v0.0.43_user"].properties.flags.items.enum = []; |
| Added |
.components.schemas["v0.0.43_user"].properties.flags.items.enum[0] = "NONE"; |
| Added |
.components.schemas["v0.0.43_user"].properties.flags.items.enum[1] = "DELETED"; |
| Added |
.components.schemas["v0.0.43_user"].properties.flags.items.type = "string"; |
| Added |
.components.schemas["v0.0.43_user"].properties.flags.type = "array"; |
| Removed |
.components.schemas["v0.0.43_user_flags"] = {}; |
| Removed |
.components.schemas["v0.0.43_user_flags"].items = {}; |
| Removed |
.components.schemas["v0.0.43_user_flags"].items.enum = []; |
| Removed |
.components.schemas["v0.0.43_user_flags"].items.enum[0] = "NONE"; |
| Removed |
.components.schemas["v0.0.43_user_flags"].items.enum[1] = "DELETED"; |
| Removed |
.components.schemas["v0.0.43_user_flags"].items.type = "string"; |
| Removed |
.components.schemas["v0.0.43_user_flags"].type = "array"; |
| Replaced |
.components.schemas["v0.0.43_user_short"].properties.adminlevel.items = {}; |
| Added |
.components.schemas["v0.0.43_user_short"].properties.adminlevel.items.enum = []; |
| Added |
.components.schemas["v0.0.43_user_short"].properties.adminlevel.items.enum[0] = "Not Set"; |
| Added |
.components.schemas["v0.0.43_user_short"].properties.adminlevel.items.enum[1] = "None"; |
| Added |
.components.schemas["v0.0.43_user_short"].properties.adminlevel.items.enum[2] = "Operator"; |
| Added |
.components.schemas["v0.0.43_user_short"].properties.adminlevel.items.enum[3] = "Administrator"; |
| Added |
.components.schemas["v0.0.43_user_short"].properties.adminlevel.items.type = "string"; |
| Added |
.components.schemas["v0.0.43_user_short"].properties.adminlevel.type = "array"; |
| Removed |
.components.schemas["v0.0.43_warn_flags"] = {}; |
| Removed |
.components.schemas["v0.0.43_warn_flags"].items = {}; |
| Removed |
.components.schemas["v0.0.43_warn_flags"].items.enum = []; |
| Removed |
.components.schemas["v0.0.43_warn_flags"].items.enum[0] = "BATCH_JOB"; |
| Removed |
.components.schemas["v0.0.43_warn_flags"].items.enum[1] = "ARRAY_TASK"; |
| Removed |
.components.schemas["v0.0.43_warn_flags"].items.enum[2] = "FULL_STEPS_ONLY"; |
| Removed |
.components.schemas["v0.0.43_warn_flags"].items.enum[3] = "FULL_JOB"; |
| Removed |
.components.schemas["v0.0.43_warn_flags"].items.enum[4] = "FEDERATION_REQUEUE"; |
| Removed |
.components.schemas["v0.0.43_warn_flags"].items.enum[5] = "HURRY"; |
| Removed |
.components.schemas["v0.0.43_warn_flags"].items.enum[6] = "OUT_OF_MEMORY"; |
| Removed |
.components.schemas["v0.0.43_warn_flags"].items.enum[7] = "NO_SIBLING_JOBS"; |
| Removed |
.components.schemas["v0.0.43_warn_flags"].items.enum[8] = "RESERVATION_JOB"; |
| Removed |
.components.schemas["v0.0.43_warn_flags"].items.enum[9] = "VERBOSE"; |
| Removed |
.components.schemas["v0.0.43_warn_flags"].items.enum[10] = "CRON_JOBS"; |
| Removed |
.components.schemas["v0.0.43_warn_flags"].items.enum[11] = "WARNING_SENT"; |
| Removed |
.components.schemas["v0.0.43_warn_flags"].items.type = "string"; |
| Removed |
.components.schemas["v0.0.43_warn_flags"].type = "array"; |
| Replaced |
.components.schemas["v0.0.43_wckey"].properties.flags.items = {}; |
| Added |
.components.schemas["v0.0.43_wckey"].properties.flags.items.enum = []; |
| Added |
.components.schemas["v0.0.43_wckey"].properties.flags.items.enum[0] = "DELETED"; |
| Added |
.components.schemas["v0.0.43_wckey"].properties.flags.items.type = "string"; |
| Added |
.components.schemas["v0.0.43_wckey"].properties.flags.type = "array"; |
| Removed |
.components.schemas["v0.0.43_wckey_flags"] = {}; |
| Removed |
.components.schemas["v0.0.43_wckey_flags"].items = {}; |
| Removed |
.components.schemas["v0.0.43_wckey_flags"].items.enum = []; |
| Removed |
.components.schemas["v0.0.43_wckey_flags"].items.enum[0] = "DELETED"; |
| Removed |
.components.schemas["v0.0.43_wckey_flags"].items.type = "string"; |
| Removed |
.components.schemas["v0.0.43_wckey_flags"].type = "array"; |
| Removed |
.components.schemas["v0.0.43_wckey_tag_flags"] = {}; |
| Removed |
.components.schemas["v0.0.43_wckey_tag_flags"].items = {}; |
| Removed |
.components.schemas["v0.0.43_wckey_tag_flags"].items.enum = []; |
| Removed |
.components.schemas["v0.0.43_wckey_tag_flags"].items.enum[0] = "ASSIGNED_DEFAULT"; |
| Removed |
.components.schemas["v0.0.43_wckey_tag_flags"].items.type = "string"; |
| Removed |
.components.schemas["v0.0.43_wckey_tag_flags"].type = "array"; |
| Replaced |
.components.schemas["v0.0.43_wckey_tag_struct"].properties.flags.items = {}; |
| Added |
.components.schemas["v0.0.43_wckey_tag_struct"].properties.flags.items.enum = []; |
| Added |
.components.schemas["v0.0.43_wckey_tag_struct"].properties.flags.items.enum[0] = "ASSIGNED_DEFAULT"; |
| Added |
.components.schemas["v0.0.43_wckey_tag_struct"].properties.flags.items.type = "string"; |
| Added |
.components.schemas["v0.0.43_wckey_tag_struct"].properties.flags.type = "array"; |
| Removed |
.components.schemas["v0.0.43_x11_flags"] = {}; |
| Removed |
.components.schemas["v0.0.43_x11_flags"].items = {}; |
| Removed |
.components.schemas["v0.0.43_x11_flags"].items.enum = []; |
| Removed |
.components.schemas["v0.0.43_x11_flags"].items.enum[0] = "FORWARD_ALL_NODES"; |
| Removed |
.components.schemas["v0.0.43_x11_flags"].items.enum[1] = "BATCH_NODE"; |
| Removed |
.components.schemas["v0.0.43_x11_flags"].items.enum[2] = "FIRST_NODE"; |
| Removed |
.components.schemas["v0.0.43_x11_flags"].items.enum[3] = "LAST_NODE"; |
| Removed |
.components.schemas["v0.0.43_x11_flags"].items.type = "string"; |
| Removed |
.components.schemas["v0.0.43_x11_flags"].type = "array"; |
| Replaced |
.info.version = "Slurm-25.05.0"; |
| Added |
.info["x-slurm"] = {}; |
| Added |
.info["x-slurm"].data_parsers = []; |
| Added |
.info["x-slurm"].data_parsers[0] = {}; |
| Added |
.info["x-slurm"].data_parsers[0].flags = []; |
| Added |
.info["x-slurm"].data_parsers[0].flags[0] = "NONE"; |
| Added |
.info["x-slurm"].data_parsers[0].plugin = "v0.0.43"; |
| Added |
.info["x-slurm"].openapi = []; |
| Added |
.info["x-slurm"].openapi[0] = "openapi/slurmdbd"; |
| Added |
.info["x-slurm"].openapi[1] = "openapi/slurmctld"; |
| Added |
.info["x-slurm"].release = "25.05.0"; |
| Added |
.info["x-slurm"].version = {}; |
| Added |
.info["x-slurm"].version.major = "25"; |
| Added |
.info["x-slurm"].version.micro = "0"; |
| Added |
.info["x-slurm"].version.minor = "05"; |
| Replaced |
.paths["/slurm/v0.0.43/jobs/state/"].get.parameters[0].description = "CSV list of Job IDs to search for"; |
| Replaced |
.paths["/slurm/v0.0.43/jobs/state/"].get.parameters[0].name = "job_id"; |
| Removed |
.paths["/slurm/v0.0.43/jobs/state/"].get.parameters[1] = {}; |
| Removed |
.paths["/slurm/v0.0.43/jobs/state/"].get.parameters[1].allowEmptyValue = false; |
| Removed |
.paths["/slurm/v0.0.43/jobs/state/"].get.parameters[1].allowReserved = false; |
| Removed |
.paths["/slurm/v0.0.43/jobs/state/"].get.parameters[1].description = "Query flags"; |
| Removed |
.paths["/slurm/v0.0.43/jobs/state/"].get.parameters[1].explode = false; |
| Removed |
.paths["/slurm/v0.0.43/jobs/state/"].get.parameters[1].name = "flags"; |
| Removed |
.paths["/slurm/v0.0.43/jobs/state/"].get.parameters[1].required = false; |
| Removed |
.paths["/slurm/v0.0.43/jobs/state/"].get.parameters[1].schema = {}; |
| Removed |
.paths["/slurm/v0.0.43/jobs/state/"].get.parameters[1].schema.enum = []; |
| Removed |
.paths["/slurm/v0.0.43/jobs/state/"].get.parameters[1].schema.enum[0] = "ALL"; |
| Removed |
.paths["/slurm/v0.0.43/jobs/state/"].get.parameters[1].schema.enum[1] = "DETAIL"; |
| Removed |
.paths["/slurm/v0.0.43/jobs/state/"].get.parameters[1].schema.enum[2] = "MIXED"; |
| Removed |
.paths["/slurm/v0.0.43/jobs/state/"].get.parameters[1].schema.enum[3] = "LOCAL"; |
| Removed |
.paths["/slurm/v0.0.43/jobs/state/"].get.parameters[1].schema.enum[4] = "SIBLING"; |
| Removed |
.paths["/slurm/v0.0.43/jobs/state/"].get.parameters[1].schema.enum[5] = "FEDERATION"; |
| Removed |
.paths["/slurm/v0.0.43/jobs/state/"].get.parameters[1].schema.enum[6] = "FUTURE"; |
| Removed |
.paths["/slurm/v0.0.43/jobs/state/"].get.parameters[1].schema.type = "string"; |
| Removed |
.paths["/slurm/v0.0.43/jobs/state/"].get.parameters[1].style = "form"; |
| Replaced |
.paths["/slurm/v0.0.43/reservation"] = {}; |
| Added |
.paths["/slurm/v0.0.43/reservation"].post = {}; |
| Added |
.paths["/slurm/v0.0.43/reservation"].post.operationId = "slurm_v0043_post_reservation"; |
| Added |
.paths["/slurm/v0.0.43/reservation"].post.requestBody = {}; |
| Added |
.paths["/slurm/v0.0.43/reservation"].post.requestBody.content = {}; |
| Added |
.paths["/slurm/v0.0.43/reservation"].post.requestBody.content["application/json"] = {}; |
| Added |
.paths["/slurm/v0.0.43/reservation"].post.requestBody.content["application/json"].schema = {}; |
| Added |
.paths["/slurm/v0.0.43/reservation"].post.requestBody.content["application/json"].schema.$ref = "#/components/schemas/v0.0.43_reservation_desc_msg"; |
| Added |
.paths["/slurm/v0.0.43/reservation"].post.requestBody.description = "reservation description"; |
| Added |
.paths["/slurm/v0.0.43/reservation"].post.responses = {}; |
| Added |
.paths["/slurm/v0.0.43/reservation"].post.responses["200"] = {}; |
| Added |
.paths["/slurm/v0.0.43/reservation"].post.responses["200"].content = {}; |
| Added |
.paths["/slurm/v0.0.43/reservation"].post.responses["200"].content["application/json"] = {}; |
| Added |
.paths["/slurm/v0.0.43/reservation"].post.responses["200"].content["application/json"].schema = {}; |
| Added |
.paths["/slurm/v0.0.43/reservation"].post.responses["200"].content["application/json"].schema.$ref = "#/components/schemas/v0.0.43_openapi_reservation_mod_resp"; |
| Added |
.paths["/slurm/v0.0.43/reservation"].post.responses["200"].description = "reservation description"; |
| Added |
.paths["/slurm/v0.0.43/reservation"].post.responses["default"] = {}; |
| Added |
.paths["/slurm/v0.0.43/reservation"].post.responses["default"].content = {}; |
| Added |
.paths["/slurm/v0.0.43/reservation"].post.responses["default"].content["application/json"] = {}; |
| Added |
.paths["/slurm/v0.0.43/reservation"].post.responses["default"].content["application/json"].schema = {}; |
| Added |
.paths["/slurm/v0.0.43/reservation"].post.responses["default"].content["application/json"].schema.$ref = "#/components/schemas/v0.0.43_openapi_reservation_mod_resp"; |
| Added |
.paths["/slurm/v0.0.43/reservation"].post.responses["default"].description = "reservation description"; |
| Added |
.paths["/slurm/v0.0.43/reservation"].post.summary = "create or update a reservation"; |
| Added |
.paths["/slurm/v0.0.43/reservation"].post.tags = []; |
| Added |
.paths["/slurm/v0.0.43/reservation"].post.tags[0] = "slurm"; |
| Added |
.paths["/slurm/v0.0.43/reservation/{reservation_name}"]["delete"] = {}; |
| Added |
.paths["/slurm/v0.0.43/reservation/{reservation_name}"]["delete"].operationId = "slurm_v0043_delete_reservation"; |
| Added |
.paths["/slurm/v0.0.43/reservation/{reservation_name}"]["delete"].parameters = []; |
| Added |
.paths["/slurm/v0.0.43/reservation/{reservation_name}"]["delete"].parameters[0] = {}; |
| Added |
.paths["/slurm/v0.0.43/reservation/{reservation_name}"]["delete"].parameters[0].allowEmptyValue = false; |
| Added |
.paths["/slurm/v0.0.43/reservation/{reservation_name}"]["delete"].parameters[0].allowReserved = false; |
| Added |
.paths["/slurm/v0.0.43/reservation/{reservation_name}"]["delete"].parameters[0].description = "Reservation name"; |
| Added |
.paths["/slurm/v0.0.43/reservation/{reservation_name}"]["delete"].parameters[0].explode = false; |
| Added |
.paths["/slurm/v0.0.43/reservation/{reservation_name}"]["delete"].parameters[0].name = "reservation_name"; |
| Added |
.paths["/slurm/v0.0.43/reservation/{reservation_name}"]["delete"].parameters[0].required = true; |
| Added |
.paths["/slurm/v0.0.43/reservation/{reservation_name}"]["delete"].parameters[0].schema = {}; |
| Added |
.paths["/slurm/v0.0.43/reservation/{reservation_name}"]["delete"].parameters[0].schema.type = "string"; |
| Added |
.paths["/slurm/v0.0.43/reservation/{reservation_name}"]["delete"].parameters[0].style = "simple"; |
| Added |
.paths["/slurm/v0.0.43/reservation/{reservation_name}"]["delete"].parameters[0]["in"] = "path"; |
| Added |
.paths["/slurm/v0.0.43/reservation/{reservation_name}"]["delete"].responses = {}; |
| Added |
.paths["/slurm/v0.0.43/reservation/{reservation_name}"]["delete"].responses["200"] = {}; |
| Added |
.paths["/slurm/v0.0.43/reservation/{reservation_name}"]["delete"].responses["200"].content = {}; |
| Added |
.paths["/slurm/v0.0.43/reservation/{reservation_name}"]["delete"].responses["200"].content["application/json"] = {}; |
| Added |
.paths["/slurm/v0.0.43/reservation/{reservation_name}"]["delete"].responses["200"].content["application/json"].schema = {}; |
| Added |
.paths["/slurm/v0.0.43/reservation/{reservation_name}"]["delete"].responses["200"].content["application/json"].schema.$ref = "#/components/schemas/v0.0.43_openapi_resp"; |
| Added |
.paths["/slurm/v0.0.43/reservation/{reservation_name}"]["delete"].responses["200"].description = "reservation delete request result"; |
| Added |
.paths["/slurm/v0.0.43/reservation/{reservation_name}"]["delete"].responses["default"] = {}; |
| Added |
.paths["/slurm/v0.0.43/reservation/{reservation_name}"]["delete"].responses["default"].content = {}; |
| Added |
.paths["/slurm/v0.0.43/reservation/{reservation_name}"]["delete"].responses["default"].content["application/json"] = {}; |
| Added |
.paths["/slurm/v0.0.43/reservation/{reservation_name}"]["delete"].responses["default"].content["application/json"].schema = {}; |
| Added |
.paths["/slurm/v0.0.43/reservation/{reservation_name}"]["delete"].responses["default"].content["application/json"].schema.$ref = "#/components/schemas/v0.0.43_openapi_resp"; |
| Added |
.paths["/slurm/v0.0.43/reservation/{reservation_name}"]["delete"].responses["default"].description = "reservation delete request result"; |
| Added |
.paths["/slurm/v0.0.43/reservation/{reservation_name}"]["delete"].summary = "delete a reservation"; |
| Added |
.paths["/slurm/v0.0.43/reservation/{reservation_name}"]["delete"].tags = []; |
| Added |
.paths["/slurm/v0.0.43/reservation/{reservation_name}"]["delete"].tags[0] = "slurm"; |
| Added |
.paths["/slurm/v0.0.43/reservations/"].post = {}; |
| Added |
.paths["/slurm/v0.0.43/reservations/"].post.operationId = "slurm_v0043_post_reservations"; |
| Added |
.paths["/slurm/v0.0.43/reservations/"].post.requestBody = {}; |
| Added |
.paths["/slurm/v0.0.43/reservations/"].post.requestBody.content = {}; |
| Added |
.paths["/slurm/v0.0.43/reservations/"].post.requestBody.content["application/json"] = {}; |
| Added |
.paths["/slurm/v0.0.43/reservations/"].post.requestBody.content["application/json"].schema = {}; |
| Added |
.paths["/slurm/v0.0.43/reservations/"].post.requestBody.content["application/json"].schema.$ref = "#/components/schemas/v0.0.43_reservation_mod_req"; |
| Added |
.paths["/slurm/v0.0.43/reservations/"].post.requestBody.description = "reservation descriptions"; |
| Added |
.paths["/slurm/v0.0.43/reservations/"].post.responses = {}; |
| Added |
.paths["/slurm/v0.0.43/reservations/"].post.responses["200"] = {}; |
| Added |
.paths["/slurm/v0.0.43/reservations/"].post.responses["200"].content = {}; |
| Added |
.paths["/slurm/v0.0.43/reservations/"].post.responses["200"].content["application/json"] = {}; |
| Added |
.paths["/slurm/v0.0.43/reservations/"].post.responses["200"].content["application/json"].schema = {}; |
| Added |
.paths["/slurm/v0.0.43/reservations/"].post.responses["200"].content["application/json"].schema.$ref = "#/components/schemas/v0.0.43_openapi_reservation_mod_resp"; |
| Added |
.paths["/slurm/v0.0.43/reservations/"].post.responses["200"].description = "reservation descriptions"; |
| Added |
.paths["/slurm/v0.0.43/reservations/"].post.responses["default"] = {}; |
| Added |
.paths["/slurm/v0.0.43/reservations/"].post.responses["default"].content = {}; |
| Added |
.paths["/slurm/v0.0.43/reservations/"].post.responses["default"].content["application/json"] = {}; |
| Added |
.paths["/slurm/v0.0.43/reservations/"].post.responses["default"].content["application/json"].schema = {}; |
| Added |
.paths["/slurm/v0.0.43/reservations/"].post.responses["default"].content["application/json"].schema.$ref = "#/components/schemas/v0.0.43_openapi_reservation_mod_resp"; |
| Added |
.paths["/slurm/v0.0.43/reservations/"].post.responses["default"].description = "reservation descriptions"; |
| Added |
.paths["/slurm/v0.0.43/reservations/"].post.summary = "create or update reservations"; |
| Added |
.paths["/slurm/v0.0.43/reservations/"].post.tags = []; |
| Added |
.paths["/slurm/v0.0.43/reservations/"].post.tags[0] = "slurm"; |
| Added |
.paths["/slurmdb/v0.0.43/association/"].get.parameters[10].deprecated = true; |
| Added |
.paths["/slurmdb/v0.0.43/association/"]["delete"].parameters[10].deprecated = true; |
| Added |
.paths["/slurmdb/v0.0.43/associations/"].get.parameters[10].deprecated = true; |
| Added |
.paths["/slurmdb/v0.0.43/associations/"]["delete"].parameters[10].deprecated = true; |
| Removed |
.paths["/slurmdb/v0.0.43/cluster/{cluster_name}"].get.parameters[4].schema.enum[0] = "REGISTERING"; |
| Removed |
.paths["/slurmdb/v0.0.43/cluster/{cluster_name}"].get.parameters[4].schema.enum[1] = "MULTIPLE_SLURMD"; |
| Replaced |
.paths["/slurmdb/v0.0.43/cluster/{cluster_name}"].get.parameters[4].schema.enum[0] = "DELETED"; |
| Added |
.paths["/slurmdb/v0.0.43/cluster/{cluster_name}"].get.parameters[4].schema.enum[1] = "REGISTERING"; |
| Added |
.paths["/slurmdb/v0.0.43/cluster/{cluster_name}"].get.parameters[4].schema.enum[2] = "MULTIPLE_SLURMD"; |
| Added |
.paths["/slurmdb/v0.0.43/cluster/{cluster_name}"].get.parameters[5].deprecated = true; |
| Removed |
.paths["/slurmdb/v0.0.43/cluster/{cluster_name}"]["delete"].parameters[4].schema.enum[0] = "REGISTERING"; |
| Removed |
.paths["/slurmdb/v0.0.43/cluster/{cluster_name}"]["delete"].parameters[4].schema.enum[1] = "MULTIPLE_SLURMD"; |
| Replaced |
.paths["/slurmdb/v0.0.43/cluster/{cluster_name}"]["delete"].parameters[4].schema.enum[0] = "DELETED"; |
| Added |
.paths["/slurmdb/v0.0.43/cluster/{cluster_name}"]["delete"].parameters[4].schema.enum[1] = "REGISTERING"; |
| Added |
.paths["/slurmdb/v0.0.43/cluster/{cluster_name}"]["delete"].parameters[4].schema.enum[2] = "MULTIPLE_SLURMD"; |
| Added |
.paths["/slurmdb/v0.0.43/cluster/{cluster_name}"]["delete"].parameters[5].deprecated = true; |
| Added |
.paths["/slurmdb/v0.0.43/instance/"].get.parameters[2].deprecated = true; |
| Added |
.paths["/slurmdb/v0.0.43/instances/"].get.parameters[2].deprecated = true; |
| Added |
.paths["/slurmdb/v0.0.43/jobs/"].get.parameters[19].deprecated = true; |
| Added |
.paths["/slurmdb/v0.0.43/qos/"].get.parameters[3].deprecated = true; |
| Added |
.paths["/slurmdb/v0.0.43/qos/"].post.parameters[3].deprecated = true; |
| Added |
.paths["/slurmdb/v0.0.43/wckeys/"].get.parameters[1].deprecated = true; |
| Added |
.paths["/slurmdb/v0.0.43/wckeys/"].post.parameters[1].deprecated = true; |