Marketplace Resource Limit Change Requests
Operations Summary
| Method | Endpoint | Description |
|---|---|---|
| Core CRUD | ||
| GET | /api/marketplace-resource-limit-change-requests/ |
List Marketplace Resource Limit Change Requests |
| GET | /api/marketplace-resource-limit-change-requests/{uuid}/ |
Retrieve |
| POST | /api/marketplace-resource-limit-change-requests/ |
Create |
| Other Actions | ||
| POST | /api/marketplace-resource-limit-change-requests/{uuid}/approve/ |
Approve resource limit change request and apply limits via marketplace order |
| POST | /api/marketplace-resource-limit-change-requests/{uuid}/cancel/ |
Cancel resource limit change request. Only the creator can cancel |
| POST | /api/marketplace-resource-limit-change-requests/{uuid}/reject/ |
Reject resource limit change request |
Core CRUD
List Marketplace Resource Limit Change Requests
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 | |
- Model Source:
RemoteProjectUpdateRequestStateEnum - API Source:
marketplace_resource_limit_change_requests_list
1 2 3 4 5 6 7 8 9 10 | |
| Name | Type | Description |
|---|---|---|
created_by_uuid |
string (uuid) | Created by UUID |
customer_uuid |
string (uuid) | Customer UUID |
page |
integer | A page number within the paginated result set. |
page_size |
integer | Number of results to return per page. |
project_uuid |
string (uuid) | Project UUID |
resource_uuid |
string (uuid) | Resource UUID |
state |
array |
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) | |
state |
string | |
resource |
string (uri) | |
resource_uuid |
string (uuid) | |
resource_name |
string | |
project_uuid |
string (uuid) | |
project_name |
string | |
customer_uuid |
string (uuid) | |
customer_name |
string | |
offering_uuid |
string (uuid) | |
offering_name |
string | |
requested_limits |
object (free-form) | |
current_limits |
object (free-form) | |
created |
string (date-time) | |
created_by_uuid |
string (uuid) | |
created_by_full_name |
string | |
reviewed_at |
string (date-time) | Timestamp when the review was completed |
reviewed_by_uuid |
string (uuid) | |
reviewed_by_full_name |
string | |
review_comment |
string | Optional comment provided during review |
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 |
|---|---|---|
url |
string (uri) | |
uuid |
string (uuid) | |
state |
string | |
resource |
string (uri) | |
resource_uuid |
string (uuid) | |
resource_name |
string | |
project_uuid |
string (uuid) | |
project_name |
string | |
customer_uuid |
string (uuid) | |
customer_name |
string | |
offering_uuid |
string (uuid) | |
offering_name |
string | |
requested_limits |
object (free-form) | |
current_limits |
object (free-form) | |
created |
string (date-time) | |
created_by_uuid |
string (uuid) | |
created_by_full_name |
string | |
reviewed_at |
string (date-time) | Timestamp when the review was completed |
reviewed_by_uuid |
string (uuid) | |
reviewed_by_full_name |
string | |
review_comment |
string | Optional comment provided during review |
Create
1 2 3 4 5 6 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | |
- Model Source:
ResourceLimitChangeRequestCreateRequest - API Source:
marketplace_resource_limit_change_requests_create
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | |
| Field | Type | Required |
|---|---|---|
resource |
string (uuid) | ✓ |
requested_limits |
object (free-form) | ✓ |
201 -
| Field | Type |
|---|---|
resource |
string (uuid) |
requested_limits |
object (free-form) |
uuid |
string (uuid) |
state |
string |
Other Actions
Approve resource limit change request and apply limits via marketplace order
Approve resource limit change request and apply limits via marketplace order.
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | |
- Model Source:
ReviewCommentRequest - API Source:
marketplace_resource_limit_change_requests_approve
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
| Field | Type | Required | Description |
|---|---|---|---|
comment |
string | Optional comment for review |
200 -
| Field | Type | Description |
|---|---|---|
order_uuid |
string (uuid) | UUID of the created or updated order |
Cancel resource limit change request. Only the creator can cancel
Cancel resource limit change request. Only the creator can cancel.
1 2 3 4 5 6 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | |
- Model Source:
ResourceLimitChangeRequestRequest - API Source:
marketplace_resource_limit_change_requests_cancel
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
| Field | Type | Required | Description |
|---|---|---|---|
resource |
string (uri) | ✓ | |
requested_limits |
object (free-form) | ✓ | |
review_comment |
string | Optional comment provided during review |
200 -
| Field | Type |
|---|---|
detail |
string |
Reject resource limit change request
Reject resource limit change request.
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | |
- Model Source:
ReviewCommentRequest - API Source:
marketplace_resource_limit_change_requests_reject
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
| Field | Type | Required | Description |
|---|---|---|---|
comment |
string | Optional comment for review |
200 - No response body