v1

latestSwagger 2.02026-08-04232286653.5 KB
Projects

Returns details for a single project.

get/organizations/projects/{project_id}

Path parameters

project_idstring required

ID of the project.

Response

idstring required

ID of the project.

namestring required

Name of the project.

organization_idstring required

ID of the organization that owns the project.

relationstring required

Relation of the logged-in user to the project. Deprecated.

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
    }
  }
}