@huaweicloud/huaweicloud-sdk-cdn 3.1.23
Sign up to get free protection for your applications and to get access to all the features.
- package/LICENSE +13 -0
- package/README.md +1 -0
- package/huaweicloud-sdk-cdn.d.ts +2 -0
- package/huaweicloud-sdk-cdn.js +18 -0
- package/package.json +19 -0
- package/v1/CdnClient.d.ts +1372 -0
- package/v1/CdnClient.js +3128 -0
- package/v1/CdnRegion.d.ts +7 -0
- package/v1/CdnRegion.js +29 -0
- package/v1/model/BatchDeleteTagsRequest.d.ts +6 -0
- package/v1/model/BatchDeleteTagsRequest.js +13 -0
- package/v1/model/BatchDeleteTagsResponse.d.ts +4 -0
- package/v1/model/BatchDeleteTagsResponse.js +27 -0
- package/v1/model/BlackWhiteListBody.d.ts +9 -0
- package/v1/model/BlackWhiteListBody.js +28 -0
- package/v1/model/CacheConfig.d.ts +17 -0
- package/v1/model/CacheConfig.js +45 -0
- package/v1/model/CacheConfigRequest.d.ts +17 -0
- package/v1/model/CacheConfigRequest.js +45 -0
- package/v1/model/CacheConfigRequestBody.d.ts +8 -0
- package/v1/model/CacheConfigRequestBody.js +24 -0
- package/v1/model/CacheUrlParameterFilter.d.ts +7 -0
- package/v1/model/CacheUrlParameterFilter.js +17 -0
- package/v1/model/CdnIps.d.ts +13 -0
- package/v1/model/CdnIps.js +29 -0
- package/v1/model/Compress.d.ts +7 -0
- package/v1/model/Compress.js +18 -0
- package/v1/model/CompressRequest.d.ts +7 -0
- package/v1/model/CompressRequest.js +23 -0
- package/v1/model/CompressResponse.d.ts +12 -0
- package/v1/model/CompressResponse.js +38 -0
- package/v1/model/CompressRules.d.ts +11 -0
- package/v1/model/CompressRules.js +37 -0
- package/v1/model/Configs.d.ts +69 -0
- package/v1/model/Configs.js +189 -0
- package/v1/model/ConfigsGetBody.d.ts +69 -0
- package/v1/model/ConfigsGetBody.js +189 -0
- package/v1/model/CreateDomainRequest.d.ts +6 -0
- package/v1/model/CreateDomainRequest.js +13 -0
- package/v1/model/CreateDomainRequestBody.d.ts +6 -0
- package/v1/model/CreateDomainRequestBody.js +14 -0
- package/v1/model/CreateDomainResponse.d.ts +7 -0
- package/v1/model/CreateDomainResponse.js +31 -0
- package/v1/model/CreateDomainResponseBodyContent.d.ts +67 -0
- package/v1/model/CreateDomainResponseBodyContent.js +211 -0
- package/v1/model/CreatePreheatingTasksRequest.d.ts +10 -0
- package/v1/model/CreatePreheatingTasksRequest.js +27 -0
- package/v1/model/CreatePreheatingTasksResponse.d.ts +8 -0
- package/v1/model/CreatePreheatingTasksResponse.js +41 -0
- package/v1/model/CreateRefreshTasksRequest.d.ts +10 -0
- package/v1/model/CreateRefreshTasksRequest.js +27 -0
- package/v1/model/CreateRefreshTasksResponse.d.ts +8 -0
- package/v1/model/CreateRefreshTasksResponse.js +41 -0
- package/v1/model/CreateTagsRequest.d.ts +6 -0
- package/v1/model/CreateTagsRequest.js +13 -0
- package/v1/model/CreateTagsRequestBody.d.ts +9 -0
- package/v1/model/CreateTagsRequestBody.js +29 -0
- package/v1/model/CreateTagsResponse.d.ts +4 -0
- package/v1/model/CreateTagsResponse.js +27 -0
- package/v1/model/DeleteDomainRequest.d.ts +11 -0
- package/v1/model/DeleteDomainRequest.js +38 -0
- package/v1/model/DeleteDomainResponse.d.ts +7 -0
- package/v1/model/DeleteDomainResponse.js +31 -0
- package/v1/model/DeleteTagsRequestBody.d.ts +9 -0
- package/v1/model/DeleteTagsRequestBody.js +29 -0
- package/v1/model/DisableDomainRequest.d.ts +11 -0
- package/v1/model/DisableDomainRequest.js +38 -0
- package/v1/model/DisableDomainResponse.d.ts +7 -0
- package/v1/model/DisableDomainResponse.js +31 -0
- package/v1/model/DomainBody.d.ts +41 -0
- package/v1/model/DomainBody.js +94 -0
- package/v1/model/DomainItemDetail.d.ts +21 -0
- package/v1/model/DomainItemDetail.js +55 -0
- package/v1/model/DomainItemLocationDetails.d.ts +18 -0
- package/v1/model/DomainItemLocationDetails.js +55 -0
- package/v1/model/DomainOriginHost.d.ts +15 -0
- package/v1/model/DomainOriginHost.js +52 -0
- package/v1/model/DomainRegion.d.ts +17 -0
- package/v1/model/DomainRegion.js +37 -0
- package/v1/model/Domains.d.ts +88 -0
- package/v1/model/Domains.js +263 -0
- package/v1/model/DomainsWithPort.d.ts +88 -0
- package/v1/model/DomainsWithPort.js +263 -0
- package/v1/model/EnableDomainRequest.d.ts +11 -0
- package/v1/model/EnableDomainRequest.js +38 -0
- package/v1/model/EnableDomainResponse.d.ts +7 -0
- package/v1/model/EnableDomainResponse.js +31 -0
- package/v1/model/ErrorCodeCache.d.ts +7 -0
- package/v1/model/ErrorCodeCache.js +17 -0
- package/v1/model/ErrorCodeRedirectRules.d.ts +15 -0
- package/v1/model/ErrorCodeRedirectRules.js +54 -0
- package/v1/model/Follow302StatusBody.d.ts +19 -0
- package/v1/model/Follow302StatusBody.js +46 -0
- package/v1/model/Follow302StatusRequest.d.ts +15 -0
- package/v1/model/Follow302StatusRequest.js +33 -0
- package/v1/model/ForceRedirect.d.ts +11 -0
- package/v1/model/ForceRedirect.js +38 -0
- package/v1/model/ForceRedirectConfig.d.ts +7 -0
- package/v1/model/ForceRedirectConfig.js +18 -0
- package/v1/model/HeaderBody.d.ts +6 -0
- package/v1/model/HeaderBody.js +13 -0
- package/v1/model/HeaderMap.d.ts +27 -0
- package/v1/model/HeaderMap.js +93 -0
- package/v1/model/HttpGetBody.d.ts +27 -0
- package/v1/model/HttpGetBody.js +93 -0
- package/v1/model/HttpInfoRequest.d.ts +6 -0
- package/v1/model/HttpInfoRequest.js +14 -0
- package/v1/model/HttpInfoRequestBody.d.ts +32 -0
- package/v1/model/HttpInfoRequestBody.js +103 -0
- package/v1/model/HttpInfoResponseBody.d.ts +36 -0
- package/v1/model/HttpInfoResponseBody.js +115 -0
- package/v1/model/HttpPutBody.d.ts +31 -0
- package/v1/model/HttpPutBody.js +107 -0
- package/v1/model/HttpResponseHeader.d.ts +9 -0
- package/v1/model/HttpResponseHeader.js +23 -0
- package/v1/model/HttpsDetail.d.ts +44 -0
- package/v1/model/HttpsDetail.js +143 -0
- package/v1/model/ListDomainsRequest.d.ts +63 -0
- package/v1/model/ListDomainsRequest.js +142 -0
- package/v1/model/ListDomainsResponse.d.ts +9 -0
- package/v1/model/ListDomainsResponse.js +35 -0
- package/v1/model/LogObject.d.ts +21 -0
- package/v1/model/LogObject.js +63 -0
- package/v1/model/ModelMap.d.ts +7 -0
- package/v1/model/ModelMap.js +18 -0
- package/v1/model/ModifyDomainConfigRequestBody.d.ts +6 -0
- package/v1/model/ModifyDomainConfigRequestBody.js +13 -0
- package/v1/model/OriginHostBody.d.ts +19 -0
- package/v1/model/OriginHostBody.js +47 -0
- package/v1/model/OriginHostRequest.d.ts +8 -0
- package/v1/model/OriginHostRequest.js +24 -0
- package/v1/model/OriginRangeBody.d.ts +19 -0
- package/v1/model/OriginRangeBody.js +46 -0
- package/v1/model/OriginRequest.d.ts +6 -0
- package/v1/model/OriginRequest.js +14 -0
- package/v1/model/OriginRequestHeader.d.ts +9 -0
- package/v1/model/OriginRequestHeader.js +23 -0
- package/v1/model/OriginRequestUrlRewrite.d.ts +17 -0
- package/v1/model/OriginRequestUrlRewrite.js +58 -0
- package/v1/model/PreheatingTaskRequest.d.ts +8 -0
- package/v1/model/PreheatingTaskRequest.js +24 -0
- package/v1/model/PreheatingTaskRequestBody.d.ts +5 -0
- package/v1/model/PreheatingTaskRequestBody.js +14 -0
- package/v1/model/Quotas.d.ts +15 -0
- package/v1/model/Quotas.js +45 -0
- package/v1/model/RangeStatusRequest.d.ts +15 -0
- package/v1/model/RangeStatusRequest.js +33 -0
- package/v1/model/Referer.d.ts +15 -0
- package/v1/model/Referer.js +52 -0
- package/v1/model/RefererBody.d.ts +6 -0
- package/v1/model/RefererBody.js +14 -0
- package/v1/model/RefererRsp.d.ts +15 -0
- package/v1/model/RefererRsp.js +51 -0
- package/v1/model/RefreshTaskRequest.d.ts +8 -0
- package/v1/model/RefreshTaskRequest.js +24 -0
- package/v1/model/RefreshTaskRequestBody.d.ts +15 -0
- package/v1/model/RefreshTaskRequestBody.js +27 -0
- package/v1/model/ResourceBody.d.ts +6 -0
- package/v1/model/ResourceBody.js +14 -0
- package/v1/model/Rules.d.ts +17 -0
- package/v1/model/Rules.js +53 -0
- package/v1/model/ShowBlackWhiteListRequest.d.ts +11 -0
- package/v1/model/ShowBlackWhiteListRequest.js +38 -0
- package/v1/model/ShowBlackWhiteListResponse.d.ts +10 -0
- package/v1/model/ShowBlackWhiteListResponse.js +45 -0
- package/v1/model/ShowCacheRulesRequest.d.ts +11 -0
- package/v1/model/ShowCacheRulesRequest.js +38 -0
- package/v1/model/ShowCacheRulesResponse.d.ts +9 -0
- package/v1/model/ShowCacheRulesResponse.js +41 -0
- package/v1/model/ShowCertificatesHttpsInfoRequest.d.ts +23 -0
- package/v1/model/ShowCertificatesHttpsInfoRequest.js +79 -0
- package/v1/model/ShowCertificatesHttpsInfoResponse.d.ts +9 -0
- package/v1/model/ShowCertificatesHttpsInfoResponse.js +35 -0
- package/v1/model/ShowDomainDetailRequest.d.ts +11 -0
- package/v1/model/ShowDomainDetailRequest.js +38 -0
- package/v1/model/ShowDomainDetailResponse.d.ts +7 -0
- package/v1/model/ShowDomainDetailResponse.js +31 -0
- package/v1/model/ShowDomainFullConfigRequest.d.ts +11 -0
- package/v1/model/ShowDomainFullConfigRequest.js +38 -0
- package/v1/model/ShowDomainFullConfigResponse.d.ts +7 -0
- package/v1/model/ShowDomainFullConfigResponse.js +31 -0
- package/v1/model/ShowDomainItemDetailsRequest.d.ts +27 -0
- package/v1/model/ShowDomainItemDetailsRequest.js +97 -0
- package/v1/model/ShowDomainItemDetailsResponse.d.ts +9 -0
- package/v1/model/ShowDomainItemDetailsResponse.js +41 -0
- package/v1/model/ShowDomainItemLocationDetailsRequest.d.ts +27 -0
- package/v1/model/ShowDomainItemLocationDetailsRequest.js +93 -0
- package/v1/model/ShowDomainItemLocationDetailsResponse.d.ts +9 -0
- package/v1/model/ShowDomainItemLocationDetailsResponse.js +41 -0
- package/v1/model/ShowDomainLocationStatsRequest.d.ts +37 -0
- package/v1/model/ShowDomainLocationStatsRequest.js +118 -0
- package/v1/model/ShowDomainLocationStatsResponse.d.ts +14 -0
- package/v1/model/ShowDomainLocationStatsResponse.js +45 -0
- package/v1/model/ShowDomainStatsRequest.d.ts +35 -0
- package/v1/model/ShowDomainStatsRequest.js +120 -0
- package/v1/model/ShowDomainStatsResponse.d.ts +10 -0
- package/v1/model/ShowDomainStatsResponse.js +31 -0
- package/v1/model/ShowHistoryTaskDetailsRequest.d.ts +27 -0
- package/v1/model/ShowHistoryTaskDetailsRequest.js +88 -0
- package/v1/model/ShowHistoryTaskDetailsResponse.d.ts +31 -0
- package/v1/model/ShowHistoryTaskDetailsResponse.js +97 -0
- package/v1/model/ShowHistoryTasksRequest.d.ts +53 -0
- package/v1/model/ShowHistoryTasksRequest.js +143 -0
- package/v1/model/ShowHistoryTasksResponse.d.ts +9 -0
- package/v1/model/ShowHistoryTasksResponse.js +35 -0
- package/v1/model/ShowHttpInfoRequest.d.ts +11 -0
- package/v1/model/ShowHttpInfoRequest.js +38 -0
- package/v1/model/ShowHttpInfoResponse.d.ts +7 -0
- package/v1/model/ShowHttpInfoResponse.js +31 -0
- package/v1/model/ShowIpInfoRequest.d.ts +9 -0
- package/v1/model/ShowIpInfoRequest.js +28 -0
- package/v1/model/ShowIpInfoResponse.d.ts +9 -0
- package/v1/model/ShowIpInfoResponse.js +41 -0
- package/v1/model/ShowLogsRequest.d.ts +23 -0
- package/v1/model/ShowLogsRequest.js +81 -0
- package/v1/model/ShowLogsResponse.d.ts +9 -0
- package/v1/model/ShowLogsResponse.js +35 -0
- package/v1/model/ShowOriginHostRequest.d.ts +11 -0
- package/v1/model/ShowOriginHostRequest.js +38 -0
- package/v1/model/ShowOriginHostResponse.d.ts +9 -0
- package/v1/model/ShowOriginHostResponse.js +41 -0
- package/v1/model/ShowQuotaRequest.d.ts +3 -0
- package/v1/model/ShowQuotaRequest.js +9 -0
- package/v1/model/ShowQuotaResponse.d.ts +7 -0
- package/v1/model/ShowQuotaResponse.js +31 -0
- package/v1/model/ShowReferRequest.d.ts +11 -0
- package/v1/model/ShowReferRequest.js +38 -0
- package/v1/model/ShowReferResponse.d.ts +7 -0
- package/v1/model/ShowReferResponse.js +31 -0
- package/v1/model/ShowResponseHeaderRequest.d.ts +11 -0
- package/v1/model/ShowResponseHeaderRequest.js +38 -0
- package/v1/model/ShowResponseHeaderResponse.d.ts +7 -0
- package/v1/model/ShowResponseHeaderResponse.js +31 -0
- package/v1/model/ShowTagsRequest.d.ts +7 -0
- package/v1/model/ShowTagsRequest.js +24 -0
- package/v1/model/ShowTagsResponse.d.ts +6 -0
- package/v1/model/ShowTagsResponse.js +31 -0
- package/v1/model/ShowTopUrlRequest.d.ts +43 -0
- package/v1/model/ShowTopUrlRequest.js +115 -0
- package/v1/model/ShowTopUrlResponse.d.ts +13 -0
- package/v1/model/ShowTopUrlResponse.js +55 -0
- package/v1/model/ShowUrlTaskInfoRequest.d.ts +27 -0
- package/v1/model/ShowUrlTaskInfoRequest.js +81 -0
- package/v1/model/ShowUrlTaskInfoResponse.d.ts +15 -0
- package/v1/model/ShowUrlTaskInfoResponse.js +53 -0
- package/v1/model/SourceWithPort.d.ts +40 -0
- package/v1/model/SourceWithPort.js +120 -0
- package/v1/model/Sources.d.ts +32 -0
- package/v1/model/Sources.js +92 -0
- package/v1/model/SourcesConfig.d.ts +29 -0
- package/v1/model/SourcesConfig.js +100 -0
- package/v1/model/TasksObject.d.ts +43 -0
- package/v1/model/TasksObject.js +93 -0
- package/v1/model/TopUrlSummary.d.ts +19 -0
- package/v1/model/TopUrlSummary.js +59 -0
- package/v1/model/UpdateBlackWhiteListRequest.d.ts +14 -0
- package/v1/model/UpdateBlackWhiteListRequest.js +42 -0
- package/v1/model/UpdateBlackWhiteListResponse.d.ts +10 -0
- package/v1/model/UpdateBlackWhiteListResponse.js +39 -0
- package/v1/model/UpdateCacheRulesRequest.d.ts +14 -0
- package/v1/model/UpdateCacheRulesRequest.js +42 -0
- package/v1/model/UpdateCacheRulesResponse.d.ts +9 -0
- package/v1/model/UpdateCacheRulesResponse.js +41 -0
- package/v1/model/UpdateDomainFullConfigRequest.d.ts +14 -0
- package/v1/model/UpdateDomainFullConfigRequest.js +42 -0
- package/v1/model/UpdateDomainFullConfigResponse.d.ts +4 -0
- package/v1/model/UpdateDomainFullConfigResponse.js +27 -0
- package/v1/model/UpdateDomainMultiCertificatesRequest.d.ts +10 -0
- package/v1/model/UpdateDomainMultiCertificatesRequest.js +27 -0
- package/v1/model/UpdateDomainMultiCertificatesRequestBody.d.ts +6 -0
- package/v1/model/UpdateDomainMultiCertificatesRequestBody.js +13 -0
- package/v1/model/UpdateDomainMultiCertificatesRequestBodyContent.d.ts +40 -0
- package/v1/model/UpdateDomainMultiCertificatesRequestBodyContent.js +131 -0
- package/v1/model/UpdateDomainMultiCertificatesResponse.d.ts +7 -0
- package/v1/model/UpdateDomainMultiCertificatesResponse.js +31 -0
- package/v1/model/UpdateDomainMultiCertificatesResponseBodyContent.d.ts +40 -0
- package/v1/model/UpdateDomainMultiCertificatesResponseBodyContent.js +130 -0
- package/v1/model/UpdateDomainOriginRequest.d.ts +14 -0
- package/v1/model/UpdateDomainOriginRequest.js +42 -0
- package/v1/model/UpdateDomainOriginResponse.d.ts +7 -0
- package/v1/model/UpdateDomainOriginResponse.js +31 -0
- package/v1/model/UpdateFollow302SwitchRequest.d.ts +14 -0
- package/v1/model/UpdateFollow302SwitchRequest.js +42 -0
- package/v1/model/UpdateFollow302SwitchResponse.d.ts +9 -0
- package/v1/model/UpdateFollow302SwitchResponse.js +41 -0
- package/v1/model/UpdateHttpsInfoRequest.d.ts +14 -0
- package/v1/model/UpdateHttpsInfoRequest.js +42 -0
- package/v1/model/UpdateHttpsInfoResponse.d.ts +7 -0
- package/v1/model/UpdateHttpsInfoResponse.js +31 -0
- package/v1/model/UpdateOriginHostRequest.d.ts +14 -0
- package/v1/model/UpdateOriginHostRequest.js +42 -0
- package/v1/model/UpdateOriginHostResponse.d.ts +9 -0
- package/v1/model/UpdateOriginHostResponse.js +41 -0
- package/v1/model/UpdatePrivateBucketAccessBody.d.ts +5 -0
- package/v1/model/UpdatePrivateBucketAccessBody.js +13 -0
- package/v1/model/UpdatePrivateBucketAccessRequest.d.ts +14 -0
- package/v1/model/UpdatePrivateBucketAccessRequest.js +42 -0
- package/v1/model/UpdatePrivateBucketAccessResponse.d.ts +6 -0
- package/v1/model/UpdatePrivateBucketAccessResponse.js +31 -0
- package/v1/model/UpdateRangeSwitchRequest.d.ts +14 -0
- package/v1/model/UpdateRangeSwitchRequest.js +42 -0
- package/v1/model/UpdateRangeSwitchResponse.d.ts +9 -0
- package/v1/model/UpdateRangeSwitchResponse.js +41 -0
- package/v1/model/UpdateReferRequest.d.ts +14 -0
- package/v1/model/UpdateReferRequest.js +42 -0
- package/v1/model/UpdateReferResponse.d.ts +7 -0
- package/v1/model/UpdateReferResponse.js +31 -0
- package/v1/model/UpdateResponseHeaderRequest.d.ts +14 -0
- package/v1/model/UpdateResponseHeaderRequest.js +42 -0
- package/v1/model/UpdateResponseHeaderResponse.d.ts +7 -0
- package/v1/model/UpdateResponseHeaderResponse.js +31 -0
- package/v1/model/UrlAuth.d.ts +17 -0
- package/v1/model/UrlAuth.js +50 -0
- package/v1/model/UrlAuthGetBody.d.ts +15 -0
- package/v1/model/UrlAuthGetBody.js +46 -0
- package/v1/model/UrlObject.d.ts +21 -0
- package/v1/model/UrlObject.js +63 -0
- package/v1/model/Urls.d.ts +27 -0
- package/v1/model/Urls.js +81 -0
- package/v1/model/UserAgentFilter.d.ts +7 -0
- package/v1/model/UserAgentFilter.js +18 -0
- package/v1/public-api.d.ts +158 -0
- package/v1/public-api.js +174 -0
- package/v2/CdnClient.d.ts +532 -0
- package/v2/CdnClient.js +1196 -0
- package/v2/CdnRegion.d.ts +7 -0
- package/v2/CdnRegion.js +29 -0
- package/v2/model/BatchCopyConfigs.d.ts +15 -0
- package/v2/model/BatchCopyConfigs.js +54 -0
- package/v2/model/BatchCopyDRequestBody.d.ts +6 -0
- package/v2/model/BatchCopyDRequestBody.js +14 -0
- package/v2/model/BatchCopyDomainRequest.d.ts +6 -0
- package/v2/model/BatchCopyDomainRequest.js +13 -0
- package/v2/model/BatchCopyDomainResponse.d.ts +7 -0
- package/v2/model/BatchCopyDomainResponse.js +31 -0
- package/v2/model/BatchCopyErrorRsp.d.ts +6 -0
- package/v2/model/BatchCopyErrorRsp.js +13 -0
- package/v2/model/BatchCopyErrorRspError.d.ts +11 -0
- package/v2/model/BatchCopyErrorRspError.js +37 -0
- package/v2/model/BatchCopyResultVo.d.ts +19 -0
- package/v2/model/BatchCopyResultVo.js +42 -0
- package/v2/model/DownloadRegionCarrierExcelRequest.d.ts +35 -0
- package/v2/model/DownloadRegionCarrierExcelRequest.js +113 -0
- package/v2/model/DownloadRegionCarrierExcelResponse.d.ts +4 -0
- package/v2/model/DownloadRegionCarrierExcelResponse.js +27 -0
- package/v2/model/DownloadStatisticsExcelRequest.d.ts +33 -0
- package/v2/model/DownloadStatisticsExcelRequest.js +115 -0
- package/v2/model/DownloadStatisticsExcelResponse.d.ts +4 -0
- package/v2/model/DownloadStatisticsExcelResponse.js +27 -0
- package/v2/model/ErrMsg.d.ts +11 -0
- package/v2/model/ErrMsg.js +39 -0
- package/v2/model/ErrRsp.d.ts +6 -0
- package/v2/model/ErrRsp.js +14 -0
- package/v2/model/SetChargeModesBody.d.ts +15 -0
- package/v2/model/SetChargeModesBody.js +54 -0
- package/v2/model/SetChargeModesRequest.d.ts +6 -0
- package/v2/model/SetChargeModesRequest.js +13 -0
- package/v2/model/SetChargeModesResponse.d.ts +26 -0
- package/v2/model/SetChargeModesResponse.js +101 -0
- package/v2/model/ShowBandwidthCalcRequest.d.ts +27 -0
- package/v2/model/ShowBandwidthCalcRequest.js +97 -0
- package/v2/model/ShowBandwidthCalcResponse.d.ts +14 -0
- package/v2/model/ShowBandwidthCalcResponse.js +41 -0
- package/v2/model/ShowChargeModesRequest.d.ts +13 -0
- package/v2/model/ShowChargeModesRequest.js +42 -0
- package/v2/model/ShowChargeModesResponse.d.ts +10 -0
- package/v2/model/ShowChargeModesResponse.js +31 -0
- package/v2/model/ShowDomainLocationStatsRequest.d.ts +37 -0
- package/v2/model/ShowDomainLocationStatsRequest.js +118 -0
- package/v2/model/ShowDomainLocationStatsResponse.d.ts +14 -0
- package/v2/model/ShowDomainLocationStatsResponse.js +45 -0
- package/v2/model/ShowDomainStatsRequest.d.ts +35 -0
- package/v2/model/ShowDomainStatsRequest.js +120 -0
- package/v2/model/ShowDomainStatsResponse.d.ts +10 -0
- package/v2/model/ShowDomainStatsResponse.js +31 -0
- package/v2/model/ShowTopDomainNamesRequest.d.ts +25 -0
- package/v2/model/ShowTopDomainNamesRequest.js +86 -0
- package/v2/model/ShowTopDomainNamesResponse.d.ts +14 -0
- package/v2/model/ShowTopDomainNamesResponse.js +41 -0
- package/v2/model/ShowTopUrlRequest.d.ts +27 -0
- package/v2/model/ShowTopUrlRequest.js +97 -0
- package/v2/model/ShowTopUrlResponse.d.ts +13 -0
- package/v2/model/ShowTopUrlResponse.js +55 -0
- package/v2/model/TopUrlSummary.d.ts +19 -0
- package/v2/model/TopUrlSummary.js +59 -0
- package/v2/public-api.d.ts +31 -0
- package/v2/public-api.js +47 -0
@@ -0,0 +1,1372 @@
|
|
1
|
+
import { HcClient } from "@huaweicloud/huaweicloud-sdk-core/HcClient";
|
2
|
+
import { ClientBuilder } from "@huaweicloud/huaweicloud-sdk-core/ClientBuilder";
|
3
|
+
import { BatchDeleteTagsRequest } from './model/BatchDeleteTagsRequest';
|
4
|
+
import { CreateDomainRequest } from './model/CreateDomainRequest';
|
5
|
+
import { CreateDomainResponse } from './model/CreateDomainResponse';
|
6
|
+
import { CreatePreheatingTasksRequest } from './model/CreatePreheatingTasksRequest';
|
7
|
+
import { CreatePreheatingTasksResponse } from './model/CreatePreheatingTasksResponse';
|
8
|
+
import { CreateRefreshTasksRequest } from './model/CreateRefreshTasksRequest';
|
9
|
+
import { CreateRefreshTasksResponse } from './model/CreateRefreshTasksResponse';
|
10
|
+
import { CreateTagsRequest } from './model/CreateTagsRequest';
|
11
|
+
import { DeleteDomainRequest } from './model/DeleteDomainRequest';
|
12
|
+
import { DeleteDomainResponse } from './model/DeleteDomainResponse';
|
13
|
+
import { DisableDomainRequest } from './model/DisableDomainRequest';
|
14
|
+
import { DisableDomainResponse } from './model/DisableDomainResponse';
|
15
|
+
import { EnableDomainRequest } from './model/EnableDomainRequest';
|
16
|
+
import { EnableDomainResponse } from './model/EnableDomainResponse';
|
17
|
+
import { ListDomainsRequest } from './model/ListDomainsRequest';
|
18
|
+
import { ListDomainsResponse } from './model/ListDomainsResponse';
|
19
|
+
import { ShowBlackWhiteListRequest } from './model/ShowBlackWhiteListRequest';
|
20
|
+
import { ShowBlackWhiteListResponse } from './model/ShowBlackWhiteListResponse';
|
21
|
+
import { ShowCacheRulesRequest } from './model/ShowCacheRulesRequest';
|
22
|
+
import { ShowCacheRulesResponse } from './model/ShowCacheRulesResponse';
|
23
|
+
import { ShowCertificatesHttpsInfoRequest } from './model/ShowCertificatesHttpsInfoRequest';
|
24
|
+
import { ShowCertificatesHttpsInfoResponse } from './model/ShowCertificatesHttpsInfoResponse';
|
25
|
+
import { ShowDomainDetailRequest } from './model/ShowDomainDetailRequest';
|
26
|
+
import { ShowDomainDetailResponse } from './model/ShowDomainDetailResponse';
|
27
|
+
import { ShowDomainFullConfigRequest } from './model/ShowDomainFullConfigRequest';
|
28
|
+
import { ShowDomainFullConfigResponse } from './model/ShowDomainFullConfigResponse';
|
29
|
+
import { ShowDomainItemDetailsRequest } from './model/ShowDomainItemDetailsRequest';
|
30
|
+
import { ShowDomainItemDetailsResponse } from './model/ShowDomainItemDetailsResponse';
|
31
|
+
import { ShowDomainItemLocationDetailsRequest } from './model/ShowDomainItemLocationDetailsRequest';
|
32
|
+
import { ShowDomainItemLocationDetailsResponse } from './model/ShowDomainItemLocationDetailsResponse';
|
33
|
+
import { ShowDomainLocationStatsRequest } from './model/ShowDomainLocationStatsRequest';
|
34
|
+
import { ShowDomainLocationStatsResponse } from './model/ShowDomainLocationStatsResponse';
|
35
|
+
import { ShowDomainStatsRequest } from './model/ShowDomainStatsRequest';
|
36
|
+
import { ShowDomainStatsResponse } from './model/ShowDomainStatsResponse';
|
37
|
+
import { ShowHistoryTaskDetailsRequest } from './model/ShowHistoryTaskDetailsRequest';
|
38
|
+
import { ShowHistoryTaskDetailsResponse } from './model/ShowHistoryTaskDetailsResponse';
|
39
|
+
import { ShowHistoryTasksRequest } from './model/ShowHistoryTasksRequest';
|
40
|
+
import { ShowHistoryTasksResponse } from './model/ShowHistoryTasksResponse';
|
41
|
+
import { ShowHttpInfoRequest } from './model/ShowHttpInfoRequest';
|
42
|
+
import { ShowHttpInfoResponse } from './model/ShowHttpInfoResponse';
|
43
|
+
import { ShowIpInfoRequest } from './model/ShowIpInfoRequest';
|
44
|
+
import { ShowIpInfoResponse } from './model/ShowIpInfoResponse';
|
45
|
+
import { ShowLogsRequest } from './model/ShowLogsRequest';
|
46
|
+
import { ShowLogsResponse } from './model/ShowLogsResponse';
|
47
|
+
import { ShowOriginHostRequest } from './model/ShowOriginHostRequest';
|
48
|
+
import { ShowOriginHostResponse } from './model/ShowOriginHostResponse';
|
49
|
+
import { ShowQuotaResponse } from './model/ShowQuotaResponse';
|
50
|
+
import { ShowReferRequest } from './model/ShowReferRequest';
|
51
|
+
import { ShowReferResponse } from './model/ShowReferResponse';
|
52
|
+
import { ShowResponseHeaderRequest } from './model/ShowResponseHeaderRequest';
|
53
|
+
import { ShowResponseHeaderResponse } from './model/ShowResponseHeaderResponse';
|
54
|
+
import { ShowTagsRequest } from './model/ShowTagsRequest';
|
55
|
+
import { ShowTagsResponse } from './model/ShowTagsResponse';
|
56
|
+
import { ShowTopUrlRequest } from './model/ShowTopUrlRequest';
|
57
|
+
import { ShowTopUrlResponse } from './model/ShowTopUrlResponse';
|
58
|
+
import { ShowUrlTaskInfoRequest } from './model/ShowUrlTaskInfoRequest';
|
59
|
+
import { ShowUrlTaskInfoResponse } from './model/ShowUrlTaskInfoResponse';
|
60
|
+
import { UpdateBlackWhiteListRequest } from './model/UpdateBlackWhiteListRequest';
|
61
|
+
import { UpdateBlackWhiteListResponse } from './model/UpdateBlackWhiteListResponse';
|
62
|
+
import { UpdateCacheRulesRequest } from './model/UpdateCacheRulesRequest';
|
63
|
+
import { UpdateCacheRulesResponse } from './model/UpdateCacheRulesResponse';
|
64
|
+
import { UpdateDomainFullConfigRequest } from './model/UpdateDomainFullConfigRequest';
|
65
|
+
import { UpdateDomainMultiCertificatesRequest } from './model/UpdateDomainMultiCertificatesRequest';
|
66
|
+
import { UpdateDomainMultiCertificatesResponse } from './model/UpdateDomainMultiCertificatesResponse';
|
67
|
+
import { UpdateDomainOriginRequest } from './model/UpdateDomainOriginRequest';
|
68
|
+
import { UpdateDomainOriginResponse } from './model/UpdateDomainOriginResponse';
|
69
|
+
import { UpdateFollow302SwitchRequest } from './model/UpdateFollow302SwitchRequest';
|
70
|
+
import { UpdateFollow302SwitchResponse } from './model/UpdateFollow302SwitchResponse';
|
71
|
+
import { UpdateHttpsInfoRequest } from './model/UpdateHttpsInfoRequest';
|
72
|
+
import { UpdateHttpsInfoResponse } from './model/UpdateHttpsInfoResponse';
|
73
|
+
import { UpdateOriginHostRequest } from './model/UpdateOriginHostRequest';
|
74
|
+
import { UpdateOriginHostResponse } from './model/UpdateOriginHostResponse';
|
75
|
+
import { UpdatePrivateBucketAccessRequest } from './model/UpdatePrivateBucketAccessRequest';
|
76
|
+
import { UpdatePrivateBucketAccessResponse } from './model/UpdatePrivateBucketAccessResponse';
|
77
|
+
import { UpdateRangeSwitchRequest } from './model/UpdateRangeSwitchRequest';
|
78
|
+
import { UpdateRangeSwitchResponse } from './model/UpdateRangeSwitchResponse';
|
79
|
+
import { UpdateReferRequest } from './model/UpdateReferRequest';
|
80
|
+
import { UpdateReferResponse } from './model/UpdateReferResponse';
|
81
|
+
import { UpdateResponseHeaderRequest } from './model/UpdateResponseHeaderRequest';
|
82
|
+
import { UpdateResponseHeaderResponse } from './model/UpdateResponseHeaderResponse';
|
83
|
+
export declare class CdnClient {
|
84
|
+
static newBuilder(): ClientBuilder<CdnClient>;
|
85
|
+
private hcClient;
|
86
|
+
constructor(client: HcClient);
|
87
|
+
getPath(): any;
|
88
|
+
/**
|
89
|
+
* 用于删除资源标签
|
90
|
+
*
|
91
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
92
|
+
*
|
93
|
+
* @summary 删除资源标签配置接口
|
94
|
+
* @param {DeleteTagsRequestBody} batchDeleteTagsRequestBody DeleteTags对象。
|
95
|
+
* @param {*} [options] Override http request option.
|
96
|
+
* @throws {RequiredError}
|
97
|
+
*/
|
98
|
+
batchDeleteTags(batchDeleteTagsRequest?: BatchDeleteTagsRequest): Promise<void>;
|
99
|
+
/**
|
100
|
+
* 创建加速域名。
|
101
|
+
*
|
102
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
103
|
+
*
|
104
|
+
* @summary 创建加速域名
|
105
|
+
* @param {CreateDomainRequestBody} domain This is a auto create Body Object
|
106
|
+
* @param {*} [options] Override http request option.
|
107
|
+
* @throws {RequiredError}
|
108
|
+
*/
|
109
|
+
createDomain(createDomainRequest?: CreateDomainRequest): Promise<CreateDomainResponse>;
|
110
|
+
/**
|
111
|
+
* 创建预热任务。
|
112
|
+
*
|
113
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
114
|
+
*
|
115
|
+
* @summary 创建预热缓存任务
|
116
|
+
* @param {PreheatingTaskRequest} preheatingTask urls: 多个URL之间需要用逗号分隔,目前不支持对目录的预热,单个url的长度限制为4096字符。每个账户每天最多预热1000个URL,单次提交数量不超过1000条。
|
117
|
+
* @param {string} [enterpriseProjectId] 当用户开启企业项目功能时,该参数生效,表示在当前企业项目下添加缓存预热任务,\"all\"代表所有项目。注意:当使用子帐号调用接口时,该参数必传。 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目id。
|
118
|
+
* @param {*} [options] Override http request option.
|
119
|
+
* @throws {RequiredError}
|
120
|
+
*/
|
121
|
+
createPreheatingTasks(createPreheatingTasksRequest?: CreatePreheatingTasksRequest): Promise<CreatePreheatingTasksResponse>;
|
122
|
+
/**
|
123
|
+
* 创建刷新缓存任务。
|
124
|
+
*
|
125
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
126
|
+
*
|
127
|
+
* @summary 创建刷新缓存任务
|
128
|
+
* @param {RefreshTaskRequest} refreshTask type: 刷新类型,其值可为file 或directory,默认为file; urls: 多个URL之间需用逗号分隔,单个url长度限制为4096字符。每个账户每天最多刷新2000个文件和100个目录,单次提交数量不超过1000条。
|
129
|
+
* @param {string} [enterpriseProjectId] 当用户开启企业项目功能时,该参数生效,表示在当前企业项目下添加缓存刷新任务,\"all\"代表所有项目。注意:当使用子帐号调用接口时,该参数必传。 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目id。
|
130
|
+
* @param {*} [options] Override http request option.
|
131
|
+
* @throws {RequiredError}
|
132
|
+
*/
|
133
|
+
createRefreshTasks(createRefreshTasksRequest?: CreateRefreshTasksRequest): Promise<CreateRefreshTasksResponse>;
|
134
|
+
/**
|
135
|
+
* 用于创建资源标签
|
136
|
+
*
|
137
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
138
|
+
*
|
139
|
+
* @summary 创建资源标签配置接口
|
140
|
+
* @param {CreateTagsRequestBody} createTagsRequestBody CreateTags对象。
|
141
|
+
* @param {*} [options] Override http request option.
|
142
|
+
* @throws {RequiredError}
|
143
|
+
*/
|
144
|
+
createTags(createTagsRequest?: CreateTagsRequest): Promise<void>;
|
145
|
+
/**
|
146
|
+
* 删除加速域名。
|
147
|
+
*
|
148
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
149
|
+
*
|
150
|
+
* @summary 删除加速域名
|
151
|
+
* @param {string} domainId 加速域名ID。获取方法请参见查询加速域名。
|
152
|
+
* @param {string} [enterpriseProjectId] 当用户开启企业项目功能时,该参数生效,表示修改当前企业项目下加速域名的配置,\"all\"代表所有项目。注意:当使用子帐号调用接口时,该参数必传。 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目id。
|
153
|
+
* @param {*} [options] Override http request option.
|
154
|
+
* @throws {RequiredError}
|
155
|
+
*/
|
156
|
+
deleteDomain(deleteDomainRequest?: DeleteDomainRequest): Promise<DeleteDomainResponse>;
|
157
|
+
/**
|
158
|
+
* 停用加速域名。
|
159
|
+
*
|
160
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
161
|
+
*
|
162
|
+
* @summary 停用加速域名
|
163
|
+
* @param {string} domainId 加速域名ID。获取方法请参见查询加速域名。
|
164
|
+
* @param {string} [enterpriseProjectId] 当用户开启企业项目功能时,该参数生效,表示修改当前企业项目下加速域名的配置,\"all\"代表所有项目。注意:当使用子帐号调用接口时,该参数必传。 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目id。
|
165
|
+
* @param {*} [options] Override http request option.
|
166
|
+
* @throws {RequiredError}
|
167
|
+
*/
|
168
|
+
disableDomain(disableDomainRequest?: DisableDomainRequest): Promise<DisableDomainResponse>;
|
169
|
+
/**
|
170
|
+
* 启用加速域名。
|
171
|
+
*
|
172
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
173
|
+
*
|
174
|
+
* @summary 启用加速域名
|
175
|
+
* @param {string} domainId 加速域名ID。获取方法请参见查询加速域名。
|
176
|
+
* @param {string} [enterpriseProjectId] 当用户开启企业项目功能时,该参数生效,表示查询资源所属项目,\"all\"表示所有项目。注意:当使用子帐号调用接口时,该参数必传。 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目id。
|
177
|
+
* @param {*} [options] Override http request option.
|
178
|
+
* @throws {RequiredError}
|
179
|
+
*/
|
180
|
+
enableDomain(enableDomainRequest?: EnableDomainRequest): Promise<EnableDomainResponse>;
|
181
|
+
/**
|
182
|
+
* 查询加速域名信息
|
183
|
+
*
|
184
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
185
|
+
*
|
186
|
+
* @summary 查询加速域名
|
187
|
+
* @param {string} [domainName] 加速域名,采用模糊匹配的方式。(长度限制为1-255字符)。
|
188
|
+
* @param {'web' | 'download' | 'video' | 'wholeSite'} [businessType] 加速域名的业务类型。取值: - web(网站加速) - download(文件下载加速) - video(点播加速) - wholeSite(全站加速)
|
189
|
+
* @param {'online' | 'offline' | 'configuring' | 'configure_failed' | 'checking' | 'check_failed' | 'deleting'} [domainStatus] 加速域名状态。取值意义: - online表示“已开启” - offline表示“已停用” - configuring表示“配置中” - configure_failed表示“配置失败” - checking表示“审核中” - check_failed表示“审核未通过” - deleting表示“删除中”。
|
190
|
+
* @param {'mainland_china' | 'outside_mainland_china' | 'global'} [serviceArea] 华为云CDN提供的加速服务范围,包含: - mainland_china 中国大陆 - outside_mainland_china 中国大陆境外 - global 全球。
|
191
|
+
* @param {number} [pageSize] 每页的数量,取值范围1-10000,不设值时默认值为30。
|
192
|
+
* @param {number} [pageNumber] 查询的页码。取值范围1-65535,不设值时默认值为1。
|
193
|
+
* @param {string} [enterpriseProjectId] 当用户开启企业项目功能时,该参数生效,表示查询资源所属项目,\"all\"表示所有项目。注意:当使用子帐号调用接口时,该参数必传。 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目id。
|
194
|
+
* @param {*} [options] Override http request option.
|
195
|
+
* @throws {RequiredError}
|
196
|
+
*/
|
197
|
+
listDomains(listDomainsRequest?: ListDomainsRequest): Promise<ListDomainsResponse>;
|
198
|
+
/**
|
199
|
+
* 查询域名已经设置的IP黑白名单。
|
200
|
+
*
|
201
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
202
|
+
*
|
203
|
+
* @summary 查询IP黑白名单
|
204
|
+
* @param {string} domainId 需要查询IP黑白名单的域名id。获取方法请参见查询加速域名。
|
205
|
+
* @param {string} [enterpriseProjectId] 当用户开启企业项目功能时,该参数生效,表示查询资源所属项目,\"all\"表示所有项目。注意:当使用子帐号调用接口时,该参数必传。 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目id。
|
206
|
+
* @param {*} [options] Override http request option.
|
207
|
+
* @throws {RequiredError}
|
208
|
+
*/
|
209
|
+
showBlackWhiteList(showBlackWhiteListRequest?: ShowBlackWhiteListRequest): Promise<ShowBlackWhiteListResponse>;
|
210
|
+
/**
|
211
|
+
* 查询缓存规则。
|
212
|
+
*
|
213
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
214
|
+
*
|
215
|
+
* @summary 查询缓存规则
|
216
|
+
* @param {string} domainId 加速域名ID。获取方法请参见查询加速域名。
|
217
|
+
* @param {string} [enterpriseProjectId] 当用户开启企业项目功能时,该参数生效,表示查询资源所属项目,\"all\"表示所有项目。注意:当使用子帐号调用接口时,该参数必传。 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目id。
|
218
|
+
* @param {*} [options] Override http request option.
|
219
|
+
* @throws {RequiredError}
|
220
|
+
*/
|
221
|
+
showCacheRules(showCacheRulesRequest?: ShowCacheRulesRequest): Promise<ShowCacheRulesResponse>;
|
222
|
+
/**
|
223
|
+
* 查询所有绑定HTTPS证书的域名信息
|
224
|
+
*
|
225
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
226
|
+
*
|
227
|
+
* @summary 查询所有绑定HTTPS证书的域名信息
|
228
|
+
* @param {number} [pageSize] 每页的数量,取值范围1-10000,不设值时默认值为30。
|
229
|
+
* @param {number} [pageNumber] 查询的页码。取值范围1-65535,不设值时默认值为1。
|
230
|
+
* @param {string} [domainName] 加速域名。
|
231
|
+
* @param {string} [userDomainId] 域名所属用户的domain_id。
|
232
|
+
* @param {string} [enterpriseProjectId] 当用户开启企业项目功能时,该参数生效,表示查询资源所属项目,\"all\"表示所有项目。注意:当使用子帐号调用接口时,该参数必传。 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目id。
|
233
|
+
* @param {*} [options] Override http request option.
|
234
|
+
* @throws {RequiredError}
|
235
|
+
*/
|
236
|
+
showCertificatesHttpsInfo(showCertificatesHttpsInfoRequest?: ShowCertificatesHttpsInfoRequest): Promise<ShowCertificatesHttpsInfoResponse>;
|
237
|
+
/**
|
238
|
+
* 查询加速域名详情。
|
239
|
+
*
|
240
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
241
|
+
*
|
242
|
+
* @summary 查询加速域名详情
|
243
|
+
* @param {string} domainId 加速域名ID。获取方法请参见查询加速域名。
|
244
|
+
* @param {string} [enterpriseProjectId] 当用户开启企业项目功能时,该参数生效,表示查询资源所属项目,\"all\"表示所有项目。注意:当使用子帐号调用接口时,该参数必传。 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目id。
|
245
|
+
* @param {*} [options] Override http request option.
|
246
|
+
* @throws {RequiredError}
|
247
|
+
*/
|
248
|
+
showDomainDetail(showDomainDetailRequest?: ShowDomainDetailRequest): Promise<ShowDomainDetailResponse>;
|
249
|
+
/**
|
250
|
+
* 查询域名配置接口,支持查询回源请求头、HTTP header配置、URL鉴权、证书、源站、回源协议、强制重定向、智能压缩、缓存URL参数、IPv6开关、状态码缓存时间、Range回源、User-Agent黑白名单、改写回源URL、自定义错误页面
|
251
|
+
*
|
252
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
253
|
+
*
|
254
|
+
* @summary 查询域名配置接口
|
255
|
+
* @param {string} domainName 加速域名
|
256
|
+
* @param {string} [enterpriseProjectId] 当用户开启企业项目功能时,该参数生效,表示查询资源所属项目,\"all\"表示所有项目。注意:当使用子帐号调用接口时,该参数必传。 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目id。
|
257
|
+
* @param {*} [options] Override http request option.
|
258
|
+
* @throws {RequiredError}
|
259
|
+
*/
|
260
|
+
showDomainFullConfig(showDomainFullConfigRequest?: ShowDomainFullConfigRequest): Promise<ShowDomainFullConfigResponse>;
|
261
|
+
/**
|
262
|
+
* - 支持查询90天内的数据。
|
263
|
+
* - 查询跨度不能超过7天。
|
264
|
+
* - 最多同时指定100个域名。
|
265
|
+
* - 起始时间和结束时间,左闭右开,需要同时指定。
|
266
|
+
* - 开始时间、结束时间必须传毫秒级时间戳,且必须为5分钟整时刻点,如:0分、5分、10分、15分等,如果传的不是5分钟时刻点,返回数据可能与预期不一致。
|
267
|
+
* - 统一用开始时间表示一个时间段,如:2019-01-24 20:15:00 表示取 [20:15:00, 20:20:00)的统计数据,且左闭右开。
|
268
|
+
* - 流量类指标单位统一为Byte(字节)、带宽类指标单位统一为bit/s(比特/秒)、请求数类指标单位统一为次数。用于查询指定域名、指定统计指标的明细数据。
|
269
|
+
* - 如果传的是多个域名,则每个域名的数据分开返回。
|
270
|
+
* - 支持同时查询多个指标,不超过10个。
|
271
|
+
*
|
272
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
273
|
+
*
|
274
|
+
* @summary 批量查询域名的统计明细-按域名单独返回
|
275
|
+
* @param {number} startTime 查询起始时间戳,必须设为5分钟整时刻点
|
276
|
+
* @param {number} endTime 查询结束时间戳,必须设为5分钟整时刻点
|
277
|
+
* @param {string} domainName 域名列表,多个域名以逗号(半角)分隔,如:www.test1.com,www.test2.com,all表示查询名下全部域名
|
278
|
+
* @param {string} statType 网络资源消耗: - bw(带宽) - flux(流量) - bs_bw(回源带宽) - bs_flux(回源流量) 访问情况: - req_num(请求总数) - hit_num(请求命中次数) - bs_num(回源总数) - bs_fail_num(回源失败数) - hit_flux(命中流量) HTTP状态码(组合指标): - http_code_2xx(状态码汇总2xx) - http_code_3xx(状态码汇总3xx) - http_code_4xx(状态码汇总4xx) - http_code_5xx(状态码汇总5xx) - bs_http_code_2xx(回源状态码汇总2xx) - bs_http_code_3xx(回源状态码汇总3xx) - bs_http_code_4xx(回源状态码汇总4xx) - bs_http_code_5xx(回源状态码汇总5xx) - status_code_2xx(状态码详情2xx) - status_code_3xx(状态码详情3xx) - status_code_4xx(状态码详情4xx) - status_code_5xx(状态码详情5xx) - bs_status_code_2xx(回源状态码详情2xx) - bs_status_code_3xx(回源状态码详情3xx) - bs_status_code_4xx(回源状态码详情4xx) - bs_status_code_5xx(回源状态码详情5xx) - status_code和bs_status_code不能一起查询,否则数据会不准确,status_code不支持指定服务区域
|
279
|
+
* @param {string} [enterpriseProjectId] 当用户开启企业项目功能时,该参数生效,表示查询资源所属项目,不传表示查询默认项目。注意:当使用子帐号调用接口时,该参数必传。 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目id。
|
280
|
+
* @param {string} [serviceArea] mainland_china(中国大陆),outside_mainland_china(中国大陆境外),默认为mainland_china。
|
281
|
+
* @param {*} [options] Override http request option.
|
282
|
+
* @throws {RequiredError}
|
283
|
+
*/
|
284
|
+
showDomainItemDetails(showDomainItemDetailsRequest?: ShowDomainItemDetailsRequest): Promise<ShowDomainItemDetailsResponse>;
|
285
|
+
/**
|
286
|
+
* - 支持查询90天内的数据。
|
287
|
+
* - 查询跨度是7天。
|
288
|
+
* - 最多同时指定100个域名。
|
289
|
+
* - 起始时间和结束时间,左闭右开,需要同时指定。
|
290
|
+
* - 开始时间、结束时间必须传毫秒级时间戳,且必须为5分钟整时刻点,如:0分、5分、10分、15分等,如果传的不是5分钟时刻点,返回数据可能与预期不一致。
|
291
|
+
* - 统一用开始时间表示一个时间段,如:2019-01-24 20:15:00 表示取 [20:15:00, 20:20:00)的统计数据,且左闭右开。
|
292
|
+
* - 流量类指标单位统一为Byte(字节)、带宽类指标单位统一为bit/s(比特/秒)、请求数类指标单位统一为次数。
|
293
|
+
* - 用于查询指定域名、指定统计指标的明细数据。
|
294
|
+
* - 如果传的是多个域名,则每个域名的数据分开返回。
|
295
|
+
* - 支持按区域、运营商维度查询统计数据, 回源指标除外。
|
296
|
+
* - 支持同时查询多个指标,不超过10个。
|
297
|
+
* - 域名为海外加速场景不适用。
|
298
|
+
*
|
299
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
300
|
+
*
|
301
|
+
* @summary 批量查询域名的区域、运营商统计明细-按域名单独返回
|
302
|
+
* @param {number} startTime 查询开始时间戳,必须设为5分钟整时刻点
|
303
|
+
* @param {number} endTime 查询结束时间戳,必须设为5分钟整时刻点
|
304
|
+
* @param {string} domainName 域名列表,多个域名以逗号(半角)分隔,如:www.test1.com,www.test2.com,all表示查询名下全部域名
|
305
|
+
* @param {string} statType 指标类型列表 网络资源消耗:bw(带宽),flux(流量),ipv6_bw(ipv6带宽),ipv6_flux(ipv6流量), https_bw(https带宽),https_flux(https流量) 访问情况:req_num(请求总数),hit_num(请求命中次数),req_time(请求时长) HTTP状态码(组合指标):status_code_2xx(状态码2xx),status_code_3xx(状态码3xx),status_code_4xx(状态码4xx),status_code_5xx(状态码5xx)
|
306
|
+
* @param {string} region 区域列表,以逗号分隔,all表示查询全部区域
|
307
|
+
* @param {string} isp 运营商列表,以逗号分隔,all表示查询全部运营商
|
308
|
+
* @param {string} [enterpriseProjectId] 当用户开启企业项目功能时,该参数生效,表示查询资源所属项目,不传表示查询默认项目。注意:当使用子帐号调用接口时,该参数必传。 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目id。
|
309
|
+
* @param {*} [options] Override http request option.
|
310
|
+
* @throws {RequiredError}
|
311
|
+
*/
|
312
|
+
showDomainItemLocationDetails(showDomainItemLocationDetailsRequest?: ShowDomainItemLocationDetailsRequest): Promise<ShowDomainItemLocationDetailsResponse>;
|
313
|
+
/**
|
314
|
+
* - 支持查询90天内的数据。
|
315
|
+
*
|
316
|
+
* - 支持多指标同时查询,不超过5个。
|
317
|
+
*
|
318
|
+
* - 最多同时指定20个域名。
|
319
|
+
*
|
320
|
+
* - 起始时间和结束时间需要同时指定,左闭右开,毫秒级时间戳,且时间点必须为与查询时间间隔参数匹配的整时刻点。比如查询时间间隔为5分钟时,起始时间和结束时间必须为5分钟整时刻点,如:0分、5分、10分、15分等,如果时间点与时间间隔不匹配,返回数据可能与预期不一致。统一用开始时间表示一个时间段,如:2019-01-24 20:15:00 表示取 [20:15:00, 20:20:00)的统计数据,且左闭右开。
|
321
|
+
*
|
322
|
+
* - action取值:location_detail,location_summary
|
323
|
+
*
|
324
|
+
* - 流量类指标单位统一为Byte(字节)、带宽类指标单位统一为bit/s(比特/秒)、请求数类和状态码类指标单位统一为次数。用于查询指定域名、指定统计指标的区域运营商明细数据。
|
325
|
+
*
|
326
|
+
* - 单租户调用频率:15次/s。
|
327
|
+
*
|
328
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
329
|
+
*
|
330
|
+
* @summary 查询域名统计数据-区域运营商
|
331
|
+
* @param {string} action - 动作名称,可选location_summary、location_detail。 - location_summary:查询汇总数据 - location_detail:查询数据详情。
|
332
|
+
* @param {number} startTime - 查询起始时间戳,时间戳应设置需为整5分钟,设置方式如下: - interval为300时,start_time设置为整5分钟时刻点,如:1631240100000(对应2021-09-10 10:15:00) - interval为3600时,start_time设置为整小时时刻点,如:1631239200000(对应2021-09-10 10:00:00) - interval为86400时,start_time设置为东8区零点时刻点,如:1631203200000(对应2021-09-10 00:00:00)
|
333
|
+
* @param {number} endTime - 查询结束时间戳,时间戳应设置需为整5分钟,设置方式如下: - interval为300时,end_time设置为整5分钟时刻点,如:1631243700000(对应2021-09-10 11:15:00) - interval为3600时,end_time设置为整小时时刻点,如:1631325600000(对应2021-09-11 10:00:00) - interval为86400时,end_time设置为东8区零点时刻点,如:1631376000000(对应2021-09-12 00:00:00)
|
334
|
+
* @param {string} domainName 域名列表,多个域名以逗号(半角)分隔,如:www.test1.com,www.test2.com,all表示查询名下全部域名。
|
335
|
+
* @param {string} statType - 网络资源消耗 - bw(带宽) - flux(流量) - 访问情况 - req_num(请求总数) - HTTP状态码(组合指标) - http_code_2xx(状态码汇总2xx) - http_code_3xx(状态码汇总3xx) - http_code_4xx(状态码汇总4xx) - http_code_5xx(状态码汇总5xx) - status_code_2xx(状态码详情2xx) - status_code_3xx(状态码详情3xx) - status_code_4xx(状态码详情4xx) - status_code_5xx(状态码详情5xx)
|
336
|
+
* @param {number} [interval] - 查询时间间隔,单位:秒,取值说明: - 300(5分钟):最大查询跨度2天 - 3600(1小时):最大查询跨度7天 - 86400(1天):最大查询跨度31天 - 如果不传,默认取对应时间跨度的最小间隔。
|
337
|
+
* @param {string} [groupBy] 数据分组方式,多个以英文逗号分隔,可选domain、country、province、isp,默认不分组。
|
338
|
+
* @param {string} [country] 国家编码,多个以英文逗号分隔,all表示全部,取值见附录。
|
339
|
+
* @param {string} [province] 省份编码,当country为cn(中国)时有效,多个以英文逗号分隔,all表示全部,取值见附录。
|
340
|
+
* @param {string} [isp] 运营商编码,多个以英文逗号分隔,all表示全部,取值见附录。
|
341
|
+
* @param {string} [enterpriseProjectId] 当用户开启企业项目功能时,该参数生效,表示查询资源所属项目,\"all\"表示所有项目。注意:当使用子帐号调用接口时,该参数必传。 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目id。
|
342
|
+
* @param {*} [options] Override http request option.
|
343
|
+
* @throws {RequiredError}
|
344
|
+
*/
|
345
|
+
showDomainLocationStats(showDomainLocationStatsRequest?: ShowDomainLocationStatsRequest): Promise<ShowDomainLocationStatsResponse>;
|
346
|
+
/**
|
347
|
+
* - 支持查询90天内的数据。
|
348
|
+
*
|
349
|
+
* - 支持多指标同时查询,不超过5个。
|
350
|
+
*
|
351
|
+
* - 最多同时指定20个域名。
|
352
|
+
*
|
353
|
+
* - 起始时间和结束时间需要同时指定,左闭右开,毫秒级时间戳,且时间点必须为与查询时间间隔参数匹配的整时刻点。比如查询时间间隔为5分钟时,起始时间和结束时间必须为5分钟整时刻点,如:0分、5分、10分、15分等,如果时间点与时间间隔不匹配,返回数据可能与预期不一致。统一用开始时间表示一个时间段,如:2019-01-24 20:15:00 表示取 [20:15:00, 20:20:00)的统计数据,且左闭右开。
|
354
|
+
*
|
355
|
+
* - action取值:detail,summary
|
356
|
+
*
|
357
|
+
* - 流量类指标单位统一为Byte(字节)、带宽类指标单位统一为bit/s(比特/秒)、请求数类和状态码类指标单位统一为次数。用于查询指定域名、指定统计指标的明细数据。
|
358
|
+
*
|
359
|
+
* - 单租户调用频率:15次/s。
|
360
|
+
*
|
361
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
362
|
+
*
|
363
|
+
* @summary 查询域名统计数据
|
364
|
+
* @param {string} action - 动作名称,可选summary、detail。 - summary:查询汇总数据 - detail:查询数据详情。
|
365
|
+
* @param {number} startTime - 查询起始时间戳,时间戳应设置需为整5分钟,设置方式如下: - interval为300时,start_time设置为整5分钟时刻点,如:1631240100000(对应2021-09-10 10:15:00) - interval为3600时,start_time设置为整小时时刻点,如:1631239200000(对应2021-09-10 10:00:00) - interval为86400时,start_time设置为东8区零点时刻点,如:1631203200000(对应2021-09-10 00:00:00)
|
366
|
+
* @param {number} endTime - 查询结束时间戳,时间戳应设置需为整5分钟,设置方式如下: - interval为300时,end_time设置为整5分钟时刻点,如:1631243700000(对应2021-09-10 11:15:00) - interval为3600时,end_time设置为整小时时刻点,如:1631325600000(对应2021-09-11 10:00:00) - interval为86400时,end_time设置为东8区零点时刻点,如:1631376000000(对应2021-09-12 00:00:00)
|
367
|
+
* @param {string} domainName 域名列表,多个域名以逗号(半角)分隔,如:www.test1.com,www.test2.com,all表示查询名下全部域名。
|
368
|
+
* @param {string} statType - 网络资源消耗: - bw(带宽) - flux(流量) - bs_bw(回源带宽) - bs_flux(回源流量) - 访问情况: - req_num(请求总数) - hit_num(请求命中次数) - bs_num(回源总数) - bs_fail_num(回源失败数) - hit_flux(命中流量) - HTTP状态码(组合指标): - http_code_2xx(状态码汇总2xx) - http_code_3xx(状态码汇总3xx) - http_code_4xx(状态码汇总4xx) - http_code_5xx(状态码汇总5xx) - bs_http_code_2xx(回源状态码汇总2xx) - bs_http_code_3xx(回源状态码汇总3xx) - bs_http_code_4xx(回源状态码汇总4xx) - bs_http_code_5xx(回源状态码汇总5xx) - status_code_2xx(状态码详情2xx) - status_code_3xx(状态码详情3xx) - status_code_4xx(状态码详情4xx) - status_code_5xx(状态码详情5xx) - bs_status_code_2xx(回源状态码详情2xx) - bs_status_code_3xx(回源状态码详情3xx) - bs_status_code_4xx(回源状态码详情4xx) - bs_status_code_5xx(回源状态码详情5xx) - status_code和bs_status_code不能一起查询
|
369
|
+
* @param {number} [interval] - 查询时间间隔,单位:秒,取值说明: - 300(5分钟):最大查询跨度2天 - 3600(1小时):最大查询跨度7天 - 86400(1天):最大查询跨度31天 - 如果不传,默认取对应时间跨度的最小间隔。
|
370
|
+
* @param {string} [groupBy] 数据分组方式,可选domain,默认不分组。
|
371
|
+
* @param {string} [serviceArea] 服务区域:mainland_china(默认)、outside_mainland_china,当查询回源类指标时该参数无效。
|
372
|
+
* @param {string} [enterpriseProjectId] 当用户开启企业项目功能时,该参数生效,表示查询资源所属项目,\"all\"表示所有项目。注意:当使用子帐号调用接口时,该参数必传。 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目id。
|
373
|
+
* @param {*} [options] Override http request option.
|
374
|
+
* @throws {RequiredError}
|
375
|
+
*/
|
376
|
+
showDomainStats(showDomainStatsRequest?: ShowDomainStatsRequest): Promise<ShowDomainStatsResponse>;
|
377
|
+
/**
|
378
|
+
* 查询刷新预热任务详情。
|
379
|
+
*
|
380
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
381
|
+
*
|
382
|
+
* @summary 查询刷新预热任务详情
|
383
|
+
* @param {string} historyTasksId 刷新任务ID。
|
384
|
+
* @param {string} [enterpriseProjectId] 当用户开启企业项目功能时,该参数生效,表示查询资源所属项目,\"all\"表示所有项目。注意:当使用子帐号调用接口时,该参数必传。 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目id。
|
385
|
+
* @param {number} [pageSize] 刷新预热的urls所显示单页最大数量,取值范围为1-10000。page_size和page_number必须同时传值。默认值30。
|
386
|
+
* @param {number} [pageNumber] 刷新预热的urls当前查询为第几页,取值范围为1-65535。默认值1。
|
387
|
+
* @param {string} [status] url的状态 processing 处理中,succeed 完成,failed 失败,waiting 等待,refreshing 刷新中,preheating 预热中。
|
388
|
+
* @param {string} [url] url的地址。
|
389
|
+
* @param {number} [createTime] 刷新预热任务的创建时间。不传参默认为查询7天内的任务。最长可查询15天内数据。
|
390
|
+
* @param {*} [options] Override http request option.
|
391
|
+
* @throws {RequiredError}
|
392
|
+
*/
|
393
|
+
showHistoryTaskDetails(showHistoryTaskDetailsRequest?: ShowHistoryTaskDetailsRequest): Promise<ShowHistoryTaskDetailsResponse>;
|
394
|
+
/**
|
395
|
+
* 查询刷新预热任务。
|
396
|
+
*
|
397
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
398
|
+
*
|
399
|
+
* @summary 查询刷新预热任务
|
400
|
+
* @param {string} [enterpriseProjectId] 当用户开启企业项目功能时,该参数生效,表示查询资源所属项目,\"all\"表示所有项目。注意:当使用子帐号调用接口时,该参数必传。 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目id。
|
401
|
+
* @param {number} [pageSize] 单页最大数量,取值范围为1-10000。page_size和page_number必须同时传值。默认值30。
|
402
|
+
* @param {number} [pageNumber] 当前查询第几页,取值范围为1-65535。默认值1。
|
403
|
+
* @param {'task_inprocess' | 'task_done'} [status] 任务状态。 task_inprocess 表示任务处理中,task_done表示任务完成。
|
404
|
+
* @param {number} [startDate] 查询起始时间,相对于UTC 1970-01-01到当前时间相隔的毫秒数。
|
405
|
+
* @param {number} [endDate] 查询结束时间,相对于UTC 1970-01-01到当前时间相隔的毫秒数。
|
406
|
+
* @param {string} [orderField] 用来排序的字段,支持的字段有“task_type”,“total”,“processing”, “succeed”,“failed”,“create_time”。order_field和order_type必须同时传值,否则使用默认值\"create_time\" 和 \"desc\"。
|
407
|
+
* @param {string} [orderType] desc 或者asc。默认值desc。
|
408
|
+
* @param {'file' | 'directory'} [fileType] 默认是文件file。file:文件,directory:目录。
|
409
|
+
* @param {*} [options] Override http request option.
|
410
|
+
* @throws {RequiredError}
|
411
|
+
*/
|
412
|
+
showHistoryTasks(showHistoryTasksRequest?: ShowHistoryTasksRequest): Promise<ShowHistoryTasksResponse>;
|
413
|
+
/**
|
414
|
+
* 获取加速域名证书。
|
415
|
+
*
|
416
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
417
|
+
*
|
418
|
+
* @summary 查询HTTPS配置
|
419
|
+
* @param {string} domainId 加速域名ID。获取方法请参见查询加速域名。
|
420
|
+
* @param {string} [enterpriseProjectId] 当用户开启企业项目功能时,该参数生效,表示查询资源所属项目,\"all\"表示所有项目。注意:当使用子帐号调用接口时,该参数必传。 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目id。
|
421
|
+
* @param {*} [options] Override http request option.
|
422
|
+
* @throws {RequiredError}
|
423
|
+
*/
|
424
|
+
showHttpInfo(showHttpInfoRequest?: ShowHttpInfoRequest): Promise<ShowHttpInfoResponse>;
|
425
|
+
/**
|
426
|
+
* 查询IP归属信息。
|
427
|
+
*
|
428
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
429
|
+
*
|
430
|
+
* @summary 查询IP归属信息
|
431
|
+
* @param {string} ips IP地址列表,以“,”分割,最多20个。
|
432
|
+
* @param {string} [enterpriseProjectId] 当用户开启企业项目功能时,该参数生效,表示查询资源所属项目,\"all\"表示所有项目。注意:当使用子帐号调用接口时,该参数必传。 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目id。
|
433
|
+
* @param {*} [options] Override http request option.
|
434
|
+
* @throws {RequiredError}
|
435
|
+
*/
|
436
|
+
showIpInfo(showIpInfoRequest?: ShowIpInfoRequest): Promise<ShowIpInfoResponse>;
|
437
|
+
/**
|
438
|
+
* 日志查询。
|
439
|
+
*
|
440
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
441
|
+
*
|
442
|
+
* @summary 日志查询
|
443
|
+
* @param {string} domainName 只支持单个域名,如:www.test1.com。
|
444
|
+
* @param {number} queryDate 查询开始时间,查询开始时间到开始时间+1天内的日志数据,取值范围是距离当前30天内。
|
445
|
+
* @param {number} [pageSize] 单页最大数量,取值范围为1-10000。
|
446
|
+
* @param {number} [pageNumber] 当前查询第几页,取值范围为1-65535。
|
447
|
+
* @param {string} [enterpriseProjectId] 当用户开启企业项目功能时,该参数生效,表示查询资源所属项目,\"all\"表示所有项目。注意:当使用子帐号调用接口时,该参数必传。 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目id。
|
448
|
+
* @param {*} [options] Override http request option.
|
449
|
+
* @throws {RequiredError}
|
450
|
+
*/
|
451
|
+
showLogs(showLogsRequest?: ShowLogsRequest): Promise<ShowLogsResponse>;
|
452
|
+
/**
|
453
|
+
* 查询回源HOST。回源HOST是CDN节点在回源过程中,在源站访问的站点域名,即http请求头中的host信息。
|
454
|
+
*
|
455
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
456
|
+
*
|
457
|
+
* @summary 查询回源HOST
|
458
|
+
* @param {string} domainId 加速域名ID。获取方法请参见查询加速域名。
|
459
|
+
* @param {string} [enterpriseProjectId] 当用户开启企业项目功能时,该参数生效,表示查询资源所属项目,\"all\"表示所有项目。注意:当使用子帐号调用接口时,该参数必传。 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目id。
|
460
|
+
* @param {*} [options] Override http request option.
|
461
|
+
* @throws {RequiredError}
|
462
|
+
*/
|
463
|
+
showOriginHost(showOriginHostRequest?: ShowOriginHostRequest): Promise<ShowOriginHostResponse>;
|
464
|
+
/**
|
465
|
+
* 查询当前用户域名、刷新文件、刷新目录和预热的配额
|
466
|
+
*
|
467
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
468
|
+
*
|
469
|
+
* @summary 查询用户配额
|
470
|
+
* @param {*} [options] Override http request option.
|
471
|
+
* @throws {RequiredError}
|
472
|
+
*/
|
473
|
+
showQuota(): Promise<ShowQuotaResponse>;
|
474
|
+
/**
|
475
|
+
* 查询Referer过滤规则。
|
476
|
+
*
|
477
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
478
|
+
*
|
479
|
+
* @summary 查询Referer过滤规则
|
480
|
+
* @param {string} domainId 加速域名ID。获取方法请参见查询加速域名。
|
481
|
+
* @param {string} [enterpriseProjectId] 当用户开启企业项目功能时,该参数生效,表示查询资源所属项目,\"all\"表示所有项目。注意:当使用子帐号调用接口时,该参数必传。 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目id。
|
482
|
+
* @param {*} [options] Override http request option.
|
483
|
+
* @throws {RequiredError}
|
484
|
+
*/
|
485
|
+
showRefer(showReferRequest?: ShowReferRequest): Promise<ShowReferResponse>;
|
486
|
+
/**
|
487
|
+
* 列举header所有配置。
|
488
|
+
*
|
489
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
490
|
+
*
|
491
|
+
* @summary 查询响应头配置
|
492
|
+
* @param {string} domainId 加速域名ID。获取方法请参见查询加速域名。
|
493
|
+
* @param {string} [enterpriseProjectId] 当用户开启企业项目功能时,该参数生效,表示查询资源所属项目,\"all\"表示所有项目。注意:当使用子帐号调用接口时,该参数必传。 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目id。
|
494
|
+
* @param {*} [options] Override http request option.
|
495
|
+
* @throws {RequiredError}
|
496
|
+
*/
|
497
|
+
showResponseHeader(showResponseHeaderRequest?: ShowResponseHeaderRequest): Promise<ShowResponseHeaderResponse>;
|
498
|
+
/**
|
499
|
+
* 用于查询资源标签列表
|
500
|
+
*
|
501
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
502
|
+
*
|
503
|
+
* @summary 查询资源标签列表配置接口
|
504
|
+
* @param {string} resourceId 资源id
|
505
|
+
* @param {*} [options] Override http request option.
|
506
|
+
* @throws {RequiredError}
|
507
|
+
*/
|
508
|
+
showTags(showTagsRequest?: ShowTagsRequest): Promise<ShowTagsResponse>;
|
509
|
+
/**
|
510
|
+
* - 查询TOP100 URL明细。
|
511
|
+
*
|
512
|
+
* - 支持查询90天内的数据。
|
513
|
+
*
|
514
|
+
* - 查询跨度不能超过31天。
|
515
|
+
*
|
516
|
+
* - 起始时间和结束时间,左闭右开,需要同时指定。如查询2021-10-24 00:00:00 到 2021-10-25 00:00:00
|
517
|
+
* 的数据,表示取 [2021-10-24 00:00:00, 2021-10-25 00:00:00)的统计数据。
|
518
|
+
*
|
519
|
+
* - 开始时间、结束时间必须传毫秒级时间戳,且必须为凌晨0点整时刻点,如果传的不是凌晨0点整时刻点,返回数据可能与预期不一致。
|
520
|
+
*
|
521
|
+
* - 流量类指标单位统一为Byte(字节)、请求数类指标单位统一为次数。用于查询指定域名、指定统计指标的明细数据。
|
522
|
+
*
|
523
|
+
* - 单租户调用频率:5次/s。
|
524
|
+
*
|
525
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
526
|
+
*
|
527
|
+
* @summary 查询TOP100 URL明细
|
528
|
+
* @param {number} startTime 查询起始时间戳(单位:毫秒)。该时间戳的取值在转化为日期格式后须满足以下格式:XXXX-XX-XX 00:00:00
|
529
|
+
* @param {number} endTime 查询结束时间戳(单位:毫秒)。该时间戳的取值在转化为日期格式后须满足以下格式:XXXX-XX-XX 00:00:00
|
530
|
+
* @param {string} domainName 域名列表,多个域名以逗号(半角)分隔,如:www.test1.com,www.test2.com ,ALL表示查询名下全部域名。
|
531
|
+
* @param {'flux' | 'req_num'} statType 参数类型支持:flux(流量),req_num(请求总数)。
|
532
|
+
* @param {string} [enterpriseProjectId] 当用户开启企业项目功能时,该参数生效,表示查询资源所属项目,\"all\"表示所有项目。注意:当使用子帐号调用接口时,该参数必传。 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目id。
|
533
|
+
* @param {'mainland_china' | 'outside_mainland_china'} [serviceArea] mainland_china(中国大陆),outside_mainland_china(中国大陆境外),默认为mainland_china。
|
534
|
+
* @param {*} [options] Override http request option.
|
535
|
+
* @throws {RequiredError}
|
536
|
+
*/
|
537
|
+
showTopUrl(showTopUrlRequest?: ShowTopUrlRequest): Promise<ShowTopUrlResponse>;
|
538
|
+
/**
|
539
|
+
* 查询刷新预热URL记录。如需此接口,请提交工单开通
|
540
|
+
*
|
541
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
542
|
+
*
|
543
|
+
* @summary 查询刷新预热URL记录
|
544
|
+
* @param {number} [startTime] 起始时间戳(毫秒),默认当天00:00
|
545
|
+
* @param {number} [endTime] 结束时间戳(毫秒),默认次日00:00
|
546
|
+
* @param {number} [offset] 偏移量
|
547
|
+
* @param {number} [limit] 单次查询数据条数,上限为100
|
548
|
+
* @param {string} [url] 刷新预热url
|
549
|
+
* @param {string} [taskType] 任务类型,REFRESH:刷新任务;PREHEATING:预热任务
|
550
|
+
* @param {string} [status] url状态,状态类型:processing:处理中;succeed:完成;failed:失败;waiting:等待;refreshing:刷新中; preheating : 预热中
|
551
|
+
* @param {string} [fileType] 文件类型,file:文件;directory:目录
|
552
|
+
* @param {*} [options] Override http request option.
|
553
|
+
* @throws {RequiredError}
|
554
|
+
*/
|
555
|
+
showUrlTaskInfo(showUrlTaskInfoRequest?: ShowUrlTaskInfoRequest): Promise<ShowUrlTaskInfoResponse>;
|
556
|
+
/**
|
557
|
+
* 设置域名的IP黑白名单。
|
558
|
+
*
|
559
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
560
|
+
*
|
561
|
+
* @summary 设置IP黑白名单
|
562
|
+
* @param {string} domainId 需要设置IP黑白名单的域名id。获取方法请参见查询加速域名。
|
563
|
+
* @param {BlackWhiteListBody} blackWhiteListBody This is a auto Body Object
|
564
|
+
* @param {string} [enterpriseProjectId] 当用户开启企业项目功能时,该参数生效,表示修改当前企业项目下加速域名的配置,\"all\"代表所有项目。注意:当使用子帐号调用接口时,该参数必传。 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目id。
|
565
|
+
* @param {*} [options] Override http request option.
|
566
|
+
* @throws {RequiredError}
|
567
|
+
*/
|
568
|
+
updateBlackWhiteList(updateBlackWhiteListRequest?: UpdateBlackWhiteListRequest): Promise<UpdateBlackWhiteListResponse>;
|
569
|
+
/**
|
570
|
+
* 设置CDN节点上缓存资源的缓存策略。
|
571
|
+
*
|
572
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
573
|
+
*
|
574
|
+
* @summary 设置缓存规则
|
575
|
+
* @param {string} domainId 加速域名ID。获取方法请参见查询加速域名。
|
576
|
+
* @param {CacheConfigRequestBody} cacheConfig This is a auto create Body Object
|
577
|
+
* @param {string} [enterpriseProjectId] 当用户开启企业项目功能时,该参数生效,表示修改当前企业项目下加速域名的配置,\"all\"代表所有项目。注意:当使用子帐号调用接口时,该参数必传。 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目id。
|
578
|
+
* @param {*} [options] Override http request option.
|
579
|
+
* @throws {RequiredError}
|
580
|
+
*/
|
581
|
+
updateCacheRules(updateCacheRulesRequest?: UpdateCacheRulesRequest): Promise<UpdateCacheRulesResponse>;
|
582
|
+
/**
|
583
|
+
* 修改域名全量配置接口,支持配置回源请求头、HTTP header配置、URL鉴权、证书、源站、回源协议、强制重定向、智能压缩、缓存URL参数、IPv6、状态码缓存时间、Range回源、User-Agent黑白名单、改写回源URL、自定义错误页面
|
584
|
+
*
|
585
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
586
|
+
*
|
587
|
+
* @summary 修改域名全量配置接口
|
588
|
+
* @param {string} domainName 加速域名
|
589
|
+
* @param {ModifyDomainConfigRequestBody} configs configs对象。
|
590
|
+
* @param {string} [enterpriseProjectId] 当用户开启企业项目功能时,该参数生效,表示修改当前企业项目下加速域名的配置,\"all\"代表所有项目。注意:当使用子帐号调用接口时,该参数必传。 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目id。
|
591
|
+
* @param {*} [options] Override http request option.
|
592
|
+
* @throws {RequiredError}
|
593
|
+
*/
|
594
|
+
updateDomainFullConfig(updateDomainFullConfigRequest?: UpdateDomainFullConfigRequest): Promise<void>;
|
595
|
+
/**
|
596
|
+
* 一个证书配置多个域名,设置域名强制https回源参数。
|
597
|
+
*
|
598
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
599
|
+
*
|
600
|
+
* @summary 一个证书批量设置多个域名
|
601
|
+
* @param {string} [enterpriseProjectId] 当用户开启企业项目功能时,该参数生效,表示修改当前企业项目下加速域名的配置,\"all\"代表所有项目。注意:当使用子帐号调用接口时,该参数必传。 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目id。
|
602
|
+
* @param {UpdateDomainMultiCertificatesRequestBody} [https] https对象。
|
603
|
+
* @param {*} [options] Override http request option.
|
604
|
+
* @throws {RequiredError}
|
605
|
+
*/
|
606
|
+
updateDomainMultiCertificates(updateDomainMultiCertificatesRequest?: UpdateDomainMultiCertificatesRequest): Promise<UpdateDomainMultiCertificatesResponse>;
|
607
|
+
/**
|
608
|
+
* 修改源站信息。源站IP地址或域名都可以指引CDN节点回源到对应的源站服务器,源站域名不能与加速域名相同。
|
609
|
+
*
|
610
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
611
|
+
*
|
612
|
+
* @summary 修改源站信息
|
613
|
+
* @param {string} domainId 加速域名ID。获取方法请参见查询加速域名。
|
614
|
+
* @param {OriginRequest} origin This is a auto create Body Object
|
615
|
+
* @param {string} [enterpriseProjectId] 当用户开启企业项目功能时,该参数生效,表示修改当前企业项目下加速域名的配置,\"all\"代表所有项目。注意:当使用子帐号调用接口时,该参数必传。 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目id。
|
616
|
+
* @param {*} [options] Override http request option.
|
617
|
+
* @throws {RequiredError}
|
618
|
+
*/
|
619
|
+
updateDomainOrigin(updateDomainOriginRequest?: UpdateDomainOriginRequest): Promise<UpdateDomainOriginResponse>;
|
620
|
+
/**
|
621
|
+
* 开启此项配置后,当CDN节点回源请求源站返回301/302状态码时,CDN节点会先跳转到301/302对应地址获取资源并缓存后再返回给用户。
|
622
|
+
*
|
623
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
624
|
+
*
|
625
|
+
* @summary 开启/关闭回源跟随
|
626
|
+
* @param {string} domainId 加速域名id。获取方法请参见查询加速域名。
|
627
|
+
* @param {Follow302StatusRequest} followStatus This is a auto create Body Object
|
628
|
+
* @param {string} [enterpriseProjectId] 当用户开启企业项目功能时,该参数生效,表示修改当前企业项目下加速域名的配置,\"all\"代表所有项目。注意:当使用子帐号调用接口时,该参数必传。 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目id。
|
629
|
+
* @param {*} [options] Override http request option.
|
630
|
+
* @throws {RequiredError}
|
631
|
+
*/
|
632
|
+
updateFollow302Switch(updateFollow302SwitchRequest?: UpdateFollow302SwitchRequest): Promise<UpdateFollow302SwitchResponse>;
|
633
|
+
/**
|
634
|
+
* 设置加速域名HTTPS。通过配置加速域名的HTTPS证书,并将其部署在全网CDN节点,实现HTTPS安全加速。
|
635
|
+
*
|
636
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
637
|
+
*
|
638
|
+
* @summary 配置HTTPS
|
639
|
+
* @param {string} domainId 加速域名ID。获取方法请参见查询加速域名。
|
640
|
+
* @param {HttpInfoRequest} https https对象。
|
641
|
+
* @param {string} [enterpriseProjectId] 当用户开启企业项目功能时,该参数生效,表示修改当前企业项目下加速域名的配置,\"all\"代表所有项目。注意:当使用子帐号调用接口时,该参数必传。 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目id。
|
642
|
+
* @param {*} [options] Override http request option.
|
643
|
+
* @throws {RequiredError}
|
644
|
+
*/
|
645
|
+
updateHttpsInfo(updateHttpsInfoRequest?: UpdateHttpsInfoRequest): Promise<UpdateHttpsInfoResponse>;
|
646
|
+
/**
|
647
|
+
* 修改回源HOST。回源HOST是CDN节点在回源过程中,在源站访问的站点域名,即http请求头中的host信息。
|
648
|
+
*
|
649
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
650
|
+
*
|
651
|
+
* @summary 修改回源HOST
|
652
|
+
* @param {string} domainId 加速域名ID。获取方法请参见查询加速域名。
|
653
|
+
* @param {OriginHostRequest} originHost This is a auto create Body Object
|
654
|
+
* @param {string} [enterpriseProjectId] 当用户开启企业项目功能时,该参数生效,表示修改当前企业项目下加速域名的配置,\"all\"代表所有项目。注意:当使用子帐号调用接口时,该参数必传。 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目id。
|
655
|
+
* @param {*} [options] Override http request option.
|
656
|
+
* @throws {RequiredError}
|
657
|
+
*/
|
658
|
+
updateOriginHost(updateOriginHostRequest?: UpdateOriginHostRequest): Promise<UpdateOriginHostResponse>;
|
659
|
+
/**
|
660
|
+
* 修改私有桶开启关闭状态。
|
661
|
+
*
|
662
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
663
|
+
*
|
664
|
+
* @summary 修改私有桶开启关闭状态
|
665
|
+
* @param {string} domainId 加速域名id。获取方法请参见查询加速域名。
|
666
|
+
* @param {string} [enterpriseProjectId] 当用户开启企业项目功能时,该参数生效,表示修改当前企业项目下加速域名的配置,\"all\"代表所有项目。注意:当使用子帐号调用接口时,该参数必传。 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目id。
|
667
|
+
* @param {UpdatePrivateBucketAccessBody} [status] 桶开启关闭状态(true:开启;false:关闭),默认为关闭
|
668
|
+
* @param {*} [options] Override http request option.
|
669
|
+
* @throws {RequiredError}
|
670
|
+
*/
|
671
|
+
updatePrivateBucketAccess(updatePrivateBucketAccessRequest?: UpdatePrivateBucketAccessRequest): Promise<UpdatePrivateBucketAccessResponse>;
|
672
|
+
/**
|
673
|
+
* Range回源是指源站在收到CDN节点回源请求时,根据http请求头中的Range信息返回指定范围的数据给CDN节点。
|
674
|
+
*
|
675
|
+
* 开启Range回源前需要确认源站是否支持Range请求,若源站不支持Range请求,开启Range回源将导致资源无法缓存。
|
676
|
+
*
|
677
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
678
|
+
*
|
679
|
+
* @summary 开启/关闭Range回源
|
680
|
+
* @param {string} domainId 加速域名id。获取方法请参见查询加速域名。
|
681
|
+
* @param {RangeStatusRequest} rangeStatus range状态(\"off\"/\"on\")
|
682
|
+
* @param {string} [enterpriseProjectId] 当用户开启企业项目功能时,该参数生效,表示修改当前企业项目下加速域名的配置,\"all\"代表所有项目。注意:当使用子帐号调用接口时,该参数必传。 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目id。
|
683
|
+
* @param {*} [options] Override http request option.
|
684
|
+
* @throws {RequiredError}
|
685
|
+
*/
|
686
|
+
updateRangeSwitch(updateRangeSwitchRequest?: UpdateRangeSwitchRequest): Promise<UpdateRangeSwitchResponse>;
|
687
|
+
/**
|
688
|
+
* 设置Referer过滤规则。通过设置过滤策略,对访问者身份进行识别和过滤,实现限制访问来源的目的。
|
689
|
+
*
|
690
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
691
|
+
*
|
692
|
+
* @summary 设置Referer过滤规则
|
693
|
+
* @param {string} domainId 加速域名ID。获取方法请参见查询加速域名。
|
694
|
+
* @param {RefererBody} refer
|
695
|
+
* @param {string} [enterpriseProjectId] 当用户开启企业项目功能时,该参数生效,表示修改当前企业项目下加速域名的配置,\"all\"代表所有项目。注意:当使用子帐号调用接口时,该参数必传。 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目id。
|
696
|
+
* @param {*} [options] Override http request option.
|
697
|
+
* @throws {RequiredError}
|
698
|
+
*/
|
699
|
+
updateRefer(updateReferRequest?: UpdateReferRequest): Promise<UpdateReferResponse>;
|
700
|
+
/**
|
701
|
+
* 新增/修改域名响应头配置。
|
702
|
+
*
|
703
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
704
|
+
*
|
705
|
+
* @summary 新增/修改响应头配置
|
706
|
+
* @param {string} domainId 加速域名ID。获取方法请参见查询加速域名。
|
707
|
+
* @param {HeaderBody} headers 置响应头的键和值。
|
708
|
+
* @param {string} [enterpriseProjectId] 当用户开启企业项目功能时,该参数生效,表示修改当前企业项目下加速域名的配置,\"all\"代表所有项目。注意:当使用子帐号调用接口时,该参数必传。 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目id。
|
709
|
+
* @param {*} [options] Override http request option.
|
710
|
+
* @throws {RequiredError}
|
711
|
+
*/
|
712
|
+
updateResponseHeader(updateResponseHeaderRequest?: UpdateResponseHeaderRequest): Promise<UpdateResponseHeaderResponse>;
|
713
|
+
}
|
714
|
+
export declare const ParamCreater: () => {
|
715
|
+
/**
|
716
|
+
* 用于删除资源标签
|
717
|
+
*
|
718
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
719
|
+
*/
|
720
|
+
batchDeleteTags(batchDeleteTagsRequest?: BatchDeleteTagsRequest): {
|
721
|
+
method: string;
|
722
|
+
url: string;
|
723
|
+
contentType: string;
|
724
|
+
queryParams: {};
|
725
|
+
pathParams: {};
|
726
|
+
headers: {};
|
727
|
+
data: {};
|
728
|
+
};
|
729
|
+
/**
|
730
|
+
* 创建加速域名。
|
731
|
+
*
|
732
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
733
|
+
*/
|
734
|
+
createDomain(createDomainRequest?: CreateDomainRequest): {
|
735
|
+
method: string;
|
736
|
+
url: string;
|
737
|
+
contentType: string;
|
738
|
+
queryParams: {};
|
739
|
+
pathParams: {};
|
740
|
+
headers: {};
|
741
|
+
data: {};
|
742
|
+
};
|
743
|
+
/**
|
744
|
+
* 创建预热任务。
|
745
|
+
*
|
746
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
747
|
+
*/
|
748
|
+
createPreheatingTasks(createPreheatingTasksRequest?: CreatePreheatingTasksRequest): {
|
749
|
+
method: string;
|
750
|
+
url: string;
|
751
|
+
contentType: string;
|
752
|
+
queryParams: {};
|
753
|
+
pathParams: {};
|
754
|
+
headers: {};
|
755
|
+
data: {};
|
756
|
+
};
|
757
|
+
/**
|
758
|
+
* 创建刷新缓存任务。
|
759
|
+
*
|
760
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
761
|
+
*/
|
762
|
+
createRefreshTasks(createRefreshTasksRequest?: CreateRefreshTasksRequest): {
|
763
|
+
method: string;
|
764
|
+
url: string;
|
765
|
+
contentType: string;
|
766
|
+
queryParams: {};
|
767
|
+
pathParams: {};
|
768
|
+
headers: {};
|
769
|
+
data: {};
|
770
|
+
};
|
771
|
+
/**
|
772
|
+
* 用于创建资源标签
|
773
|
+
*
|
774
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
775
|
+
*/
|
776
|
+
createTags(createTagsRequest?: CreateTagsRequest): {
|
777
|
+
method: string;
|
778
|
+
url: string;
|
779
|
+
contentType: string;
|
780
|
+
queryParams: {};
|
781
|
+
pathParams: {};
|
782
|
+
headers: {};
|
783
|
+
data: {};
|
784
|
+
};
|
785
|
+
/**
|
786
|
+
* 删除加速域名。
|
787
|
+
*
|
788
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
789
|
+
*/
|
790
|
+
deleteDomain(deleteDomainRequest?: DeleteDomainRequest): {
|
791
|
+
method: string;
|
792
|
+
url: string;
|
793
|
+
contentType: string;
|
794
|
+
queryParams: {};
|
795
|
+
pathParams: {};
|
796
|
+
headers: {};
|
797
|
+
data: {};
|
798
|
+
};
|
799
|
+
/**
|
800
|
+
* 停用加速域名。
|
801
|
+
*
|
802
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
803
|
+
*/
|
804
|
+
disableDomain(disableDomainRequest?: DisableDomainRequest): {
|
805
|
+
method: string;
|
806
|
+
url: string;
|
807
|
+
contentType: string;
|
808
|
+
queryParams: {};
|
809
|
+
pathParams: {};
|
810
|
+
headers: {};
|
811
|
+
data: {};
|
812
|
+
};
|
813
|
+
/**
|
814
|
+
* 启用加速域名。
|
815
|
+
*
|
816
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
817
|
+
*/
|
818
|
+
enableDomain(enableDomainRequest?: EnableDomainRequest): {
|
819
|
+
method: string;
|
820
|
+
url: string;
|
821
|
+
contentType: string;
|
822
|
+
queryParams: {};
|
823
|
+
pathParams: {};
|
824
|
+
headers: {};
|
825
|
+
data: {};
|
826
|
+
};
|
827
|
+
/**
|
828
|
+
* 查询加速域名信息
|
829
|
+
*
|
830
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
831
|
+
*/
|
832
|
+
listDomains(listDomainsRequest?: ListDomainsRequest): {
|
833
|
+
method: string;
|
834
|
+
url: string;
|
835
|
+
contentType: string;
|
836
|
+
queryParams: {};
|
837
|
+
pathParams: {};
|
838
|
+
headers: {};
|
839
|
+
data: {};
|
840
|
+
};
|
841
|
+
/**
|
842
|
+
* 查询域名已经设置的IP黑白名单。
|
843
|
+
*
|
844
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
845
|
+
*/
|
846
|
+
showBlackWhiteList(showBlackWhiteListRequest?: ShowBlackWhiteListRequest): {
|
847
|
+
method: string;
|
848
|
+
url: string;
|
849
|
+
contentType: string;
|
850
|
+
queryParams: {};
|
851
|
+
pathParams: {};
|
852
|
+
headers: {};
|
853
|
+
data: {};
|
854
|
+
};
|
855
|
+
/**
|
856
|
+
* 查询缓存规则。
|
857
|
+
*
|
858
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
859
|
+
*/
|
860
|
+
showCacheRules(showCacheRulesRequest?: ShowCacheRulesRequest): {
|
861
|
+
method: string;
|
862
|
+
url: string;
|
863
|
+
contentType: string;
|
864
|
+
queryParams: {};
|
865
|
+
pathParams: {};
|
866
|
+
headers: {};
|
867
|
+
data: {};
|
868
|
+
};
|
869
|
+
/**
|
870
|
+
* 查询所有绑定HTTPS证书的域名信息
|
871
|
+
*
|
872
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
873
|
+
*/
|
874
|
+
showCertificatesHttpsInfo(showCertificatesHttpsInfoRequest?: ShowCertificatesHttpsInfoRequest): {
|
875
|
+
method: string;
|
876
|
+
url: string;
|
877
|
+
contentType: string;
|
878
|
+
queryParams: {};
|
879
|
+
pathParams: {};
|
880
|
+
headers: {};
|
881
|
+
data: {};
|
882
|
+
};
|
883
|
+
/**
|
884
|
+
* 查询加速域名详情。
|
885
|
+
*
|
886
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
887
|
+
*/
|
888
|
+
showDomainDetail(showDomainDetailRequest?: ShowDomainDetailRequest): {
|
889
|
+
method: string;
|
890
|
+
url: string;
|
891
|
+
contentType: string;
|
892
|
+
queryParams: {};
|
893
|
+
pathParams: {};
|
894
|
+
headers: {};
|
895
|
+
data: {};
|
896
|
+
};
|
897
|
+
/**
|
898
|
+
* 查询域名配置接口,支持查询回源请求头、HTTP header配置、URL鉴权、证书、源站、回源协议、强制重定向、智能压缩、缓存URL参数、IPv6开关、状态码缓存时间、Range回源、User-Agent黑白名单、改写回源URL、自定义错误页面
|
899
|
+
*
|
900
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
901
|
+
*/
|
902
|
+
showDomainFullConfig(showDomainFullConfigRequest?: ShowDomainFullConfigRequest): {
|
903
|
+
method: string;
|
904
|
+
url: string;
|
905
|
+
contentType: string;
|
906
|
+
queryParams: {};
|
907
|
+
pathParams: {};
|
908
|
+
headers: {};
|
909
|
+
data: {};
|
910
|
+
};
|
911
|
+
/**
|
912
|
+
* - 支持查询90天内的数据。
|
913
|
+
* - 查询跨度不能超过7天。
|
914
|
+
* - 最多同时指定100个域名。
|
915
|
+
* - 起始时间和结束时间,左闭右开,需要同时指定。
|
916
|
+
* - 开始时间、结束时间必须传毫秒级时间戳,且必须为5分钟整时刻点,如:0分、5分、10分、15分等,如果传的不是5分钟时刻点,返回数据可能与预期不一致。
|
917
|
+
* - 统一用开始时间表示一个时间段,如:2019-01-24 20:15:00 表示取 [20:15:00, 20:20:00)的统计数据,且左闭右开。
|
918
|
+
* - 流量类指标单位统一为Byte(字节)、带宽类指标单位统一为bit/s(比特/秒)、请求数类指标单位统一为次数。用于查询指定域名、指定统计指标的明细数据。
|
919
|
+
* - 如果传的是多个域名,则每个域名的数据分开返回。
|
920
|
+
* - 支持同时查询多个指标,不超过10个。
|
921
|
+
*
|
922
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
923
|
+
*/
|
924
|
+
showDomainItemDetails(showDomainItemDetailsRequest?: ShowDomainItemDetailsRequest): {
|
925
|
+
method: string;
|
926
|
+
url: string;
|
927
|
+
contentType: string;
|
928
|
+
queryParams: {};
|
929
|
+
pathParams: {};
|
930
|
+
headers: {};
|
931
|
+
data: {};
|
932
|
+
};
|
933
|
+
/**
|
934
|
+
* - 支持查询90天内的数据。
|
935
|
+
* - 查询跨度是7天。
|
936
|
+
* - 最多同时指定100个域名。
|
937
|
+
* - 起始时间和结束时间,左闭右开,需要同时指定。
|
938
|
+
* - 开始时间、结束时间必须传毫秒级时间戳,且必须为5分钟整时刻点,如:0分、5分、10分、15分等,如果传的不是5分钟时刻点,返回数据可能与预期不一致。
|
939
|
+
* - 统一用开始时间表示一个时间段,如:2019-01-24 20:15:00 表示取 [20:15:00, 20:20:00)的统计数据,且左闭右开。
|
940
|
+
* - 流量类指标单位统一为Byte(字节)、带宽类指标单位统一为bit/s(比特/秒)、请求数类指标单位统一为次数。
|
941
|
+
* - 用于查询指定域名、指定统计指标的明细数据。
|
942
|
+
* - 如果传的是多个域名,则每个域名的数据分开返回。
|
943
|
+
* - 支持按区域、运营商维度查询统计数据, 回源指标除外。
|
944
|
+
* - 支持同时查询多个指标,不超过10个。
|
945
|
+
* - 域名为海外加速场景不适用。
|
946
|
+
*
|
947
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
948
|
+
*/
|
949
|
+
showDomainItemLocationDetails(showDomainItemLocationDetailsRequest?: ShowDomainItemLocationDetailsRequest): {
|
950
|
+
method: string;
|
951
|
+
url: string;
|
952
|
+
contentType: string;
|
953
|
+
queryParams: {};
|
954
|
+
pathParams: {};
|
955
|
+
headers: {};
|
956
|
+
data: {};
|
957
|
+
};
|
958
|
+
/**
|
959
|
+
* - 支持查询90天内的数据。
|
960
|
+
*
|
961
|
+
* - 支持多指标同时查询,不超过5个。
|
962
|
+
*
|
963
|
+
* - 最多同时指定20个域名。
|
964
|
+
*
|
965
|
+
* - 起始时间和结束时间需要同时指定,左闭右开,毫秒级时间戳,且时间点必须为与查询时间间隔参数匹配的整时刻点。比如查询时间间隔为5分钟时,起始时间和结束时间必须为5分钟整时刻点,如:0分、5分、10分、15分等,如果时间点与时间间隔不匹配,返回数据可能与预期不一致。统一用开始时间表示一个时间段,如:2019-01-24 20:15:00 表示取 [20:15:00, 20:20:00)的统计数据,且左闭右开。
|
966
|
+
*
|
967
|
+
* - action取值:location_detail,location_summary
|
968
|
+
*
|
969
|
+
* - 流量类指标单位统一为Byte(字节)、带宽类指标单位统一为bit/s(比特/秒)、请求数类和状态码类指标单位统一为次数。用于查询指定域名、指定统计指标的区域运营商明细数据。
|
970
|
+
*
|
971
|
+
* - 单租户调用频率:15次/s。
|
972
|
+
*
|
973
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
974
|
+
*/
|
975
|
+
showDomainLocationStats(showDomainLocationStatsRequest?: ShowDomainLocationStatsRequest): {
|
976
|
+
method: string;
|
977
|
+
url: string;
|
978
|
+
contentType: string;
|
979
|
+
queryParams: {};
|
980
|
+
pathParams: {};
|
981
|
+
headers: {};
|
982
|
+
data: {};
|
983
|
+
};
|
984
|
+
/**
|
985
|
+
* - 支持查询90天内的数据。
|
986
|
+
*
|
987
|
+
* - 支持多指标同时查询,不超过5个。
|
988
|
+
*
|
989
|
+
* - 最多同时指定20个域名。
|
990
|
+
*
|
991
|
+
* - 起始时间和结束时间需要同时指定,左闭右开,毫秒级时间戳,且时间点必须为与查询时间间隔参数匹配的整时刻点。比如查询时间间隔为5分钟时,起始时间和结束时间必须为5分钟整时刻点,如:0分、5分、10分、15分等,如果时间点与时间间隔不匹配,返回数据可能与预期不一致。统一用开始时间表示一个时间段,如:2019-01-24 20:15:00 表示取 [20:15:00, 20:20:00)的统计数据,且左闭右开。
|
992
|
+
*
|
993
|
+
* - action取值:detail,summary
|
994
|
+
*
|
995
|
+
* - 流量类指标单位统一为Byte(字节)、带宽类指标单位统一为bit/s(比特/秒)、请求数类和状态码类指标单位统一为次数。用于查询指定域名、指定统计指标的明细数据。
|
996
|
+
*
|
997
|
+
* - 单租户调用频率:15次/s。
|
998
|
+
*
|
999
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1000
|
+
*/
|
1001
|
+
showDomainStats(showDomainStatsRequest?: ShowDomainStatsRequest): {
|
1002
|
+
method: string;
|
1003
|
+
url: string;
|
1004
|
+
contentType: string;
|
1005
|
+
queryParams: {};
|
1006
|
+
pathParams: {};
|
1007
|
+
headers: {};
|
1008
|
+
data: {};
|
1009
|
+
};
|
1010
|
+
/**
|
1011
|
+
* 查询刷新预热任务详情。
|
1012
|
+
*
|
1013
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1014
|
+
*/
|
1015
|
+
showHistoryTaskDetails(showHistoryTaskDetailsRequest?: ShowHistoryTaskDetailsRequest): {
|
1016
|
+
method: string;
|
1017
|
+
url: string;
|
1018
|
+
contentType: string;
|
1019
|
+
queryParams: {};
|
1020
|
+
pathParams: {};
|
1021
|
+
headers: {};
|
1022
|
+
data: {};
|
1023
|
+
};
|
1024
|
+
/**
|
1025
|
+
* 查询刷新预热任务。
|
1026
|
+
*
|
1027
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1028
|
+
*/
|
1029
|
+
showHistoryTasks(showHistoryTasksRequest?: ShowHistoryTasksRequest): {
|
1030
|
+
method: string;
|
1031
|
+
url: string;
|
1032
|
+
contentType: string;
|
1033
|
+
queryParams: {};
|
1034
|
+
pathParams: {};
|
1035
|
+
headers: {};
|
1036
|
+
data: {};
|
1037
|
+
};
|
1038
|
+
/**
|
1039
|
+
* 获取加速域名证书。
|
1040
|
+
*
|
1041
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1042
|
+
*/
|
1043
|
+
showHttpInfo(showHttpInfoRequest?: ShowHttpInfoRequest): {
|
1044
|
+
method: string;
|
1045
|
+
url: string;
|
1046
|
+
contentType: string;
|
1047
|
+
queryParams: {};
|
1048
|
+
pathParams: {};
|
1049
|
+
headers: {};
|
1050
|
+
data: {};
|
1051
|
+
};
|
1052
|
+
/**
|
1053
|
+
* 查询IP归属信息。
|
1054
|
+
*
|
1055
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1056
|
+
*/
|
1057
|
+
showIpInfo(showIpInfoRequest?: ShowIpInfoRequest): {
|
1058
|
+
method: string;
|
1059
|
+
url: string;
|
1060
|
+
contentType: string;
|
1061
|
+
queryParams: {};
|
1062
|
+
pathParams: {};
|
1063
|
+
headers: {};
|
1064
|
+
data: {};
|
1065
|
+
};
|
1066
|
+
/**
|
1067
|
+
* 日志查询。
|
1068
|
+
*
|
1069
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1070
|
+
*/
|
1071
|
+
showLogs(showLogsRequest?: ShowLogsRequest): {
|
1072
|
+
method: string;
|
1073
|
+
url: string;
|
1074
|
+
contentType: string;
|
1075
|
+
queryParams: {};
|
1076
|
+
pathParams: {};
|
1077
|
+
headers: {};
|
1078
|
+
data: {};
|
1079
|
+
};
|
1080
|
+
/**
|
1081
|
+
* 查询回源HOST。回源HOST是CDN节点在回源过程中,在源站访问的站点域名,即http请求头中的host信息。
|
1082
|
+
*
|
1083
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1084
|
+
*/
|
1085
|
+
showOriginHost(showOriginHostRequest?: ShowOriginHostRequest): {
|
1086
|
+
method: string;
|
1087
|
+
url: string;
|
1088
|
+
contentType: string;
|
1089
|
+
queryParams: {};
|
1090
|
+
pathParams: {};
|
1091
|
+
headers: {};
|
1092
|
+
data: {};
|
1093
|
+
};
|
1094
|
+
/**
|
1095
|
+
* 查询当前用户域名、刷新文件、刷新目录和预热的配额
|
1096
|
+
*
|
1097
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1098
|
+
*/
|
1099
|
+
showQuota(): {
|
1100
|
+
method: string;
|
1101
|
+
url: string;
|
1102
|
+
contentType: string;
|
1103
|
+
queryParams: {};
|
1104
|
+
pathParams: {};
|
1105
|
+
headers: {};
|
1106
|
+
data: {};
|
1107
|
+
};
|
1108
|
+
/**
|
1109
|
+
* 查询Referer过滤规则。
|
1110
|
+
*
|
1111
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1112
|
+
*/
|
1113
|
+
showRefer(showReferRequest?: ShowReferRequest): {
|
1114
|
+
method: string;
|
1115
|
+
url: string;
|
1116
|
+
contentType: string;
|
1117
|
+
queryParams: {};
|
1118
|
+
pathParams: {};
|
1119
|
+
headers: {};
|
1120
|
+
data: {};
|
1121
|
+
};
|
1122
|
+
/**
|
1123
|
+
* 列举header所有配置。
|
1124
|
+
*
|
1125
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1126
|
+
*/
|
1127
|
+
showResponseHeader(showResponseHeaderRequest?: ShowResponseHeaderRequest): {
|
1128
|
+
method: string;
|
1129
|
+
url: string;
|
1130
|
+
contentType: string;
|
1131
|
+
queryParams: {};
|
1132
|
+
pathParams: {};
|
1133
|
+
headers: {};
|
1134
|
+
data: {};
|
1135
|
+
};
|
1136
|
+
/**
|
1137
|
+
* 用于查询资源标签列表
|
1138
|
+
*
|
1139
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1140
|
+
*/
|
1141
|
+
showTags(showTagsRequest?: ShowTagsRequest): {
|
1142
|
+
method: string;
|
1143
|
+
url: string;
|
1144
|
+
contentType: string;
|
1145
|
+
queryParams: {};
|
1146
|
+
pathParams: {};
|
1147
|
+
headers: {};
|
1148
|
+
data: {};
|
1149
|
+
};
|
1150
|
+
/**
|
1151
|
+
* - 查询TOP100 URL明细。
|
1152
|
+
*
|
1153
|
+
* - 支持查询90天内的数据。
|
1154
|
+
*
|
1155
|
+
* - 查询跨度不能超过31天。
|
1156
|
+
*
|
1157
|
+
* - 起始时间和结束时间,左闭右开,需要同时指定。如查询2021-10-24 00:00:00 到 2021-10-25 00:00:00
|
1158
|
+
* 的数据,表示取 [2021-10-24 00:00:00, 2021-10-25 00:00:00)的统计数据。
|
1159
|
+
*
|
1160
|
+
* - 开始时间、结束时间必须传毫秒级时间戳,且必须为凌晨0点整时刻点,如果传的不是凌晨0点整时刻点,返回数据可能与预期不一致。
|
1161
|
+
*
|
1162
|
+
* - 流量类指标单位统一为Byte(字节)、请求数类指标单位统一为次数。用于查询指定域名、指定统计指标的明细数据。
|
1163
|
+
*
|
1164
|
+
* - 单租户调用频率:5次/s。
|
1165
|
+
*
|
1166
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1167
|
+
*/
|
1168
|
+
showTopUrl(showTopUrlRequest?: ShowTopUrlRequest): {
|
1169
|
+
method: string;
|
1170
|
+
url: string;
|
1171
|
+
contentType: string;
|
1172
|
+
queryParams: {};
|
1173
|
+
pathParams: {};
|
1174
|
+
headers: {};
|
1175
|
+
data: {};
|
1176
|
+
};
|
1177
|
+
/**
|
1178
|
+
* 查询刷新预热URL记录。如需此接口,请提交工单开通
|
1179
|
+
*
|
1180
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1181
|
+
*/
|
1182
|
+
showUrlTaskInfo(showUrlTaskInfoRequest?: ShowUrlTaskInfoRequest): {
|
1183
|
+
method: string;
|
1184
|
+
url: string;
|
1185
|
+
contentType: string;
|
1186
|
+
queryParams: {};
|
1187
|
+
pathParams: {};
|
1188
|
+
headers: {};
|
1189
|
+
data: {};
|
1190
|
+
};
|
1191
|
+
/**
|
1192
|
+
* 设置域名的IP黑白名单。
|
1193
|
+
*
|
1194
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1195
|
+
*/
|
1196
|
+
updateBlackWhiteList(updateBlackWhiteListRequest?: UpdateBlackWhiteListRequest): {
|
1197
|
+
method: string;
|
1198
|
+
url: string;
|
1199
|
+
contentType: string;
|
1200
|
+
queryParams: {};
|
1201
|
+
pathParams: {};
|
1202
|
+
headers: {};
|
1203
|
+
data: {};
|
1204
|
+
};
|
1205
|
+
/**
|
1206
|
+
* 设置CDN节点上缓存资源的缓存策略。
|
1207
|
+
*
|
1208
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1209
|
+
*/
|
1210
|
+
updateCacheRules(updateCacheRulesRequest?: UpdateCacheRulesRequest): {
|
1211
|
+
method: string;
|
1212
|
+
url: string;
|
1213
|
+
contentType: string;
|
1214
|
+
queryParams: {};
|
1215
|
+
pathParams: {};
|
1216
|
+
headers: {};
|
1217
|
+
data: {};
|
1218
|
+
};
|
1219
|
+
/**
|
1220
|
+
* 修改域名全量配置接口,支持配置回源请求头、HTTP header配置、URL鉴权、证书、源站、回源协议、强制重定向、智能压缩、缓存URL参数、IPv6、状态码缓存时间、Range回源、User-Agent黑白名单、改写回源URL、自定义错误页面
|
1221
|
+
*
|
1222
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1223
|
+
*/
|
1224
|
+
updateDomainFullConfig(updateDomainFullConfigRequest?: UpdateDomainFullConfigRequest): {
|
1225
|
+
method: string;
|
1226
|
+
url: string;
|
1227
|
+
contentType: string;
|
1228
|
+
queryParams: {};
|
1229
|
+
pathParams: {};
|
1230
|
+
headers: {};
|
1231
|
+
data: {};
|
1232
|
+
};
|
1233
|
+
/**
|
1234
|
+
* 一个证书配置多个域名,设置域名强制https回源参数。
|
1235
|
+
*
|
1236
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1237
|
+
*/
|
1238
|
+
updateDomainMultiCertificates(updateDomainMultiCertificatesRequest?: UpdateDomainMultiCertificatesRequest): {
|
1239
|
+
method: string;
|
1240
|
+
url: string;
|
1241
|
+
contentType: string;
|
1242
|
+
queryParams: {};
|
1243
|
+
pathParams: {};
|
1244
|
+
headers: {};
|
1245
|
+
data: {};
|
1246
|
+
};
|
1247
|
+
/**
|
1248
|
+
* 修改源站信息。源站IP地址或域名都可以指引CDN节点回源到对应的源站服务器,源站域名不能与加速域名相同。
|
1249
|
+
*
|
1250
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1251
|
+
*/
|
1252
|
+
updateDomainOrigin(updateDomainOriginRequest?: UpdateDomainOriginRequest): {
|
1253
|
+
method: string;
|
1254
|
+
url: string;
|
1255
|
+
contentType: string;
|
1256
|
+
queryParams: {};
|
1257
|
+
pathParams: {};
|
1258
|
+
headers: {};
|
1259
|
+
data: {};
|
1260
|
+
};
|
1261
|
+
/**
|
1262
|
+
* 开启此项配置后,当CDN节点回源请求源站返回301/302状态码时,CDN节点会先跳转到301/302对应地址获取资源并缓存后再返回给用户。
|
1263
|
+
*
|
1264
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1265
|
+
*/
|
1266
|
+
updateFollow302Switch(updateFollow302SwitchRequest?: UpdateFollow302SwitchRequest): {
|
1267
|
+
method: string;
|
1268
|
+
url: string;
|
1269
|
+
contentType: string;
|
1270
|
+
queryParams: {};
|
1271
|
+
pathParams: {};
|
1272
|
+
headers: {};
|
1273
|
+
data: {};
|
1274
|
+
};
|
1275
|
+
/**
|
1276
|
+
* 设置加速域名HTTPS。通过配置加速域名的HTTPS证书,并将其部署在全网CDN节点,实现HTTPS安全加速。
|
1277
|
+
*
|
1278
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1279
|
+
*/
|
1280
|
+
updateHttpsInfo(updateHttpsInfoRequest?: UpdateHttpsInfoRequest): {
|
1281
|
+
method: string;
|
1282
|
+
url: string;
|
1283
|
+
contentType: string;
|
1284
|
+
queryParams: {};
|
1285
|
+
pathParams: {};
|
1286
|
+
headers: {};
|
1287
|
+
data: {};
|
1288
|
+
};
|
1289
|
+
/**
|
1290
|
+
* 修改回源HOST。回源HOST是CDN节点在回源过程中,在源站访问的站点域名,即http请求头中的host信息。
|
1291
|
+
*
|
1292
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1293
|
+
*/
|
1294
|
+
updateOriginHost(updateOriginHostRequest?: UpdateOriginHostRequest): {
|
1295
|
+
method: string;
|
1296
|
+
url: string;
|
1297
|
+
contentType: string;
|
1298
|
+
queryParams: {};
|
1299
|
+
pathParams: {};
|
1300
|
+
headers: {};
|
1301
|
+
data: {};
|
1302
|
+
};
|
1303
|
+
/**
|
1304
|
+
* 修改私有桶开启关闭状态。
|
1305
|
+
*
|
1306
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1307
|
+
*/
|
1308
|
+
updatePrivateBucketAccess(updatePrivateBucketAccessRequest?: UpdatePrivateBucketAccessRequest): {
|
1309
|
+
method: string;
|
1310
|
+
url: string;
|
1311
|
+
contentType: string;
|
1312
|
+
queryParams: {};
|
1313
|
+
pathParams: {};
|
1314
|
+
headers: {};
|
1315
|
+
data: {};
|
1316
|
+
};
|
1317
|
+
/**
|
1318
|
+
* Range回源是指源站在收到CDN节点回源请求时,根据http请求头中的Range信息返回指定范围的数据给CDN节点。
|
1319
|
+
*
|
1320
|
+
* 开启Range回源前需要确认源站是否支持Range请求,若源站不支持Range请求,开启Range回源将导致资源无法缓存。
|
1321
|
+
*
|
1322
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1323
|
+
*/
|
1324
|
+
updateRangeSwitch(updateRangeSwitchRequest?: UpdateRangeSwitchRequest): {
|
1325
|
+
method: string;
|
1326
|
+
url: string;
|
1327
|
+
contentType: string;
|
1328
|
+
queryParams: {};
|
1329
|
+
pathParams: {};
|
1330
|
+
headers: {};
|
1331
|
+
data: {};
|
1332
|
+
};
|
1333
|
+
/**
|
1334
|
+
* 设置Referer过滤规则。通过设置过滤策略,对访问者身份进行识别和过滤,实现限制访问来源的目的。
|
1335
|
+
*
|
1336
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1337
|
+
*/
|
1338
|
+
updateRefer(updateReferRequest?: UpdateReferRequest): {
|
1339
|
+
method: string;
|
1340
|
+
url: string;
|
1341
|
+
contentType: string;
|
1342
|
+
queryParams: {};
|
1343
|
+
pathParams: {};
|
1344
|
+
headers: {};
|
1345
|
+
data: {};
|
1346
|
+
};
|
1347
|
+
/**
|
1348
|
+
* 新增/修改域名响应头配置。
|
1349
|
+
*
|
1350
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1351
|
+
*/
|
1352
|
+
updateResponseHeader(updateResponseHeaderRequest?: UpdateResponseHeaderRequest): {
|
1353
|
+
method: string;
|
1354
|
+
url: string;
|
1355
|
+
contentType: string;
|
1356
|
+
queryParams: {};
|
1357
|
+
pathParams: {};
|
1358
|
+
headers: {};
|
1359
|
+
data: {};
|
1360
|
+
};
|
1361
|
+
};
|
1362
|
+
/**
|
1363
|
+
*
|
1364
|
+
* @export
|
1365
|
+
* @class RequiredError
|
1366
|
+
* @extends {Error}
|
1367
|
+
*/
|
1368
|
+
export declare class RequiredError extends Error {
|
1369
|
+
field: string;
|
1370
|
+
name: "RequiredError";
|
1371
|
+
constructor(field: string, msg?: string);
|
1372
|
+
}
|