调用DescribeDirectConnectGatewayAttributes查询指定专线网关的详细信息。
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DescribeDirectConnectGatewayAttributes | 要执行的操作,取值为DescribeDirectConnectGatewayAttributes。 |
Version | String | 是 | 2020-04-01 | API版本信息。 |
DirectConnectGatewayId | String | 是 | dcg-7qthudw0ll6jmc**** | 要查询的专线网关的ID。您可调用DescribeDirectConnectGateways查询专线网关的ID。 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 2021111616110801021214619**** | 请求ID。 |
AccountId | String | 21000***** | 专线网关所属账号的ID。 |
DirectConnectGatewayId | String | dcg-7qthudw0ll6jmc**** | 专线网关的ID。 |
DirectConnectGatewayName | String | test | 专线网关的名称。 |
Description | String | This is a sample description | 专线网关的描述。 |
CreationTime | String | 2021-04-09T08:36:47+08:00 | 创建专线网关的时间。 |
UpdateTime | String | 2021-04-10T09:18:28+08:00 | 更新专线网关的时间。 |
Status | String | Available | 专线网关的状态。
|
BusinessStatus | String | FinancialLocked | 专线网关是否被锁定。
|
LockReason | String | Financial | 专线网关被锁定的原因。
|
OverdueTime | String | 2021-04-29 01:37:38 | 资源冻结时间。仅当资源因为欠费冻结,此参数才会有返回值,否则均返回空值。 |
DeletedTime | String | 2021-04-30 01:37:38 | 预期资源强制回收时间。 仅当资源因为欠费冻结,此参数才会有返回值,否则均返回空值。 |
AssociateCens | Array of struct | - | 关联的CEN信息,具体请见下表“AssociateCen”。 |
Tags | Array of struct | - | 专线网关已添加的全部标签信息。具体请参见下表“Tag”。 |
EnableIpv6 | Boolean | false | 是否支持IPv6。
|
ProjectName | String | project-01 | 专线网关所属的项目。 |
BgpAsn | Integer | 137718 | 专线网关的ASN。 |
AssociateCen
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
CenId | String | cen-23987fdc**** | CEN的ID。 |
CenOwnerId | String | 122***023 | CEN的用户ID。 |
CenStatus | String | Attached | 实例在CEN中的状态。
|
Tag
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
Key | String | key1 | 标签键。 |
Value | String | value1 | 标签值。 |
GET /?Action=DescribeDirectConnectGatewayAttributes&Version=2020-04-01&DirectConnectGatewayId=dcg-7qthudw0ll6jmc**** HTTP/1.1 Host: open.volcengineapi.com ServiceName: directconnect Region: cn-beijing
{ "ResponseMetadata": { "RequestId": "2021111616110801021214619****", "Action": "DescribeDirectConnectGatewayAttributes", "Version": "2020-04-01", "Service": "directconnect", "Region": "cn-beijing" }, "Result": { "RequestId": "2021111616110801021214619****", "AccountId":"210000****", "DirectConnectGatewayId": "dcg-7qthudw0ll6jmc****", "DirectConnectGatewayName": "test", "Description": "test", "AssociateCens":[ { "CenId": "cen-23af298****", "CenOwnerId": "1223****", "CenStatus": "Attached" } ], "CreationTime": "2021-12-15T17:05:42+08:00", "UpdateTime": "2021-12-17T11:50:30+08:00", "Status": "Available", "EnableIpv6":"false", "BusinessStatus":"Normal", "LockReason":"unlock", "OverdueTime":"", "DeletedTime":"", "ProjectName":"project-01", "BgpAsn":137718, "Tags":[ { "Key":"k1", "Value":"v1" }, { "Key":"k2", "Value":"" } ] } }
此处仅展示当前API的错误码,更多错误码请参见公共错误码。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
404 | InvalidDirectConnectGateway.NotFound | The specified direct connect gateway does not exist. | 指定的专线网关不存在。 |