DeploymentTargets
Get an existing Deployment Target.
get/{spaceId}/machines/{id}
Path parameters
spaceIdstring required
The id of the space that contains the Machine.
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.