Edge Nodes - List
Edgenodes are the global Point of Presence (POP) locations used to deliver CDN content to end users.
GET https://management.azure.com/providers/Microsoft.Cdn/edgenodes?api-version=2024-02-01
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
api-version
|
query | True |
string |
Version of the API to be used with the client request. Current version is 2024-02-01. |
Responses
Name | Type | Description |
---|---|---|
200 OK |
OK. The request has succeeded. |
|
Other Status Codes |
CDN error response describing why the operation failed. |
Security
azure_auth
Azure Active Directory OAuth2 Flow.
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize
Scopes
Name | Description |
---|---|
user_impersonation | impersonate your user account |
Examples
EdgeNodes_List
Sample request
Sample response
{
"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
}
]
}
]
}
}
]
}
Definitions
Name | Description |
---|---|
cidr |
CIDR Ip address |
Edge |
Edgenode is a global Point of Presence (POP) location used to deliver CDN content to end users. |
Edgenode |
Result of the request to list CDN edgenodes. It contains a list of ip address group and a URL link to get the next set of results. |
Error |
The resource management error additional info. |
Error |
The error detail. |
Error |
Error response |
Identity |
The type of identity that creates/modifies resources |
Ip |
CDN Ip address group |
System |
Read only system data |
cidrIpAddress
CIDR Ip address
Name | Type | Description |
---|---|---|
baseIpAddress |
string |
Ip address itself. |
prefixLength |
integer |
The length of the prefix of the ip address. |
EdgeNode
Edgenode is a global Point of Presence (POP) location used to deliver CDN content to end users.
Name | Type | Description |
---|---|---|
id |
string |
Resource ID. |
name |
string |
Resource name. |
properties.ipAddressGroups |
List of ip address groups. |
|
systemData |
Read only system data |
|
type |
string |
Resource type. |
EdgenodeResult
Result of the request to list CDN edgenodes. It contains a list of ip address group and a URL link to get the next set of results.
Name | Type | Description |
---|---|---|
nextLink |
string |
URL to get the next set of edgenode list results if there are any. |
value |
Edge |
Edge node of CDN service. |
ErrorAdditionalInfo
The resource management error additional info.
Name | Type | Description |
---|---|---|
info |
object |
The additional info. |
type |
string |
The additional info type. |
ErrorDetail
The error detail.
Name | Type | Description |
---|---|---|
additionalInfo |
The error additional info. |
|
code |
string |
The error code. |
details |
The error details. |
|
message |
string |
The error message. |
target |
string |
The error target. |
ErrorResponse
Error response
Name | Type | Description |
---|---|---|
error |
The error object. |
IdentityType
The type of identity that creates/modifies resources
Name | Type | Description |
---|---|---|
application |
string |
|
key |
string |
|
managedIdentity |
string |
|
user |
string |
IpAddressGroup
CDN Ip address group
Name | Type | Description |
---|---|---|
deliveryRegion |
string |
The delivery region of the ip address group |
ipv4Addresses |
The list of ip v4 addresses. |
|
ipv6Addresses |
The list of ip v6 addresses. |
SystemData
Read only system data
Name | Type | Description |
---|---|---|
createdAt |
string |
The timestamp of resource creation (UTC) |
createdBy |
string |
An identifier for the identity that created the resource |
createdByType |
The type of identity that created the resource |
|
lastModifiedAt |
string |
The timestamp of resource last modification (UTC) |
lastModifiedBy |
string |
An identifier for the identity that last modified the resource |
lastModifiedByType |
The type of identity that last modified the resource |