[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy

Update BGP Neighbor Config

Description

If BGP neighbor config with the neighbor-id is not already present, create a new neighbor config. If it already exists, replace the BGP neighbor config with this object.

Request

Request

URL

URL


patch
https://nsxmanager.your.domain/policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/bgp/neighbors/{neighbor-id}
Copy

Path Parameters

Path Parameters

string
tier-0-id Required

string
locale-service-id Required

string
neighbor-id Required

Request Body

Request Body

BgpNeighborConfig of type(s) application/json Required
This request body class requires all of the following: PolicyConfigResource, InlineBgpNeighborConfig1
Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

200 OK

OK

Errors

Errors

ApiError
400

Bad Request


ApiError
403

Forbidden


404

Not Found


ApiError
412

Precondition Failed


ApiError
500

Internal Server Error


ApiError
503

Service Unavailable

Code Samples

Code Samples

PowerCLI Client SDK Example

$ResourceLink = Initialize-nullResourceLink -Action "MyAction" -Href "MyHref" -Rel "MyRel"
$SelfResourceLink = Initialize-nullSelfResourceLink -Action "MyAction" -Href "MyHref" -Rel "MyRel"
$Tag = Initialize-nullTag -Scope "MyScope" -_Tag "My_Tag"
$PolicyRequestParameter = Initialize-nullPolicyRequestParameter -ResourceType "MyResourceType"
$ChildPolicyConfigResource = Initialize-nullChildPolicyConfigResource -Links $ResourceLink -Schema "MySchema" -Self $SelfResourceLink -Revision 0 -CreateTime 0 -CreateUser "MyCreateUser" -LastModifiedTime 0 -LastModifiedUser "MyLastModifiedUser" -Protection "MyProtection" -SystemOwned $false -Description "MyDescription" -DisplayName "MyDisplayName" -Id "MyId" -ResourceType "MyResourceType" -Tags $Tag -MarkForOverride $false -MarkedForDelete $false -RequestParameter $PolicyRequestParameter
$BgpBfdConfig = Initialize-nullBgpBfdConfig -Enabled $false -Interval 0 -Multiple 0
$BgpNeighborLocalAsConfig = Initialize-nullBgpNeighborLocalAsConfig -AsPathModifierType "NO_PREPEND" -LocalAsNum "MyLocalAsNum"
$BgpRouteFiltering = Initialize-nullBgpRouteFiltering -AddressFamily "IPV4" -Enabled $false -InRouteFilters "MyInRouteFilters" -MaximumRoutes 0 -OutRouteFilters "MyOutRouteFilters"
$BgpNeighborConfig = Initialize-nullBgpNeighborConfig -Links $ResourceLink -Schema "MySchema" -Self $SelfResourceLink -Revision 0 -CreateTime 0 -CreateUser "MyCreateUser" -LastModifiedTime 0 -LastModifiedUser "MyLastModifiedUser" -Protection "MyProtection" -SystemOwned $false -Description "MyDescription" -DisplayName "MyDisplayName" -Id "MyId" -ResourceType "MyResourceType" -Tags $Tag -OriginSiteId "MyOriginSiteId" -OwnerId "MyOwnerId" -ParentPath "MyParentPath" -Path "MyPath" -RealizationId "MyRealizationId" -RelativePath "MyRelativePath" -RemotePath "MyRemotePath" -UniqueId "MyUniqueId" -Children $ChildPolicyConfigResource -MarkedForDelete $false -Overridden $false -AllowAsIn $false -Bfd $BgpBfdConfig -Enabled $false -GracefulRestartMode "DISABLE" -HoldDownTime 0 -InRouteFilters "MyInRouteFilters" -KeepAliveTime 0 -MaximumHopLimit 0 -NeighborAddress "MyNeighborAddress" -NeighborLocalAsConfig $BgpNeighborLocalAsConfig -OutRouteFilters "MyOutRouteFilters" -Password "MyPassword" -RemoteAsNum "MyRemoteAsNum" -RouteFiltering $BgpRouteFiltering -SourceAddresses "MySourceAddresses"
Invoke-PatchBgpNeighborConfig -tier0Id "Mytier0Id" -localeServiceId "MylocaleServiceId" -neighborId "MyneighborId" -bgpNeighborConfig $bgpNeighborConfig -_override $true

cURL Command

curl -X PATCH -H "Content-Type: application/json" -d '{"_create_time":0,"_create_user":"string","_last_modified_time":0,"_last_modified_user":"string","_links":[{"action":"string","href":"string","rel":"string"}],"_protection":"string","_revision":0,"_schema":"string","_self":{"action":"string","href":"string","rel":"string"},"_system_owned":false,"allow_as_in":false,"bfd":{"enabled":false,"interval":0,"multiple":0},"children":[{"_create_time":0,"_create_user":"string","_last_modified_time":0,"_last_modified_user":"string","_links":[{"action":"string","href":"string","rel":"string"}],"_protection":"string","_revision":0,"_schema":"string","_self":{"action":"string","href":"string","rel":"string"},"_system_owned":false,"description":"string","display_name":"string","id":"string","marked_for_delete":false,"resource_type":"string","tags":[{"scope":"string","tag":"string"}]}],"description":"string","display_name":"string","graceful_restart_mode":"DISABLE","hold_down_time":0,"id":"string","in_route_filters":["string"],"keep_alive_time":0,"marked_for_delete":false,"maximum_hop_limit":0,"neighbor_address":"string","out_route_filters":["string"],"parent_path":"string","password":"string","path":"string","relative_path":"string","remote_as_num":"string","resource_type":"string","route_filtering":[{"address_family":"IPV4","enabled":false,"in_route_filters":["string"],"out_route_filters":["string"]}],"source_addresses":["string"],"tags":[{"scope":"string","tag":"string"}]}' https://nsxmanager.your.domain/policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/bgp/neighbors/{neighbor-id}
Vendor Extensions

Vendor Extensions

This operation contains the following vendor extensions defined in the spec:
x-vmw-doc-operation: update-bgp-neighbor-config
x-vmw-nsx-module: PolicyConnectivity


Feedback

Was this page helpful?