Post /policy/portal
Description
Creates a new portal policy 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/policy/portal |
Request Header |
Authorization: Bearer <Authorization_Token> Content-Type: application/json
|
Request Body |
{ "dbid": 0, "rank": 0, "version": 0, "lastModifiedBy": "string", "lastModifiedDate": "2024-01-02T23:04:08.245Z", "name": "string", "note": "string", "profile": { "dbid": 0, "name": "string", "note": "string", "guid": 0, "globalModifiedDate": "2024-01-02T23:04:08.245Z", "groupIDs": [ 0 ], "catchAll": true, "weeklySchedule": { "version": 0, "startTimeOfDay": 0, "endTimeOfDay": 0, "daysOfWeek": 0, "startTimeOfDayAM": true, "endTimeOfDayAM": true, "startTimeOfDayHours": 0, "endTimeOfDayHours": 0, "startTimeOfDayMinutes": 0, "endTimeOfDayMinutes": 0, "alwaysOn": true, "validTime": true }, "filterSet": [ "string" ], "locationIDs": [ 0 ], "locationOperator": "OR", "groupOperator": "OR", "radiusFilterSet": [ { "enabled": true, "methodType": { "id": 0, "name": "string", "shortName": "string" }, "version": 0, "encrypted": true, "priority": 0, "attributeFilters": { "additionalProp1": "string", "additionalProp2": "string", "additionalProp3": "string" } } ], "groupNames": [ "string" ], "locationNames": [ "string" ] }, "configuration": { "name": "string", "note": "string", "portalElement": { "landscape": 0, "id": 0, "state": "string", "elementClass": "string", "role": "string", "name": "string", "type": "string", "protocol": "string", "status": "string", "parent": "string", "suffix": "string", "version": 0, "notes": "string", "attributes": [ { "version": 0, "attributeName": "string", "attribute": "string", "table": true, "discoverObject": true, "mandatory": true, "value": "string", "group": "string", "type": "string", "access": "string", "error": "string", "objectValue": {}, "attributeSuffix": "string" } ], "description": {}, "group": "string", "pollingInterval": 0, "lastPoll": "2024-01-02T23:04:08.245Z", "lastSuccessfulPoll": "2024-01-02T23:04:08.245Z", "pollable": true, "security": [ "string" ], "mibs": [ "string" ], "sysOid": "string", "attribute": [ { "version": 0, "attributeName": "string", "attribute": "string", "table": true, "discoverObject": true, "mandatory": true, "value": "string", "group": "string", "type": "string", "access": "string", "error": "string", "objectValue": {}, "attributeSuffix": "string" } ], "attributeNames": [ "string" ], "identification": "string", "mib": "string", "physicalAddress": "string", "auditObjectName": "string", "auditObjectType": { "auditTableName": "string", "mysqlTableName": "string", "idnameQuery": "string" }, "addAuditSummary": "string", "requestString": "string", "domainName": "string", "securityString": "string", "packedVersion": 0, "creationEvent": { "landscape": 0, "id": 0, "state": "string", "name": "string", "elementType": "string", "elementID": 0, "elementName": "string", "message": "string", "timeOfEvent": "2024-01-02T23:04:08.245Z", "version": 0, "log": true, "time": 0, "eventFormatString": "string", "empty": true }, "destroyEvent": { "landscape": 0, "id": 0, "state": "string", "name": "string", "elementType": "string", "elementID": 0, "elementName": "string", "message": "string", "timeOfEvent": "2024-01-02T23:04:08.245Z", "version": 0, "log": true, "time": 0, "eventFormatString": "string", "empty": true }, "establishedEvent": { "landscape": 0, "id": 0, "state": "string", "name": "string", "elementType": "string", "elementID": 0, "elementName": "string", "message": "string", "timeOfEvent": "2024-01-02T23:04:08.245Z", "version": 0, "log": true, "time": 0, "eventFormatString": "string", "empty": true }, "lostEvent": { "landscape": 0, "id": 0, "state": "string", "name": "string", "elementType": "string", "elementID": 0, "elementName": "string", "message": "string", "timeOfEvent": "2024-01-02T23:04:08.245Z", "version": 0, "log": true, "time": 0, "eventFormatString": "string", "empty": true }, "changeMask": 0, "lastChangeMask": 0 }, "portalID": 0, "yamsEventTag": "string", "auditObj": { "user": "string", "action": "string", "timestamp": "2024-01-02T23:04:08.245Z", "liveObj": { "yamsEventTag": "string", "auditObj": "string" }, "auditDBID": 0, "liveDBID": 0, "yamsEventTag": "string", "auditObj": "string" }, "auditObjectName": "string", "auditObjectType": { "auditTableName": "string", "mysqlTableName": "string", "idnameQuery": "string" }, "id": 0 }, "enabled": true, "yamsEventTag": "string", "auditObj": { "user": "string", "action": "string", "timestamp": "2024-01-02T23:04:08.245Z", "liveObj": { "yamsEventTag": "string", "auditObj": "string" }, "auditDBID": 0, "liveDBID": 0, "yamsEventTag": "string", "auditObj": "string" }, "auditObjectName": "string", "auditObjectType": { "auditTableName": "string", "mysqlTableName": "string", "idnameQuery": "string" }, "weeklySchedule": { "version": 0, "startTimeOfDay": 0, "endTimeOfDay": 0, "daysOfWeek": 0, "startTimeOfDayAM": true, "endTimeOfDayAM": true, "startTimeOfDayHours": 0, "endTimeOfDayHours": 0, "startTimeOfDayMinutes": 0, "endTimeOfDayMinutes": 0, "alwaysOn": true, "validTime": true }, "filterSet": [ "string" ], "configurationName": "string" } |
Sample Response
{
"status": "success",
"errorMessage": null,
"results": []
}