Poll Longview data for custom dashboard
Is there an API for the Longview data or is it possible to poll the data for a custom dashboard or are we restricted to the cloud.linode.com/longview interface?
2 Replies
rgerke
Linode Staff
Hi there,
I had originally written another answer which I found was not totally correct so I wanted to give you better information.
Longview does have an API. You can read the documentation here:
The guides linked above do not show you how to pull the Longview data using the API, but it can still be done. Here's what you need to do:
- POST to https://longview.linode.com/fetch
- Use the following link from GitHub for guidance:
https://github.com/linode/manager/blob/develop/packages/manager/src/features/Longview/LONGVIEW.md
I hope that helps. If you have any additional questions, please let us know.