CloudStack v2.2.13 - 2.2.14 Domain Admin API Reference
listNetworkOfferings
Lists all available network offerings.
Request parameters
Parameter Name | Description | Required |
availability | the availability of network offering. Default value is Required | false |
displaytext | list network offerings by display text | false |
guestiptype | list network offerings by guest type: Shared or Isolated | false |
id | list network offerings by id | false |
isdefault | true if need to list only default network offerings. Default value is false | false |
keyword | List by keyword | false |
name | list network offerings by name | false |
networkid | the ID of the network. Pass this in if you want to see the available network offering that a network can be changed to. | false |
page | false | |
pagesize | false | |
sourcenatsupported | true if need to list only netwok offerings where source nat is supported, false otherwise | false |
specifyipranges | true if need to list only network offerings which support specifying ip ranges | false |
specifyvlan | the tags for the network offering. | false |
state | list network offerings by state | false |
supportedservices | list network offerings supporting certain services | false |
traffictype | list by traffic type | false |
zoneid | list netowrk offerings available for network creation in specific zone | false |
Response Tags
Response Name | Description |
id | the id of the network offering |
availability | availability of the network offering |
conservemode | true if network offering is ip conserve mode enabled |
created | the date this network offering was created |
displaytext | an alternate display text of the network offering. |
guestiptype | guest type of the network offering, can be Shared or Isolated |
isdefault | true if network offering is default, false otherwise |
name | the name of the network offering |
networkrate | data transfer rate in megabits per second allowed. |
serviceofferingid | the ID of the service offering used by virtual router provider |
specifyipranges | true if network offering supports specifying ip ranges, false otherwise |
specifyvlan | true if network offering supports vlans, false otherwise |
state | state of the network offering. Can be Disabled/Enabled/Inactive |
tags | the tags for the network offering |
traffictype | the traffic type for the network offering, supported types are Public, Management, Control, Guest, Vlan or Storage. |
service(*) | the list of supported services |
name | the service name |
provider | the service provider name |
capability(*) | the list of capabilities |
canchooseservicecapability | can this service capability value can be choosable while creatine network offerings |
name | the capability name |
value | the capability value |