Devices and Services
GraphQL queries and mutations for listing, creating and updating Remote.It devices and services, plus the supported application types.
Remote.it Insomnia Collection
$ git clone https://github.com/remoteit/code_samples.gitApplication Types
query {
applicationTypes {
id
name
description
port
protocol
proxy
}
}{
"data": {
"applicationTypes": [
{
"id": 1,
"name": "TCP",
"description": "Generic TCP",
"port": null,
"protocol": "TCP",
"proxy": false
},
{
"id": 4,
"name": "VNC",
"description": "VNC remote desktop",
"port": 5900,
"protocol": "TCP",
"proxy": false
},
...
]
}
} Attributes
Data Type
Description
Get Your Devices
Parameters
Parameter
Data Type
Description
Get Devices By An Attribute
Parameter
Data Type
Description
Update a Device/Service Name
Parameters
Data Type
Description
Update a Device or Service
Parameter
Data Type
Description
Delete Device
Remove a Service
Last updated
Was this helpful?

