How to create a monitoring?
This method allows to create a monitoring in a simplified manner. The method to be used when creating a monitoring: POST url/api/mytenant/myorganization/assetmanagementcore/monitorings Json example for creating a monitoring: This method allows to create a monitoring according to the parameters filled in: When this method is executed successfully, it returns HttpStatusCode.OK.{
"monitoringKey": "0000000001",
"description": "Temperature Monitoring",
"averageWindow": 10,
"remarks": null,
"unit": "C",
"locationFunction": null,
"family": null,
"brand": null,
"brandModel": null,
"assetType": 2,
"location": null,
"equipment": "CH01",
"tool": null,
"company": "DEMO"
}