Avi test
Create or update a ALBErrorPageBody
If a ALBErrorPageBody with the alb-ErrorPageBody-id is notalready present, create a new ALBErrorPageBody. If it already exists,
update the ALBErrorPageBody. 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-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:
Content-type: application/json
Response Body:
ALBErrorPageBody+