Create Static ARP Config
Create static ARP config with Tier-1 and segment IDs provided if it doesn’t exist, update with provided config if it’s already created.
Request
URLURL
https://nsxmanager.your.domain/policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/static-arp
Request Body
Request Body
StaticARPConfig of type(s) application/json
Required
Contains Static ARP configuration for Segment.
(The request body parameter is missing description)
{}
Request data structure does not contain any properties!
Response
Response
Response BodyResponse Body
200 OK returns
StaticARPConfig of type(s) application/json
{}
cURL Command
curl -X PUT -H "Content-Type: application/json" -d '{}' https://nsxmanager.your.domain/policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/static-arp
Errors
BadRequest
400
The request cannot be fulfilled due to bad syntax.
Forbidden
403
The server understood the request, but is refusing to fulfill it.
404
Not Found
PreconditionFailed
412
This error has no documentation
InternalServerError
500
The server encountered an unexpected condition which prevented it from fulfilling the request.
ServiceUnavailable
503
The server is currently unavailable (because it is overloaded or down for maintenance).
On This Page
Segments Operations
put
delete
delete
delete
delete
delete
get
get
get
patch
patch
patch