All Products
Search
Document Center

Edge Security Acceleration:GetWaitingRoomPreviewPage

Last Updated:Jul 16, 2026

Queries the preview page URL of a waiting room.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

CustomPageHtml

string

Yes

The custom waiting room page content. This parameter is required when the waiting room type is custom. The content must be URL-encoded.

Hello%20world!

Response elements

Element

Type

Description

Example

object

The query result details.

RequestId

string

The request ID.

9732E117-8A37-49FD-A36F-ABBB87556CA7

PageUrl

string

The waiting room preview page URL.

http://waitingroom.myalicdn.com/testxxxx

Examples

Success response

JSON format

{
  "RequestId": "9732E117-8A37-49FD-A36F-ABBB87556CA7",
  "PageUrl": "http://waitingroom.myalicdn.com/testxxxx"
}

Error codes

HTTP status code

Error code

Error message

Description

400 InvalidParameter The specified parameter is invalid. The specified parameter is invalid.
400 InternalException Failed to call the service. Try again later or contact technical support. Failed to call the service. Try again later or contact technical support.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.