Updated on 2025-12-04 GMT+08:00

Status Codes

Table 1 Normal status codes

Status Code

Message

Description

200

OK

Normal response code for the GET, PUT, and POST operations

201

Created

Normal response code for the POST operations of V3 APIs.

202

Accepted

Normal response code for the specified preflight request of V3 APIs.

204

No Content

Normal response code for the DELETE operations, and for binding or unbinding a virtual IP address to or from a Layer 2 connection

Table 2 Error codes

Status Code

Description

400 Bad Request

The server failed to process the request.

401 Unauthorized

A username and a password are required to access a page.

403 Forbidden

The requested page cannot be accessed.

404 Not Found

The requested page cannot be found.

405 Method Not Allowed

The method specified in the request is not allowed.

406 Not Acceptable

The response cannot be accepted by the client.

407 Proxy Authentication Required

The client must be authorized by the proxy before the request can proceed.

408 Request Timeout

The request timed out.

409 Conflict

Failed to complete the request due to a conflict.

500 Internal Server Error

Failed to complete the request due to a service error.

501 Not Implemented

Failed to complete the request because the server does not support the requested function.

502 Bad Gateway

Failed to complete the request because the server receives an invalid response from an upstream server.

503 Service Unavailable

Failed to complete the request due to a temporary system error.

504 Gateway Timeout

Gateway timed out.