API Guide

Table Of Contents
HTTP
Code
Description Schema
500 Invalid license file. No Content
3.20. Logger
3.20.1. Log information on the server. This endpoint is intended for internal
system use only.
POST /logger/
Parameters
Type Name Schema
Body
request
required
< string, object > map
Responses
HTTP
Code
Description Schema
204 The information was successfully logged No Content
400
The request format is not recognized by the server. Currently, only
JSNLog requests are supported.
No Content
3.21. Logging_volume
3.21.1. Creates a new Logging Volume
POST /clusters/{cluster_name}/logging_volumes
Parameters
Type Name Description Schema
Header
X-Include-
Object
optional
When passed as part of a POST request, controls
whether the representation of the newly created
object is included in the response. Defaults to
'true' which will include the object in the
response. This header is useful because
refreshing the newly created object is usually
the slowest part of a POST operation.
string
Path
cluster_name
required
The name of the cluster string
72