質問104
展示を参照。
輸入リクエスト
url = https://api.amp.cisco.com/v1/computers
ヘッダー = {
'accept' : application/json
'content-type' : application/json
'authorization' :基本API認証情報
'cache-control' : "キャッシュなし"
}r
esponse = requests.request ("GET", url, headers = headers)
print (response.txt)
このPythonスクリプトを実行すると何が起こるか?
https://api.amp.cisco.com/v1/computers "のAPIを呼び出すことで、Advanced Malware Protection (AMP)が参照する組織全体のコンピュータのリストを取得することができます:
api_host=api.apjc.amp.cisco.com&api_resource=Computer&api_version=v1