The Architecture Model tile (not available out of the box) displays all Architecture Models that have been assigned to the Application and checked during the snapshot. The tile displays the number of violations/critical violations (depending on the configuration of the criticalsRulesOnly parameter in the tile configuration) per Architecture Model. Clicking an Architecture Model will drill down and display the details of the selected rule in the Risk Investigation page.

Configuration

Example

{
	"type":"ArchitectureModel",
	"parameters":{
 		"business":60017,
 		"criticalsRulesOnly":false
	},
 	"color":"blue-dark",
  	"col":7,
  	"row":1,
  	"sizex":2,
  	"sizey":1,
  	"min-sizex":2,
  	"min-sizey":1,
  	"max-sizex":4,
  	"max-sizey":4
}