Get DT Stats Of Resource

Get DT Stats Of Resource

The API returns 24 hours of Stats and DT data by default for the specified Resource.

Request
URI
GET
https://{api_host}/suite-api/api/resources/{id}/stats/dt
COPY
Path Parameters
string
id
Required

The Identifier of the resource object

Query Parameters
string of array
resourceId
Required

Collection of Resource identifiers for which Stats and DT values need to be retrieved

string of array
statKey
Required
Constraints: minItems: 1 maxItems: 2147483647

Collection of StatKeys for which Stats and DT values need to be retrieved

integer
begin
Optional

The beginning date as a long value of the range of stats to return
Value measures the number of milliseconds since January 1, 1970 00:00:00 UTC

integer
end
Optional

The ending date as a long value of the range of stats to return
long value is number of milliseconds since January 1, 1970 00:00:00 UTC

boolean
showSmooth
Optional

Flag that indicates whether stats should be smoothened or not. Default value is true

number
smoothFactor
Optional

The smooth precision, default value is 2.0


Authentication
This operation uses the following authentication methods.
Responses
200

Object, containing a map of List of Stat objects keyed by each resource UUID

Returns stats-of-resources of type(s) application/json
"No Custom Example is Available"
array of object
values
Optional

Collection of resource-stat objects


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/suite-api/api/resources/{id}/stats/dt?resourceId=value&statKey=v