Skip to main content

Get Aggregate count of Entity

Get aggregate count of entity

Path Parameters
  • globalSearchEntity string required

    Possible values: [SERVER, FILESERVER, ARCHIVESERVER, EPIC_CLIENT, DEVICE, USER, USERGROUP, ROLE, SERVERGROUP, PLAN, COMPANY, VMGROUPS, VM, HYPERVISOR, KUBERNETES_APPLICATION, KUBERNETES_APPLICATION_GROUP, KUBERNETES_CLUSTER, DATABASES, DBINSTANCE]

    name of global search entity

Query Parameters
  • fq string

    Filter criteria to filter out global search entities

  • groupBy string

    comma-separated list of entity response attributes based on which aggregate results would be grouped

  • func string required

    Possible values: [COUNT, MIN, MAX, AVG, SUM]

    aggregation function to be applied.

  • aggregateOn string

    attribute on which aggregation function would be applied.

Responses

Success


Schema
  • aggregation object[]
  • funcValue string

    value returned by aggregation function for global search entities for a particular group

  • groupByVals object[]

    list of groupby attribute's Name and value pair.

  • name string
  • value string
Loading...