openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #17996
Trouble accessing list of servers via APi on arm.trystack.org
Hello,
I could successfully log into the UI at http://arm.trystack.org/nova/
I also can get auth token by executing: curl -k -X 'POST' -v http://arm.trystack.org:5000/v2.0/tokens -d '{"auth":{"passwordCredentials":{"username": "user981443", "password":"***"}, "tenantId":""}}' -H 'Content-type: application/json'
One of the issues is that I can't access any other APIs but 'tenants'
so
curl -H "X-Auth-Token:3954c19d157a446aa87d52cb674b5b6e" http://arm.trystack.org:5000/v2.0/tenants
works fine but
curl -H "X-Auth-Token:3954c19d157a446aa87d52cb674b5b6e" http://arm.trystack.org:5000/v2.0/servers
does not (I get 404 HTTP status code).
Am I calling a wrong API?
Thanks.
Follow ups