NSX-T Data Center REST API
Create or update a BfdProfile
If a BfdProfile with the bfd-profile-id is not already present,create a new BfdProfile. If it already exists, update the
BfdProfile. This operation will fully replace the object.
Request:
Method:
              PUT
            URI Path(s):
              
              
                  
                  /policy/api/v1/infra/bfd-profiles/<bfd-profile-id>
                  
/policy/api/v1/global-infra/bfd-profiles/<bfd-profile-id>
              
            /policy/api/v1/global-infra/bfd-profiles/<bfd-profile-id>
Request Headers:
                n/a
            Query Parameters:
    OverrideRequestParameters+
  Request Body:
    BfdProfile+
  Example Request:
PUT https://<policy-mgr>/policy/api/v1/infra/bfd-profiles/config2 { "interval": 500, "multiple": 3 }Successful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    BfdProfile+