Openportal Allocation User Usage
Operations Summary
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/openportal-allocation-user-usage/ |
List Openportal Allocation User Usage |
| GET | /api/openportal-allocation-user-usage/{id}/ |
Retrieve |
List Openportal Allocation User Usage
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 | |
- API Source:
openportal_allocation_user_usage_list
1 2 3 4 5 6 7 8 9 10 | |
| Name | Type | Description |
|---|---|---|
allocation |
string | |
allocation_uuid |
string (uuid) | |
month |
integer | |
page |
integer | A page number within the paginated result set. |
page_size |
integer | Number of results to return per page. |
user |
string | |
user_uuid |
string (uuid) | |
year |
integer |
200 -
The response body is an array of objects, where each object has the following structure:
| Field | Type |
|---|---|
node_usage |
string (decimal) |
month |
integer |
year |
integer |
allocation |
string (uri) |
user |
string (uri) |
username |
string |
full_name |
string |
Retrieve
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 | |
- API Source:
openportal_allocation_user_usage_retrieve
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Name | Type | Required | Description |
|---|---|---|---|
id |
integer | ✓ | A unique integer value identifying this allocation user usage. |
200 -
| Field | Type |
|---|---|
node_usage |
string (decimal) |
month |
integer |
year |
integer |
allocation |
string (uri) |
user |
string (uri) |
username |
string |
full_name |
string |