Fortinet black logo

Online Help

Get Dashboard Summary

Get Dashboard Summary

Description

Get dashboard summary.

URL

/api/v1/dashboard/summary

Method: Get

Request Headers

Key

Value

Type

Description

Authorization Bearer <Authorization Token> String Authorization credential generated by FortiCASB

buId

<Business Unit ID>

Long

The targeted business unit ID on FortiCASB. Business unit ID can be obtained through . Alternatively, it can also be obtained from the REST API Get Resource Map

companyId

<Company ID>

String

Company ID

roleId

<User ID>

Long

Login User ID

Content-Type application/json String

Sample Request

Request URL

GET https://www.forticasb.com/api/v1/dashboard/summary

Request Header

Authorization: Bearer <Authorization_Token>

companyId: 6

Content-Type: application/json

buid: 6384

roleid: 1

Response Variables

Name

Type

Description

loginUser String The login user e-mail.
alertsCount long Number of alerts in the last 30 days
activitiesCount long Number of activities in the last 30 days
fileScannedCount long Number of files scanned in the last 30 days

Sample Response

{

"loginUser":"qa.casb1@gmail.com",

"alertsCount":3220,

"activitiesCount":9514,

"fileScannedCount":340

}

Get Dashboard Summary

Description

Get dashboard summary.

URL

/api/v1/dashboard/summary

Method: Get

Request Headers

Key

Value

Type

Description

Authorization Bearer <Authorization Token> String Authorization credential generated by FortiCASB

buId

<Business Unit ID>

Long

The targeted business unit ID on FortiCASB. Business unit ID can be obtained through . Alternatively, it can also be obtained from the REST API Get Resource Map

companyId

<Company ID>

String

Company ID

roleId

<User ID>

Long

Login User ID

Content-Type application/json String

Sample Request

Request URL

GET https://www.forticasb.com/api/v1/dashboard/summary

Request Header

Authorization: Bearer <Authorization_Token>

companyId: 6

Content-Type: application/json

buid: 6384

roleid: 1

Response Variables

Name

Type

Description

loginUser String The login user e-mail.
alertsCount long Number of alerts in the last 30 days
activitiesCount long Number of activities in the last 30 days
fileScannedCount long Number of files scanned in the last 30 days

Sample Response

{

"loginUser":"qa.casb1@gmail.com",

"alertsCount":3220,

"activitiesCount":9514,

"fileScannedCount":340

}