Updated on 2025-05-29 GMT+08:00

Querying the Service Health Status

Function

Query the service health status.

Precautions

None

Calling Method

POST

URI

/rest/dlvapp-engine/v1/screens/data/{share_id}

Path parameters

Table 1 Path parameters

Parameter

Mandatory

Type

Value Range

Description

share_id

Yes

string

0~0

The value can contain 0 characters.

Project ID

Query parameters

None

Request

  • Request header parameters

    For details, see the header description in the sample request.

  • Request body parameters

    None

  • Sample request
    POST /rest/dlvapp-engine/v1/screens/data/{share_id} HTTP/1.1
    Host: example.com
    Content-Type: application/json
    Accept: application/json

Response

  • Response parameters
  • Sample response
    HTTP/1.1 200 OK
    Date:Tue,18 Jul 2023 09:58:01 GMT
    Server: example.com
    Content-Type: application/json;charset=UTF8

Status Codes

Status Code

Description

200

Operation successful.

302

Redirection response code.

400

Parameter error.

403

URL authentication failed.

404

The REST API was not found.

500

An internal application error occurred.

Operation Severity

Minor