你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Express Route Circuits - List Arp Table

获取与资源组中的快速路由线路关联的当前播发的 ARP 表。

POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteCircuits/{circuitName}/peerings/{peeringName}/arpTables/{devicePath}?api-version=2024-05-01

URI 参数

名称 必需 类型 说明
circuitName
path True

string

快速路由线路的名称。

devicePath
path True

string

设备的路径。

peeringName
path True

string

对等互连的名称。

resourceGroupName
path True

string

资源组的名称。

subscriptionId
path True

string

唯一标识 Azure 订阅Microsoft的订阅凭据。 订阅 ID 构成了每个服务调用的 URI 的一部分。

api-version
query True

string

客户端 API 版本。

响应

名称 类型 说明
200 OK

ExpressRouteCircuitsArpTableListResult

请求成功。 该操作返回生成的 ExpressRouteCircuitsArpTable 资源。

202 Accepted

接受且操作将以异步方式完成。

Other Status Codes

CloudError

描述操作失败的原因的错误响应。

安全性

azure_auth

Azure Active Directory OAuth2 Flow。

类型: oauth2
流向: implicit
授权 URL: https://login.microsoftonline.com/common/oauth2/authorize

作用域

名称 说明
user_impersonation 模拟用户帐户

示例

List ARP Table

示例请求

POST https://management.azure.com/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/expressRouteCircuits/circuitName/peerings/peeringName/arpTables/devicePath?api-version=2024-05-01

示例响应

{
  "value": [
    {
      "age": 0,
      "interface": "Microsoft",
      "ipAddress": "IPAddress",
      "macAddress": "macAddress"
    }
  ]
}
Location: https://management.azure.com/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/locations/eastus/operationStatus/default/operationId/00000000-0000-0000-0000-000000000000?api-version=2024-05-01

定义

名称 说明
CloudError

服务的错误响应。

CloudErrorBody

服务的错误响应。

ExpressRouteCircuitArpTable

与 ExpressRouteCircuit 关联的 ARP 表。

ExpressRouteCircuitsArpTableListResult

与 Express Route 线路 API 关联的 ListArpTable 的响应。

CloudError

服务的错误响应。

名称 类型 说明
error

CloudErrorBody

云错误正文。

CloudErrorBody

服务的错误响应。

名称 类型 说明
code

string

错误的标识符。 代码是固定的,旨在以编程方式使用。

details

CloudErrorBody[]

有关错误的其他详细信息的列表。

message

string

描述错误的消息,旨在适合在用户界面中显示。

target

string

特定错误的目标。 例如,错误属性的名称。

ExpressRouteCircuitArpTable

与 ExpressRouteCircuit 关联的 ARP 表。

名称 类型 说明
age

integer (int32)

进入年龄(以分钟为单位)。

interface

string

接口地址。

ipAddress

string

IP 地址。

macAddress

string

MAC 地址。

ExpressRouteCircuitsArpTableListResult

与 Express Route 线路 API 关联的 ListArpTable 的响应。

名称 类型 说明
nextLink

string

用于获取下一组结果的 URL。

value

ExpressRouteCircuitArpTable[]

ARP 表的列表。