v1

latestOpenAPI 3.0.3BSD-3-Clause License2026-07-17201927.6 KB
rpaas

List supported plans

This endpoint is part of Tsuru Service API.

get/resources/plans

Response

OK

namestring
descriptionstring

Example response

[
  {
    "name": "small",
    "description": "Description about \"small\" plan:\nCPUs: 2 + Memory: 1024MB + Disk: SSD M.2 ultra fast",
    "schemas": {
      "service_instance": {
        "create": {
          "$id": "https://example.com/schema.json",
          "$schema": "https://json-schema.org/draft-07/schema#",
          "type": "object",
          "properties": {
            "flavors": {
              "type": "string"
            },
            "ip": {
              "type": "string"
            },
            "plan-override": {
              "type": "string"
            },
            "lb-name": {
              "type": "string"
            }
          }
        }
      }
    }
  }
]