Baidu AI Cloud
中国站

百度智能云

CDN

Tool Interface

IP Query and Node Judgment

Used for checking whether the IP address is the CDN node of Baidu AI Cloud.

	 $ip = '1.2.3.4'; 
	 $action = 'describeIp'; 
	 $resp = $client->ipQuery($action, $ip); 
	 print_r($resp);
Previous
Log Interface
Next
Version Change Record