POST /api/compute_resources/980190962/images
{
"image": {
"name": "TestImage",
"username": "ec2-user",
"uuid": "abcdef",
"password": "password",
"operatingsystem_id": 775246587,
"compute_resource_id": 510899777,
"architecture_id": 331892513,
"user_data": true
}
}
201
{
"operatingsystem_id": 775246587,
"operatingsystem_name": "NoHosts 1.1",
"compute_resource_id": 980190962,
"compute_resource_name": "bigcompute",
"architecture_id": 331892513,
"architecture_name": "sparc",
"uuid": "abcdef",
"username": "ec2-user",
"created_at": "2018-11-15 19:02:39 UTC",
"updated_at": "2018-11-15 19:02:39 UTC",
"id": 980190963,
"name": "TestImage"
}
| Param name | Description |
|---|---|
|
location_id optional |
Scope by locations Validations:
|
|
organization_id optional |
Scope by organizations Validations:
|
|
compute_resource_id required |
Validations:
|
|
image required |
Validations:
|
|
image[name] required |
Validations:
|
|
image[username] required |
Validations:
|
|
image[uuid] required |
Validations:
|
|
image[password] optional , nil allowed |
Validations:
|
|
image[compute_resource_id] optional , nil allowed |
ID of compute resource Validations:
|
|
image[architecture_id] optional , nil allowed |
ID of architecture Validations:
|
|
image[operatingsystem_id] optional , nil allowed |
ID of operating system Validations:
|
|
image[user_data] optional , nil allowed |
Whether or not the image supports user data Validations:
|