-
Notifications
You must be signed in to change notification settings - Fork 8
/
io.edgehog.devicemanager.apps.CreateNetworkRequest.json
55 lines (55 loc) · 1.66 KB
/
io.edgehog.devicemanager.apps.CreateNetworkRequest.json
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.CreateNetworkRequest",
"version_major": 0,
"version_minor": 1,
"type": "datastream",
"ownership": "server",
"aggregation": "object",
"mappings": [
{
"endpoint": "/network/id",
"type": "string",
"database_retention_policy": "use_ttl",
"database_retention_ttl": 31556952,
"reliability": "guaranteed",
"description": "Create Network Request id",
"doc": "Unique id for the container network."
},
{
"endpoint": "/network/driver",
"type": "string",
"database_retention_policy": "use_ttl",
"database_retention_ttl": 31556952,
"reliability": "guaranteed",
"description": "Network driver",
"doc": "Name of the network driver plugin to use."
},
{
"endpoint": "/network/internal",
"type": "boolean",
"database_retention_policy": "use_ttl",
"database_retention_ttl": 31556952,
"reliability": "guaranteed",
"description": "Internal network",
"doc": "Restrict external access to the network."
},
{
"endpoint": "/network/enableIpv6",
"type": "boolean",
"database_retention_policy": "use_ttl",
"database_retention_ttl": 31556952,
"reliability": "guaranteed",
"description": "Enable IPv6",
"doc": "Enable IPv6 on the network."
},
{
"endpoint": "/network/options",
"type": "stringarray",
"database_retention_policy": "use_ttl",
"database_retention_ttl": 31556952,
"reliability": "guaranteed",
"description": "Network driver options",
"doc": "An array of key=value options to set for the driver."
}
]
}