Skip to content

Connected Devices

The Admin method ConnectedDevices lists all devices currently connected to MPS.

Click here for supported input and output types.

  • Endpoint: /admin
  • Method Type: POST
  • Headers: X-MPS-API-Key
  • Body:
{  
   "method":"ConnectedDevices",
   "payload":{}
}

Example Outputs:

Success

[
    {
        "name": "Win7-machine",
        "mpsuser": "standalone",
        "amtuser": "admin",
        "host": "8dad96cb-c3db-11e6-9c43-bc0000d20000",
        "icon": 1,
        "conn": 1
    }
]

Return to MPS Methods