Comment 1 for bug 956096

Revision history for this message
Itraju Devendra Babu (itraju-babu) wrote :

I am able to get the list the flavors after marker (up to limit) using the curl command as below.

REQ:

 curl -D - -H "X-Auth-Token: testuser:admin" -H "Accept: application/json" http://<ipaddress>:8774/v1.1/admin/flavors/detail?limit=1&marker=2

Response:
{"flavors": [{"vcpus": 2, "disk": 10, "name": "m1.medium", "links": [{"href": "http://<ipaddress>:8774/v1.1/admin/flavors/3", "rel": "self"}, {"href": "http://<ipaddress>:8774/admin/flavors/3", "rel": "bookmark"}], "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 40, "ram": 4096, "id": "3", "swap": ""}], "flavors_links": [{"href": "http://<ipaddress>:8774/v1.1/admin/flavors?limit=1&marker=3", "rel": "next"}]}

Kindly, Please elaborate on this..