DeploymentTargets
Get a list of Deployment Targets
Lists all of the Deployment Targets in the supplied Space. The results will be sorted alphabetically by name.
get/machines/all
Query parameters
idsstring[]
A comma separated list of Machine resource ids used to filter a query.
thumbprintstring
A thumbprint used to filter a query.
Response
Requested list of Deployment Targets
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.