Get Project
Get project with a given id
The ID of the project.
The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about
Successful operation
{
"id": "9.0E49",
"createdAt": "2012-09-27",
"updatedAt": "2012-09-27",
"owner": "[email protected]",
"ownerType": "ad_group",
"orgId": "42413b31-1716-477e-9a88-9dc1c3cb1cdf",
"_links": {
"empty": false
},
"name": "my-name",
"description": "my-description",
"administrators": [
{
"email": "[email protected]"
}
],
"members": [
{
"email": "[email protected]"
}
],
"viewers": [
{
"email": "[email protected]"
}
],
"supervisors": [
{
"email": "[email protected]"
}
],
"zones": [
{
"id": "9.0E49",
"createdAt": "2012-09-27",
"updatedAt": "2012-09-27",
"owner": "[email protected]",
"ownerType": "ad_group",
"orgId": "42413b31-1716-477e-9a88-9dc1c3cb1cdf",
"_links": {
"empty": false
},
"zoneId": "77ee1",
"priority": 1,
"maxNumberInstances": 50,
"allocatedInstancesCount": 0,
"memoryLimitMB": 2048,
"allocatedMemoryMB": 0,
"cpuLimit": 2048,
"allocatedCpu": 0,
"storageLimitGB": 20,
"allocatedStorageGB": "number"
}
],
"constraints": {
"network": [
{
"mandatory": "true",
"expression": "env:dev"
}
],
"storage": [
{
"mandatory": "false",
"expression": "gold"
}
],
"extensibility": [
{
"mandatory": "false",
"expression": "key:value"
}
]
},
"operationTimeout": 0,
"machineNamingTemplate": "${project.name}-test-${####}",
"sharedResources": false,
"placementPolicy": "DEFAULT",
"customProperties": {
"property": "value"
}
}
The id of this resource instance
Date when the entity was created. The date is in ISO 8601 and UTC.
Date when the entity was last updated. The date is ISO 8601 and UTC.
Email of the user or display name of the group that owns the entity.
Type of a owner(user/ad_group) that owns the entity.
The id of the organization this entity belongs to.
HATEOAS of the entity
A human-friendly name used as an identifier in APIs that support this option.
A human-friendly description.
List of administrator users associated with the project. Only administrators can manage project's configuration.
List of member users associated with the project.
List of viewer users associated with the project.
List of supervisor users associated with the project.
List of Cloud Zones assigned to this project. You can limit deployment to a single region or allow multi-region placement by adding more than one cloud zone to a project. A cloud zone lists available resources. Use tags on resources to control workload placement.
List of storage, network and extensibility constraints to be applied when provisioning through this project.
The timeout that should be used for Blueprint operations and Provisioning tasks. The timeout is in seconds
The naming template to be used for machines provisioned in this project
Specifies whether the resources in this projects are shared or not.
Placement policy for the project. Determines how a zone will be selected for provisioning. DEFAULT or SPREAD.
The project custom properties which are added to all requests in this project
Forbidden
"ServiceErrorResponse Object"
message
messageId
stackTrace
statusCode
errorCode
details
serverErrorId
documentKind
internalErrorCode
Not Found
"ServiceErrorResponse Object"
message
messageId
stackTrace
statusCode
errorCode
details
serverErrorId
documentKind
internalErrorCode
curl -H 'Authorization: <value>' https://{api_host}/iaas/api/projects/{id}