VMware {code} Community
RocsSun
Contributor
Contributor

VSphere rest api 获取library detai 404

request: https://xxx.xxx.xxx.xx/rest/com/vmware/content/library 

response: 

{
  "value": [
    "626b7ee9-94ef-47f2-a8d3-28312186aa67",
    "568dd687-fa79-4400-8c22-ad3731fbccaf",
    "5fe3c57f-ac1d-4c18-aa4a-dc204372ffd8"
  ]
}

 

获取单个library时404。response 中的id已存在。

 

request: https://xxx.xxx.xxx.xx /rest/com/vmware/content/library/626b7ee9-94ef-47f2-a8d3-28312186aa67

response

{
  "name": "com.vmware.vapi.rest.httpNotFound",
  "localizableMessages": [
    {
      "defaultMessage": "Not found.",
      "id": "com.vmware.vapi.rest.httpNotFound"
    }
  ],
  "majorErrorCode": 404
}
Labels (2)
Reply
0 Kudos
0 Replies