Request parameters
Parameter Name | Description | Required |
account | list resources by account. Must be used with the domainId parameter. | false |
cidr | list static routes by cidr | false |
domainid | list only resources belonging to the domain specified | false |
gatewayid | list static routes by gateway id (DEPRECATED!) | false |
id | list static route by id | false |
isrecursive | defaults to false, but if true, lists all resources from the parent specified by the domainId till leaves. | false |
keyword | List by keyword | false |
listall | If set to false, list only resources belonging to the command's caller; if set to true - list resources that the caller is authorized to see. Default value is false | false |
nexthop | list static routes by nexthop ip address | false |
page | false | |
pagesize | false | |
projectid | list objects by project | false |
tags | List resources by tags (key/value pairs) | false |
vpcid | list static routes by vpc id | false |
Response Tags
Response Name | Description |
id | the ID of static route |
account | the account associated with the static route |
cidr | The CIDR to route |
domain | the domain associated with the static route |
domainid | the ID of the domain associated with the static route |
nexthop | Gateway ip address the CIDR is routed to |
project | the project name of the static route |
projectid | the project id of the static route |
state | the state of the static route |
vpcid | VPC the static route belongs to |
tags(*) | the list of resource tags associated with static route |
account | the account associated with the tag |
customer | customer associated with the tag |
domain | the domain associated with the tag |
domainid | the ID of the domain associated with the tag |
key | tag key name |
project | the project name where tag belongs to |
projectid | the project id the tag belongs to |
resourceid | id of the resource |
resourcetype | resource type |
value | tag value |