Avi test
Create or update a ALBerrorpagebody (Deprecated)
If a ALBerrorpagebody with the alb-errorpagebody-id is not already present,create a new ALBerrorpagebody. If it already exists, update the
ALBerrorpagebody. 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.
This API is only available when using VMware NSX.
Request:
Method:
PATCH
URI Path(s):
/policy/api/v1/infra/alb-error-page-bodies/{alb-errorpagebody-id}
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
ALBErrorPageBody+
Example Request:
{ "display_name": "test-error-page", "error_page_body": "\n\n\n\nThis is test error page sample.
\nTo create error page body:
\n\n\n\n \n", "format": "ERROR_PAGE_FORMAT_HTML" }Successful Response:
Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a