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.
API Specifications
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 | User name and password of Super account or Organization specific account and Dashboard folder definition file. |
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.