入力 URI
|
{base url} + doc/ANAL |
|---|
メソッド
|
POST |
|---|
JSON スキーマ
詳細
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "doc/ANAL",
"type": "object",
"properties": {
"Argument": {
"type": "object",
"properties": {
"TYPE": {
"type": "string"
}
}
}
}
}
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "doc/ANAL",
"type": "object",
"properties": {
"Argument": {
"type": "object",
"properties": {
"TYPE": {
"type": "string"
}
}
}
}
}
例
解析実行
{
}
プッシュオーバー解析
{
"Argument": {
"TYPE": "Pushover"
}
}
"Argument": {
"TYPE": "Pushover"
}
}
仕様
| No. | 説明 | Key | データ型 | Default | 必須 |
|---|---|---|---|---|---|
|
Perform Analysis |
|||||
|
1 |
空のオブジェクト |
- |
- |
- |
- |
|
Pushover Analysis |
|||||
|
1 |
解析タイプの入力 • "Pushover" |
"TYPE" |
String |
- |
必須 |