Management Presence Server
Management Presence Server (MPS) API 2.5.0
OAS3
https://api.swaggerhub.com/apis/rbheopenamt/mps/2.5.0Open AMT Cloud Toolkit supports MPS API methods for authorization, user authentication, device-specific actions, such as power actions, and general device information.
For direct connection to MPS:
MPS Format of URI:
{{protocol}}://{{host}}:{{port}}/api/v1/{{MPS API}}
Example URI for Authorize: https://example.site.com:8003/login/api/v1/authorize
When running behind the Kong API proxy, prepend the following prefixes to the URI:
Kong prefixes:
/mps/login
for POST authorize method/mps/ws
for websocket routes/mps
for all other routes, including GET authorize/redirection method
For connection through Kong:
MPS Format of URI:
{{protocol}}://{{host}}/{{Kong Prefix}}/api/v1/{{MPS API}}
Example URI for Authorize: https://example.site.com/mps/login/api/v1/authorize
Servers