-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathapi_endpoints.json
More file actions
59 lines (58 loc) · 1.33 KB
/
api_endpoints.json
File metadata and controls
59 lines (58 loc) · 1.33 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
56
57
58
59
{
"Auth": {
"url": "/auth/password/login"
},
"Alert": {
"url": "/v1/obj/alert_config"
},
"Cycle": {
"url_v1": "/v1/datatab/cycle",
"url": "/api/cycle",
"alt_url": "/api/cycle"
},
"Factory": {
"url" : "/api/factory"
},
"MachineType": {
"url" : "/api/machinetype",
"url_v1" : "/v1/obj/machine_type",
"fields": "/v1/selector/datatab/cycle/{}/field"
},
"Machine": {
"url" : "/api/machine",
"url_v1" : "/v1/obj/machine"
},
"Parts": {
"url" : "/api/part",
"url_v1": "/v1/datatab/part",
"part_schema": "/v1/obj/part_type"
},
"Downtime": {
"url" : "/api/downtime",
"url_v1" : "/v1/datatab/downtime"
},
"DataViz": {
"estimate_cycle": "/v1/selector/datavis/estimate/cycle",
"estimate_part": "/v1/selector/datavis/estimate/part",
"task": "/v1/datavis/task/async",
"share_link": "/v1/obj/ui_share_state"
},
"KPI": {
"availible_kpis_for_asset": "/v1/selector/datavis/kpi/y_axis"
},
"Assets": {
"url":"/v1/selector/assets"
},
"Cookbook": {
"get_cookbooks": "/v1/obj/recipe/cookbook",
"top_results": "/v1/recipe/top_results/{}?limit={}",
"current_value": "/v1/recipe/current_value"
},
"Line": {
"url": "/v1/datatab/line",
"task": "/v1/linevis/task/async"
},
"RawData": {
"url": "/v1/datatab/raw_data"
}
}