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=2023-05-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 2023-05-01.

Responses

Name Type Description
200 OK

EdgenodeResult

OK. The request has succeeded.

Other Status Codes

ErrorResponse

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

GET https://management.azure.com/providers/Microsoft.Cdn/edgenodes?api-version=2023-05-01

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
cidrIpAddress

CIDR Ip address

EdgeNode

Edgenode is a global Point of Presence (POP) location used to deliver CDN content to end users.

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.

ErrorAdditionalInfo

The resource management error additional info.

ErrorDetail

The error detail.

ErrorResponse

Error response

IdentityType

The type of identity that creates/modifies resources

IpAddressGroup

CDN Ip address group

SystemData

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

IpAddressGroup[]

List of ip address groups.

systemData

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

EdgeNode[]

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

ErrorAdditionalInfo[]

The error additional info.

code

string

The error code.

details

ErrorDetail[]

The error details.

message

string

The error message.

target

string

The error target.

ErrorResponse

Error response

Name Type Description
error

ErrorDetail

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

cidrIpAddress[]

The list of ip v4 addresses.

ipv6Addresses

cidrIpAddress[]

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

IdentityType

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

IdentityType

The type of identity that last modified the resource