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 |
|
Azure Subscription ID. |
|
resourceGroupName
|
path | True |
|
Name of the Resource group within the Azure subscription.
Regex pattern: |
|
api-version
|
query | True |
|
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 |
|
Ip adress itself. |
| prefixLength |
|
The length of the prefix of the ip address. |
Edge node of CDN service.
| Name | Type | Description |
|---|---|---|
| id |
|
Resource ID. |
| ipAddressGroups |
List of ip address groups. |
|
| location |
|
Resource location. |
| name |
|
Resource name. |
| tags |
|
Resource tags. |
| type |
|
Resource type. |
| Name | Type | Description |
|---|---|---|
| nextLink |
|
URL to get the next set of edgenode list results if there are any. |
| value |
|
Edge node of CDN service. |
| Name | Type | Description |
|---|---|---|
| code |
|
Error code. |
| message |
|
Error message indicating why the operation failed. |
CDN Ip address group
| Name | Type | Description |
|---|---|---|
| deliveryRegion |
|
The delivery region of the ip address group |
| ipv4Addresses |
The list of ip v4 addresses. |
|
| ipv6Addresses |
The list of ip v6 addresses. |