Charts
Control the charts in a user dashboard (Insights UI).
Create Chart
POST
https://api.YOUR_TENANT.appmixer.cloud/charts
This method is not meant to be implemented by applications embedding Appmixer SDK. Creating chart requires complex objects (options, query, traces), their structure goes beyond this documentation. appmixer.ui.InsightsChartEditor
SDK component should be used to build Charts.
Request Body
Update Chart
PUT
https://api.YOUR_TENANT.appmixer.cloud/charts/:chartId
The same properties as in Create Chart API endpoint.
Path Parameters
Get Charts
GET
https://api.YOUR_TENANT.appmixer.cloud/charts
Get a list of all charts the user has configured in their Insights Dashboard.
Query Parameters
Get One Chart
GET
https://api.YOUR_TENANT.appmixer.cloud/charts/:id
Path Parameters
Delete a Chart
DELETE
https://api.YOUR_TENANT.appmixer.cloud/charts/:id
Path Parameters
Last updated