"SoftLayer_" prefix removed for readability.
Retrieve metric detail data over a date range.
Retrieve a collection of detailed metric data over a date range. Ideal if you want to employ your own graphing systems. Note not all metrics support this method. Those that do not return null.
Name | Type | Description |
---|---|---|
startDate | dateTime | The starting date of the range of data you wish to collect. |
endDate | dateTime | The ending date of the range of data you wish to collect. |
graphType | array of strings | The type of metric to gather data for (InstanceCount, HostMemoryUsage, HostReservedMemoryUsage). |