Policy > Networking > Network Services > Advanced Load Balancing > Alb Webhooks

List ALBWebhook for infra

Paginated list of all ALBWebhook for infra.
This API is only available when using VMware NSX-T.

Request:

Method:
GET
URI Path(s):
/policy/api/v1/infra/alb-webhooks
Request Headers:
n/a
Query Parameters:
PolicyListRequestParameters+
Request Body:
n/a

Example Request:

GET https://<policy-mgr>/policy/api/v1/infra/alb-webhooks

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
ALBWebhookApiResponse+

Example Response:

{ "result_count": 1, "results": [ { "_create_time": 1598509011318, "_create_user": "admin", "_last_modified_time": 1598509011322, "_last_modified_user": "admin", "_protection": "NOT_PROTECTED", "_revision": 0, "_system_owned": false, "display_name": "test-webhook", "id": "test-webhook", "marked_for_delete": false, "name": "test-webhook", "overridden": false, "parent_path": "/infra", "path": "/infra/alb-webhooks/test-webhook", "relative_path": "test-webhook", "resource_type": "ALBWebhook", "unique_id": "2b675a18-7321-4bb5-9228-54f928a98e6d", "verification_token": "www.test.com" } ], "sort_ascending": true, "sort_by": "display_name" }

Required Permissions:

read

Feature:

policy_lb

Additional Errors: