Skip to main content
JSON Manual Created Edited

Time History Graph - Seismic Devices Smart Graph

Input URI

{base url} + db/THRS



Active Methods

POST, GET, PUT, DELETE



JSON Schema

Details

{
    "THRS": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "type": "object",
        "properties": {
            "THIS_NAME": {
                "description": "Name",
                "type": "string"
            },
            "TYPE_RES": {
                "description": "nTypeRes",
                "type": "integer"
            },
            "COMP": {
                "description": "nComp",
                "type": "integer"
            },
            "GENERAL_LINK": {
                "description": "NLNK",
                "type": "integer"
            }
        }
    }
}


Examples

Smart Graph (Seismic Control Devices)

{
    "Assign": {
        "1": {
            "THIS_NAME": "HIST1",
            "TYPE_RES": 0,
            "COMP": 0,
            "GENERAL_LINK": 1
        },
        "2": {
            "THIS_NAME": "HIST1",
            "TYPE_RES": 2,
            "COMP": 1,
            "GENERAL_LINK": 4
        },
        "3": {
            "THIS_NAME": "HIST1",
            "TYPE_RES": 4,
            "COMP": 2,
            "GENERAL_LINK": 4
        }
    }
}


Specifications

No. Description Key Value Type Default Required

1

Name

"THIS_NAME"

String

-

Required

2

Type of Result

 • Force-Deformation: 0

 • Force: 2

 • Deformation: 3

 • Ductility Factor: 5

 • Energy: 7

"TYPE_RES"

Integer

0

Optional

3

Component

"COMP"

Integer

0

Optional

4

General Link Number

"GENERAL_LINK"

Integer

-

Required



MIDAS GEN NX only

0
Was this article helpful?