Agent - custom development

POST - Register data / statpoints with Bash
In this example, we use a Bash script with CURL to post the request to AIMS. The script will get the current CPU and UTC timestamp and use these variables i...
Mon, 23 Mar, 2020 at 9:04 AM
POST - Register an event with the API
You can register an event on one / multiple nodes depending on the event. The API to use is POST https://api.aimsinnovation.com/api/environments/{envi...
Mon, 23 Mar, 2020 at 9:05 AM
POST - Just for fun - monitor and baseline Tesla total range
If you own a Tesla or know someone with a Tesla that will share their credentials :) you can test the example below to extract current range and battery lev...
Mon, 23 Mar, 2020 at 9:05 AM
GET - get overview over systems registered in an environment
GET https://api.aimsinnovation.com/api/environments/{environmentId}/systems This will return a list of all systems registered on an environment
Mon, 23 Mar, 2020 at 9:10 AM
GET - get a list of previous 100 events
GET https://api.aimsinnovation.com/api/environments/{environmentId}/events This will return the last 100 events. 
Mon, 23 Mar, 2020 at 9:15 AM