全部文档
当前文档

暂无内容

如果没有找到您期望的内容,请尝试其他搜索词

文档中心

实例描述

最近更新时间:2024-02-26 15:54:09

DescribeInstances(获取实例详情描述)

本文档为您介绍如何获取实例详情描述。

接口参数 (公共参数见调用方式)

名称

类型

必须

描述

Action

String

操作接口名,固定值:DescribeInstances

Version

String

API版本,固定为2020-01-14

InstanceIds

String

实例id ,多个英文逗号隔开,最大支持100

返回数据

名称

类型

描述

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": "服务内部异常"
    }
}

文档导读
纯净模式常规模式

纯净模式

点击可全屏预览文档内容
文档反馈