Graph Object

Contains metric information.

This object is used by the following operations:

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.

  • Metric: An array of metrics for the summary interval.
    • Type: Type of metric, such as, "avgResponseTime".
    • Value: Integer value of the metric.
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.