Create and apply a new configuration for the Overview section
Create visualization configurations for the Portfolio Overview section and apply them as needed.
시작하기 전에
Role required: sn_apm.apm_admin
프로시저
- Navigate to All > Enterprise Architecture > Enterprise Architecture Workspace > Configuration.
- On the APM EA Configurations page, select New.
-
On the form, fill in the fields.
표 1. New EA Configuration Record form Field Description Name Name of the configuration. Active Option to make the configuration active to appear on the Overview section. Section Section name for which you’re creating the configuration. Order Position of the card in the sequential order of all other cards in that section. Configuration Type Type of the configuration. If the Section field is set to Overview, then this field value is automatically set to Visualization. Saved Visualization Name of the configuration. Select the lookup icon ( ) to select a configuration from the PAR Visualizations list.
주:You can create and save a visualization configuration using the Platform Analytics Workspace. For instructions, see Create a single score visualization in the Visualization Designer.Manage Access Option to provide access to the selected users and user groups. Add users or groups by selecting the lock icon ( ) for Users or Groups.
Sample Configuration script to add a card (Business applications at the same capability hierarchy level) in the Business Portfolio tab of the Insights section:responseFromScript(); function responseFromScript() { return { "title":{ "label":"Test insight card", "size":"sm", "lines":2 }, "count":"6", "description":{ "label":"6 testing description", "lines":2 }, "countLabel":"test count", "buttonLabel":"View list", "buttonTooltip":"View list for Business applications at the same capability hierarchy level", "border":{ "color":"brown", "variant":"secondary" }, "highlightedHeader":{ "label":"Business Portfolio", "icon":"bag-outline" }, "navigation":{ "route":"list", "title":"Business applications at the same capability hierarchy level", "fields":{ "table":"cert_follow_on_task", "listTitle":"Business applications at the same capability hierarchy level" }, "params":{ "query":"sys_created_on>=2022-12-15 11:36:37^audit.sys_id=ae25162c3ba20300028fe79c83efc492^state=1", "listView":"" } }, "displayText":"6 Business applications at the same capability hierarchy level" }; } - Select Submit.