Deploy Orchestration Model
To deploy an orchestration model, use the following request:
| |
XML Request example:
| |
JSON Request example:
| |
Where:
- user_group_id - the ID of the organization with which the orchestration model will be associated
- vdc_label - the label for a resource pool that will be created after the template is deployed
- cpu_allocation - amount of CPU resources (GHZ) that will be allocated after the template is deployed
- cpu_guaranteed - amount of guaranteed CPU allocation (%)
- vcpu_speed - the vCPU speed in MHz that can be consumed after the template is deployed
- cpu_quota - the CPU quota
- memory - the amount of memory(MB) that will be allocated after the template is deployed
- memory_guaranteed - amount of guaranteed memory allocation (%)
- memory_quota - the memory quota
- vm_number - the number of VSs that can be created after the template is deployed
- storage_profile - the default storage policy
- name - the name of the default network
- edge_gateway_uplink_networks - array of IDs of external networks
- edge_gateway_uplink_network - ID of external network
- data_stores_created - the array of parameters related to the data stores that will be allocated after the template is deployed
- id - id of the data store zone in which a data store will be created during the orchestration model deployment
- label - the name of the data store zone in which a data store will be created during the orchestration model deployment
- disk_space - the disk size for the data store that will be allocated after the template is deployed
- edge_gateway_name - the name of the edge gateway
default_gateway_ip_net_id - the default gateway to be added to the IP net automatically
use_default_route_for_dns_relay - true if the default route for DNS relay is used; otherwise, false- networks_created - the list of the networks created
- name - the name of the network
Page History:
v.6.1 Edge 2
- Added the default_gateway_ip_net_id and use_default_route_for_dns_relay parameters
v.5.8
- Added the edge_gateway_name, networks_created, and name parameters
v. 5.1:
- Added edge_gateway_uplink_networks parameter
- Added edge_gateway_uplink_network parameter