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.
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; |