Get /settings/integration/mdm
Description
Returns a list of MDM 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/mdm |
Request Header |
Authorization: Bearer <Authorization_Token> Content-Type: application/json
|
Sample Response
{
"status": "string",
"errorMessage": "string",
"results": [
{
"dbid": 0,
"name": "string",
"version": "string",
"request": "string",
"identifier": "string",
"userID": "string",
"credentialText": "string",
"pluginName": "string",
"deleteOnRemove": true,
"onDemandRegistration": true,
"reValidation": true,
"updateApplications": true,
"poll": true,
"pollInterval": 0,
"lastPoll": "2024-03-13T22:22:49.643Z",
"lastSuccessfulPoll": "2024-03-13T22:22:49.643Z",
"createDate": "2024-03-13T22:22:49.643Z",
"maaS360PlatformID": "string",
"maaS360AppID": "string",
"maaS360AppVersion": "string",
"maaS360AppAccessKey": "string",
"otOnly": true,
"approvedOnly": true,
"insecureSSL": true,
"riskLevel": "string",
"complianceRetrieval": true,
"sslVerifyCert": true,
"sslVerifyHostname": true,
"option1": "string",
"option2": "string",
"option3": "string",
"option4": "string",
"connectTimeout": 0,
"readTimeout": 0
}
],
"filtered": 0,
"total": 0
}