当您小时候玩许多视频游戏时
查看此新的Hibernate视频以获取AWS。
您是否有一个链接,其中包含有关Hibernate Python脚本和您创建的VM的更多详细信息?
#!/usr/local/bin/python
导入哈希布
导入HMAC
进口时间
导入请求
导入基础64
#客户凭证
client_id =“ **********。img.frame.nutanix.com”
client_secret =“ *************”
cluster_id =“ ******** - **** - **** - **** - **********”
#创建签名
时间戳= int(time.time())
to_sign =“%s%s”%(时间戳,client_id)
签名= 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”
域= prod_domain
#准备HTTP请求标头
标题= {“ x-frame-clientid”:client_id,“ x-frame-timestamp”:str(timestamp),“ x-frame-signature”:signature}
hibernate_req = requests.post(域 +“/v1/clusters/” + cluster_id +“/hibernate”,headers = headers)