Chapter 2. Administration Usage Service


2.1. Administration Usage Service

2.1.1. GetCurrentSecuredUnitsUsage

GET /v1/administration/usage/secured-units/current

GetCurrentSecuredUnitsUsage returns the current secured units usage metrics values.

2.1.1.1. Description

The secured units metrics are collected from all connected clusters every 5 minutes, so the returned result includes data for the connected clusters accurate to about these 5 minutes, and potentially some outdated data for the disconnected clusters.

2.1.1.2. Parameters

2.1.1.3. Return Type

V1SecuredUnitsUsageResponse

2.1.1.4. Content Type

  • application/json

2.1.1.5. Responses

Expand
Table 2.1. HTTP Response Codes
CodeMessageDatatype

200

A successful response.

V1SecuredUnitsUsageResponse

0

An unexpected error response.

GooglerpcStatus

2.1.1.6. Samples

2.1.2. GetMaxSecuredUnitsUsage

GET /v1/administration/usage/secured-units/max

GetMaxSecuredUnitsUsage returns the maximum, i.e. peak, secured units usage observed during a given time range, together with the time when this maximum was aggregated and stored.

2.1.2.1. Description

The usage metrics are continuously collected from all the connected clusters. The maximum values are kept for some period of time in memory, and then, periodically, are stored to the database. The last data from disconnected clusters are taken into account.

2.1.2.2. Parameters

2.1.2.2.1. Query Parameters
Expand
NameDescriptionRequiredDefaultPattern

from

 

-

null

 

to

 

-

null

 

2.1.2.3. Return Type

V1MaxSecuredUnitsUsageResponse

2.1.2.4. Content Type

  • application/json

2.1.2.5. Responses

Expand
Table 2.2. HTTP Response Codes
CodeMessageDatatype

200

A successful response.

V1MaxSecuredUnitsUsageResponse

0

An unexpected error response.

GooglerpcStatus

2.1.2.6. Samples

Red Hat logoGithubredditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat Documentation

Legal Notice

Theme

© 2026 Red Hat
Back to top