Skip to content

Rest API get nodes failure (v25) #63

@romanrap

Description

@romanrap

HI

i have the following issue, when calling this rest api endpoint:

urllib3.connectionpool http://slurm:6820 "GET /slurm/v0.0.43/nodes/?update_time=1762768086 HTTP/1.1" 500 719

i get this error:

  "errors": [
    {
      "description": "Unable to query partitions",
      "error_number": -1,
      "error": "Unspecified error",
      "source": "_dump_nodes"
    }
  ],
  "warnings": [
  ],
  "meta": {
    "plugin": {
      "type": "openapi/slurmctld",
      "name": "Slurm OpenAPI slurmctld",
      "data_parser": "data_parser/v0.0.43",
      "accounting_storage": "accounting_storage/slurmdbd"
    },
    "client": {
      "source": "slurm:6820(fd:10)",
      "user": "root",
      "group": "root"
    },
    "command": [
    ],
    "slurm": {
      "version": {
        "major": "25",
        "micro": "4",
        "minor": "05"
      },
      "release": "25.05.4",
      "cluster": "mycluster"
    }
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions