/
/Reverse Proxy as a Service
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 21m ago · Updated 1mo ago
rpaas19
  • getCheck the API healthiness
  • postCreate an instance
  • getGet additional information about an instance
  • putUpdate an instance
  • deleteDelete an instance
  • getWhether instance is running or not
  • postBinds the app to the rpaas instance
  • postBind Unit
  • deleteUnbind Unit
  • getList supported plans
  • getList supported flavors
  • getList flavors by instance
  • getList supported plans by instance
  • getGet a summary info about an instance
  • postPurge cache key of rpaasv2.
  • getGet reverse proxy instance autoscaling parameters
  • putUpdate the reverse proxy instance autoscaling parameters
  • postSet reverse proxy the autoscaling parameters
  • deleteRemove the reverse proxy instance autoscaling capability
rpaas-purger1
    rpaas

    List supported flavors

    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/flavors

    Response

    OK

    namestring
    descriptionstring

    Example response

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

    Changes