Edge Nodes

Lists all the edge nodes of a CDN service.

GET https://management.azure.com/providers/Microsoft.Cdn/edgenodes?api-version={api-version}

URI Parameters

Name In Required Type Description
subscriptionId
path True
  • string
Azure Subscription ID.
resourceGroupName
path True
  • string
Name of the Resource group within the Azure subscription.

Regex pattern: ^[-\w\._\(\)]+$

api-version
query True
  • string

Version of the API to be used with the client request. Current version is 2016-10-02.

Responses

Name Type Description
200 OK

OK. The request has succeeded.

Other Status Codes

CDN error response describing why the operation failed.

Definitions

cidrIpAddress

CIDR Ip address

EdgeNode

Edge node of CDN service.

EdgenodeResult
ErrorResponse
IpAddressGroup

CDN Ip address group

CIDR Ip address

Name Type Description
baseIpAddress
  • string

Ip adress itself.

prefixLength
  • integer

The length of the prefix of the ip address.

Edge node of CDN service.

Name Type Description
id
  • string

Resource ID.

ipAddressGroups

List of ip address groups.

location
  • string

Resource location.

name
  • string

Resource name.

tags
  • <string, string>

Resource tags.

type
  • string

Resource type.

Name Type Description
nextLink
  • string

URL to get the next set of edgenode list results if there are any.

value

Edge node of CDN service.

Name Type Description
code
  • string

Error code.

message
  • string

Error message indicating why the operation failed.

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.