更新时间:2024-12-10 GMT+08:00
分享

查询服务器性能数据

功能

查询服务器性能数据。

SLA项

定义

请求成功率

>=99.9%

可用性

Tair1

数据一致性

最终一致,不一致时长<1分钟

吞吐量

4000tps

TP50请求时延

2ms

TP99.9请求时延

5ms

注意事项

调用方法

GET

URI

/rest/dataapi/homs/open-api/v1/host/performancedata

路径参数

查询参数

参数

是否必选

类型

值域

描述

sn

string

主机sn uuid

begin_time

long

毫秒时间戳

开始时间

end_time

long

毫秒时间戳

结束时间

offset_value

integer

偏移大小:大于等于0

page_size

integer

0~1000

页大小:大于等于0

请求

  • 请求header参数

    参数

    是否必选

    类型

    值域

    说明

    X-APIG-Appcode

    string

    由SRE分配的AppCode。

    x-auth-token

    string

    调用方APIG的IAM认证token。

    x-hcso-domainid

    string

    接入的租户ID。HCSO场景必填,其他场景不要求

    x-hcso-appcode

    string

    由SRE分配的AppCode。

  • 请求body参数

  • 请求示例
    GET /rest/dataapi/homs/open-api/v1/host/performancedata HTTP/1.1 
    Host: example.com 
    Content-Type: application/json 
    Accept: application/json
    X-APIG-Appcode: xxx 
    x-auth-token: xxx 
    x-hcso-domainid:xxx 
    x-hcso-appcode:xxx

响应

  • 响应参数
  • 响应示例
    HTTP/1.1 200 OK
    Date:Tue,18 Jul 2023 09:58:01 GMT
    Server: example.com
    Content-Type: application/json;charset=UTF8
    {
         "total": 5,
         "list": [
                  {
                  "dc_code": "WC_WUH_18",
                  "az_code": "cn-north-7",
                  "usage": "mgt|mgt-can",
                  "room_code": "wuhd22",
                  "dates": "2024-01-08",
                  "metric": "CPUUsagePercent",
                  "pack_code": "wuhd22-c-01-7",
                  "model": "2288X V5",
                  "time": "2024-01-08 0:00",
                  "sn": "xxx",
                  "value": "38",
                  "region_code": "cn-north-7",
                  "slot_number": "4"
                   }
                 ]
       }

状态码

状态码

说明

200

操作成功。

400

参数错误。

401

token鉴权失败。

403

鉴权失败。

404

接口没找到。

操作危险级别

Minor

相关文档