vmware.vmware_rest icon indicating copy to clipboard operation
vmware.vmware_rest copied to clipboard

Getting 404 for all requests with 2.0.0 but 1.0.1 works fine

Open matthewcosgrove opened this issue 2 years ago • 1 comments

Are there some new steps required to use 2.0.0?

I'm running playbooks found in https://github.com/matthewcosgrove/lab-ops/tree/master/prereqs

Using 1.0.1, everything runs fine, as they always have done

Every request, after upgrading to 2.0.0 gives

headers: <CIMultiDict('vmware-api-session-id': '55c11e2d372391b8a406ccfed35d4126', 'content-type': 'application/json')>
  status: 404
  answer: {"error_type":"NOT_FOUND","messages":[{"args":[],"default_message":"Not found.","id":"com.vmware.vapi.rest.httpNotFound"}]}

matthewcosgrove avatar Aug 05 '21 14:08 matthewcosgrove

Hi @matthewcosgrove. The 2.0.0 branch depends on vSphere 7.0.2+. I would suggest to stay with 1.0.1 if you use an older version.

goneri avatar Aug 25 '21 19:08 goneri