Skip to main content

Get Object Stats (v2.4)

GET 

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

List the object statistics.

Request

Path Parameters

    tenant_id stringrequired

    ID of the tenant.

Responses

Successful Operation

Schema
    object_statistics ObjectStatsType[]

    Get details of the object statistics.

  • Array [
  • description

    The description of the object statistic. Maz size = 256.

    name string

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

  • ]
Loading...