1 changed files with
30 additions and
0 deletions
|
|
@ -3062,6 +3062,9 @@
|
|
|
|
"id": {
|
|
|
|
"id": {
|
|
|
|
"type": "integer"
|
|
|
|
"type": "integer"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
"level_of_interest": {
|
|
|
|
|
|
|
|
"type": "string"
|
|
|
|
|
|
|
|
},
|
|
|
|
"max_read_size": {
|
|
|
|
"max_read_size": {
|
|
|
|
"type": "integer"
|
|
|
|
"type": "integer"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -3095,6 +3098,9 @@
|
|
|
|
"size": {
|
|
|
|
"size": {
|
|
|
|
"type": "integer"
|
|
|
|
"type": "integer"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
"subcmd": {
|
|
|
|
|
|
|
|
"type": "string"
|
|
|
|
|
|
|
|
},
|
|
|
|
"status": {
|
|
|
|
"status": {
|
|
|
|
"type": "string"
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -3110,6 +3116,30 @@
|
|
|
|
"type": "string"
|
|
|
|
"type": "string"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
"set_info": {
|
|
|
|
|
|
|
|
"type": "object",
|
|
|
|
|
|
|
|
"optional": true,
|
|
|
|
|
|
|
|
"properties": {
|
|
|
|
|
|
|
|
"class": {
|
|
|
|
|
|
|
|
"type": "string"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"info_level": {
|
|
|
|
|
|
|
|
"type": "string"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"rename": {
|
|
|
|
|
|
|
|
"type": "object",
|
|
|
|
|
|
|
|
"optional": true,
|
|
|
|
|
|
|
|
"properties": {
|
|
|
|
|
|
|
|
"from": {
|
|
|
|
|
|
|
|
"type": "string"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"to": {
|
|
|
|
|
|
|
|
"type": "string"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
"dcerpc": {
|
|
|
|
"dcerpc": {
|
|
|
|
"type": "object",
|
|
|
|
"type": "object",
|
|
|
|
"optional": true,
|
|
|
|
"optional": true,
|
|
|
|