The REST API is the management interface that allows configuration of the object model state. Configuration changes coming through the GUI or the SDK are written by the REST API. The REST API can be used to manipulate the object model state and retrieve information. such as events and statistics. It can be used to manage an tenants, MSP partner, and MSP administration.
You can explore the REST API interactively using tools like the Postman plug-in for Chrome.
The API uses a resource manager model. Each resource manager contains data types that have information that can be retrieved and manipulated. In some cases, manipulation or configuration is not allowed and only the GET operation is supported.
The supported CRUD methods (operations) that are available depend on the object. You can find out which methods are supported for each resource manager by looking at the REST API Documentation GUI and selecting a resource manager.
CRUD Method | Description |
---|---|
GET | Gets information |
DELETE | Deletes information |
POST | Creates an entry |
PUT | Updates an entry |