Represents meta-information about the current API.

Methods

MethodAuthorizationUriDescription
getNoneGET /infoGets meta-information of the current API.
getClusterNoneGET /info/config/clusterReturns information about cluster (Kafka, Zookeeper etc.)

Resource Representation

{
    "apiVersion": {string},
    "serverTimestamp": {datetime},
    "webSocketServerUrl": {string}
}
Property NameTypeDescription
apiVersionstringAPI version
serverTimestampdatetimeCurrent server timestamp.
webSocketServerUrlstringWebSocket server URL.