Get Current Metrics – Channels API – MediaKind
Get Current Metrics
get /ui/connectors/channels-api/latest/metrics/current/
Get instantaneous server metrics. Use $select to limit fields.
Query parameters
$select
object Optional
Comma-separated fields: serverId, cpuUtilizationPercent, temperatureCelsius, uptimeSeconds
Response
200 Successful Response
data object 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 - null
- Variant 2:
null
- Variant 1:
cpuUtilizationPercent object Optional
Show 2 variants Hide 2 variants
number
- Variant 1:
double - null
- Variant 2:
null
- Variant 1:
temperatureCelsius object Optional
Show 2 variants Hide 2 variants
number
- Variant 1:
double - null
- Variant 2:
null
- Variant 1:
uptimeSeconds object Optional
Show 2 variants Hide 2 variants
- number
- Variant 1:
double - null
- Variant 2:
null
- Variant 1:
collectedAt
string Required format: date-time
Errors
422 Validation Error
detail list of objects ValidationError Optional
Show 5 properties Hide 5 properties
- loc list of objects Required
Show 2 variants Hide 2 variants
string
- Variant 1:
string - integer
- Variant 2:
integer
- Variant 1:
msg string Required
type string Required
input any Optional
ctx object Optional