Skip to main content
JSON Manual Created Edited

Perform Analysis

Input URI

{base url} + doc/ANAL



Active Methods

POST



JSON Schema

Details

{
    "$schema": "http://json-schema.org/draft-07/schema#",
    "title": "doc/ANAL",
    "type": "object",
    "properties": {
        "Argument": {
            "type": "object",
            "properties": {
                "TYPE": {
                    "type": "string"
                }
            }
        }
    }
}


Examples

Perfom Analysis

{
}

Pushover Analysis

{
    "Argument": {
        "TYPE": "Pushover"
    }
}


Specifications

No. Description Key Value Type Default Required

Perform Analysis

1

Empty Object

-

-

 -

-

Pushover Analysis

1

Input Analysis Type

 • "Pushover"

"TYPE"

String

 -

Required



0
Was this article helpful?