도메인 상세 조회
    • PDF

    도메인 상세 조회

    • PDF

    Article Summary

    개요

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

    요청

    요청 파라미터

    파라미터명필수 여부타입설명
    domainIdYesInteger도메인 ID

    응답

    응답 바디

    예시

    요청 예시

    GET {DNS_API_URL}/ncpdns/domain/{domainId}
    

    응답 예시

        {
          "id": 749,
          "name": "example.com",
          "completeYn": true,
          "status": "SUCCESS",
          "createdDate": 1583220357,
          "modifiedDate": 1592557182,
          "recordCount": 13,
          "soa": {
            "domainName": "example.com",
            "nameServers": "ns1.ncloud.com. ns2.ncloud.com.",
            "serial": 2020061701,
            "refresh": 21600,
            "retry": 1800,
            "expire": 1209600,
            "ttl": 300
          }
        }
    

    오류 코드 예시

    {
      "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.