Component User Usage Limits
Operations Summary
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/component-user-usage-limits/ |
List Component User Usage Limits |
| GET | /api/component-user-usage-limits/{uuid}/ |
Retrieve |
| POST | /api/component-user-usage-limits/ |
Create |
| PUT | /api/component-user-usage-limits/{uuid}/ |
Update |
| PATCH | /api/component-user-usage-limits/{uuid}/ |
Partial Update |
| DELETE | /api/component-user-usage-limits/{uuid}/ |
Delete |
List Component User Usage Limits
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 | |
- API Source:
component_user_usage_limits_list
1 2 3 4 5 6 7 8 9 10 | |
| Name | Type | Description |
|---|---|---|
component_type |
string | |
offering_uuid |
string (uuid) | |
page |
integer | A page number within the paginated result set. |
page_size |
integer | Number of results to return per page. |
resource |
string | Resource URL |
resource_uuid |
string (uuid) | |
username |
string |
200 -
The response body is an array of objects, where each object has the following structure:
| Field | Type | Description |
|---|---|---|
url |
string (uri) | |
uuid |
string (uuid) | |
resource |
string (uri) | |
component |
string (uuid) | |
component_type |
string | Unique internal name of the measured unit, for example floating_ip. |
user |
string (uri) | |
limit |
string (decimal) |
Retrieve
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 | |
- API Source:
component_user_usage_limits_retrieve
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
200 -
| Field | Type | Description |
|---|---|---|
url |
string (uri) | |
uuid |
string (uuid) | |
resource |
string (uri) | |
component |
string (uuid) | |
component_type |
string | Unique internal name of the measured unit, for example floating_ip. |
user |
string (uri) | |
limit |
string (decimal) |
Create
1 2 3 4 5 6 7 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | |
- Model Source:
ComponentUserUsageLimitRequest - API Source:
component_user_usage_limits_create
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | |
| Field | Type | Required |
|---|---|---|
resource |
string (uri) | ✓ |
component |
string (uuid) | ✓ |
user |
string (uri) | ✓ |
limit |
string (decimal) |
201 -
| Field | Type | Description |
|---|---|---|
url |
string (uri) | |
uuid |
string (uuid) | |
resource |
string (uri) | |
component |
string (uuid) | |
component_type |
string | Unique internal name of the measured unit, for example floating_ip. |
user |
string (uri) | |
limit |
string (decimal) |
Update
1 2 3 4 5 6 7 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | |
- Model Source:
ComponentUserUsageLimitRequest - API Source:
component_user_usage_limits_update
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
| Field | Type | Required |
|---|---|---|
resource |
string (uri) | ✓ |
component |
string (uuid) | ✓ |
user |
string (uri) | ✓ |
limit |
string (decimal) |
200 -
| Field | Type | Description |
|---|---|---|
url |
string (uri) | |
uuid |
string (uuid) | |
resource |
string (uri) | |
component |
string (uuid) | |
component_type |
string | Unique internal name of the measured unit, for example floating_ip. |
user |
string (uri) | |
limit |
string (decimal) |
Partial Update
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | |
- Model Source:
PatchedComponentUserUsageLimitRequest - API Source:
component_user_usage_limits_partial_update
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
| Field | Type | Required |
|---|---|---|
resource |
string (uri) | |
component |
string (uuid) | |
user |
string (uri) | |
limit |
string (decimal) |
200 -
| Field | Type | Description |
|---|---|---|
url |
string (uri) | |
uuid |
string (uuid) | |
resource |
string (uri) | |
component |
string (uuid) | |
component_type |
string | Unique internal name of the measured unit, for example floating_ip. |
user |
string (uri) | |
limit |
string (decimal) |
Delete
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 | |
- API Source:
component_user_usage_limits_destroy
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
204 - No response body