Skip to main content

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.

Body

Details of the Device ID profile to be updated

    aggregate Aggregate

    Aggregate

    data AggregateData[]

    The details of the aggregate data.

  • Array [
  • 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

Successful Operation

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.

Loading...