Skip to main content

http.Response-models_User

data object[]
  • Array [
  • cluster_idstring

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

    Example: slurm-0
    namestring

    Name of the user

    Example: usr1
    projects[]

    List of projects of the user

    Example: ["prj1","prj2"]
    resource_managerstring

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

    Example: slurm
    tags[]

    List of meta data tags of the user

    Example: ["tag1","tag2"]
    uidstring

    Unique identifier of the user provided by cluster

    Example: 1000
  • ]
  • errorstring
    errorTypehttp.errorType

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

    statusstring
    warningsstring[]
    http.Response-models_User
    {
    "data": [
    {
    "cluster_id": "slurm-0",
    "name": "usr1",
    "projects": [
    "prj1",
    "prj2"
    ],
    "resource_manager": "slurm",
    "tags": [
    "tag1",
    "tag2"
    ],
    "uid": "1000"
    }
    ],
    "error": "string",
    "errorType": "",
    "status": "string",
    "warnings": [
    "string"
    ]
    }