Skip to main content

http.Response-models_Stat

data object[]
  • Array [
  • cluster_idstring

    Identifier of the resource manager that owns compute unit. It is used to differentiate multiple clusters of same resource manager.

    Example: slurm-0
    num_active_unitsinteger

    Number of active units that are in running state

    Example: 800
    num_inactive_unitsinteger

    Number of inactive units that are in terminated/cancelled/error state

    Example: 200
    num_projectsinteger

    Number of projects

    Example: 200
    num_unitsinteger

    Number of active and terminated units

    Example: 1000
    num_usersinteger

    Number of users

    Example: 500
    resource_managerstring

    Name of the resource manager that owns project. Eg slurm, openstack, kubernetes, etc

    Example: slurm
  • ]
  • errorstring
    errorTypehttp.errorType

    Possible values: [``, unauthorized, forbidden, timeout, canceled, execution, bad_data, internal, unavailable, not_found, not_acceptable]

    statusstring
    warningsstring[]
    http.Response-models_Stat
    {
    "data": [
    {
    "cluster_id": "slurm-0",
    "num_active_units": 800,
    "num_inactive_units": 200,
    "num_projects": 200,
    "num_units": 1000,
    "num_users": 500,
    "resource_manager": "slurm"
    }
    ],
    "error": "string",
    "errorType": "",
    "status": "string",
    "warnings": [
    "string"
    ]
    }