Get usage metrics by date

Returns resource quota usage metrics over a specified date range.

A resource quota is a fixed share of Intelligent Risk Platform system resources that is allocated to the tenant as part of an entitlement (e.g. RI-RISKMODELER, RI-UNDERWRITEIQ). To learn more about resource quotas see Resource Quota Management.

This operation returns information about resource quota usage metrics over time.

Different metrics are returned depending on the value specified in usageType path parameter: modeledLocations, Jobs, or Storage.

Modeled Locations Metrics

Returns the following metrics if the modeledLocations usage type is specified as a path parameter:

PropertyDescription
ModeledLocationsCountNumber of modeled locations per hour/day.

Jobs Metrics

Returns the following metrics if the Jobs usage type is specified as a path parameter:

PropertyDescription
CancelledJobsCountNumber of cancelled jobs per hour/day.
CompletedJobsCountNumber of completed jobs per hour/day.
FailedJobsCountNumber of failed jobs per hour/day.
ModelJobsCountNumber of model jobs run per hour/day.
ModelJobsMaxConcurrencyQuota of maximum concurrent model jobs.
NonModelJobsCountNumber of non-model jobs per hour/day.
NonModelJobsMaxConcurrencyQuota for maximum concurrent non-model jobs.
TotalJobsCountNumber of total jobs (model and non-model) run per hour/day.
TotalJobsMaxConcurrencyQuota for maximum concurrent total jobs.

Storage Metrics

Returns the following metrics if the Storage usage type is specified as a path parameter:

PropertyDescription
ExposureStorageInGBExposure storage capacity per hour/day.
OtherStorageInGBOther storage capacity (e.g. analysis results) per hour/day.
TotalEdmsCountNumber of EDMs per hour/day.

Response

Returns an array of arrays of double values.

The first element represents the Unix time. The second element represents the metric value.

[
  [171884160000.0, 137.0],
  [171892800000.0, 12.0],
  [171901450000.0, 0.0]
]

The metric values returned in the response depend on the scope of the query.

  • If the rangeStart and rangeEnd query parameters specify a range of dates, the response returns metric values that identify daily metrics, e.g. the number of completed jobs per day.
  • If the query parameter specifies a single day (a period of less than 24 hours), the response returns metrics values the identify hourly metrics, e.g. the number of completed jobs per hour.
Language
Credentials
URL