Created
April 14, 2014 13:56
-
-
Save nim23/10650334 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Title": "Flow dashboard 1", | |
"Content": { | |
"Name": "Flow Dashboard 1 name", | |
"Description": "Flow Dashboard 1 description", | |
"Gadgets": [ | |
{ | |
"Heading": "Vulnerabilities and Patching", | |
"Type": "Scorecard", | |
"KPIs": [ | |
{ | |
"Type": "topNGroup", | |
"Options": { | |
"GroupedDataParameters": "class_name=IncidentManagement.Incident&query=_IncidentsByProrityAndStatus&title=Grouped%20by%20priority%20and%20status", | |
"Top": 5, | |
"Heading": { | |
"Type": "topCount" | |
}, | |
"SubHeading": { | |
"Type": "text", | |
"Text": "Services by Incident Volume" | |
}, | |
"DrilldownType": "pie", | |
"CountResultLayout": { | |
"Type": "bar", | |
"BarLengthType": "percentageOfTotal", | |
"Orientation": "horizontal", | |
"ResultOrder": { | |
"By": "count", | |
"Direction": "descending" | |
}, | |
"SubHeading": { | |
"Type": "count" | |
} | |
} | |
} | |
}, | |
{ | |
"Type": "changeOverTime", | |
"Options": { | |
"Period": { | |
"Unit": "weeks", | |
"Value": 4, | |
"Multiplier": 2 | |
}, | |
"DataParameters": "class_name=IncidentManagement.Incident&query=_Changeovertime", | |
"Heading": { | |
"Type": "count" | |
}, | |
"SubHeading": { | |
"Type": "Devices" | |
}, | |
"SubText": { | |
"Type": "appendPeriodToText", | |
"Text": "Not scanned within" | |
}, | |
"MetricVisualisation": { | |
"Type": "arrow", | |
"Heading": { | |
"Type": "percentageOfchange" | |
}, | |
"SubHeading": { | |
"Type": "usePeriod" | |
} | |
} | |
} | |
}, | |
{}, | |
{} | |
] | |
} | |
], | |
"Layout": { | |
"Type": "Flow", | |
"Columns": [ | |
{ | |
"Gadgets": [ | |
0, | |
1 | |
] | |
}, | |
{ | |
"Gadgets": [ | |
2 | |
] | |
} | |
] | |
} | |
} | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment