POST - Register data / statpoints with the API

To send data to the registered agent and node(s), we need to reference the node(s) that the data is sent to. Since we send data to a node, you will need to include the system reference in the header (X-System)


API to use

POST https://api.aimsinnovation.com/api/environments/{environmentId}/statpoints
[{
"nodeRef": {
"nodeType": "aims.int-sys.server",
"parts": {
"part1": "part1value"
}
},
"statType": "aims.int-sys.server-cpu",
"time": "2019-12-18T11:40:00Z",
"value": 34.0
}]

 

Once you have pushed data to a node, you can either go to the Topology section and see the data there, or create an Analytics report to show more details.