rpaas
List flavors by instance
This endpoint is part of legacy RPaaS API.
Deprecated in favor of GET /resources/plans (see the supported flavors within schemas field of Plan object).
get/resources/{instance}/flavors
Path parameters
instancestring required
Instance name
Response
OK
Example response
[
{
"name": "chocolate",
"description": "Awesome description about \"chocolate\" flavor."
}
]