aggregatorListFilteredDevicesResponse
aggregatorListFilteredDevicesResponse
JSON Example
{
"filteredDevice": [
{
"keyValuePair": [
{
"valueInt64": "string",
"valueString": "string",
"valueBoolean": false,
"key": "string",
"valueDouble": "number"
}
],
"id": "string"
}
],
"aggregationTaskStatus": "string",
"pageInfo": {
"totalPages": "string",
"totalElements": "string",
"page": 0,
"pageSize": 0
}
}
aggregationTaskStatus
Optional
Constraints:
default: UNKNOWN_AGGREGATION_TASK_STATUS
- FAILED: Filtered device list creation failed.
- CANCELLED: Filtered device list creation is cancelled because a user deletes the list or the list expires.
- STARTED: Filtered device list creation started and is running.
- FINISHED: Filtered device list creation finished.
- STOPPED_AT_LIMIT: Filtered device list creation stopped because the number of filtered devices exceeds the pre-configured limit.
Possible values are :
UNKNOWN_AGGREGATION_TASK_STATUS,
FAILED,
CANCELLED,
STARTED,
FINISHED,
STOPPED_AT_LIMIT,