All Downloads are FREE. Search and download functionalities are using the official Maven repository.

json.data.dataInsight.unusedAssets.json Maven / Gradle / Ivy

There is a newer version: 1.5.11
Show newest version
{
  "name": "UnusedAssets",
  "fullyQualifiedName": "UnusedAssets",
  "displayName": "Unused Assets",
  "description": "Displays the list of unused assets filtered by last accessed",
  "dataIndexType": "raw_cost_analysis_report_data_index",
  "dimensions": [
    {"name": "entity","chartDataType":"STRING"}
  ],
  "metrics": [
    {"name": "sizeInBytes", "displayName": "Size in Bytes", "chartDataType": "FLOAT"},
    {"name": "lastAccessedAt", "displayName": "Last Accessed At", "chartDataType": "INT"}
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy