缓存管理 刷新缓存 public void purgeUrl ( CdnClient client ) { String domain = my.test.com ; PurgeRequest request = new PurgeRequest ( ) . addTask ( new PurgeTask ( ) . withUrl ( http:// + domain + /url
缓存配置 设置缓存策略 "suffix", "value" => ".jpg", "ttl" => 3600, "weight" => 30, ), // /a/b/c/目录下所有文件缓存1800秒 array( "type" => "path", "
缓存配置 下列代码中对函数入参c即是CdnClient对象,详情参见 CdnClient 设置共享缓存 case1:开启共享缓存 def test_set_cache_share_enable ( c ) : test_set_cache_share_enable cache_share = { enabled : True , domain : test-cache-s
xcdn统计 接口 本接口用于查询XCDN带宽流量统计信息。 Method Path 说明 POST /v2/xcdn/stat/query 查询XCDN统计,不同的统计指标由post参数中的metric指定 请求体 所有metric支持的参数以此进行扩展。 参数 可选 类型 说明 metric 必选 string 指定查询统计指标类型,当前只支持metric为flow的查询,对应的指标有流量和带
回源配置 设置回源地址 "test.origin-new.domain.com", "host" => "www.origin-host.com" ), array( "peer" => "12.34.56.78", "host" => "www.origin-host
工具接口 IP检测 验证指定的IP是否属于百度智能云CDN服务节点。 public void describeIp(CdnClient client){ String ip = "1.3.5.6"; DescribeIpResponse response = cdnClient.describeIp(ip); System.out.println(response); } 验证
日志接口 获取单个域名日志 GetDomainLog cli := client . GetDefaultClient ( ) testDomain := test_go_sdk.baidu.com endTime := 2019-09-01T07:12:00Z startTime := 2019-09-09T07:18:00Z domainLogs , err := cli . Ge
日志接口 获取访问日志 def test_get_domain_log(self): """ test_get_domain_log """ error = None try: response = self.cdn_client.get_domain_log( domain = 'opencdn3.sys-qa.com'
工具接口 下列代码中对函数入参c即是CdnClient对象,详情参见 CdnClient IP检测 验证指定的IP是否属于百度开放云CDN服务节点 def test_ip_query ( c ) : test_ip_query response = c . ip_query ( action = 'describeIp' , ip = '1.1.1.1' ) print ( res
缓存管理 缓存管理 预热缓存 $tasks = array( array( 'url' => 'http://my.accelerate.domain/path/to/file' ) ); $resp = $client->prefetch($tasks); // 根据预热任务id查询预热结果 $resp = $client->listPrefet