Skip to content

Instantly share code, notes, and snippets.

@jd
Last active August 29, 2015 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jd/229ab8211aa9a6b547de to your computer and use it in GitHub Desktop.
Save jd/229ab8211aa9a6b547de to your computer and use it in GitHub Desktop.
Gnocchi TODO list
  • Allow PATCH on resources (for example changing "host" or "flavor_id" after a resize)
  • Allow to retrieve the list of resources for a user: /v1/resources/?user_id=<foo> -> return all instances too /v1/instances/?user_id=<foo>
  • Allow to retrieve the list of resources for a user with details: /v1/resources/?user_id=<foo>&detail=true -> return all instances too with full details (more costs as we need to look in other tables)
  • Allow to retrieve the list of resources with timestamp /v1/resources/?started_after=<timestamp>&ended_before=<timestamp>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment