NSX-T Data Center REST API
Create or update a ALBWebhook
If a ALBWebhook with the alb-Webhook-id is notalready present, create a new ALBWebhook. If it already exists,
update the ALBWebhook. This is a full replace.
This API is only available when using VMware NSX-T.
Request:
Method:
              PUT
            URI Path(s):
              
              
                  
                  /policy/api/v1/infra/alb-webhooks/<alb-webhook-id>
                  
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    ALBWebhook+
  Example Request:
{ "display_name": "test-webhook", "verification_token": "www.test.com" }Successful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    ALBWebhook+
  