You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code in appliance_info.py is an example. Feel free to download it, and add or delete code for what you need.
When looking at the appliance_info.py code, you will discover that the appliance API was invoked:
# Get appliance info
url = "/v310/appliance"
r = tintri.api_get(server_name, url, session_id)
If you go to the appliance API documentation, you will discover the output Appliance. Clicking on Appliance, you will discovered the contents of the Appliance object. Scrolling down, you notice the temperatures attribute which contains an array of Temperature. Click on the Temperature object and you find the information you're looking for.
Looking to Get the Temperature for the Appliance in the appliance_info.py as well.
The text was updated successfully, but these errors were encountered: