Manage virtual receivers
Use this section to add/update/delete new virtual receivers such as DC09, TNA, FlexC V.
Introduction
find a FlexC device by evalink device ID
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"_embedded": {
"ipDevices": [
{
"channels": [
{
"address": "string",
"alive": true,
"connected": true,
"heartbeatMs": 0,
"id": "string",
"ipDevId": "string",
"pollInterval": 0,
"pollTimeout": 0,
"primary": true,
"reported": true,
"supervisionInterval": 0,
"type": "ETH"
}
],
"commissioned": true,
"companyId": "string",
"createdAt": 0,
"deviceId": "string",
"enabled": true,
"entityStatus": "string",
"firmware": "string",
"id": "string",
"ipDevId": "string",
"keyStr": "string",
"manufacturer": "string",
"pollIntervalType": "string",
"reported": true,
"secToPrimPollInterval": 0,
"secToPrimPollTimeout": 0,
"secToPrimSupervisionInterval": 0,
"serial": "string",
"simultaneousSupervisionInterval": 0,
"type": "string",
"updatedAt": 0,
"updatedBy": "string"
}
]
},
"_links": {}
}create a new FlexC device
Headers
Name
Type
Description
Request Body
Name
Type
Description
list all of the VdS devices
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
create a VdS device
Headers
Name
Type
Description
delete the VdS receiver
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
update the VdS receiver
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
create a new DC09 virtual receiver
Headers
Name
Type
Description
Request Body
Name
Type
Description
get a DC09 virtual receiver by device ID
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Last updated
Was this helpful?