# CurrentMetricsResponse

### object

Response for GET /metrics/current/.

### data  
[CurrentMetricsData](https://docs.mediakind.com/api-reference/channels-api/schemas/currentmetricsdata) Required  
Selectable fields for current metrics.

#### Show 4 properties  
Hide 4 properties

- **serverId**  
  - object  
  - Optional  
  - Show 2 variants  
  - Hide 2 variants

- **string**
    - Variant 1: `string`  
    - Variant 2: `null`

- **cpuUtilizationPercent**  
  - object  
  - Optional  
  - Show 2 variants  
  - Hide 2 variants

- **number**
    - Variant 1: `double`  
    - Variant 2: `null`

- **temperatureCelsius**  
  - object  
  - Optional  
  - Show 2 variants  
  - Hide 2 variants

- **number**
    - Variant 1: `double`  
    - Variant 2: `null`

- **uptimeSeconds**  
  - object  
  - Optional  
  - Show 2 variants  
  - Hide 2 variants

- **number**
    - Variant 1: `double`  
    - Variant 2: `null`

- **collectedAt**  
  - string  
  - Required  
  - format: date-time
