curl --location --request GET 'https://api.laf.run/v1/resources/resource-bundles'
{
"error": "string",
"data": [
{
"_id": "string",
"regionId": "string",
"name": "string",
"displayName": "string",
"spec": {
"cpu": {
"value": 0,
"label": "string"
},
"memory": {
"value": 0,
"label": "string"
},
"databaseCapacity": {
"value": 0,
"label": "string"
},
"storageCapacity": {
"value": 0,
"label": "string"
},
"networkTraffic": {
"value": 0,
"label": "string"
},
"dedicatedDatabaseCPU": {
"value": 0,
"label": "string"
},
"dedicatedDatabaseMemory": {
"value": 0,
"label": "string"
},
"dedicatedDatabaseCapacity": {
"value": 0,
"label": "string"
},
"dedicatedDatabaseReplicas": {
"value": 0,
"label": "string"
}
},
"enableFreeTier": true,
"limitCountOfFreeTierPerUser": 0,
"message": "string",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}
]
}