Apache CloudStack 4.20.0.0 Root Admin API Reference

updateBgpPeer

Updates an existing Bgp Peer.

Request parameters

Parameter NameDescriptionRequired
idId of the Bgp Peertrue
asnumberThe AS number of the Bgp Peer.false
cleanupdetailsoptional boolean field, which indicates if details should be cleaned up or not (if set to true, details are removed for this resource; if false or not set, no action)false
detailsBGP peer details in key/value pairs.false
ip6addressThe IPv6 address of the Bgp Peer.false
ipaddressThe IPv4 address of the Bgp Peer.false
passwordThe password of the Bgp Peer.false

Response Tags

Response NameDescription
idid of the bgp peer
accountthe account of the bgp peer
asnumberAS number of bgp peer
createddate when this bgp peer was created.
detailsadditional key/value details of the bgp peer
domainthe domain name of the bgp peer
domainidthe domain ID of the bgp peer
ip6addressIPv6 address of bgp peer
ipaddressIPv4 address of bgp peer
passwordpassword of bgp peer
projectthe project name of the bgp peer
projectidthe project id of the bgp peer
zoneidid of zone to which the bgp peer belongs to.
zonenamename of zone to which the bgp peer belongs to.