Marketplace Category Components
Operations Summary
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/marketplace-category-components/ |
List Marketplace Category Components |
| GET | /api/marketplace-category-components/{id}/ |
Retrieve |
| POST | /api/marketplace-category-components/ |
Create |
| PUT | /api/marketplace-category-components/{id}/ |
Update |
| PATCH | /api/marketplace-category-components/{id}/ |
Partial Update |
| DELETE | /api/marketplace-category-components/{id}/ |
Delete |
List Marketplace Category Components
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 | |
- API Source:
marketplace_category_components_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. |
200 -
The response body is an array of objects, where each object has the following structure:
| Field | Type | Description |
|---|---|---|
uuid |
string (uuid) | |
type |
string | Unique internal name of the measured unit, for example floating_ip. |
name |
string | Display name for the measured unit, for example, Floating IP. |
description |
string | |
measured_unit |
string | Unit of measurement, for example, GB. |
category |
object | |
category.url |
string (uri) | |
category.uuid |
string (uuid) | |
category.title |
string |
Retrieve
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 | |
- API Source:
marketplace_category_components_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 category component. |
200 -
| Field | Type | Description |
|---|---|---|
uuid |
string (uuid) | |
type |
string | Unique internal name of the measured unit, for example floating_ip. |
name |
string | Display name for the measured unit, for example, Floating IP. |
description |
string | |
measured_unit |
string | Unit of measurement, for example, GB. |
category |
object | |
category.url |
string (uri) | |
category.uuid |
string (uuid) | |
category.title |
string |
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:
CategoryComponentsRequest - API Source:
marketplace_category_components_create
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | |
| Field | Type | Required | Description |
|---|---|---|---|
type |
string | ✓ | Unique internal name of the measured unit, for example floating_ip. |
name |
string | ✓ | Display name for the measured unit, for example, Floating IP. |
description |
string | ||
measured_unit |
string | Unit of measurement, for example, GB. | |
category |
object | ✓ | |
category.title |
string | ✓ |
201 -
| Field | Type | Description |
|---|---|---|
uuid |
string (uuid) | |
type |
string | Unique internal name of the measured unit, for example floating_ip. |
name |
string | Display name for the measured unit, for example, Floating IP. |
description |
string | |
measured_unit |
string | Unit of measurement, for example, GB. |
category |
object | |
category.url |
string (uri) | |
category.uuid |
string (uuid) | |
category.title |
string |
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:
CategoryComponentsRequest - API Source:
marketplace_category_components_update
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | |
| Name | Type | Required | Description |
|---|---|---|---|
id |
integer | ✓ | A unique integer value identifying this category component. |
| Field | Type | Required | Description |
|---|---|---|---|
type |
string | ✓ | Unique internal name of the measured unit, for example floating_ip. |
name |
string | ✓ | Display name for the measured unit, for example, Floating IP. |
description |
string | ||
measured_unit |
string | Unit of measurement, for example, GB. | |
category |
object | ✓ | |
category.title |
string | ✓ |
200 -
| Field | Type | Description |
|---|---|---|
uuid |
string (uuid) | |
type |
string | Unique internal name of the measured unit, for example floating_ip. |
name |
string | Display name for the measured unit, for example, Floating IP. |
description |
string | |
measured_unit |
string | Unit of measurement, for example, GB. |
category |
object | |
category.url |
string (uri) | |
category.uuid |
string (uuid) | |
category.title |
string |
Partial Update
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | |
- Model Source:
PatchedCategoryComponentsRequest - API Source:
marketplace_category_components_partial_update
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 category component. |
| Field | Type | Required | Description |
|---|---|---|---|
type |
string | Unique internal name of the measured unit, for example floating_ip. | |
name |
string | Display name for the measured unit, for example, Floating IP. | |
description |
string | ||
measured_unit |
string | Unit of measurement, for example, GB. | |
category |
object | ||
category.title |
string | ✓ |
200 -
| Field | Type | Description |
|---|---|---|
uuid |
string (uuid) | |
type |
string | Unique internal name of the measured unit, for example floating_ip. |
name |
string | Display name for the measured unit, for example, Floating IP. |
description |
string | |
measured_unit |
string | Unit of measurement, for example, GB. |
category |
object | |
category.url |
string (uri) | |
category.uuid |
string (uuid) | |
category.title |
string |
Delete
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 | |
- API Source:
marketplace_category_components_destroy
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 category component. |
204 - No response body