Management APIs

Describes the RESTful Management API's that are used to manage Viare.

Viare's Management API's are the same API's used by the Viare Management Console to allow administrators to configure and operate the system.

These API's all have the prefix /manage and are protected by the Viare permissions system, requiring suitable credentials to access.

ℹ️

The Management API's are stateful and require a session cookie named Context to be passed on each request.

Examples of this usage are available in the Insights API documentation, and apply equally to all Management APIs.