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
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"
}
]
}