Get Device ID Profiles (v2.0)
POST/v2.0/api/tenants/:tenant_id/deviceidconfigs/query
List the device ID profiles.
Request
Path Parameters
tenant_id stringrequired
ID of the tenant.
- application/json
Body
Details of the Device ID profile to be updated
- Array [
- ]
aggregate Aggregate
Aggregate
data AggregateData[]
The details of the aggregate data.
value number
Value of the aggregate data.
view object
View the aggregate date.
field string
Field
name string
The name of the query response.
operator string
Possible values: [max
, count
, min
, avg
, sum
]
Operator
statistic string
QoS application aggregate statistics.
unit string
The unit.
dest_page int32
Dest Page
getDeleted boolean
GetDeleted
group_by string[]
Group By
id string
Id
last_query_ts int64
Last Query Ts
limit int32
Limit
next_query object
query_params object
retrieved_fields string[]
Retrieved Fields
retrieved_fields_mask boolean
Retrieved Fields Mask
sort_params object
total_count int64
Total Count
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
cfg_device_id_enabled boolean
The CFG device ID, if enabled.
deviceid_profile_id string
The deviceid profile ID.
id string
The ID.
site_id stringrequired
The site ID.
{
"cfg_device_id_enabled": true,
"deviceid_profile_id": "string",
"id": "string",
"site_id": "string"
}
Loading...