Get the current values of maintenance indicators for requested device.
Request
Add parameter in header x-api-key
Example:x-api-key: ********************
Body Params application/json
>= 5 characters<= 50 characters
Request samples
curl --location --request POST '/maintenance/indicators' \
--header 'token;' \
--header 'Content-Type: application/json' \
--header 'x-api-key;' \
--data-raw '{
"devId": "string"
}'
Responses
response status (http status)
Indicator item number (Sr No -1,2,3)
Current value of indicator
{
"status": 0,
"data": [
{
"itemNo": 0,
"itemName": "string",
"value": 0
}
]
}
Modified at 2025-02-28 08:12:14