DeploymentTargets
Get an existing Deployment Target.
get/spaces/{spaceIdentifier}/machines/{id}
Path parameters
spaceIdentifierstring required
Identifier (ID or slug) of the space
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.