GetEngineContainerCountResponse GetEngineContainerCount(ctx, optional)
Get engine container count
Required Parameters
| Name | Type | Description | Notes |
|---|
| ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
| optional | *GetEngineContainerCountOpts | optional parameters | nil if no parameters |
Optional Parameters
Optional parameters are passed through a pointer to a GetEngineContainerCountOpts struct
| Name | Type | Description | Notes |
|---|
| interval | optional.Int64 | Interval in seconds for output time ranges. | |
| startTime | optional.Int64 | The unix timestamp, describing the start time for the stats | |
| endTime | optional.Int64 | The unix timestamp, describing the end time for the stats | |
| groupBy | optional.Interface of EngineContainerGroupByEnum | Group data by engineID or instance | |
| engineID | optional.Interface of string | Filter data by engineID | |
| hostID | optional.Interface of string | Filter data by hostID | |
Return type
GetEngineContainerCountResponse
Authorization
api_key
- Content-Type: Not defined
- Accept: application/json