Get Deployments
Get all deployments.
Request
URI
GET
https://{api_host}/iaas/api/deployments
COPY
Query Parameters
string
apiVersion
Optional
The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about
Responses
200
successful operation
Returns
Array of
Deployment
of type(s)
application/json
[
{
"owner": "[email protected]",
"organizationId": "deprecated",
"createdAt": "2012-09-27",
"_links": {
"_links": {
"hrefs": [
"string"
],
"href": "string"
}
},
"name": "my-name",
"description": "my-description",
"id": "9e49",
"projectId": "string",
"orgId": "9e49",
"updatedAt": "2012-09-27"
}
]
403
Forbidden
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/iaas/api/deployments
Deployment Operations
POST
Create Deployment
GET
Get Deployments
GET
Get Single Deployment
DELETE
Delete Deployment