curl --request GET \
--url http://localhost:2468/v1/desktop/display/info{
"display": "<string>",
"resolution": {
"height": 1,
"width": 1,
"dpi": 1
}
}Performs a health-gated display query against the managed desktop and returns the current display identifier and resolution.
curl --request GET \
--url http://localhost:2468/v1/desktop/display/info{
"display": "<string>",
"resolution": {
"height": 1,
"width": 1,
"dpi": 1
}
}