Price
Within the "Price" subsection, developers can access detailed pricing information for various resource types.
Get prices
GET
{{BASE_URL}}/api/providers/{id}/locations/{locationId}/images/{imageName}/prices
Get all the available prices that can be used to create a particular resource type ( vm, k8s, db , app ).
Path Parameters
Name | Type | Description |
---|---|---|
id* | String | Provider ID |
locationId* | String | Location ID |
imageName* | String | Ubuntu, AmazonLinux ... |
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | Bearer Token |
Last updated