你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Edge Nodes - List
Edgenode 是用于将 CDN 内容传送给最终用户的全局接入点 (POP) 位置。
GET https://management.azure.com/providers/Microsoft.Cdn/edgenodes?api-version=2024-02-01
URI 参数
名称 | 在 | 必需 | 类型 | 说明 |
---|---|---|---|---|
api-version
|
query | True |
string |
要与客户端请求一起使用的 API 的版本。 当前版本为 2024-02-01。 |
响应
名称 | 类型 | 说明 |
---|---|---|
200 OK |
没问题。 请求已成功。 |
|
Other Status Codes |
描述操作失败原因的 CDN 错误响应。 |
安全性
azure_auth
Azure Active Directory OAuth2 流。
类型:
oauth2
流向:
implicit
授权 URL:
https://login.microsoftonline.com/common/oauth2/authorize
作用域
名称 | 说明 |
---|---|
user_impersonation | 模拟用户帐户 |
示例
EdgeNodes_List
示例请求
示例响应
{
"value": [
{
"name": "Standard_Verizon",
"id": "/providers/Microsoft.Cdn/edgenodes/Standard_Verizon",
"type": "Microsoft.Cdn/edgenodes",
"properties": {
"ipAddressGroups": [
{
"deliveryRegion": "All",
"ipv4Addresses": [
{
"baseIpAddress": "192.229.176.0",
"prefixLength": 24
},
{
"baseIpAddress": "180.240.184.128",
"prefixLength": 25
},
{
"baseIpAddress": "152.195.27.0",
"prefixLength": 24
}
],
"ipv6Addresses": [
{
"baseIpAddress": "2606:2800:60f2::",
"prefixLength": 48
},
{
"baseIpAddress": "2606:2800:700c::",
"prefixLength": 48
}
]
}
]
}
},
{
"name": "Premium_Verizon",
"id": "/providers/Microsoft.Cdn/edgenodes/Premium_Verizon",
"type": "Microsoft.Cdn/edgenodes",
"properties": {
"ipAddressGroups": [
{
"deliveryRegion": "All",
"ipv4Addresses": [
{
"baseIpAddress": "192.229.176.0",
"prefixLength": 24
},
{
"baseIpAddress": "152.195.27.0",
"prefixLength": 24
}
],
"ipv6Addresses": [
{
"baseIpAddress": "2606:2800:60f2::",
"prefixLength": 48
},
{
"baseIpAddress": "2606:2800:700c::",
"prefixLength": 48
}
]
}
]
}
},
{
"name": "Custom_Verizon",
"id": "/providers/Microsoft.Cdn/edgenodes/Custom_Verizon",
"type": "Microsoft.Cdn/edgenodes",
"properties": {
"ipAddressGroups": [
{
"deliveryRegion": "All",
"ipv4Addresses": [
{
"baseIpAddress": "192.229.176.0",
"prefixLength": 24
},
{
"baseIpAddress": "2606:2800:420b::",
"prefixLength": 48
},
{
"baseIpAddress": "2606:2800:700c::",
"prefixLength": 48
}
]
}
]
}
}
]
}
定义
名称 | 说明 |
---|---|
cidr |
CIDR IP 地址 |
Edge |
Edgenode 是用于将 CDN 内容传送给最终用户的全局接入点 (POP) 位置。 |
Edgenode |
列出 CDN 边缘节点的请求的结果。 它包含 IP 地址组的列表和用于获取下一组结果的 URL 链接。 |
Error |
资源管理错误附加信息。 |
Error |
错误详细信息。 |
Error |
错误响应 |
Identity |
创建/修改资源的标识类型 |
Ip |
CDN IP 地址组 |
System |
只读系统数据 |
cidrIpAddress
CIDR IP 地址
名称 | 类型 | 说明 |
---|---|---|
baseIpAddress |
string |
IP 地址本身。 |
prefixLength |
integer |
IP 地址前缀的长度。 |
EdgeNode
Edgenode 是用于将 CDN 内容传送给最终用户的全局接入点 (POP) 位置。
名称 | 类型 | 说明 |
---|---|---|
id |
string |
资源 ID。 |
name |
string |
资源名称。 |
properties.ipAddressGroups |
IP 地址组的列表。 |
|
systemData |
只读系统数据 |
|
type |
string |
资源类型。 |
EdgenodeResult
列出 CDN 边缘节点的请求的结果。 它包含 IP 地址组的列表和用于获取下一组结果的 URL 链接。
名称 | 类型 | 说明 |
---|---|---|
nextLink |
string |
用于获取下一组 edgenode 列表结果的 URL(如果有)。 |
value |
Edge |
CDN 服务的边缘节点。 |
ErrorAdditionalInfo
资源管理错误附加信息。
名称 | 类型 | 说明 |
---|---|---|
info |
object |
其他信息。 |
type |
string |
其他信息类型。 |
ErrorDetail
错误详细信息。
名称 | 类型 | 说明 |
---|---|---|
additionalInfo |
错误附加信息。 |
|
code |
string |
错误代码。 |
details |
错误详细信息。 |
|
message |
string |
错误消息。 |
target |
string |
错误目标。 |
ErrorResponse
错误响应
名称 | 类型 | 说明 |
---|---|---|
error |
错误对象。 |
IdentityType
创建/修改资源的标识类型
名称 | 类型 | 说明 |
---|---|---|
application |
string |
|
key |
string |
|
managedIdentity |
string |
|
user |
string |
IpAddressGroup
CDN IP 地址组
名称 | 类型 | 说明 |
---|---|---|
deliveryRegion |
string |
IP 地址组的传递区域 |
ipv4Addresses |
IP v4 地址的列表。 |
|
ipv6Addresses |
IP v6 地址的列表。 |
SystemData
只读系统数据
名称 | 类型 | 说明 |
---|---|---|
createdAt |
string |
资源创建时间戳 (UTC) |
createdBy |
string |
创建资源的标识的标识符 |
createdByType |
创建资源的标识类型 |
|
lastModifiedAt |
string |
资源上次修改的时间戳 (UTC) |
lastModifiedBy |
string |
上次修改资源的标识的标识符 |
lastModifiedByType |
上次修改资源的标识类型 |