Updated on 2023-09-27 GMT+08:00

Health Check Interface

Description

This interface is invoked by a third-party access party to check whether ODFS is running properly. If the response code is 200, ODFS is running properly.

Interface Method

POST or GET

URL

https://IP:PORT/oifde/rest/api/servicemonitor

Request

Table 1 Parameter in the request header

No.

Parameter

Type

Mandatory

Description

1

Content-Type

String

Yes

The value is fixed at application/json; charset=UTF-8.

No request body parameter.

Response

No response body parameter.

Example

  • Request

    None

  • Response

    None