Skip to main content

Getting the Machines Associated to a User

This section describes the App Broker REST API endpoint to get a list of machines associated to the user.

Endpoint ExampleResponse Body Example
\[GET\] http://<SERVERNAME>/esd/api/users/domain=<domain>/user=<username>/machines


[
{
"name": "ITAAPACRESSODEV",
"requestType": "userMapped"
},
{
"name": "ITAAPPHOWEDEV",
"requestType": "userMapped"
},
{
"name": "ITAAP1511CASLAX",
"requestType": "userMapped"
}
]

Input Parameter Details

The following are the details for the parameters listed in the Request Body Example:

ParameterDescription
domainEnter the domain to which the machine belongs.
usernameEnter a valid user name for whom the machines have to be fetched.

Output Details

The output returns a list of machines associated to the user.