Edge 목록 조회
    • PDF

    Edge 목록 조회

    • PDF

    기사 요약

    개요

    Profile 하위에 생성된 모든 Edge 목록을 조회합니다.

    요청

    요청 URL

    GET
    https://edge.apigw.ntruss.com/api/v1/profiles/{profileId}/cdn-edges
    

    요청 파라미터

    파라미터명필수 여부타입제약 사항설명
    profileIdYesLongProfile 번호

    응답

    모든 응답은 HTTP Status Code로 성공 또는 실패를 반환합니다.

    HTTP 상태 코드코드 메시지설명
    200Success조회 성공
    401Unauthorized인증 실패
    500Internal Server Error서버 오류

    EdgeStatus

    설명
    PUBLISHING배포 중
    RUNNING운영 중
    STOPPING정지 중
    STOPPED정지
    ACTIVATING재시작 중
    DELETING삭제 중
    DELETED삭제

    예시

    요청 예시

    https://edge.apigw.ntruss.com/api/v1/profiles/1234/cdn-edges
    

    응답 예시

    {
      "code": "0000",
      "message": "Success",
      "result": [
        {
          "id": 9999,
          "profileId": 1234,
          "edgeName": "my-sample-edge",
          "statusType": "RUNNING",
          "originalCopyDomain": "www.mydomain.com",
          "registrationDate": "2022-11-09T10:30:27.489Z",
          "modifyDate": "2022-11-09T10:39:31.48Z",
          "domainName": "myrandomdomainname.edge.naverncp.com"
        }
      ]
    }
    

    오류 코드

    Error 코드설명
    9999서버 오류 발생

    이 문서가 도움이 되었습니까?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.