NSX-T Data Center REST API
Create or update a 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:
Method:
              PATCH
            URI Path(s):
              
              
                  
                  /policy/api/v1/infra/tier-1s/<tier-1-id>/segments/<segment-id>/static-arp
                  
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    StaticARPConfig+
  Example Request:
PATCH https://<policy-mgr>/policy/api/v1/infra/tier-1s/production_t1/segments/production-t1-seg/static-arp { "ip_address":"1.1.1.1", "mac_address":"aa:bb:cc:44:55:66" }Successful Response:
Response Code:
                200 OK
              Response Headers:
                  n/a
                Response Body:
    n/a