Input URI
|
{base url} + db/CAMB |
|---|
Active Methods
|
POST, GET, PUT, DELETE |
|---|
JSON Schema
Details
{
"CAMB": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"BODY_GROUP_NAME": {
"description": "BodyElementGroupName",
"type": "string"
},
"SUPP_GROUP_NAME": {
"description": "SupportNodeGroup_KName",
"type": "string"
},
"KEYSEG_GROUP_NAME": {
"description": "KeySegGroupName",
"type": "string"
}
}
}
}
"CAMB": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"BODY_GROUP_NAME": {
"description": "BodyElementGroupName",
"type": "string"
},
"SUPP_GROUP_NAME": {
"description": "SupportNodeGroup_KName",
"type": "string"
},
"KEYSEG_GROUP_NAME": {
"description": "KeySegGroupName",
"type": "string"
}
}
}
}
Examples
FCM Camber Control
{
"Assign": {
"1": {
"BODY_GROUP_NAME": "FSM",
"SUPP_GROUP_NAME": "PSC-BN",
"KEYSEG_GROUP_NAME": "Key-SegK1~K5"
}
}
}
"Assign": {
"1": {
"BODY_GROUP_NAME": "FSM",
"SUPP_GROUP_NAME": "PSC-BN",
"KEYSEG_GROUP_NAME": "Key-SegK1~K5"
}
}
}
Specifications
| No. | Description | Key | Value Type | Default | Required |
|---|---|---|---|---|---|
|
1 |
Bridge Girder Element Group |
"BODY_GROUP_NAME" |
String |
- |
Required |
|
2 |
Support Node Group |
"SUPP_GROUP_NAME" |
String |
- |
Required |
|
3 |
Key Segment Element Group |
"KEYSEG_GROUP_NAME" |
String |
- |
Required |