List All Projects
List all public cloud projects for all public clouds
Query parameters
Optional : Allows loading additional data about a resource, which may include related resources.
Unique identifier of the account that is related to the resource {name}
The account identifier
{
"search": "My Public Cloud",
"services": [
"kaas"
]
}Group results by the given field
A valid Public Cloud Identifier to filter the list by
Optional : If you pass this parameter with the value total, then the response will be the number of items in the collection, instead of the items themselves.<br /> Part of the total capacity
Optional parameter that define the number of items to return<br /> Part of the offset capacity
Optional parameter that define the index of the first item to return (0 = first item)<br /> Part of the offset capacity
Optional parameter that define the page number<br /> Part of the pagination capacity
Optional parameter that define the number of items per page<br /> Part of the pagination capacity
Optional parameter that define the field used for sorting<br /> Part of the sort capacity
Optional parameter that define the default sort order<br /> Part of the sort capacity
Optional parameter that define the sorting order for a field<br /> By default order is used<br /> Part of the sort capacity
Response
OK
Example response
{
"result": "success",
"data": [
{
"public_cloud_project_id": 25454,
"public_cloud_id": 26,
"open_stack_name": "PCP-XXXX",
"name": "MyProject",
"price": 15.5,
"resource_level": 2,
"status": "ok",
"price_updated_at": 1650880800,
"billing_start_at": 1650751200,
"billing_end_at": 1650751200,
"created_at": 1650880441,
"updated_at": 1650880800,
"user_count": 3,
"tags": [
{
"id": 1234,
"name": "My tag name",
"color": 4,
"product_count": 2
}
]
}
],
"total": 221,
"page": 2,
"pages": 15,
"items_per_page": 15
}Changes
No recorded changes to this endpoint across all 1 revision of this API.