你好。
IHAC试图通过此呼叫将图像上传到他们的Prism Central:
curl -k -u用户:Pass -t“ utils/isos/core -11.1.iso” -x put -header“ content -type:application/opplication/octet -stream” - -HEADER“ ACCEPT:application/json”“ https” https:// pc-ip:9440/api/nutanix/v3/images/4ae2fa8d-264b-4191-a56f-0ccd-0ccd49894b9b/file''
但是呼叫返回此错误:
{
“ api_version”:“ 3.1”,
“代码”:500,
“ message_list”:[
{
“消息”:“内部服务器错误。无法流式图像:oops-服务器错误”,
“原因”:“ internal_error”
}
],,
“状态”:“错误”
}
由于错误消息尚不清楚,因此我们不确定呼叫有什么问题,并且API Explorer中也没有太多信息(https://www.nutanix.dev/reference/prism_element/v2/api/images/post-images-images-createimage/)
有人知道如何通过API v3.0上传图像吗?
此错误是什么意思?
客户正在使用PC PC2020.09.01和5.17.1
是否可以设置存储容器?因为一切都进入了自存储容器。
在下图中,“ x-nutanix-checksum-bytes”是什么意思?
非常感谢您的支持。