forked from vogler75/graphql-mcp-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGRAPHQL_API.yaml
More file actions
78 lines (76 loc) · 1.77 KB
/
GRAPHQL_API.yaml
File metadata and controls
78 lines (76 loc) · 1.77 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
Tools:
Query:
- api.alert.alertGet
- api.alert.alertGetPeriod
- api.cns.getViews
- api.cns.getTrees
- api.cns.getChildren
- api.cns.getParent
- api.cns.getRoot
- api.cns.getDisplayNames
- api.cns.getDisplayPath
- api.cns.getId
- api.cns.getIdSet
- api.cns.getNodesByName
- api.cns.getNodesByData
- api.cns.getProperty
- api.cns.getPropertyKeys
- api.cns.nodeExists
- api.cns.treeExists
- api.cns.viewExists
- api.cns.isNode
- api.cns.isTree
- api.cns.isView
- api.cns.checkId
- api.cns.checkName
- api.cns.checkSeparator
- api.dp.get
- api.dp.names
- api.dp.types
- api.dp.getMaxAge
- api.dp.elementType
- api.dp.attributeType
- api.dp.typeName
- api.dp.typeRefName
- api.dp.exists
- api.dp.getPeriod
- api.dp.query
- api.dp.getAlias
- api.dp.getDescription
- api.dp.getFormat
- api.dp.getUnit
- api.dpType.dpTypeGet
- api.dpType.dpGetDpTypeRefs
- api.dpType.dpGetRefsToDpType
- api.system.getSystemId
- api.system.getSystemName
- api.system.getVersionInfo
- api.redundancy.isReduActive
- api.redundancy.isRedundant
Mutation:
- login
- api.alert.set
- api.alert.setWait
- api.alert.setTimed
- api.alert.setTimedWait
- api.cns.createView
- api.cns.addTree
- api.cns.addNode
- api.cns.changeTree
- api.cns.deleteTree
- api.cns.deleteView
- api.cns.setProperty
- api.dp.create
- api.dp.delete
- api.dp.copy
- api.dp.set
- api.dp.setWait
- api.dp.setTimed
- api.dp.setTimedWait
- api.dp.setAlias
- api.dp.setDescription
- api.dp.setFormat
- api.dp.setUnit
- api.dpType.create
- api.dpType.change
- api.dpType.delete