POST /api/compute_resources { "compute_resource": { "name": "Ovirt-create-test", "url": "https://myovirt/api", "provider": "ovirt", "datacenter": "test", "user": "user@example.com", "password": "secret" } } 201 { "description": null, "url": "https://myovirt/api", "created_at": "2020-11-04 15:05:59 UTC", "updated_at": "2020-11-04 15:05:59 UTC", "id": 980190963, "name": "Ovirt-create-test", "provider": "Ovirt", "provider_friendly_name": "oVirt", "user": "user@example.com", "datacenter": "255113b0-f9e0-42cf-ac16-f9a2474a7fac", "use_v4": true, "ovirt_quota": "aae6e3f3-0798-4ef7-b4e4-c036f04a98d7", "display_type": "vnc", "keyboard_layout": "en-us", "images": [], "compute_attributes": [], "locations": [], "organizations": [] }
Param name | Description |
---|---|
location_id optional |
Set the current location context for the request Validations:
|
organization_id optional |
Set the current organization context for the request Validations:
|
compute_resource required |
Validations:
|
compute_resource[name] required |
Validations:
|
compute_resource[provider] optional , nil allowed |
Providers include Libvirt, Ovirt, EC2, Vmware, Openstack, GCE Validations:
|
compute_resource[url] optional , nil allowed |
URL for Libvirt, oVirt and OpenStack Validations:
|
compute_resource[description] optional , nil allowed |
Validations:
|
compute_resource[user] optional , nil allowed |
Username for oVirt, EC2, VMware, OpenStack. Access Key for EC2. Validations:
|
compute_resource[password] optional , nil allowed |
Password for oVirt, EC2, VMware, OpenStack. Secret key for EC2 Validations:
|
compute_resource[datacenter] optional , nil allowed |
for oVirt, VMware Datacenter Validations:
|
compute_resource[use_v4] optional , nil allowed |
for oVirt only Validations:
|
compute_resource[ovirt_quota] optional , nil allowed |
for oVirt only, ID or Name of quota to use Validations:
|
compute_resource[public_key] optional , nil allowed |
for oVirt only Validations:
|
compute_resource[region] optional , nil allowed |
for AzureRm eg. ‘eastus’ and for EC2 only. Use ‘us-gov-west-1’ for EC2 GovCloud region Validations:
|
compute_resource[tenant] optional , nil allowed |
for OpenStack and AzureRm only Validations:
|
compute_resource[domain] optional , nil allowed |
for OpenStack (v3) only Validations:
|
compute_resource[project_domain_name] optional , nil allowed |
for OpenStack (v3) only Validations:
|
compute_resource[project_domain_id] optional , nil allowed |
for OpenStack (v3) only Validations:
|
compute_resource[server] optional , nil allowed |
for VMware Validations:
|
compute_resource[set_console_password] optional , nil allowed |
for Libvirt and VMware only Validations:
|
compute_resource[display_type] optional , nil allowed |
for Libvirt and oVirt only Validations:
|
compute_resource[keyboard_layout] optional , nil allowed |
for oVirt only Validations:
|
compute_resource[caching_enabled] optional , nil allowed |
enable caching, for VMware only Validations:
|
compute_resource[project] optional , nil allowed |
Project id for GCE only Validations:
|
compute_resource[email] optional , nil allowed |
Email for GCE only Validations:
|
compute_resource[key_path] optional , nil allowed |
Certificate path for GCE only Validations:
|
compute_resource[zone] optional , nil allowed |
for GCE only Validations:
|
compute_resource[location_ids] optional , nil allowed |
REPLACE locations with given ids Validations:
|
compute_resource[organization_ids] optional , nil allowed |
REPLACE organizations with given ids. Validations:
|