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 | |
- API Source:
openstack_marketplace_tenants_list
1 2 3 4 5 6 7 8 9 10 | |
| Name | Type | Description |
|---|---|---|
backend_id |
string | |
can_manage |
boolean | Can manage |
customer |
string (uuid) | |
customer_abbreviation |
string | |
customer_name |
string | |
customer_native_name |
string | |
customer_uuid |
string (uuid) | |
description |
string | |
external_ip |
string | |
name |
string | |
name_exact |
string | |
page |
integer | A page number within the paginated result set. |
page_size |
integer | Number of results to return per page. |
project |
string (uuid) | |
project_name |
string | |
project_uuid |
string (uuid) | |
service_settings_name |
string | |
service_settings_uuid |
string (uuid) | |
state |
array | |
uuid |
string (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 |