Product Management
Get public cloud info
Get a public cloud's details
get/1/public_clouds/{public_cloud_id}
Path parameters
public_cloud_idinteger required
Unique identifier of the Public Cloud product
Query parameters
withstring
Optional : Allows loading additional data about a resource, which may include related resources.
Response
OK
Example response
{
"result": "success",
"data": {
"tags": [
{
"id": 1234,
"name": "My tag name",
"color": 4,
"product_count": 2
}
],
"public_cloud_id": 1332,
"public_cloud": {
"price": 12,
"price_updated_at": 1650751200,
"updated_at": 1650751200,
"project_count": 3,
"billing_start_at": 1650751200,
"billing_end_at": 1650751200
}
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.