Post /settings/integration/aaa/{id}
Description
Updates an existing AAA Server record in the database.
Request Parameter
Id, the AAA Server record Id.
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/settings/integration/aaa/2 |
Request Header |
Authorization: Bearer <Authorization_Token> Content-Type: application/json
|
Request Body |
{ "id": 0, "name": "string", "netId": "string", "authPort": 0, "acctPort": 0, "secret": "string", "checkUser": "string", "checkPassword": "string", "lastModifiedBy": "string", "lastModifiedDate": "2024-03-14T21:19:18.793Z", "flrPriority": 0, "localClientDefault": true } |
Sample Response
{
"status": "string",
"errorMessage": "string",
"results": []
}