51 lines
1.0 KiB
JSON
51 lines
1.0 KiB
JSON
{
|
|
"summary": [
|
|
{
|
|
"name": "xterm",
|
|
"title": "终端",
|
|
"primary": [
|
|
"id"
|
|
]
|
|
}
|
|
],
|
|
"fields": [
|
|
{
|
|
"name": "id",
|
|
"title": "id",
|
|
"type": "str",
|
|
"length": 32
|
|
},
|
|
{
|
|
"name": "name",
|
|
"title": "终端名称",
|
|
"type": "str",
|
|
"length": 400
|
|
},
|
|
{
|
|
"name": "hostid",
|
|
"title": "描述",
|
|
"type": "str",
|
|
"length": 500
|
|
},
|
|
{
|
|
"name": "ownerid",
|
|
"title": "属主id",
|
|
"type": "str",
|
|
"length": 32
|
|
},
|
|
{
|
|
"name": "cmd",
|
|
"title": "命令",
|
|
"type": "str",
|
|
"length": 2000
|
|
}
|
|
],
|
|
"codes": [
|
|
{
|
|
"field": "hostid",
|
|
"table": "hostdev",
|
|
"valuefield": "id",
|
|
"textfield": "name"
|
|
}
|
|
]
|
|
} |