Post /settings/integration/security-event-parser/{id}
Description
Updates a Security Event Parser record.
Request Parameter
Id, the Id of the Security Event Parser record.
Request Headers
Key |
Value |
Type |
Description |
---|---|---|---|
Authorization | Bearer <Authorization Token> | String | Authorization credential generated by FortiNAC |
Content-Type (option 1) | application/json | String | |
Content-Type (option 2) |
application/xml |
|
|
Sample Request
Request URL |
POST https://10.106.94.152:8443/api/v2/settings/integration/security-event-parser/9 |
Request Header |
Authorization: Bearer <Authorization_Token> Content-Type: application/json
|
Request Body |
{ "dbid": 0, "isRTR": true, "isEnabled": true, "name": "string", "vendor": "string", "format": 0, "delimiter": "string", "tagDelimiter": "string", "sourceIPColumn": "string", "sourceIPMatcher": "string", "sourceIPValue": "string", "destinationIPColumn": "string", "destinationIPMatcher": "string", "destinationIPValue": "string", "typeColumn": "string", "typeMatcher": "string", "typeValue": "string", "subtypeColumn": "string", "subtypeMatcher": "string", "subtypeValue": "string", "threatIDColumn": "string", "threatIDMatcher": "string", "threatIDValue": "string", "descriptionColumn": "string", "descriptionMatcher": "string", "descriptionValue": "string", "severityColumn": "string", "severityMatcher": "string", "severityValue": "string", "severityMap": { "additionalProp1": 0, "additionalProp2": 0, "additionalProp3": 0 }, "yamsEventTag": "string", "auditObj": { "user": "string", "action": "string", "timestamp": "2024-02-01T22:42:51.889Z", "liveObj": { "yamsEventTag": "string", "auditObj": "string" }, "auditDBID": 0, "liveDBID": 0, "yamsEventTag": "string", "auditObj": "string" }, "auditObjectName": "string", "auditObjectType": { "auditTableName": "string", "mysqlTableName": "string", "idnameQuery": "string" } } |
Sample Response
{
"status": "success",
"errorMessage": null
}