云服务器内容精选

  • 响应消息示例 HTTP/1.1 200 Date: Wed, 18 Dec 2019 06:20:40 GMT Content-Type: application/json;charset=UTF-8 Connection: keep-alive Pragma: No-cache Cache-Control: no-cache Server: api-gateway X-Request-Id: 63facce44898efa03629afd189da7f0f { "data": [{ "app_id": "130436e5b34d4859a87f667a2d626a83", "app_name": "企业应用添加测试", "status": 0, "description": "测试使用", "creation_time": "2024-06-28 19:13:07", "last_update_date": "2024-06-28 19:13:07" }], "offset": 0, "limit": 10, "count": 1 }
  • 响应参数 表4 响应参数 参数 类型 描述 offset Integer 页面起始页,从0开始。 limit Integer 每页显示的条目数量。 默认值:10。 count Integer 总数量。 data Array of AppIdInfoDTO objects 企业应用信息 表5 AppIdInfoDTO 数据结构 参数 类型 描述 app_name String 企业应用名称 app_id String 企业应用 app_key String 企业应用appkey description String 企业应用描述 create_time String 企业应用创建时间 last_update_time String 最近修改时间 status Integer 企业应用状态 0:正常 1:停用
  • 请求消息示例 GET /v2/usg/acs/corp/app?offset=0&limit=10 Connection: keep-alive X-Access-Token: stb7PzruAmA6d3JJD578jlAHczGfN4SIaup9 Content-Type: application/json Content-Length: 125 Host: api.meeting.huaweicloud.com User-Agent: Apache-HttpClient/4.5.3 (Java/1.8.0_191)
  • 请求参数 表2 参数说明 参数 是否必须 类型 位置 描述 X-Access-Token 是 String Header Access Token。通过执行App ID鉴权 接口返回的accessToken。 X-Request-Id 否 String Header 请求requestId,用来标识一路请求,用于问题跟踪定位,建议使用UUID,若不携带,则后台自动生成。 Accept-Language 否 String Header 语言参数,默认为中文zh-CN,英文为en-US。 offset 否 Integer Query 查询偏移量,若超过最大数量,则返回最后一页的数据。 默认值:0。 limit 否 Integer Query 查询数量。 默认值:10。