Graph Object
Contains metric information.
This object is used by the following operations:
- GET /api/apps/versions/{AppVersionID}/metrics (in the response)
- GET /api/apis/versions/{APIVersionID}/metrics (in the response)
- GET /api/apis/versions/{APIVersionID}/environments/{Environment}/operations/{OperationName}/metrics (in the response)
- GET /api/apis/versions/{APIVersionID}/metrics/ranges (in the response)
The properties included in the Graph object are listed below.
Property | Type | Description |
---|---|---|
StartTime | dateTime | Start time for the graph's data, in format YYYY-MM-DDTHH:MM:SSZ (all date/times are returned in Zulu time). |
EndTime | dateTime | End time for the graph's data, in format YYYY-MM-DDTHH:MM:SSZ (all date/times are returned in Zulu time). |
Summary | SummaryType |
Contains information about a type of metric summary. Optional. |
Summaries | SummaryType[ ] |
Contains information about one or more metric summaries. If the "ShowSummary" parameter was "true" in the request, four summary intervals are included in the response, with durations of 0, 5, 15, and 60 minutes.
|
Interval | IntervalType[ ] | An array of detail intervals. @StartTime is the beginning of the interval, in Zulu time. |
Test | TestType[ ] | Contains information about a type of metric test. |