獲取實(shí)例運(yùn)行的資源指標(biāo)。
調(diào)試
您可以在OpenAPI Explorer中直接運(yùn)行該接口,免去您計(jì)算簽名的困擾。運(yùn)行成功后,OpenAPI Explorer可以自動(dòng)生成SDK代碼示例。
授權(quán)信息
當(dāng)前API暫無(wú)授權(quán)信息透出。
請(qǐng)求語(yǔ)法
GET /api/v2/instance/{InstanceId}/metrics
請(qǐng)求參數(shù)
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
InstanceId | string | 是 | 實(shí)例 ID。如何獲取實(shí)例 ID,請(qǐng)參見(jiàn) ListInstances 。 | dsw-730xxxxxxxxxx |
MetricType | string | 是 | 實(shí)例指標(biāo)類型,取值如下:
| GpuCoreUsage |
StartTime | string | 否 | 獲取實(shí)例指標(biāo)的起始時(shí)間。 | 2020-11-08T15:00:00Z |
EndTime | string | 否 | 獲取實(shí)例指標(biāo)的結(jié)束時(shí)間。 | 2020-11-08T15:00:00Z |
TimeStep | string | 否 | 指標(biāo)獲取的時(shí)間間隔。單位為分鐘。 | 15m |
返回參數(shù)
示例
正常返回示例
JSON
格式
{
"RequestId": "E7D55162-4489-1619-AAF5-3F97D5FCA948",
"Success": true,
"Message": "\"XXX\"",
"Code": "null",
"HttpStatusCode": 0,
"InstanceId": "dsw-730xxxxxxxxxx",
"PodMetrics": [
{
"PodId": "dsw-15870-695f44c5bc-hd6xm",
"Metrics": [
{
"Time": 1670890560,
"Value": 25.901031
}
]
}
]
}
錯(cuò)誤碼
訪問(wèn)錯(cuò)誤中心查看更多錯(cuò)誤碼。
變更歷史
變更時(shí)間 | 變更內(nèi)容概要 | 操作 |
---|---|---|
2022-08-30 | 新增 OpenAPI | 查看變更詳情 |