DeploymentTargets
Get an existing Deployment Target.
get/machines/{id}
Path parameters
idstring required
The id of the Machine.
Response
The Deployment Target resource to return.
Example response
{
"EnvironmentIds": [
"Environments-1",
"..."
],
"SpaceId": "Spaces-1",
"TenantIds": [
"Tenants-1",
"..."
]
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.