最近更新时间:2024-02-26 15:54:09
本文档为您介绍如何获取实例详情描述。
名称 | 类型 | 必须 | 描述 |
---|---|---|---|
Action | String | 是 | 操作接口名,固定值: |
Version | String | 是 | API版本,固定为 |
InstanceIds | String | 是 | 实例id ,多个英文逗号隔开,最大支持 |
名称 | 类型 | 描述 |
---|---|---|
billType | Int | 计费类型 |
instanceId | String | 实例ID |
instanceType | Int | 实例类型 (1 正式实例 2 试用实例) |
status | Int | 实例状态 (1 创建中 2 已开通 5 已回收 6 已退订 7 已删除) |
serviceBeginTime | String | 服务开始时间 |
serviveDeleteTime | String | 服务删除时间 |
createTime | String | 实例创建时间 |
curl -X POST \
'http://trade.api.ksyun.com/?Action=DescribeInstances&Version=2020-01-14' \
-H 'authorization: xxx, SignedHeaders=content-type;host;x-amz-date, Signature=xxx' \
-H 'cache-control: no-cache' \
-H 'content-type: application/x-www-form-urlencoded' \
-H 'host: trade.api.ksyun.com' \
-H 'x-amz-date: 20170720T022802Z'
-D 'instanceIds=xxx'
成功示例
{
"RequestId":"29791235-068f-4ca5-adda-fllqooxq451",
"data":[
{
"billType":1,
"createTime":"2019-11-11 19:21:11",
"instanceId":"d33e1678-5427-4fd7-bbcc-41bc5fbdca01",
"instanceType":1,
"serviceBeginTime":"2019-11-11 19:21:36",
"status":2,
"serviveDeleteTime":"2019-11-12 23:59:59"
},
{
"billType":1,
"createTime":"2019-11-11 19:21:11",
"instanceId":"98dc11678-5427-4fd7-bbcc-41bc5fbdcdqd",
"instanceType":1,
"serviceBeginTime":"2019-11-11 19:21:36",
"status":2,
"serviveDeleteTime":"2019-11-12 23:59:59"
}
]
}
失败示例
{
"RequestId": "81d89f5e-7dbf-4dfb-8ffc-42b0e9421e52",
"Error": {
"Code": "ServiceInnerError",
"Message": "服务内部异常"
}
}
纯净模式
鼠标选中内容,快速反馈问题