CloudStack v2.2.13 - 2.2.14 Root Admin API Reference
createServiceOffering
Creates a service offering.
Request parameters
Parameter Name | Description | Required |
cpunumber | the CPU number of the service offering | true |
cpuspeed | the CPU speed of the service offering in MHz. | true |
displaytext | the display text of the service offering | true |
memory | the total memory of the service offering in MB | true |
name | the name of the service offering | true |
domainid | the ID of the containing domain, null for public offerings | false |
hosttags | the host tag for this service offering. | false |
issystem | is this a system vm offering | false |
limitcpuuse | restrict the CPU usage to committed service offering | false |
networkrate | data transfer rate in megabits per second allowed. Supported only for non-System offering and system offerings having "domainrouter" systemvmtype | false |
offerha | the HA for the service offering | false |
storagetype | the storage type of the service offering. Values are local and shared. | false |
systemvmtype | the system VM type. Possible types are "domainrouter", "consoleproxy" and "secondarystoragevm". | false |
tags | the tags for this service offering. | false |
Response Tags
Response Name | Description |
id | the id of the service offering |
cpunumber | the number of CPU |
cpuspeed | the clock rate CPU speed in Mhz |
created | the date this service offering was created |
defaultuse | is this a default system vm offering |
displaytext | an alternate display text of the service offering. |
domain | Domain name for the offering |
domainid | the domain id of the service offering |
hosttags | the host tag for the service offering |
issystem | is this a system vm offering |
limitcpuuse | restrict the CPU usage to committed service offering |
memory | the memory in MB |
name | the name of the service offering |
networkrate | data transfer rate in megabits per second allowed. |
offerha | the ha support in the service offering |
storagetype | the storage type for this service offering |
systemvmtype | is this a the systemvm type for system vm offering |
tags | the tags for the service offering |