Skip to main content

Query Object Stats (v2.4)

POST 

/v2.4/api/tenants/:tenant_id/monitor/object_stats

Query and get object statistics.

Request

Path Parameters

    tenant_id stringrequired

    ID of the tenant.

Body

Details of object stats query

    end_time date

    The end time of the object stats query.

    filter ObjectStatsFilterrequired

    Filters according to the specifications.

    element string[]

    The object stats query element.

    site string[]required

    The object stats query site.

    name string

    The name of the object stats. Maz size = 128.

    object_id stringrequired

    The object ID.

    object_type stringrequired

    Possible values: [PeerStatistics, IntfStatistics, CellularModuleStatistics, CellularAPNStatistics, CellularAPNV6Statistics, MulticastStatistics, SecurityPolicyRule, IntfPoEStatistics, IntfLLDPStatistics, IntfAAAStatistics, IntfSTPStatistics, STPStatistics, PoEStatistics, AppSummaryStats]

    The object type.

    start_time date

    The start time of the object stats query.

Responses

Successful Operation

Schema
    data object
Loading...