-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathio.edgehog.devicemanager.apps.CreateDeviceMappingRequest.json
More file actions
55 lines (55 loc) · 1.92 KB
/
io.edgehog.devicemanager.apps.CreateDeviceMappingRequest.json
File metadata and controls
55 lines (55 loc) · 1.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"interface_name": "io.edgehog.devicemanager.apps.CreateDeviceMappingRequest",
"version_major": 0,
"version_minor": 1,
"type": "datastream",
"ownership": "server",
"aggregation": "object",
"mappings": [
{
"endpoint": "/deviceMapping/id",
"type": "string",
"database_retention_policy": "use_ttl",
"database_retention_ttl": 31556952,
"reliability": "guaranteed",
"description": "Create Device Mapping Request id",
"doc": "Unique id for the container."
},
{
"endpoint": "/deviceMapping/deploymentId",
"type": "string",
"database_retention_policy": "use_ttl",
"database_retention_ttl": 31556952,
"reliability": "guaranteed",
"description": "Reference to a Deployment using the device mapping",
"doc": "The deployment in which the device mapping is used, so the device can send deployment events to Astarte for the create request"
},
{
"endpoint": "/deviceMapping/pathOnHost",
"type": "string",
"database_retention_policy": "use_ttl",
"database_retention_ttl": 31556952,
"reliability": "guaranteed",
"description": "Path on host for the device",
"doc": "Path on host for the device, for example '/dev/deviceName'"
},
{
"endpoint": "/deviceMapping/pathInContainer",
"type": "string",
"database_retention_policy": "use_ttl",
"database_retention_ttl": 31556952,
"reliability": "guaranteed",
"description": "Path in the container for the device",
"doc": "Path in the container for the device, for example '/dev/deviceName'"
},
{
"endpoint": "/deviceMapping/cGroupPermissions",
"type": "string",
"database_retention_policy": "use_ttl",
"database_retention_ttl": 31556952,
"reliability": "guaranteed",
"description": "Permissions on the device.",
"doc": "Permissions on the device, for example 'mrw'"
}
]
}