Apache CloudStack 4.20.0.0 Root Admin API Reference
changeBgpPeersForNetwork
Change the BGP peers for a network.
Request parameters
Parameter Name | Description | Required |
networkid | UUID of the network which the Bgp Peers are associated to. | true |
bgppeerids | Ids of the Bgp Peer. If it is empty, all BGP peers will be unlinked. | false |
Response Tags
Response Name | Description |
id | id of the bgp peer |
account | the account of the bgp peer |
asnumber | AS number of bgp peer |
created | date when this bgp peer was created. |
details | additional key/value details of the bgp peer |
domain | the domain name of the bgp peer |
domainid | the domain ID of the bgp peer |
ip6address | IPv6 address of bgp peer |
ipaddress | IPv4 address of bgp peer |
password | password of bgp peer |
project | the project name of the bgp peer |
projectid | the project id of the bgp peer |
zoneid | id of zone to which the bgp peer belongs to. |
zonename | name of zone to which the bgp peer belongs to. |