Skip to main content

models.Project

cluster_idstring

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

Example: slurm-0
namestring

Name of the project

Example: prj1
resource_managerstring

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

Example: slurm
tags[]

List of meta data tags of the project

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

Unique identifier of the project provided by cluster

Example: 1000
users[]

List of users of the project

Example: ["usr1","usr2"]
models.Project
{
"cluster_id": "slurm-0",
"name": "prj1",
"resource_manager": "slurm",
"tags": [
"tag1",
"tag2"
],
"uid": "1000",
"users": [
"usr1",
"usr2"
]
}