Request parameters
| Parameter Name | Description | Required |
| displaytext | alternate display text of the disk offering | true |
| name | name of the disk offering | true |
| bytesreadrate | bytes read rate of the disk offering | false |
| byteswriterate | bytes write rate of the disk offering | false |
| customized | whether disk offering size is custom or not | false |
| customizediops | whether disk offering iops is custom or not | false |
| disksize | size of the disk offering in GB | false |
| displayoffering | an optional field, whether to display the offering to the end user or not. | false |
| domainid | the ID of the containing domain, null for public offerings | false |
| hypervisorsnapshotreserve | Hypervisor snapshot reserve space as a percent of a volume (for managed storage using Xen or VMware) | false |
| iopsreadrate | io requests read rate of the disk offering | false |
| iopswriterate | io requests write rate of the disk offering | false |
| maxiops | max iops of the disk offering | false |
| miniops | min iops of the disk offering | false |
| storagetype | the storage type of the disk offering. Values are local and shared. | false |
| tags | tags for the disk offering | false |
Response Tags
| Response Name | Description |
| id | unique ID of the disk offering |
| created | the date this disk offering was created |
| diskBytesReadRate | bytes read rate of the disk offering |
| diskBytesWriteRate | bytes write rate of the disk offering |
| diskIopsReadRate | io requests read rate of the disk offering |
| diskIopsWriteRate | io requests write rate of the disk offering |
| disksize | the size of the disk offering in GB |
| displayoffering | whether to display the offering to the end user or not. |
| displaytext | an alternate display text of the disk offering. |
| domain | the domain name this disk offering belongs to. Ignore this information as it is not currently applicable. |
| domainid | the domain ID this disk offering belongs to. Ignore this information as it is not currently applicable. |
| iscustomized | true if disk offering uses custom size, false otherwise |
| iscustomizediops | true if disk offering uses custom iops, false otherwise |
| maxiops | the max iops of the disk offering |
| miniops | the min iops of the disk offering |
| name | the name of the disk offering |
| storagetype | the storage type for this disk offering |
| tags | the tags for the disk offering |