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

对外租户资源查询

功能

对外租户资源查询。

SLA项

定义

请求成功率

>=99.9%

可用性

Tair1

数据一致性

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

吞吐量

4000tps

TP50请求时延

2ms

TP99.9请求时延

5ms

注意事项

调用方法

GET

URI

/rest/dataapi/homs/open-api/v2/cloudresource/instancedata/{resource_type}

路径参数

参数

是否必选

类型

值域

描述

resource_type

string

  • ECS
  • EVS
  • EIP
  • OBS
  • BMS
  • ELB
  • VPN
  • DCS
  • DMS
  • RDS
  • GAUSS
  • MODEL_ARTS_INF
  • MODEL_ARTS_TRAIN
  • MODEL_ARTS_MAOS

资源类型

查询参数

参数

是否必选

类型

值域

描述

begin_time

integer

开始时间

end_time

integer

结束时间

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/v2/cloudresource/instancedata/{resource_type} 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
    {
        "list": [
                 {
                 "accumulate_factor_name": "Duration",
                 "accumulate_factor_value": "3600",
                 "az_code": "cn-north-213a",
                 "begin_time": "20240301220000",
                 "bp_info": "",
                 "cloud_service_type_code": "hws.service.type.ec2",
                 "csb_params": "::DBSS-9bae:d8c249f201b34a4eb7f739f3471d1532:",
                 "domain_id": "d1803845584b4626850ce57a8a020e4f",
                 "domain_name": "op_svc_dbss_e9f3e8381583492191a9d0c4ba725333",
                 "enterprise_project_id": "",
                 "error_msg": "",
                 "extend_params": "2",
                 "extend_params2": "",
                 "record_type": "20",
                 "region_code": "cn-north-213",
                 "relate_parent_resource": "",
                 "relate_root_resource": "",
                 "resource_id": "f0ae18b6-40d2-4162-9d6a-7697b9b7eacc",
                 "resource_spec_code": "ks1.xlarge.2.linux",
                 "resource_type_code": "hws.resource.type.vm",
                 "site_code": "",
                 "tag": "",
                 "time_stamp": "20240409231657",
                 "project_id": "d1803845584b4626850ce57a8a020emf"
                  }
                ],
                "total": 31416
    }

状态码

状态码

说明

200

操作成功。

400

参数错误。

401

token鉴权失败。

403

鉴权失败。

404

接口没找到。

操作危险级别

Minor

相关文档