%%TOC%%

 N|Solid Console HTTP API version %%VERSION%%

server version: %%SERVER-VERSION%%

This document describes the HTTP API for N|Solid Console version %%VERSION%%. The API is described as a set of endpoints, which are an HTTP method and URI. The N|Solid Console server runs at port 6753 by default, and can be configured to run over http or https.

Responses are generally in JSON or a stream of JSON lines, separated by a newline character. APIs that return streams can also be accessed as an EventSource.

Streams are either continuous or send a finite number of lines of JSON, and then close.

APIs

%%APIS%%

Query Parameters

%%PARMS%%

Metrics fields

%%METRICS-FIELDS%%

Info fields

%%INFO-FIELDS%%