v1

latestOpenAPI 3.0.3BSD-3-Clause License2026-07-17201927.6 KB
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

namestring
descriptionstring

Example response

[
  {
    "name": "chocolate",
    "description": "Awesome description about \"chocolate\" flavor."
  }
]