Get List of Orchestration Models
To get a list of orchestration models, use the following request:
| |
XML Request Example
| |
JSON Request Example
| |
XML Output Example
| |
Where:
- cpu_allocation_customizable - whether the CPU allocation related parameters are editable during orchestration model deployment
- cpu_allocation_default - the default amount of allocated CPU resources, that will be set during orchestration model deployment
- cpu_allocation_max - the maximum amount of allocated CPU resources, that can be set during orchestration model deployment
- cpu_allocation_min - the minimum amount of allocated CPU resources , that can be set during orchestration model deployment
- cpu_allocation_visible - whether the CPU allocation related parameters will be visible during orchestration model deployment
- cpu_guaranteed_customizable - whether the CPU guaranteed related parameters will be editable during orchestration model deployment
- cpu_guaranteed_default - the default amount of guaranteed CPU, that will be set during orchestration model deployment
- cpu_guaranteed_max - the maximum amount of guaranteed CPU, that can be set during orchestration model deployment
- cpu_guaranteed_min - the minimum amount of guaranteed CPU, that can be set during orchestration model deployment
- cpu_guaranteed_visible - whether the CPU guaranteed related parameters will be visible during orchestration model deployment
- cpu_quota_customizable - whether the CPU quota related parameters will be editable during orchestration model deployment
- cpu_quota_default - the default CPU quota, that will be set during orchestration model deployment
- cpu_quota_max - the maximum CPU quota, that can be set during orchestration model deployment
- cpu_quota_min - the minimum CPU quota, that can be set during orchestration model deployment
- cpu_quota_visible - whether the CPU quota related parameters will be visible during orchestration model deployment
- create_to_networks - the array of parameters related to the networks that will be created when the orchestration model is deployed
- name - the label for the network
- type - the type of the network: routed, isolated or direct
- network_address - the network address
- dns - DNS for the network
- created_at - the date in the [YYYY][MM][DD]T[hh][mm][ss]Z format
- data_stores_to_create - the array of parameters related to the data stores that will be created when the orchestration model is deployed
- label - the label of the data store zone in which a data store will be created during orchestration model deployment
- id - the ID of the data store zone in which a data store will be created during orchestration model deployment
- min - the minimum data store size that can be requested during orchestration model deployment
- max - the maximum data store size that can be requested during orchestration model deployment
- default - the default data store size that will be set during orchestration model deployment
- data_store_visible - whether the data store related parameters will be visible during orchestration model deployment
- data_store_customizable - whether the data store related parameters will be editable during orchestration model deployment
- use_it - whether the data store will be created during orchestration model deployment
- default_network_pool - the network pool
- deploy_edge_gateway - whether an edge gateway will be deployed during orchestration model deployment
- edge_gateway_name - the label for the new edge gateway. The default name is MyEdgeGateway.
- edge_gateway_network_id - the ID of the edge gateway network
- enable_fast_provisioning - whether fast provisioning is enabled
- enable_thin_provisioning - whether thin provisioning is enabled
- hypervisor_id - the ID of the compute resource associated with the orchestration model
- id - the ID of the orchestration model
- label - the name of the orchestration model
- memory_customizable - whether memory related parameters are editable during orchestration model deployment
- memory_default - the default amount of allocated memory, that will be set during orchestration model deployment
- memory_guaranteed_customizable - whether memory guaranteed related parameters are editable during orchestration model deployment
- memory_guaranteed_default - the default amount of guaranteed memory allocation, that will be set during orchestration model deployment
- memory_guaranteed_max - the maximum amount of guaranteed memory allocation, that can be set during orchestration model deployment
- memory_guaranteed_min - the minimum amount of guaranteed memory allocation, that can be set during orchestration model deployment
- memory_guaranteed_visible - whether memory guaranteed related parameters are visible during orchestration model deployment
- memory_max - the maximum amount of allocated memory, that can be set during orchestration model deployment
- memory_min - the minimum amount of allocated memory, that can be set during orchestration model deployment
- memory_quota_customizable - whether memory quota related parameters are editable during orchestration model deployment
- memory_quota_default - the default amount of memory which can be used, that will be set during orchestration model deployment
- memory_quota_max - the maximum amount of memory which can be used, that can be set during orchestration model deployment
- memory_quota_min - the minimum amount of memory which can be used, that can be set during orchestration model deployment
- memory_quota_visible - whether memory quota related parameters are visible during orchestration model deployment
- memory_visible - whether memory related parameters are visible during orchestration model deployment
- provider_vdc_id - the ID of the provider vDC that will be used when an organization vDC will be deployed from the orchestration model
- updated_at - the date in the [YYYY][MM][DD]T[hh][mm][ss]Z format
- vcpu_speed_customizable - whether vCPU speed related parameters are editable during orchestration model deployment
- vcpu_speed_default - the default vCPU speed in MHz, that will be set during orchestration model deployment
- vcpu_speed_max - the maximum vCPU speed in MHz, that can be set during orchestration model deployment
- vcpu_speed_min - the minimum vCPU speed in MHz, that can be set during orchestration model deployment
- vcpu_speed_visible - whether vCPU speed related parameters are visible during orchestration model deployment
- vdc_model_type - the resource pool type
- vm_number_customizable - whether VS number related parameters are editable during orchestration model deployment
- vm_number_default - the default number of VSs, that will be set during orchestration model deployment
- vm_number_max - the maximum number of VSs, that can be set during orchestration model deployment
- vm_number_min - the minimum number of VSs, that can be set during orchestration model deployment
- vm_number_visible - whether VS number related parameters are visible during orchestration model deployment
Page History
v. 5.1
- Removed the edge_gateway_uplink_network_id parameter