도메인 조회
    • PDF

    도메인 조회

    • PDF

    Article Summary

    개요

    도메인 정보를 조회합니다.

    요청

    요청 파라미터

    파라미터명필수 여부타입설명
    pageYesInteger페이징 번호 (0번부터)
    sizeYesInteger페이징 단위
    domainNameNoString필터링 도메인

    응답

    응답 바디

    예시

    요청 예시

    GET {DNS_API_URL}/ncpdns/domain
    ?page=0
    &size=20
    &domainName=example.com
    

    응답 예시

        {
          "content": [
            {
              "id": 749,
              "name": "example.com",
              "completeYn": true,
              "status": "FAIL"
            }
          ],
          "pageable": {
            "sort": {
              "sorted": false,
              "unsorted": true,
              "empty": true
            },
            "pageNumber": 0,
            "pageSize": 20,
            "offset": 0,
            "unpaged": false,
            "paged": true
          },
          "last": true,
          "totalPages": 1,
          "totalElements": 1,
          "sort": {
            "sorted": false,
            "unsorted": true,
            "empty": true
          },
          "first": true,
          "numberOfElements": 1,
          "size": 20,
          "number": 0,
          "empty": false
        }
    

    오류 코드 예시

    {
      "result": "FAIL",
      "error": {
        "errorCode": "X00006",
        "message": "권한이 없습니다.",
         "devMessage": "권한이 없습니다."
       }
    }
    

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

    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.