NSX-T Data Center REST API
Associated URIs:
API Description | API Path |
---|---|
List ALBWebhook for infraPaginated list of all ALBWebhook for infra. This is a deprecated API. It is recommennded to use NSX Advanced Load Balancer (Avi) Controller UI or API directly instead of NSX-T ALB Policy UI and API. |
GET /policy/api/v1/infra/alb-webhooks
(Deprecated)
|
Delete ALBWebhook and all the entities contained by this ALBWebhookDelete the ALBWebhook along with all the entities contained by this ALBWebhook. This is a deprecated API. It is recommennded to use NSX Advanced Load Balancer (Avi) Controller UI or API directly instead of NSX-T ALB Policy UI and API. |
DELETE /policy/api/v1/infra/alb-webhooks/{alb-webhook-id}
(Deprecated)
|
Read ALBWebhookRead a ALBWebhook. This is a deprecated API. It is recommennded to use NSX Advanced Load Balancer (Avi) Controller UI or API directly instead of NSX-T ALB Policy UI and API. |
GET /policy/api/v1/infra/alb-webhooks/{alb-webhook-id}
(Deprecated)
|
Create or update a ALBwebhookIf a ALBwebhook with the alb-webhook-id is not already present, create a new ALBwebhook. If it already exists, update the ALBwebhook. This is a full replace. This is a deprecated API. It is recommennded to use NSX Advanced Load Balancer (Avi) Controller UI or API directly instead of NSX-T ALB Policy UI and API. |
PATCH /policy/api/v1/infra/alb-webhooks/{alb-webhook-id}
(Deprecated)
|
Create or update a ALBWebhookIf a ALBWebhook with the alb-Webhook-id is not already present, create a new ALBWebhook. If it already exists, update the ALBWebhook. This is a full replace. This is a deprecated API. It is recommennded to use NSX Advanced Load Balancer (Avi) Controller UI or API directly instead of NSX-T ALB Policy UI and API. |
PUT /policy/api/v1/infra/alb-webhooks/{alb-webhook-id}
(Deprecated)
|