http.Response-models_Project
data object[]
Array [
cluster_idstring
Identifier of the resource manager that owns project. It is used to differentiate multiple clusters of same resource manager.
Example:
slurm-0namestring
Name of the project
Example:
prj1resource_managerstring
Name of the resource manager that owns project. Eg slurm, openstack, kubernetes, etc
Example:
slurmtags[]
List of meta data tags of the project
Example:
["tag1","tag2"]uidstring
Unique identifier of the project provided by cluster
Example:
1000users[]
List of users of the project
Example:
["usr1","usr2"]]
errorstring
errorTypehttp.errorType
Possible values: [``, unauthorized, forbidden, timeout, canceled, execution, bad_data, internal, unavailable, not_found, not_acceptable]
statusstring
warningsstring[]
http.Response-models_Project
{
"data": [
{
"cluster_id": "slurm-0",
"name": "prj1",
"resource_manager": "slurm",
"tags": [
"tag1",
"tag2"
],
"uid": "1000",
"users": [
"usr1",
"usr2"
]
}
],
"error": "string",
"errorType": "",
"status": "string",
"warnings": [
"string"
]
}