Operation to fetch pricing information. These endpoints do not require any API keys to access. These are publicly available information.
List pricing information for each type of node size.
Successfully fetched pricing information for node sizes.
{- "APPLICATION": {
- "PROVIDER": {
- "DATACENTRE_REGION": {
- "name": "string",
- "dataCentre": "string",
- "dataCentreDisplayName": "string",
- "provider": "AWS",
- "displayName": "string",
- "displayGroup": "string",
- "cost": 0,
- "managementUnits": 0,
- "awsMarketplaceCost": 0,
- "azureMarketplaceCost": 0,
- "gcpMarketplaceCost": 0,
- "diskQuota": 0,
- "cacheDiskQuota": 0,
- "enabled": true,
- "mountedStorageType": "AWS_VPC_GP2",
- "freeTrial": true,
- "providerNodeSizeName": "string",
- "developer": true,
- "memoryQuota": 0,
- "cpuCores": 0,
- "volumeCount": 0,
- "deprecated": true,
- "persistentStorageDiskCount": 0,
- "ephemeralStorageDiskCount": 0,
- "provisionedDiskIops": 0,
- "provisionedDiskThroughput": 0,
- "cpuArch": "X86_64",
- "mountedStorageTypeDisplayName": "string",
- "instaclustrLifecycleState": "GENERAL_AVAILABILITY"
}
}
}
}