CDN Purge 수행
    • PDF

    CDN Purge 수행

    • PDF

    Article Summary

    개요

    CDN+ 퍼지를 요청합니다.

    요청

    요청 파라미터

    파라미터명필수 여부타입제약 사항설명
    cdnInstanceNoYesStringCDN인스턴스 번호
    isWholeDomainYesBooleantrue 또는 false- 전체 도메인 여부
    전체 도메인에 대한 퍼지 요청일 경우 true, 특정 도메인에 대한 퍼지 요청일 경우 false 입력
    domainIdList.NNoList<String>- 도메인 ID 리스트
    특정 도메인에 대한 퍼지 요청일 경우 입력
    <예시> domainIdList.1=CD000000000000016682&domainIdList.2=CD000000000000016683
    isWholePurgeYesBooleantrue 또는 false- 전체 퍼지 여부
    전체 파일의 퍼지 요청일 경우 true, 특정 디렉토리 혹은 파일의 퍼지 요청일 경우 false 입력
    targetFileList.NNoList<String>- 대상 파일 리스트
    특정 파일의 퍼지 요청일 경우 입력
    <예시> targetFileList.1=alice.txt&targetFileList.2=bob.png
    targetDirectoryNameNoString- 대상 디렉토리명
    특정 디렉토리의 퍼지 요청일 경우 입력합니다. 해당 디렉토리 하위의 모든 파일이 퍼지됩니다.
    <예시> targetDirectoryName=/contents/sample
    responseFormatTypeNoStringJSON 또는 XML응답 타입

    응답

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

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

    속성

    항목필수 여부타입설명
    cdnInstanceNoNoStringCDN 인스턴스 번호
    purgeIdNoString퍼지 ID
    isWholePurgeNoBoolean전체 퍼지 여부
    isWholeDomainNoBoolean전체 도메인 퍼지 여부
    cdnPlusServiceDomainListNoList<CdnPlusServiceDomain>CDN+ 서비스 도메인 리스트
    domainIdNoString도메인 ID
    serviceDomainTypeCodeNoString서비스 도메인 구분코드
    protocolTypeCodeNoString프로토콜 구분코드
    defaultDomainNameNoString디폴트 도메인 이름
    userDomainNameNoString유저 도메인 이름
    targetDirectoryNameNoString대상 디렉터리명
    targetFileListNoList<String>대상 파일 리스트
    requestDateNoString요청날짜
    purgeStatusNameNoString퍼지 상태

    예시

    요청 예시

    https://ncloud.apigw.ntruss.com/cdn/v2/requestCdnPlusPurge?cdnInstanceNo=711484&isWholePurge=true&isWholeDomain=true&responseFormatType=XML
    

    응답 예시

    <?xml version="1.0" encoding="UTF-8"?>
    <requestCdnPlusPurgeResponse>
      <requestId>337bd4f2-5bdf-4707-98f5-216c3ee79395</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>1</totalRows>
      <cdnPlusPurgeHistoryList>
        <cdnPlusPurgeHistory>
          <cdnInstanceNo>711484</cdnInstanceNo>
          <purgeId>PT000000000000015497</purgeId>
          <isWholePurge>true</isWholePurge>
          <isWholeDomain>true</isWholeDomain>
          <cdnPlusServiceDomainList>
            <cdnPlusServiceDomain>
              <domainId>CD000000000000008054</domainId>
              <serviceDomainTypeCode>DEFAULT</serviceDomainTypeCode>
              <protocolTypeCode>HTTP</protocolTypeCode>
              <defaultDomainName>sjktsyeuckvp711484.cdn.ntruss.com</defaultDomainName>
              <userDomainName></userDomainName>
            </cdnPlusServiceDomain>
          </cdnPlusServiceDomainList>
          <targetDirectoryName></targetDirectoryName>
          <targetFileList/>
          <requestDate>2018-12-09T02:00:18+0900</requestDate>
          <purgeStatusName>ready</purgeStatusName>
        </cdnPlusPurgeHistory>
      </cdnPlusPurgeHistoryList>
    </requestCdnPlusPurgeResponse>
    

    오류 코드

    Error 코드설명
    29200Invalid CDN rule.
    29201Can not operate this CDN service. Please check status.
    29202Invalid CDN purge request.
    29203Invalid CDN service domain type code.
    29204Invalid CDN instance.
    29205Unable to control the CDN service because this CDN service is for Live Transcoder.
    29211An error occurred while creating CDN service.
    29215This CDN service can not request purge with partial domains.
    29216Invalid CDN service domain.
    29209The certificate can not register for CDN.
    29217Please enter target file list or directory.
    29218Please select target service domains.
    29221Unable to control the CDN service because this CDN service is for Image Optimizer.
    29222Invalid image optimizer instance number.
    29223Cache Key Hostname can not be set Origin Hostname if there is only one service domain.
    29224Cache Key Hostname can not be set Origin Hostname if use CDN domain.

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

    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.