Fortinet white logo
Fortinet white logo

Rest API

7.2.0

Get /settings/integration/security-event-parser

Get /settings/integration/security-event-parser

Description

Returns a list of Security Event Parser records matching the supplied filter.

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

Request Body Parameters

Name

Required

Type

filter Optional Array
start Optional Integer
count Optional Integer
sortKey Optional String
sortDir Optional String

Sample Request

Request URL

Get https://10.106.94.152:8443/api/v2/settings/integration/security-event-parser

Request Header

Authorization: Bearer <Authorization_Token>

Content-Type: application/json

Sample Response

{

"status": "success",

"errorMessage": null,

"results": [

{

"dbid": 9,

"isRTR": true,

"isEnabled": true,

"name": "StoneGate",

"vendor": "StoneGate",

"format": 1,

"delimiter": ",",

"tagDelimiter": "=",

"sourceIPColumn": "5",

"sourceIPMatcher": ".*",

"sourceIPValue": "$0",

"destinationIPColumn": "",

"destinationIPMatcher": ".*",

"destinationIPValue": "$0",

"typeColumn": "",

"typeMatcher": ".*",

"typeValue": "$0",

"subtypeColumn": "",

"subtypeMatcher": ".*",

"subtypeValue": "$0",

"threatIDColumn": "",

"threatIDMatcher": ".*",

"threatIDValue": "$0",

"descriptionColumn": "",

"descriptionMatcher": ".*",

"descriptionValue": "$0",

"severityColumn": "3",

"severityMatcher": ".*",

"severityValue": "$0",

"severityMap": {

"0": 1,

"1": 2,

"2": 3,

"3": 4,

"4": 5,

"5": 6,

"6": 7,

"7": 8,

"8": 9,

"9": 10

},

"auditObjectName": "StoneGate",

"auditObjectType": {

"auditTableName": "RTRSecurityEventParserAudit",

"mysqlTableName": "RTRSecurityEventParser",

"idnameQuery": "select ID,name from RTRSecurityEventParser where ID in"

},

"auditObj": null,

"yamsEventTag": null,

"lastModifiedBy": "SYSTEM",

"lastModifiedDate": "2023-08-25T17:40:28.000+0000"

}

],

"filtered": 1,

"total": 1

}

Get /settings/integration/security-event-parser

Get /settings/integration/security-event-parser

Description

Returns a list of Security Event Parser records matching the supplied filter.

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

Request Body Parameters

Name

Required

Type

filter Optional Array
start Optional Integer
count Optional Integer
sortKey Optional String
sortDir Optional String

Sample Request

Request URL

Get https://10.106.94.152:8443/api/v2/settings/integration/security-event-parser

Request Header

Authorization: Bearer <Authorization_Token>

Content-Type: application/json

Sample Response

{

"status": "success",

"errorMessage": null,

"results": [

{

"dbid": 9,

"isRTR": true,

"isEnabled": true,

"name": "StoneGate",

"vendor": "StoneGate",

"format": 1,

"delimiter": ",",

"tagDelimiter": "=",

"sourceIPColumn": "5",

"sourceIPMatcher": ".*",

"sourceIPValue": "$0",

"destinationIPColumn": "",

"destinationIPMatcher": ".*",

"destinationIPValue": "$0",

"typeColumn": "",

"typeMatcher": ".*",

"typeValue": "$0",

"subtypeColumn": "",

"subtypeMatcher": ".*",

"subtypeValue": "$0",

"threatIDColumn": "",

"threatIDMatcher": ".*",

"threatIDValue": "$0",

"descriptionColumn": "",

"descriptionMatcher": ".*",

"descriptionValue": "$0",

"severityColumn": "3",

"severityMatcher": ".*",

"severityValue": "$0",

"severityMap": {

"0": 1,

"1": 2,

"2": 3,

"3": 4,

"4": 5,

"5": 6,

"6": 7,

"7": 8,

"8": 9,

"9": 10

},

"auditObjectName": "StoneGate",

"auditObjectType": {

"auditTableName": "RTRSecurityEventParserAudit",

"mysqlTableName": "RTRSecurityEventParser",

"idnameQuery": "select ID,name from RTRSecurityEventParser where ID in"

},

"auditObj": null,

"yamsEventTag": null,

"lastModifiedBy": "SYSTEM",

"lastModifiedDate": "2023-08-25T17:40:28.000+0000"

}

],

"filtered": 1,

"total": 1

}