Skip to main content

Getting the Deployment Technology Details for a Machine

This section describes the App Broker REST API endpoint to get the deployment technology details for a machine..

Endpoint ExampleResponse Body Example
\[GET\] http://<SERVERNAME>/esd/api/computers/ComputerName=<machinename>/DeploymentMapping
[
{
"computerResourceId": "16777221",
"smBios": "00000000-0000-0000-0000-000000000000"
}
]

Input Parameter Details

The ComputerName parameter in the URL expects a a valid machine name.

Output Details

The output returns the deployment technology information of the specified machine, whether it is present in System Center Configuration Manager or not.