Subscriptions - Essentials
Get a single Essentials subscription
Gets information on the specified Essentials subscription.
get/v1/fixed/subscriptions/{subscriptionId}
Path parameters
subscriptionIdinteger required
Subscription ID.
Response
OK
Example response
{
"id": 151367,
"name": "fixed-sub-2",
"status": "active",
"paymentMethodId": 8241,
"paymentMethodType": "credit-card",
"planId": 98276,
"planName": "Standard 1GB",
"size": 1,
"sizeMeasurementUnit": "GB",
"provider": "AWS",
"region": "us-west-1",
"price": 22,
"pricePeriod": "Month",
"priceCurrency": "USD",
"maximumDatabases": 1,
"availability": "Single-zone",
"connections": "1024",
"cidrAllowRules": 8,
"supportDataPersistence": true,
"supportInstantAndDailyBackups": true,
"supportReplication": true,
"customerSupport": "Standard",
"creationDate": "2022-11-21T20:02:21+02:00",
"supportClustering": false,
"links": [
{
"rel": "self",
"href": "http://localhost:8081/v1/fixed/subscriptions/151367",
"type": "GET"
}
]
}