Proposal Requested Resources
Operations Summary
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/proposal-requested-resources/ |
List Proposal Requested Resources |
| GET | /api/proposal-requested-resources/{uuid}/ |
Retrieve |
List Proposal Requested Resources
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 | |
- API Source:
proposal_requested_resources_list
1 2 3 4 5 6 7 8 9 10 | |
| Name | Type | Description |
|---|---|---|
created |
string (date-time) | |
o |
array | Ordering |
offering |
string | Offering |
offering_uuid |
string (uuid) | |
page |
integer | A page number within the paginated result set. |
page_size |
integer | Number of results to return per page. |
proposal |
string | Proposal |
proposal_uuid |
string (uuid) | |
resource |
string | Resource |
resource_uuid |
string (uuid) |
200 -
The response body is an array of objects, where each object has the following structure:
| Field | Type |
|---|---|
uuid |
string (uuid) |
url |
string |
requested_offering |
any |
resource |
string (uri) |
resource_name |
string |
call_resource_template |
string |
call_resource_template_name |
string |
attributes |
any |
limits |
any |
description |
string |
created_by |
string (uri) |
created_by_name |
string |
proposal_name |
string |
proposal |
string (uri) |
Retrieve
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 | |
- API Source:
proposal_requested_resources_retrieve
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
200 -
| Field | Type |
|---|---|
uuid |
string (uuid) |
url |
string |
requested_offering |
any |
resource |
string (uri) |
resource_name |
string |
call_resource_template |
string |
call_resource_template_name |
string |
attributes |
any |
limits |
any |
description |
string |
created_by |
string (uri) |
created_by_name |
string |
proposal_name |
string |
proposal |
string (uri) |