10.obtain-device-topology-list
Obtain Device Topology List
Parameters
Name
In
Type
Required
Description
Responses
Status
Meaning
Description
Schema
{
"code": 0,
"message": "success",
"data": {
"list": [{
"hosts": [{
"sn": "drone01",
"device_model": {
"key": "0-60-0",
"domain": "0",
"type": "60",
"sub_type": "0"
},
"online_status": true,
"device_callsign": "Rescue aircraft",
"user_id": "string",
"user_callsign": "string",
"icon_urls": {
"normal_icon_url": "resource://pilot/drawable/tsa_aircraft_others_normal",
"selected_icon_url": "resource://pilot/drawable/tsa_aircraft_others_pressed"
}
}],
"parents": [{
"sn": "rc02",
"online_status": true,
"device_model": {
"key": "2-56-0",
"domain": "2",
"type": "56",
"sub_type": "0"
},
"device_callsign": "Remote controller",
"user_id": "string",
"user_callsign": "string",
"icon_urls": {
"normal_icon_url": "resource://pilot/drawable/tsa_aircraft_others_normal",
"selected_icon_url": "resource://pilot/drawable/tsa_aircraft_others_pressed"
}
}]
}]
}
}Schemas
tsa.GetWebPrjDeviceForOpenPlatformRsp
Name
Type
Required
Restrictions
Description
tsa.DeviceTopoRsp
Name
Type
Required
Restrictions
Description
tsa.TopoGatewayDeviceRsp
Name
Type
Required
Restrictions
Description
tsa.TopoHostDeviceRsp
Name
Type
Required
Restrictions
Description
tsa.DeviceModelEnum
Name
Type
Required
Restrictions
Description
Last updated