GET /my
Retrieve the local device snapshot (metadata + contents + settings) over LAN, without hitting the cloud.
GET /my
Renvoie un instantané local de l'appareil (infos, contenus, paramètres) via le service LAN.
Headers
Name
Value
Content-Type
application/json
Response
{
"id": "device-id-placeholder",
"androidId": "android-id-placeholder",
"ip": "192.168.x.x",
"label": "Device Label",
"type": "xr",
"screenOn": true,
"model": {
"brand": "oculus",
"commercial": "Meta Quest 3S",
"product": "Quest 3S",
"type": "xr"
},
"contents": {
"applications": [],
"files": [],
"packages": [
{
"name": "Pulse MDM",
"packageName": "com.pulse.mdm.service",
"versionCode": 47,
"versionName": "1.4.7"
},
{
"name": "Example app",
"packageName": "com.example.app",
"versionCode": 123,
"versionName": "1.2.3"
}
],
"videos": [
{
"id": "video-id",
"title": "Sample video",
"synopsis": "Short description",
"description": "Longer description...",
"isStereoscopic": false,
"url": "http://192.168.x.x:8088/video/stream?id=video-id",
"posterUrl": "http://192.168.x.x:8088/video/poster?id=video-id",
"vignetteUrl": "http://192.168.x.x:8088/video/thumbnail?id=video-id"
}
]
},
"settings": {
"battery": {
"health": "Good",
"isCharging": false,
"level": 100,
"temperature": 24.0,
"voltage": 4266
},
"isDeviceOwner": false,
"storage": [
{
"volumeDescription": "Internal Storage",
"totalSpace": 113286590464,
"freeSpace": 99305816064,
"usedSpace": 13980774400,
"isRemovable": false
}
],
"volume": 53
}
}Mis à jour