Metric Results

Metric Results are the values that are returned from executing the associated metric for a client environment.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
int32

MetricResultId is an int data type identity field in a table called MetricResult. It is the primary key of the table and serves as the unique identifier for each MetricResult entry. It is automatically generated by the system and is not intended to be modified manually.

int32

MetricId is an integer data field in the MetricResult table that is used to uniquely identify each metric calculation result in the table.

int32

The ClientEnvironmentId field in the MetricResult table refers to an identifier associated with a particular client environment that labels a specific set of performance metrics. This field stores an integer value that links to the environment under review.

double
required

The Value field in the MetricResult table stores the numerical results of a metric calculation in the form of a decimal number. It contains positive and negative values with precision to two decimal places.

string | null

GroupBy is an nvarchar field of up to 128 characters in the MetricResult table. It can be used to group results according to a specified criteria. For example, it can be used to sum results by month, quarter, year, or any other desired interval.

Headers
string
enum
Defaults to application/json;odata.metadata=minimal;odata.streaming=true

Generated from available request content types

Response
200

OK

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!