Skip to main content

Query Hub Clusters (v4.0)

POST 

/v4.0/api/tenants/:tenant_id/hubclusters/query

Query hub clusters.

Request

Path Parameters

    tenant_id stringrequired

    The tenant ID.

Body

Details of the hub cluster to be created

    aggregate Aggregate

    The aggregate number of hub clusters that match the query parameters.

    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

    The destination page.

    getDeleted boolean

    The number of hub clusters deleted for a time frame.

    group_by string[]

    Group the hub clusters for the query.

    id string

    List the hub clusters by ID.

    last_query_ts int64

    Return the ID of a specified query in the current session.

    limit int32

    The query limit.

    next_query object

    List the next query.

    query_params object
    retrieved_fields string[]

    Retrieve information from a field.

    retrieved_fields_mask boolean

    List the marked fields to query.

    sort_params object
    total_count int64

    The total number of query parameters.

Responses

Successful operation

Schema
    count int32

    The actual count.

    deleted_count int64

    The deleted number.

    deleted_ids string[]

    The deleted IDs.

    description

    Description of the query. Max size = 256.

    id string

    The ID.

    next_query object

    Details of the next query.

    tenant_id string

    The tenant ID.

    total_count int64

    Total number.

    items HubClusterQueryFilterV4[]
  • Array [
  • default_cluster boolean

    List the details of the default cluster.

    description

    Description of the default cluster.

    elements HubClusterElement[]

    Details of the elements in the cluster.

  • Array [
  • hubClusterElementNumber string

    Possible values: [FIRST, SECOND, THIRD]

    HubClusterElementNumber: JsonIgnore(value = true)

    hub_element_id string

    Hub Element Id

    locked boolean

    Locked

  • ]
  • id string

    The ID of the cluster.

    name string

    The name of the cluster.

    peer_sites string[]

    The sites associated with the data center cluster.

    site_count_alarm_threshold integer

    The count threshold of the alarms for the sites.

    site_id string

    The ID of the site.

    tags string[]

    A information field that can be added to identify the hub cluster.

  • ]
Loading...