ApiInfo
Represents meta-information about the current API.
Methods
Method | Authorization | Uri | Description |
---|---|---|---|
get | None | GET /info | Gets meta-information of the current API. |
getCluster | None | GET /info/config/cluster | Returns information about cluster (Kafka, Zookeeper etc.) |
Resource Representation
{
"apiVersion": {string},
"serverTimestamp": {datetime},
"webSocketServerUrl": {string}
}
Property Name | Type | Description |
---|---|---|
apiVersion | string | API version |
serverTimestamp | datetime | Current server timestamp. |
webSocketServerUrl | string | WebSocket server URL. |
Updated less than a minute ago