Metrics

Get pod CPU metrics

get

Returns CPU usage ratio time series. Unit: ratio, where 1.0 means 100% of requested CPU cores.

Authorizations
x-api-keystringRequired
Path parameters
pod_idintegerRequired

SaaS platform Pod ID

Example: 454584677899682750
Query parameters
startinteger · int64Optional

Unix timestamp in milliseconds. Example: 1747898910001. If only start is provided, end defaults to start + 1h.

Example: 1747898910001
endinteger · int64Optional

Unix timestamp in milliseconds. Example: 1747902510001. If only end is provided, start defaults to end - 1h.

Example: 1747902510001
stepstring · enumOptional

Time-series resolution step. Max windows: 30s=3h, 5m=12h, 15m=2d, 1h=7d, 4h=30d, 1d=90d.

Example: 30sPossible values:
Responses
get
/v2/metrics/cpu/pods/{pod_id}

Get pod GPU utilization metrics

get

Returns GPU SM utilization percentage time series. Unit: percent, range 0-100.

Authorizations
x-api-keystringRequired
Path parameters
pod_idintegerRequired

SaaS platform Pod ID

Example: 454584677899682750
Query parameters
startinteger · int64Optional

Unix timestamp in milliseconds. Example: 1747898910001. If only start is provided, end defaults to start + 1h.

Example: 1747898910001
endinteger · int64Optional

Unix timestamp in milliseconds. Example: 1747902510001. If only end is provided, start defaults to end - 1h.

Example: 1747902510001
stepstring · enumOptional

Time-series resolution step. Max windows: 30s=3h, 5m=12h, 15m=2d, 1h=7d, 4h=30d, 1d=90d.

Example: 30sPossible values:
Responses
get
/v2/metrics/gpu/pods/{pod_id}

Get pod memory metrics

get

Returns memory usage bytes time series with latest total memory. Unit: bytes for data_points.value and latest_total.

Authorizations
x-api-keystringRequired
Path parameters
pod_idintegerRequired

SaaS platform Pod ID

Example: 454584677899682750
Query parameters
startinteger · int64Optional

Unix timestamp in milliseconds. Example: 1747898910001. If only start is provided, end defaults to start + 1h.

Example: 1747898910001
endinteger · int64Optional

Unix timestamp in milliseconds. Example: 1747902510001. If only end is provided, start defaults to end - 1h.

Example: 1747902510001
stepstring · enumOptional

Time-series resolution step. Max windows: 30s=3h, 5m=12h, 15m=2d, 1h=7d, 4h=30d, 1d=90d.

Example: 30sPossible values:
Responses
get
/v2/metrics/memory/pods/{pod_id}

Get pod GPU memory metrics

get

Returns GPU memory used bytes time series with latest total memory. Unit: bytes for data_points.value and latest_total.

Authorizations
x-api-keystringRequired
Path parameters
pod_idintegerRequired

SaaS platform Pod ID

Example: 454584677899682750
Query parameters
startinteger · int64Optional

Unix timestamp in milliseconds. Example: 1747898910001. If only start is provided, end defaults to start + 1h.

Example: 1747898910001
endinteger · int64Optional

Unix timestamp in milliseconds. Example: 1747902510001. If only end is provided, start defaults to end - 1h.

Example: 1747902510001
stepstring · enumOptional

Time-series resolution step. Max windows: 30s=3h, 5m=12h, 15m=2d, 1h=7d, 4h=30d, 1d=90d.

Example: 30sPossible values:
Responses
get
/v2/metrics/gpu/pods/{pod_id}/memory

Get pod storage information

get

Returns current ephemeral storage usage. Volumes are managed by SaaS and are not returned by data-monitor. start, end, and step are ignored. Units: used_bytes and total_bytes are bytes, usage_ratio is a unitless ratio, last_updated is Unix milliseconds.

Authorizations
x-api-keystringRequired
Path parameters
pod_idintegerRequired

SaaS platform Pod ID

Example: 454584677899682750
Responses
get
/v2/metrics/storage/pods/{pod_id}

Last updated

Was this helpful?