I'm trying to retrieve the list of revoked events using the V3 API but I keep getting a 404 not found message.
I'm using icehouse-3 and using this as my reference: http://docs.openstack.org/api/openstack-identity-service/3/content/list-revocation-events-get-os-revokeevents.html
Is my url below incorrect?
Thank you!
curl -ki \
-H "X-Auth-Token: password" \
-X GET \
https://xxxx:35357/v3/OS-REVOKE/events
HTTP/1.1 404 Not Found
Vary: X-Auth-Token
Content-Type: application/json
Content-Length: 93
Date: Sun, 31 Aug 2014 21:04:34 GMT
{"error": {"message": "The resource could not be found.", "code": 404, "title": "Not Found"}}>