/info
GET
/info
Info
Purpose and usage
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/info' \
--header 'Accept-Language;' \
--header 'X-Correlation-ID;' \
--header 'X-LogLevel;'
Response Response Example
200 - Example 1
{
"version": "string",
"state": "string",
"time": "2019-08-24T14:15:22Z",
"node": "string",
"application": "string",
"startTime": "2019-08-24T14:15:22Z"
}
Request
Header Params
Accept-Language
string
optional
X-Correlation-ID
string
optional
X-LogLevel
enum<string>
optional
Allowed values:
TraceDebugInformationWarningErrorCritical
Responses
Modified at 2025-02-07 13:10:30