Dashboard Integration
This API enables you to interact with FortiSIEM Dashboard. You can perform the following operation:
Add a Dashboard Folder
This API enables you to add Dashboard folders to an Organization.
Release Added |
5.1 |
Methodology | REST API based: Caller makes an HTTP(S) request with an input XML. |
Request URL | Add a Dashboard folder to an Organization:
https://<FortiSIEM_Supervisor_IP>/phoenix/rest/dashboard/html/add
|
Input Parameters | Dashboard folder definition file. |
Input Credentials |
|
Input XML | Contains dashboard details to be included in this folder: - Dashboard folder name - Organization name - Time range - Dashboard type |
Output | An HTTP status code. |
Refer to Example Usage for adding a Dashboard folder.