Baidu AI Cloud
中国站

百度智能云

CDN

Tool Interface

IP Detection

Verify whether the designated IP belongs to CDN service node of Baidu Kaifang Cloud.

public void checkIp(){ 
        IpCheckRequest request=new IpCheckRequest().withIp("1.3.5.6").withAction("describeIp"); 
        IpCheckResponse ipCheckResponse = cdnClient.checkIp(request); 
        System.out.println(ipCheckResponse); 
    } 
Previous
Dynamic Acceleration Interface
Next
SDK Log-level Configuration