Get the server counts in a time-range
Example
aiware getHostsCountsByType X-Correlation-Id:value startLastUpdateTime=value endLastUpdateTime=value chartType=value type=value
Parameters
| Name | Type | Description | Notes |
|---|
| xCorrelationId | string | Correlation Id that can be passed, traced in the server and will be returned in the response if present in the request | [optional] [default to null] |
| startLastUpdateTime | integer | The unix timestamp | [optional] [default to null] |
| endLastUpdateTime | integer | The unix timestamp | [optional] [default to null] |
| chartType | ChartTypeEnum | It will help API to kmow the response should return | [optional] [default to null] |
| type | RunModeEnum | Filter for hosts by type | [optional] [default to null] |
Return type
HostsCountsByTypeResponse
Authorization
No authorization required
- Content-Type: Not Applicable
- Accept: application/json