Input URI
{base url} + db/HHND |
---|
Active Methods
POST, GET, PUT, DELETE |
---|
JSON Schema
Details
{
"HHND": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"NAME": {
"description": "NodeName",
"type": "string"
},
"NODE_KEY": {
"description": "NodeKey",
"type": "integer"
},
"COMP": {
"description": "TODO:Comp",
"type": "integer"
},
"TYPE": {
"description": "NodeType",
"type": "integer"
},
"ELEM_KEY": {
"description": "NodeElementKey",
"type": "integer"
}
}
}
}
"HHND": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"NAME": {
"description": "NodeName",
"type": "string"
},
"NODE_KEY": {
"description": "NodeKey",
"type": "integer"
},
"COMP": {
"description": "TODO:Comp",
"type": "integer"
},
"TYPE": {
"description": "NodeType",
"type": "integer"
},
"ELEM_KEY": {
"description": "NodeElementKey",
"type": "integer"
}
}
}
}
Examples
Heat of Hydaration Result Graph
{
"Assign": {
"1": {
"NAME": "N1476-X",
"NODE_KEY": 1476,
"COMP": 100,
"TYPE": 0,
"ELEM_KEY": 0
},
"2": {
"NAME": "N1988-X",
"NODE_KEY": 1988,
"COMP": 0,
"TYPE": 0,
"ELEM_KEY": 0
},
"3": {
"NAME": "N2308-X",
"NODE_KEY": 2308,
"COMP": 0,
"TYPE": 0,
"ELEM_KEY": 0
},
"4": {
"NAME": "N2818-X",
"NODE_KEY": 2818,
"COMP": 0,
"TYPE": 0,
"ELEM_KEY": 0
}
}
}
"Assign": {
"1": {
"NAME": "N1476-X",
"NODE_KEY": 1476,
"COMP": 100,
"TYPE": 0,
"ELEM_KEY": 0
},
"2": {
"NAME": "N1988-X",
"NODE_KEY": 1988,
"COMP": 0,
"TYPE": 0,
"ELEM_KEY": 0
},
"3": {
"NAME": "N2308-X",
"NODE_KEY": 2308,
"COMP": 0,
"TYPE": 0,
"ELEM_KEY": 0
},
"4": {
"NAME": "N2818-X",
"NODE_KEY": 2818,
"COMP": 0,
"TYPE": 0,
"ELEM_KEY": 0
}
}
}
Specifications
No. | Description | Key | Value Type | Default | Required |
---|---|---|---|---|---|
1 |
Name |
"NAME" |
String |
- |
Required |
2 |
Type • Select Node: 0 • Select Element: 1 |
"TYPE" |
Integer |
0 |
Optional |
3 |
Node Number |
"NODE_KEY" |
Integer |
- |
Required |
4 |
Element Number |
"ELEM_KEY" |
Integer |
- |
Required |
5 |
Stress Component • Sig-xx: 0 • Sig-yy: 1 • Sig-zz: 2 • Max(P1,P2,P3): 3 • Sig-P1: 4 • Sig-P2: 5 • Sig-P3: 6 |
"COMP" |
Integer |
0 |
Optional |