获取指定PAIRec实例的详细信息。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求语法
GET /api/v1/instances/{InstanceId} HTTP/1.1
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
InstanceId | string | 否 | 实例 ID,可通过接口 ListInstances 获取。 | pairec-cn-abcdefg1234 |
返回参数
示例
正常返回示例
JSON
格式
{
"RequestId": "728C5E01-ABF6-5AA8-B9FC-B3BA05DECC77",
"InstanceId": "pairec-test1",
"Type": "basic",
"Status": "Initializing",
"RegionId": "cn-shenzhen",
"GmtCreateTime": "2022-10-13 17:34:52.0",
"GmtModifiedTime": "2022-11-05 09:02:30.0",
"ExpiredTime": "2022-12-14 00:00:00.0",
"CommodityCode": "airec_developers_public_cn",
"ChargeType": "Subscription",
"Config": {
"Engines": [
{
"ComponentCode": "feature",
"Type": "Hologres",
"Meta": {
"test": "test",
"test2": 1
}
}
],
"Monitors": [
{
"ComponentCode": "featuresets",
"Type": "Platform",
"Meta": {
"test": "test",
"test2": 1
}
}
],
"DataManagements": [
{
"ComponentCode": "storage",
"Type": "OSS",
"Meta": {
"test": "test",
"test2": 1
}
}
]
},
"OperatingTool": {
"IsEnable": true
}
}
错误码
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|---|---|
2024-08-05 | OpenAPI 返回结构发生变更 | 查看变更详情 |