when you play to many video games as a child
Check out this new hibernate video for AWS.
Do you have a link with more details for the hibernate python script and the VM you created?
Does this url work for youhttps://cpanel-backend-prod.frame.nutanix.com/api/v1/docs/clusters/index.html#/ ?
#!/usr/local/bin/python import hashlib import hmac import time import requests import base64 # Client credentials client_id = "**********.img.frame.nutanix.com" client_secret = "*************" cluster_id ="********-****-****-****-**********" # Create signature timestamp = int(time.time()) to_sign = "%s%s" % (timestamp, client_id) signature = hmac.new(client_secret, to_sign, hashlib.sha256).hexdigest() #stage_domain = "https://api-gateway-staging.staging.frame.nutanix.com/" prod_domain = "https://api-gateway-prod.frame.nutanix.com" domain = prod_domain # Prepare http request headers headers = { "X-Frame-ClientId": client_id, "X-Frame-Timestamp": str(timestamp), "X-Frame-Signature": signature } hibernate_req = requests.post(domain + "/v1/clusters/" + cluster_id + "/hibernate" , headers=headers)
I’m looking forward to holiday themed videos from now on ;)
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
Sorry, we're still checking this file's contents to make sure it's safe to download. Please try again in a few minutes.
Sorry, our virus scanner detected that this file isn't safe to download.