Getting the Machines Associated to a User

App Broker 2017

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

Getting the Machines Associated to a 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:

Input Parameter Details of 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.