Get Data Insights License Report
Data Insights Licenses API
This API returns details of Data Insights Licenses, providing consumption details for various features.
License Consumption Details
File Storage Optimization (FSO)
The FSO view in the License Summary Report presents the amount of data analyzed using FSO features for each client computer. More Info
Activate Sensitive Data for Files
The Activate Sensitive Data for Files view in the License Summary Report displays the data amount in file system data sources created as part of a Sensitive Data Governance (SDG) project for each client computer. More Info
Activate eDiscovery for Email/Cloud Apps
The Activate eDiscovery for Email/Cloud Apps view in the License Summary Report shows the current number of Compliance Search (eDiscovery) users for each company. More Info
Activate Sensitive Data for Email/Cloud Apps
The Activate Sensitive Data for Email/Cloud Apps view in the License Summary Report displays the current number of Sensitive Data Governance users for each company. More Info
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- cacheId string
Report dataset cache Id
- offset integer
Denotes the starting point or index from which the requested data begins
- limit integer
Total number of records in the response
- totalRecordCount integer
Total Records in the response
columns object[]
List of columns in the dataset
name stringColumn Name
dataField stringData field name
displayName stringDisplay Name of the column
type stringData type
precision integerDecimal point precision
scale integer- recordsCount integer
Total Records in the rows
- records string[]
Rows containing the output
- failures object
- warnings object
{
"cacheId": "string",
"offset": 0,
"limit": 0,
"totalRecordCount": 0,
"columns": [
{
"name": "string",
"dataField": "string",
"displayName": "string",
"type": "string",
"precision": 0,
"scale": 0
}
],
"recordsCount": 0,
"records": [
"string"
],
"failures": {},
"warnings": {}
}
{
"cacheId": "a3fc004f55d247af86f8e059bcb199ab",
"offset": 0,
"limit": 20,
"totalRecordCount": 5,
"columns": [
{
"name": "License ID",
"dataField": "License ID",
"type": "Integer",
"precision": 32,
"scale": 0
},
{
"name": "License",
"dataField": "License",
"type": "String",
"precision": 1000000000,
"scale": 0
},
{
"name": "Available Total",
"dataField": "Available Total",
"type": "Long",
"precision": 64,
"scale": 0
},
{
"name": "Permanent Purchased",
"dataField": "Permanent Purchased",
"type": "Long",
"precision": 64,
"scale": 0
},
{
"name": "Term Purchased",
"dataField": "Term Purchased",
"type": "Long",
"precision": 64,
"scale": 0
},
{
"name": "Used",
"dataField": "Used",
"type": "Decimal",
"precision": 21,
"scale": 3
},
{
"name": "EvalExpiryDate",
"dataField": "EvalExpiryDate",
"displayName": "EvalExpiryDate",
"type": "String",
"precision": 1000000000,
"scale": 0
},
{
"name": "Summary",
"dataField": "Summary",
"displayName": "Summary",
"type": "String",
"precision": 1000000000,
"scale": 0
}
],
"recordsCount": 5,
"records": [
[
100038,
"File Storage Optimization",
0,
0,
0,
0,
"01 Jan 1970",
"License not purchased"
],
[
100034,
"E-Discovery For Files",
0,
0,
0,
0,
"01 Jan 1970",
"License not purchased"
],
[
100035,
"E-Discovery For Email/Cloud Apps",
0,
0,
0,
0,
"01 Jan 1970",
"License not purchased"
],
[
100036,
"Sensitive Data For Files",
0,
0,
0,
0,
"01 Jan 1970",
"License not purchased"
],
[
100037,
"Sensitive Data For Email/Cloud Apps",
0,
0,
0,
0,
"01 Jan 1970",
"License not purchased"
]
],
"failures": {},
"warnings": {
"dbrocky": [
"Warning: Null value is eliminated by an aggregate or other SET operation."
]
}
}