v51

latestOpenAPI 3.0.1raw.githubusercontent.com2026-08-01169142751.2 KB
Subscriptions - Essentials

Get a single Essentials plan

Gets information on the specified Essentials plan.

get/v1/fixed/plans/{planId}

Path parameters

planIdinteger required

Essentials plan ID.

Response

OK

idinteger
namestring
sizenumber double
datasetSizenumber double
sizeMeasurementUnitstring
providerstring
regionstring
regionIdinteger
priceinteger
priceCurrencystring
pricePeriodstring
maximumDatabasesinteger
maximumThroughputinteger
maximumBandwidthGBinteger
availabilitystring
connectionsstring
cidrAllowRulesinteger
supportDataPersistenceboolean
redisFlexboolean
supportInstantAndDailyBackupsboolean
supportReplicationboolean
supportClusteringboolean
supportSslboolean
customerSupportstring
linksobject[]

Example response

{
  "id": 98273,
  "name": "Cache 5GB",
  "size": 5,
  "sizeMeasurementUnit": "GB",
  "provider": "AWS",
  "region": "eu-west-1",
  "regionId": 4,
  "price": 77,
  "priceCurrency": "USD",
  "pricePeriod": "Month",
  "maximumDatabases": 1,
  "availability": "No replication",
  "connections": "unlimited",
  "cidrAllowRules": 4,
  "supportDataPersistence": true,
  "supportInstantAndDailyBackups": true,
  "supportReplication": false,
  "supportClustering": true,
  "supportSsl": false,
  "supportedAlerts": [
    "throughput-higher-than"
  ],
  "customerSupport": "Standard",
  "links": [
    {
      "rel": "self",
      "href": "http://localhost:8081/v1/fixed/plans/16583",
      "type": "GET"
    }
  ]
}