Projects
Returns details for a single project.
get/organizations/projects/{project_id}
Path parameters
project_idstring required
ID of the project.
Response
Example response
{
"id": "09ae8411-0fbb-411c-898c-2b8f19622ae1",
"name": "Admin",
"organization_id": "ab4a6b00-aa5f-408e-a9fb-ac6de5eb45ab",
"relation": "owner",
"resources": {
"disks": {
"count": 5
},
"images": {
"count": 5
},
"instances": {
"count": 5
},
"snapshots": {
"count": 5
},
"vpc_networks": {
"count": 5
}
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.