getGlobalCdnUsageData
- 印刷する
- PDF
getGlobalCdnUsageData
- 印刷する
- PDF
記事の要約
この要約は役に立ちましたか?
ご意見ありがとうございます
概要
Global CDNの使用量データを照会します。
リクエスト
リクエストパラメータ
パラメータ名 | 必須 | タイプ | 制約事項 | 説明 |
---|---|---|---|---|
cdnInstanceNoList.N | Yes | List<String> | CDNのインスタンス番号リスト cdnInstanceNoList.1=2323 | |
startDate | Yes | String | 形式はyyyyMMddHH | 照会開始日時 |
endDate | Yes | String | 形式はyyyyMMddHH | 照会終了日時 |
responseFormatType | No | String | JSONまたはXML | レスポンスタイプ |
レスポンス
すべてのレスポンスは、HTTPステータスコードで成功または失敗を返します。
HTTPステータスコード | コードのメッセージ | 説明 |
---|---|---|
200 | Success | 照会成功 |
401 | Unauthorized | 認証失敗 |
500 | Internal Server Error | サーバエラー |
属性
項目 | 必須 | タイプ | 説明 |
---|---|---|---|
startDate | No | String | 照会開始日時「yyyyMMddHH」 |
endDate | No | String | 照会終了日時「yyyyMMddHH」 |
aggregation | No | Long | 応答データのAgregation時間情報 (sec) |
bandwidthDataUnit | No | String | トラフィックの単位(bps) |
bandwidthDataRecordList | No | List<List<Double>> | トラフィックデータリスト |
volumeDataUnit | No | String | 転送量の単位(Byte) |
volumeDataRecordList | No | List<List<Long>> | 転送量データリスト |
requestDataUnit | No | Long | リクエスト数の単位(件数) |
requestDataRecordList | No | List<List<Long>> | リクエスト数データリスト |
pointStart | No | Long | 照会開始時間 |
pointInterval | No | Long | 応答データのAgregation時間情報 (millisec) |
maxBandwidth | No | Double | 期間内の最大Edgeトラフィック |
totalVolume | No | Long | 期間内の総転送量 |
totalRequest | No | Long | 期間内の総リクエスト数 |
例
リクエスト例
https://ncloud.apigw.ntruss.com/cdn/v2/getGlobalCdnUsageData?cdnInstanceNoList.1=1234&endDate=2022032600&startDate=2022032000&responseFormatType=XML
レスポンス例
<getGlobalCdnUsageDataResponse>
<requestId>e6b23362-b742-4640-b536-a1b30d3b2f04</requestId>
<returnCode>0</returnCode>
<returnMessage>success</returnMessage>
<startDate>2022032000</startDate>
<endDate>2022032600</endDate>
<aggregation>86400</aggregation>
<volumeDataRecordList>
<list>
<long>1647702000000</long>
<int>0</int>
</list>
<list>
<long>1647788400000</long>
<int>0</int>
</list>
<list>
<long>1647874800000</long>
<int>0</int>
</list>
<list>
<long>1647961200000</long>
<int>0</int>
</list>
<list>
<long>1648047600000</long>
<int>0</int>
</list>
<list>
<long>1648134000000</long>
<int>5373083</int>
</list>
<list>
<long>1648220400000</long>
<int>0</int>
</list>
</volumeDataRecordList>
<requestDataRecordList>
<list>
<long>1647702000000</long>
<int>0</int>
</list>
<list>
<long>1647788400000</long>
<int>0</int>
</list>
<list>
<long>1647874800000</long>
<int>0</int>
</list>
<list>
<long>1647961200000</long>
<int>0</int>
</list>
<list>
<long>1648047600000</long>
<int>0</int>
</list>
<list>
<long>1648134000000</long>
<int>25</int>
</list>
<list>
<long>1648220400000</long>
<int>0</int>
</list>
</requestDataRecordList>
<bandwidthDataRecordList>
<list>
<long>1647702000000</long>
<int>0</int>
</list>
<list>
<long>1647788400000</long>
<int>0</int>
</list>
<list>
<long>1647874800000</long>
<int>0</int>
</list>
<list>
<long>1647961200000</long>
<int>0</int>
</list>
<list>
<long>1648047600000</long>
<int>0</int>
</list>
<list>
<long>1648134000000</long>
<double>0.0030166777777777777</double>
</list>
<list>
<long>1648220400000</long>
<int>0</int>
</list>
</bandwidthDataRecordList>
<volumeDataUnit>bytes</volumeDataUnit>
<requestDataUnit>count</requestDataUnit>
<bandwidthDataUnit>bps</bandwidthDataUnit>
<pointStart>1647702000000</pointStart>
<pointInterval>86400000</pointInterval>
<maxBandwidth>0.006033355555555555</maxBandwidth>
<totalVolume>5373083</totalVolume>
<totalRequest>25</totalRequest>
</getGlobalCdnUsageDataResponse>
エラーコード
エラーコード | 説明 |
---|---|
29100 | Invalid Global CDN rule format. |
29101 | Can not operate this Global CDN service. Please check status. |
29102 | Invalid Global CDN purge request. |
29103 | Invalid Global CDN service domain type code. |
29104 | Please enter Forward Host Header. |
29105 | Invalid Origin server. |
29106 | Invalid Origin server ports. |
29107 | Invalid Origin File Storage. |
29108 | Please enter Referrer Domain. |
29109 | Invalid service name. |
29110 | Please enter service domain. |
29111 | Invalid service domain. |
29112 | Invalid Global CDN instance. |
29113 | Only HTTP protocol is allowed when Origin is File Storage. |
29114 | This domain can not set as origin. |
29115 | For HTTPS protocol, only CDN domain can be set. |
29116 | An error occurred in purge request. |
29117 | Invalid origin path. |
29118 | Invalid referrer domain. |
29119 | Invalid rule for access log. |
29120 | Invalid Forward Host Header. |
29121 | Referrer Domains can be added up to 50. |
29122 | Can not request purge for the CDN service. Please check status. |
29123 | The purge function can only be used after about 3 hours after the creation request is made. |
29124 | There is an error in the service domain name entered during the purge request. |
この記事は役に立ちましたか?