Post /system/debug/gui/snapshot
Description
Sends an e-mail to FortiNAC support using the configured SMTP server containing a provided snapshot from the GUI.
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 |
---|---|---|
recipient | Required | String |
subject | Required | String |
message |
Required |
String |
Sample Request
Request URL |
POST https://10.106.94.152:8443/api/v2/system/debug/gui/snapshot |
Request Header |
Authorization: Bearer <Authorization_Token> Content-Type: application/json
|
Request Body |
recipient: johndoe@fortinet.com subject: "Request for support" message: "Please provide support for FortiNAC" |
Sample Response
{
"status": "success",
"errorMessage": null
}