forked from venkatra/atlas-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
typedef-node.json
69 lines (69 loc) · 1.88 KB
/
typedef-node.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"classificationDefs": [
{
"category": "CLASSIFICATION",
"name": "landing_zone_incoming",
"description": "Used for classifying a server. Indicates that this server is a place where files from external source system will land into",
"typeVersion": "1.0",
"attributeDefs": [],
"superTypes": []
},
{
"category": "CLASSIFICATION",
"name": "edge_node",
"description": "Used for classifying a server. Indicates that this server is a edge node in the datalake cluster",
"typeVersion": "1.0",
"attributeDefs": [],
"superTypes": []
},
{
"category": "CLASSIFICATION",
"name": "worker_node",
"description": "Used for classifying a server. Indicates that this server is a worker node in the datalake cluster",
"typeVersion": "1.0",
"attributeDefs": [],
"superTypes": []
},
{
"category": "CLASSIFICATION",
"name": "management_node",
"description": "Used for classifying a server. Indicates that this server is a management node in the datalake cluster",
"typeVersion": "1.0",
"attributeDefs": [],
"superTypes": []
}
],
"entityDefs": [
{
"superTypes": [
"Infrastructure"
],
"category": "ENTITY",
"name": "server",
"description": "a type definition for server machine",
"typeVersion": "1.0",
"attributeDefs": [
{
"name": "dns_name",
"typeName": "string",
"isOptional": false,
"cardinality": "SINGLE",
"valuesMinCount": 1,
"valuesMaxCount": 1,
"isUnique": true,
"isIndexable": true
},
{
"name": "ip_address",
"typeName": "string",
"isOptional": false,
"cardinality": "SINGLE",
"valuesMinCount": 1,
"valuesMaxCount": 1,
"isUnique": true,
"isIndexable": true
}
]
}
]
}