Apache CloudStack 4.20.0.0 Root Admin API Reference

createBgpPeer

Creates a Bgp Peer for a zone.

Request parameters

Parameter NameDescriptionRequired
asnumberThe AS number of the Bgp Peer.true
zoneidUUID of the zone which the Bgp Peer belongs to.true
accountaccount who will own the Bgp Peerfalse
detailsBGP peer details in key/value pairs.false
domainiddomain ID of the account owning the Bgp Peerfalse
ip6addressThe IPv6 address of the Bgp Peer.false
ipaddressThe IPv4 address of the Bgp Peer.false
passwordThe password of the Bgp Peer.false
projectidproject who will own the Bgp Peerfalse

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.