Getting the Machines Associated to a User
App Broker 2020 R1
This section describes the App Broker REST API endpoint to get a list of machines associated to the user..
Endpoint Example |
Response 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:
Parameter |
Description |
domain |
Enter the domain to which the machine belongs. |
username |
Enter 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.
App Portal / App Broker 2020 R1 Administration GuideAugust 2020 |