Fortinet white logo
Fortinet white logo

Rest API

7.2.0

Post /device/container/monitor/start

Post /device/container/monitor/start

Description

Begins collecting changes made to Container records matching the supplied filter.

Parameters

ID, DBID of the container.

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/device/container/monitor/start

Request Header

Authorization: Bearer <Authorization_Token>

Content-Type: application/json

Request Body

{

"maxRowLimit": 0,

"methodNames": [

"string"

],

"groupIDsOperator": "AND",

"groupNames": [

"string"

],

"groupNamesOperator": "AND",

"sortColumn": "string",

"queryFilters": [

[

{

"comparisonType": "EQUALS",

"origPropName": "string",

"matchNull": true,

"matchNonNull": true,

"actualValue": {},

"notFilter": true,

"values": [

{}

],

"propName": "string",

"allowNotFilter": true,

"allowMultiTermFilter": true,

"criterion": {},

"debugString": "string",

"stringValue": "string",

"enabled": true

}

]

],

"id": 0,

"identification": "string",

"ids": [

0

],

"attributeNames": [

"string"

],

"changeMask": 0,

"state": "string",

"operation": "DB_ADD",

"requestString": "string",

"role": "string",

"elementClass": "string",

"physicalAddress": "string",

"hardwareType": "string",

"domainName": "string",

"protocol": "string",

"notes": "string",

"elementIDs": [

0

],

"sysOid": "string",

"elementClasses": true,

"attributeSearchValues": [

"string"

],

"typeList": [

"string"

],

"suffix": "string",

"type": "string",

"status": "string",

"description": "string",

"name": "string",

"parent": "string",

"methodSearchValues": [

{}

],

"sortEnabled": true,

"sortAscending": true,

"sortDescending": true,

"groupIDsToFilter": [

0

],

"queryFilterWhereClause": "string"

}

Sample Response

{

"status": "string",

"errorMessage": "string",

"total": 0,

"monitorID": 0,

"results": [

{

"landscape": 0,

"id": 0,

"state": "string",

"name": "string",

"elementType": "string",

"elementID": 0,

"elementName": "string",

"message": "string",

"timeOfEvent": "2024-04-11T21:14:55.415Z",

"version": 0,

"eventFormatString": "string",

"time": 0,

"empty": true

}

]

}

Post /device/container/monitor/start

Post /device/container/monitor/start

Description

Begins collecting changes made to Container records matching the supplied filter.

Parameters

ID, DBID of the container.

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/device/container/monitor/start

Request Header

Authorization: Bearer <Authorization_Token>

Content-Type: application/json

Request Body

{

"maxRowLimit": 0,

"methodNames": [

"string"

],

"groupIDsOperator": "AND",

"groupNames": [

"string"

],

"groupNamesOperator": "AND",

"sortColumn": "string",

"queryFilters": [

[

{

"comparisonType": "EQUALS",

"origPropName": "string",

"matchNull": true,

"matchNonNull": true,

"actualValue": {},

"notFilter": true,

"values": [

{}

],

"propName": "string",

"allowNotFilter": true,

"allowMultiTermFilter": true,

"criterion": {},

"debugString": "string",

"stringValue": "string",

"enabled": true

}

]

],

"id": 0,

"identification": "string",

"ids": [

0

],

"attributeNames": [

"string"

],

"changeMask": 0,

"state": "string",

"operation": "DB_ADD",

"requestString": "string",

"role": "string",

"elementClass": "string",

"physicalAddress": "string",

"hardwareType": "string",

"domainName": "string",

"protocol": "string",

"notes": "string",

"elementIDs": [

0

],

"sysOid": "string",

"elementClasses": true,

"attributeSearchValues": [

"string"

],

"typeList": [

"string"

],

"suffix": "string",

"type": "string",

"status": "string",

"description": "string",

"name": "string",

"parent": "string",

"methodSearchValues": [

{}

],

"sortEnabled": true,

"sortAscending": true,

"sortDescending": true,

"groupIDsToFilter": [

0

],

"queryFilterWhereClause": "string"

}

Sample Response

{

"status": "string",

"errorMessage": "string",

"total": 0,

"monitorID": 0,

"results": [

{

"landscape": 0,

"id": 0,

"state": "string",

"name": "string",

"elementType": "string",

"elementID": 0,

"elementName": "string",

"message": "string",

"timeOfEvent": "2024-04-11T21:14:55.415Z",

"version": 0,

"eventFormatString": "string",

"time": 0,

"empty": true

}

]

}