Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 402 Bytes

index.md

File metadata and controls

24 lines (16 loc) · 402 Bytes
code type title description
true
page
InfoAsync
Returns information about Kuzzle server.

InfoAsync

Returns information about Kuzzle: available API (base + extended), plugins, external services (Redis, Elasticsearch, ...), servers, etc.

Arguments

async Task<JObject> InfoAsync()

Return

Returns server information as a JObject.

Usage

<<< ./snippets/info.cs