Marketplace Slurm Periodic Usage Policies
Operations Summary
| Method | Endpoint | Description |
|---|---|---|
| Core CRUD | ||
| GET | /api/marketplace-slurm-periodic-usage-policies/ |
List Marketplace Slurm Periodic Usage Policies |
| GET | /api/marketplace-slurm-periodic-usage-policies/{uuid}/ |
Retrieve |
| POST | /api/marketplace-slurm-periodic-usage-policies/ |
Create |
| PUT | /api/marketplace-slurm-periodic-usage-policies/{uuid}/ |
Update |
| PATCH | /api/marketplace-slurm-periodic-usage-policies/{uuid}/ |
Partial Update |
| DELETE | /api/marketplace-slurm-periodic-usage-policies/{uuid}/ |
Delete |
| Other Actions | ||
| GET | /api/marketplace-slurm-periodic-usage-policies/actions/ |
Actions |
Core CRUD
List Marketplace Slurm Periodic Usage Policies
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 | |
- API Source:
marketplace_slurm_periodic_usage_policies_list
1 2 3 4 5 6 7 8 9 10 | |
| Name | Type | Description |
|---|---|---|
page |
integer | A page number within the paginated result set. |
page_size |
integer | Number of results to return per page. |
scope |
string | |
scope_uuid |
string (uuid) |
200 -
The response body is an array of objects, where each object has the following structure:
| Field | Type | Description |
|---|---|---|
uuid |
string (uuid) | |
url |
string (uri) | |
scope |
string (uri) | |
scope_name |
string | |
scope_uuid |
string (uuid) | |
actions |
string | |
created |
string (date-time) | |
created_by_full_name |
string | |
created_by_username |
string | |
has_fired |
boolean | |
fired_datetime |
string (date-time) | |
options |
any | Fields for saving actions extra data. Keys are name of actions. |
organization_groups |
array of string (uri)s | |
component_limits_set |
array of objects | |
component_limits_set.type |
string | |
component_limits_set.limit |
integer | |
period |
any | |
period_name |
string | |
limit_type |
any | SLURM limit type to apply |
tres_billing_enabled |
boolean | Use TRES billing units instead of raw TRES values |
tres_billing_weights |
any | TRES billing weights (e.g., {"CPU": 0.015625, "Mem": 0.001953125, "GRES/gpu": 0.25}) |
fairshare_decay_half_life |
integer | Fairshare decay half-life in days (matches SLURM PriorityDecayHalfLife) |
grace_ratio |
number (double) | Grace period ratio (0.2 = 20% overconsumption allowed) |
carryover_enabled |
boolean | Enable unused allocation carryover to next period |
raw_usage_reset |
boolean | Reset raw usage at period transitions (PriorityUsageResetPeriod=None) |
qos_strategy |
any | QoS management strategy |
Retrieve
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
200 -
| Field | Type | Description |
|---|---|---|
uuid |
string (uuid) | |
url |
string (uri) | |
scope |
string (uri) | |
scope_name |
string | |
scope_uuid |
string (uuid) | |
actions |
string | |
created |
string (date-time) | |
created_by_full_name |
string | |
created_by_username |
string | |
has_fired |
boolean | |
fired_datetime |
string (date-time) | |
options |
any | Fields for saving actions extra data. Keys are name of actions. |
organization_groups |
array of string (uri)s | |
component_limits_set |
array of objects | |
component_limits_set.type |
string | |
component_limits_set.limit |
integer | |
period |
any | |
period_name |
string | |
limit_type |
any | SLURM limit type to apply |
tres_billing_enabled |
boolean | Use TRES billing units instead of raw TRES values |
tres_billing_weights |
any | TRES billing weights (e.g., {"CPU": 0.015625, "Mem": 0.001953125, "GRES/gpu": 0.25}) |
fairshare_decay_half_life |
integer | Fairshare decay half-life in days (matches SLURM PriorityDecayHalfLife) |
grace_ratio |
number (double) | Grace period ratio (0.2 = 20% overconsumption allowed) |
carryover_enabled |
boolean | Enable unused allocation carryover to next period |
raw_usage_reset |
boolean | Reset raw usage at period transitions (PriorityUsageResetPeriod=None) |
qos_strategy |
any | QoS management strategy |
Create
1 2 3 4 5 6 7 8 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | |
- Model Source:
SlurmPeriodicUsagePolicyRequest - API Source:
marketplace_slurm_periodic_usage_policies_create
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | |
| Field | Type | Required | Description |
|---|---|---|---|
scope |
string (uri) | ✓ | |
actions |
string | ✓ | |
options |
any | Fields for saving actions extra data. Keys are name of actions. | |
organization_groups |
array of string (uri)s | ✓ | |
component_limits_set |
array of objects | ✓ | |
component_limits_set.type |
string | ✓ | |
component_limits_set.limit |
integer | ✓ | |
period |
any | ||
limit_type |
any | SLURM limit type to apply | |
tres_billing_enabled |
boolean | Use TRES billing units instead of raw TRES values | |
tres_billing_weights |
any | TRES billing weights (e.g., {"CPU": 0.015625, "Mem": 0.001953125, "GRES/gpu": 0.25}) | |
fairshare_decay_half_life |
integer | Fairshare decay half-life in days (matches SLURM PriorityDecayHalfLife) | |
grace_ratio |
number (double) | Grace period ratio (0.2 = 20% overconsumption allowed) | |
carryover_enabled |
boolean | Enable unused allocation carryover to next period | |
raw_usage_reset |
boolean | Reset raw usage at period transitions (PriorityUsageResetPeriod=None) | |
qos_strategy |
any | QoS management strategy |
201 -
| Field | Type | Description |
|---|---|---|
uuid |
string (uuid) | |
url |
string (uri) | |
scope |
string (uri) | |
scope_name |
string | |
scope_uuid |
string (uuid) | |
actions |
string | |
created |
string (date-time) | |
created_by_full_name |
string | |
created_by_username |
string | |
has_fired |
boolean | |
fired_datetime |
string (date-time) | |
options |
any | Fields for saving actions extra data. Keys are name of actions. |
organization_groups |
array of string (uri)s | |
component_limits_set |
array of objects | |
component_limits_set.type |
string | |
component_limits_set.limit |
integer | |
period |
any | |
period_name |
string | |
limit_type |
any | SLURM limit type to apply |
tres_billing_enabled |
boolean | Use TRES billing units instead of raw TRES values |
tres_billing_weights |
any | TRES billing weights (e.g., {"CPU": 0.015625, "Mem": 0.001953125, "GRES/gpu": 0.25}) |
fairshare_decay_half_life |
integer | Fairshare decay half-life in days (matches SLURM PriorityDecayHalfLife) |
grace_ratio |
number (double) | Grace period ratio (0.2 = 20% overconsumption allowed) |
carryover_enabled |
boolean | Enable unused allocation carryover to next period |
raw_usage_reset |
boolean | Reset raw usage at period transitions (PriorityUsageResetPeriod=None) |
qos_strategy |
any | QoS management strategy |
Update
1 2 3 4 5 6 7 8 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | |
- Model Source:
SlurmPeriodicUsagePolicyRequest - API Source:
marketplace_slurm_periodic_usage_policies_update
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
| Field | Type | Required | Description |
|---|---|---|---|
scope |
string (uri) | ✓ | |
actions |
string | ✓ | |
options |
any | Fields for saving actions extra data. Keys are name of actions. | |
organization_groups |
array of string (uri)s | ✓ | |
component_limits_set |
array of objects | ✓ | |
component_limits_set.type |
string | ✓ | |
component_limits_set.limit |
integer | ✓ | |
period |
any | ||
limit_type |
any | SLURM limit type to apply | |
tres_billing_enabled |
boolean | Use TRES billing units instead of raw TRES values | |
tres_billing_weights |
any | TRES billing weights (e.g., {"CPU": 0.015625, "Mem": 0.001953125, "GRES/gpu": 0.25}) | |
fairshare_decay_half_life |
integer | Fairshare decay half-life in days (matches SLURM PriorityDecayHalfLife) | |
grace_ratio |
number (double) | Grace period ratio (0.2 = 20% overconsumption allowed) | |
carryover_enabled |
boolean | Enable unused allocation carryover to next period | |
raw_usage_reset |
boolean | Reset raw usage at period transitions (PriorityUsageResetPeriod=None) | |
qos_strategy |
any | QoS management strategy |
200 -
| Field | Type | Description |
|---|---|---|
uuid |
string (uuid) | |
url |
string (uri) | |
scope |
string (uri) | |
scope_name |
string | |
scope_uuid |
string (uuid) | |
actions |
string | |
created |
string (date-time) | |
created_by_full_name |
string | |
created_by_username |
string | |
has_fired |
boolean | |
fired_datetime |
string (date-time) | |
options |
any | Fields for saving actions extra data. Keys are name of actions. |
organization_groups |
array of string (uri)s | |
component_limits_set |
array of objects | |
component_limits_set.type |
string | |
component_limits_set.limit |
integer | |
period |
any | |
period_name |
string | |
limit_type |
any | SLURM limit type to apply |
tres_billing_enabled |
boolean | Use TRES billing units instead of raw TRES values |
tres_billing_weights |
any | TRES billing weights (e.g., {"CPU": 0.015625, "Mem": 0.001953125, "GRES/gpu": 0.25}) |
fairshare_decay_half_life |
integer | Fairshare decay half-life in days (matches SLURM PriorityDecayHalfLife) |
grace_ratio |
number (double) | Grace period ratio (0.2 = 20% overconsumption allowed) |
carryover_enabled |
boolean | Enable unused allocation carryover to next period |
raw_usage_reset |
boolean | Reset raw usage at period transitions (PriorityUsageResetPeriod=None) |
qos_strategy |
any | QoS management strategy |
Partial Update
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | |
- Model Source:
PatchedSlurmPeriodicUsagePolicyRequest - API Source:
marketplace_slurm_periodic_usage_policies_partial_update
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
| Field | Type | Required | Description |
|---|---|---|---|
scope |
string (uri) | ||
actions |
string | ||
options |
any | Fields for saving actions extra data. Keys are name of actions. | |
organization_groups |
array of string (uri)s | ||
component_limits_set |
array of objects | ||
component_limits_set.type |
string | ✓ | |
component_limits_set.limit |
integer | ✓ | |
period |
any | ||
limit_type |
any | SLURM limit type to apply | |
tres_billing_enabled |
boolean | Use TRES billing units instead of raw TRES values | |
tres_billing_weights |
any | TRES billing weights (e.g., {"CPU": 0.015625, "Mem": 0.001953125, "GRES/gpu": 0.25}) | |
fairshare_decay_half_life |
integer | Fairshare decay half-life in days (matches SLURM PriorityDecayHalfLife) | |
grace_ratio |
number (double) | Grace period ratio (0.2 = 20% overconsumption allowed) | |
carryover_enabled |
boolean | Enable unused allocation carryover to next period | |
raw_usage_reset |
boolean | Reset raw usage at period transitions (PriorityUsageResetPeriod=None) | |
qos_strategy |
any | QoS management strategy |
200 -
| Field | Type | Description |
|---|---|---|
uuid |
string (uuid) | |
url |
string (uri) | |
scope |
string (uri) | |
scope_name |
string | |
scope_uuid |
string (uuid) | |
actions |
string | |
created |
string (date-time) | |
created_by_full_name |
string | |
created_by_username |
string | |
has_fired |
boolean | |
fired_datetime |
string (date-time) | |
options |
any | Fields for saving actions extra data. Keys are name of actions. |
organization_groups |
array of string (uri)s | |
component_limits_set |
array of objects | |
component_limits_set.type |
string | |
component_limits_set.limit |
integer | |
period |
any | |
period_name |
string | |
limit_type |
any | SLURM limit type to apply |
tres_billing_enabled |
boolean | Use TRES billing units instead of raw TRES values |
tres_billing_weights |
any | TRES billing weights (e.g., {"CPU": 0.015625, "Mem": 0.001953125, "GRES/gpu": 0.25}) |
fairshare_decay_half_life |
integer | Fairshare decay half-life in days (matches SLURM PriorityDecayHalfLife) |
grace_ratio |
number (double) | Grace period ratio (0.2 = 20% overconsumption allowed) |
carryover_enabled |
boolean | Enable unused allocation carryover to next period |
raw_usage_reset |
boolean | Reset raw usage at period transitions (PriorityUsageResetPeriod=None) |
qos_strategy |
any | QoS management strategy |
Delete
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
204 - No response body
Other Actions
Actions
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 | |
1 2 3 4 5 6 7 8 9 10 | |
200 -
| Field | Type | Description |
|---|---|---|
uuid |
string (uuid) | |
url |
string (uri) | |
scope |
string (uri) | |
scope_name |
string | |
scope_uuid |
string (uuid) | |
actions |
string | |
created |
string (date-time) | |
created_by_full_name |
string | |
created_by_username |
string | |
has_fired |
boolean | |
fired_datetime |
string (date-time) | |
options |
any | Fields for saving actions extra data. Keys are name of actions. |
organization_groups |
array of string (uri)s | |
component_limits_set |
array of objects | |
component_limits_set.type |
string | |
component_limits_set.limit |
integer | |
period |
any | |
period_name |
string | |
limit_type |
any | SLURM limit type to apply |
tres_billing_enabled |
boolean | Use TRES billing units instead of raw TRES values |
tres_billing_weights |
any | TRES billing weights (e.g., {"CPU": 0.015625, "Mem": 0.001953125, "GRES/gpu": 0.25}) |
fairshare_decay_half_life |
integer | Fairshare decay half-life in days (matches SLURM PriorityDecayHalfLife) |
grace_ratio |
number (double) | Grace period ratio (0.2 = 20% overconsumption allowed) |
carryover_enabled |
boolean | Enable unused allocation carryover to next period |
raw_usage_reset |
boolean | Reset raw usage at period transitions (PriorityUsageResetPeriod=None) |
qos_strategy |
any | QoS management strategy |