调用 DescribeCenAttachedInstanceAttributes 接口,查看指定网络实例的详情。
参数名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DescribeCenAttachedInstanceAttributes | 要执行的操作,取值为DescribeCenAttachedInstanceAttributes。 |
Version | String | 是 | 2020-04-01 | API版本信息,当前版本为2020-04-01。 |
CenId | String | 是 | cen-7qthudw0ll6jmc**** | 云企业网实例的ID。 |
InstanceRegionId | String | 是 | cn-beijing | 网络实例所在的地域。 |
InstanceType | String | 是 | VPC | 网络实例的类型,取值如下:
|
InstanceId | String | 是 | vpc-2fexiqjlgjif45oxruvso**** | 网络实例的ID。
|
参数名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
CenId | String | cen-7qthudw0ll6jmc**** | 云企业网实例的ID。 |
InstanceOwnerId | String | 210000**** | 网络实例所属账号的ID。 |
InstanceRegionId | String | cn-beijing | 网络实例所在的地域。 |
InstanceType | String | VPC | 网络实例的类型。 |
InstanceId | String | vpc-2fexiqjlgjif45oxruvso**** | 网络实例的ID。 |
Status | String | Available | 网络实例的加载状态。
|
CreationTime | String | 2021-01-28T14:55:11+08:00 | 网络实例的加载时间。 |
GET /?Action=DescribeCenAttachedInstanceAttributes&Version=2020-04-01&CenId=cen-7qthudw0ll6jmc**** HTTP/1.1 Host: open.volcengineapi.com Service: cen Region: cn-beijing
{ "ResponseMetadata": { "RequestId": "2021122211293101****", "Action": "DescribeCenAttachedInstanceAttributes", "Version": "2020-04-01", "Service": "cen", "Region": "cn-beijing" }, "Result":{ "CenId": "cen-7qthudw0ll6jmc****", "InstanceOwnerId": "210000****", "InstanceRegionId": "cn-beijing", "InstanceType": "VPC", "InstanceId": "vpc-2fexiqjlgjif45oxruvso****", "Status": "Available", "CreationTime": "2021-04-09T08:36:47+08:00" } }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
404 | InvalidCenAttachedInstance.NotFound | The specified CEN attached instance does not exist. | 指定的网络实例不存在。 |