Openstack Marketplace Tenants
Operations Summary
| Method | Endpoint | Description |
|---|---|---|
| Core CRUD | ||
| GET | /api/openstack-marketplace-tenants/ |
List Openstack Marketplace Tenants |
| GET | /api/openstack-marketplace-tenants/{uuid}/ |
Retrieve |
| POST | /api/openstack-marketplace-tenants/{uuid}/create_image/ |
Create image |
| Other Actions | ||
| POST | /api/openstack-marketplace-tenants/{uuid}/upload_image_data/{image_id}/ |
Data |
Core CRUD
List Openstack Marketplace Tenants
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 | |
- Model Source:
CoreStates - API Source:
openstack_marketplace_tenants_list
1 2 3 4 5 6 7 8 9 10 | |
| Name | Type | Description |
|---|---|---|
backend_id |
string | Backend ID |
can_manage |
boolean | Can manage |
customer |
string (uuid) | Customer UUID |
customer_abbreviation |
string | Customer abbreviation |
customer_name |
string | Customer name |
customer_native_name |
string | Customer native name |
customer_uuid |
string (uuid) | Customer UUID |
description |
string | Description |
external_ip |
string | External IP |
name |
string | Name |
name_exact |
string | Name (exact) |
page |
integer | A page number within the paginated result set. |
page_size |
integer | Number of results to return per page. |
project |
string (uuid) | Project UUID |
project_name |
string | Project name |
project_uuid |
string (uuid) | Project UUID |
service_settings_name |
string | Service settings name |
service_settings_uuid |
string (uuid) | Service settings UUID |
state |
array | State |
uuid |
string (uuid) | UUID |
200 -
The response body is an array of objects, where each object has the following structure:
| Field | Type |
|---|---|
url |
string (uri) |
uuid |
string (uuid) |
name |
string |
Retrieve
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 | |
- API Source:
openstack_marketplace_tenants_retrieve
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
200 -
| Field | Type |
|---|---|
url |
string (uri) |
uuid |
string (uuid) |
name |
string |
Create image
1 2 3 4 5 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | |
- Model Source:
ImageCreateRequest - API Source:
openstack_marketplace_tenants_create_image
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
| Field | Type | Required |
|---|---|---|
name |
string | ✓ |
min_ram |
integer | |
min_disk |
integer | |
disk_format |
any | |
container_format |
any | |
visibility |
any |
201 -
| Field | Type |
|---|---|
image_id |
string (uuid) |
name |
string |
status |
string |
upload_url |
string |
Other Actions
Data
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
- API Source:
openstack_marketplace_tenants_upload_image_data
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | |
| Name | Type | Required |
|---|---|---|
image_id |
string (uuid) | ✓ |
uuid |
string (uuid) | ✓ |
200 -
| Field | Type |
|---|---|
status |
string |
message |
string |