Policy > Networking > Network Services > Advanced Load Balancing > Alb Error Page Profiles

List ALBErrorPageProfile for infra

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

Request:

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

Example Request:

GET https://<policy-mgr>/policy/api/v1/infra/alb-error-page-profiles

Successful Response:

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

Example Response:

{ "result_count": 1, "results": [ { "_create_time": 1598508264959, "_create_user": "admin", "_last_modified_time": 1598508264965, "_last_modified_user": "admin", "_protection": "NOT_PROTECTED", "_revision": 0, "_system_owned": false, "display_name": "test-error-page-1", "error_pages": [ { "enable": true, "error_page_body_path": "/infra/alb-error-page-bodies/Custom-Error-Page", "index": 0, "match": { "match_criteria": "IS_IN", "status_codes": [ 401 ] } } ], "id": "test-error-page-1", "marked_for_delete": false, "name": "test-error-page-1", "overridden": false, "parent_path": "/infra", "path": "/infra/alb-error-page-profiles/test-error-page-1", "relative_path": "test-error-page-1", "resource_type": "ALBErrorPageProfile", "unique_id": "132a93b7-485a-4032-9e96-f1c732374cef" } ], "sort_ascending": true, "sort_by": "display_name" }

Required Permissions:

read

Feature:

policy_lb

Additional Errors: