获取套餐临期信息
功能介绍
获取套餐临期信息
调用方法
请参见如何调用API。
URI
POST /v2/resource/countdown
请求参数
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
service_type |
是 |
String |
服务类型 |
resource_id |
是 |
String |
资源id |
reminder_day |
是 |
String |
提醒日期 |
响应参数
状态码: 200
参数 |
参数类型 |
描述 |
---|---|---|
status |
String |
状态 |
error |
Object |
错误 |
result |
Array of CountdownList objects |
单元测试报告列表 |
参数 |
参数类型 |
描述 |
---|---|---|
service_type |
String |
服务类型 |
resource_id |
String |
资源编号 |
resource_name |
String |
资源名称 |
resource_type |
String |
资源类型 |
resource_spec_code |
String |
资源规格 |
tips |
tips object |
咨询 |
参数 |
参数类型 |
描述 |
---|---|---|
status |
Integer |
状态 |
next_action |
Integer |
下一个活动日 |
next_action_remain_day |
Integer |
下一个活动日剩余时间 |
next_action_url |
String |
名称 |
状态码: 400
参数 |
参数类型 |
描述 |
---|---|---|
error_code |
String |
错误码 |
error_msg |
String |
错误描述 |
状态码: 401
参数 |
参数类型 |
描述 |
---|---|---|
error_code |
String |
错误码 |
error_msg |
String |
错误描述 |
状态码: 403
参数 |
参数类型 |
描述 |
---|---|---|
error_code |
String |
错误码 |
error_msg |
String |
错误描述 |
状态码: 404
参数 |
参数类型 |
描述 |
---|---|---|
error_code |
String |
错误码 |
error_msg |
String |
错误描述 |
状态码: 500
参数 |
参数类型 |
描述 |
---|---|---|
error_code |
String |
错误码 |
error_msg |
String |
错误描述 |
请求示例
POST https://{endpoint}/v2/resource/countdown
响应示例
状态码: 200
OK
{ "status" : "success", "error" : null, "result" : [ { "service_type" : null, "resource_id" : "cf5d89cf3c6c4c53a1e92897ccc88012", "resource_name" : "CodeArts Build Parallel (X86, 2U8G)", "resource_type" : "hws.resource.type.dev.codeci", "resource_spec_code" : "devcloud.cloudbuild.cbhost.x86.2u8g", "tips" : { "summary" : { "status" : 2, "next_action" : 0, "next_action_remain_day" : 18, "next_action_url" : "https://account.ulanqab.huawei.com/usercenter/" } } } ] }
状态码
状态码 |
描述 |
---|---|
200 |
OK |
400 |
Bad Request |
401 |
Unauthorized |
403 |
Forbidden |
404 |
Not Found |
500 |
Internal Server Error |
错误码
请参见错误码。