v1
latestSwagger 2.02026-08-04232286653.5 KBSlurm Nodeset Operations
Get status of asynchronous operations.
This resource retrieves information about the status of asynchronous operations for slurm nodesets. Query parameters can be used to filter results by slurm nodeset ID or operation state.
get/projects/{project_id}/slurm/{slurm_cluster_id}/nodesets/operations
Path parameters
project_idstring required
slurm_cluster_idstring required
Query parameters
resource_idstring
statestring[]
Response
Example response
{
"items": [
{
"completed_at": "2021-12-03T19:59:34Z",
"metadata": "{}",
"operation_id": "F6EF489C-086E-458D-B812-7962964A28C9",
"result": "{}",
"started_at": "2021-12-03T19:58:34Z",
"state": "IN_PROGRESS"
}
]
}