Management Units Usage

Account Management Units Usage Information

Get contract details

SecurityBasic Authentication
Request
path Parameters
accountId
required
string <uuid>

ID of the account.

Responses
200

Get contract details

get/cluster-management/v2/operations/accounts/{accountId}/contracts/v1/
Request samples
Response samples
application/json
{
  • "contractDetail": {
    },
  • "addOnRates": [
    ],
  • "riyoaNodeManagementUnits": [
    ]
}

List current or historical management unit usage

SecurityBasic Authentication
Request
path Parameters
accountId
required
string <uuid>

ID of the account.

query Parameters
aggrType
required
string

Aggregation type (case insensitive), accepted values are cluster/account/region/application.

period
string

The period of time from which management units usage information is returned.

end
string

End time of management unit usage data in format ISO-8601 or epoch time. examples: end=2025-01-01T00:00:00.00Z or end=1735650000

Responses
200

List current or historical management unit usage

get/cluster-management/v2/operations/accounts/{accountId}/mu-usage/v1/
Request samples
Response samples
application/json
[
  • {
    }
]