다음을 통해 공유


Edge Nodes - List

Edgenode는 CDN 콘텐츠를 최종 사용자에게 전달하는 데 사용되는 POP(글로벌 Point of Presence) 위치입니다.

GET https://management.azure.com/providers/Microsoft.Cdn/edgenodes?api-version=2025-04-15

URI 매개 변수

Name In(다음 안에) 필수 형식 Description
api-version
query True

string

minLength: 1

이 작업에 사용할 API 버전입니다.

응답

Name 형식 Description
200 OK

EdgenodeResult

그래. 요청이 성공했습니다.

Other Status Codes

ErrorResponse

작업이 실패한 이유를 설명하는 CDN 오류 응답입니다.

보안

azure_auth

Azure Active Directory OAuth2 흐름.

형식: oauth2
Flow: implicit
권한 부여 URL: https://login.microsoftonline.com/common/oauth2/authorize

범위

Name Description
user_impersonation 사용자 계정 가장

예제

EdgeNodes_List

샘플 요청

GET https://management.azure.com/providers/Microsoft.Cdn/edgenodes?api-version=2025-04-15

샘플 응답

{
  "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
              }
            ]
          }
        ]
      }
    }
  ]
}

정의

Name Description
cidrIpAddress

CIDR IP 주소

createdByType

리소스를 만든 ID의 형식입니다.

EdgeNode

Edgenode는 CDN 콘텐츠를 최종 사용자에게 전달하는 데 사용되는 POP(글로벌 Point of Presence) 위치입니다.

EdgenodeResult

CDN 에지 노드를 나열하는 요청의 결과입니다. 여기에는 다음 결과 집합을 가져오기 위한 IP 주소 그룹 목록과 URL 링크가 포함되어 있습니다.

ErrorAdditionalInfo

리소스 관리 오류 추가 정보입니다.

ErrorDetail

오류 세부 정보입니다.

ErrorResponse

오류 응답

IpAddressGroup

CDN IP 주소 그룹

systemData

리소스의 생성 및 마지막 수정과 관련된 메타데이터입니다.

cidrIpAddress

CIDR IP 주소

Name 형식 Description
baseIpAddress

string

IP 주소 자체입니다.

prefixLength

integer (int32)

IP 주소의 접두사 길이입니다.

createdByType

리소스를 만든 ID의 형식입니다.

Description
Application
Key
ManagedIdentity
User

EdgeNode

Edgenode는 CDN 콘텐츠를 최종 사용자에게 전달하는 데 사용되는 POP(글로벌 Point of Presence) 위치입니다.

Name 형식 Description
id

string (arm-id)

리소스에 대한 정규화된 리소스 ID입니다. 예: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

name

string

리소스의 이름

properties.ipAddressGroups

IpAddressGroup[]

IP 주소 그룹 목록입니다.

systemData

systemData

createdBy 및 modifiedBy 정보가 포함된 Azure Resource Manager 메타데이터입니다.

type

string

리소스의 형식입니다. 예: "Microsoft.Compute/virtualMachines" 또는 "Microsoft.Storage/storageAccounts"

EdgenodeResult

CDN 에지 노드를 나열하는 요청의 결과입니다. 여기에는 다음 결과 집합을 가져오기 위한 IP 주소 그룹 목록과 URL 링크가 포함되어 있습니다.

Name 형식 Description
nextLink

string

있는 경우 다음 edgenode 목록 결과 집합을 가져오는 URL입니다.

value

EdgeNode[]

CDN 서비스의 에지 노드입니다.

ErrorAdditionalInfo

리소스 관리 오류 추가 정보입니다.

Name 형식 Description
info

object

추가 정보입니다.

type

string

추가 정보 유형입니다.

ErrorDetail

오류 세부 정보입니다.

Name 형식 Description
additionalInfo

ErrorAdditionalInfo[]

오류 추가 정보입니다.

code

string

오류 코드입니다.

details

ErrorDetail[]

오류 세부 정보입니다.

message

string

오류 메시지입니다.

target

string

오류 대상입니다.

ErrorResponse

오류 응답

Name 형식 Description
error

ErrorDetail

오류 개체입니다.

IpAddressGroup

CDN IP 주소 그룹

Name 형식 Description
deliveryRegion

string

IP 주소 그룹의 배달 지역

ipv4Addresses

cidrIpAddress[]

IP v4 주소 목록입니다.

ipv6Addresses

cidrIpAddress[]

IP v6 주소 목록입니다.

systemData

리소스의 생성 및 마지막 수정과 관련된 메타데이터입니다.

Name 형식 Description
createdAt

string (date-time)

리소스 만들기의 타임스탬프(UTC)입니다.

createdBy

string

리소스를 만든 ID입니다.

createdByType

createdByType

리소스를 만든 ID의 형식입니다.

lastModifiedAt

string (date-time)

리소스 마지막 수정의 타임스탬프(UTC)

lastModifiedBy

string

리소스를 마지막으로 수정한 ID입니다.

lastModifiedByType

createdByType

리소스를 마지막으로 수정한 ID의 형식입니다.