Query OCP server time

2023-11-23 07:52:12  Updated

Description

You can call this operation to query the OCP server time to check the synchronization between the local time and the server time.

Call description

Prerequisite

You can call this API without authentication.

Request path

GET /api/v2/time

Request parameters

None.

Response parameters

The server time is returned in the text format.

Examples

Sample request

GET /api/v2/time

Sample response

2020-11-11T15:46:27.316+08:00

Contact Us