Response
200 - application/json
successful operation
import requests
url = "http://api/apollo/nodes/up"
response = requests.get(url)
print(response.text){}import requests
url = "http://api/apollo/nodes/up"
response = requests.get(url)
print(response.text){}successful operation
Was this page helpful?