DeploymentTargets
Get a list of Tasks for the given Deployment Target
Get a history of related Tasks (ie. Deployments) for a Deployment Target.
get/machines/{id}/tasks
Path parameters
idstring required
ID of the Deployment Target
Query parameters
skipinteger
Number of items to skip. Defaults to zero
takeinteger
Number of items to take. Defaults to 30
type'Deployment' | 'RunbookRun'
The type of Task to retrieve. If left blank, all Tasks are retrieved
Response
The requested list of Tasks for the Deployment Target
Example response
{
"Items": [
{
"ProjectId": "Projects-1",
"SpaceId": "Spaces-1"
}
]
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.