Post /host/device-identity-source
Description
Creates a new Device Identity Source record, updating instead if the supplied profile has a DBID of one that already exists.
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/host/device-identity-source |
Request Header |
Authorization: Bearer <Authorization_Token> Content-Type: application/json
|
Request Body |
{ "dbid": 0, "rank": 0, "version": 0, "lastModifiedBy": "string", "lastModifiedDate": "2023-10-26T21:14:52.301Z", "name": "string", "enabled": true, "enableRegistered": true, "yamsEventTag": "string", "auditObj": { "user": "string", "action": "string", "timestamp": "2023-10-26T21:14:52.301Z", "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,
}