You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Platform engineers want a quick visual of CI health. This Now Experience component fetches a CI’s health score and renders a compact badge: Good, Warning, or Critical.
5
+
6
+
## Where to use
7
+
- Now Experience / UI Builder component
8
+
- Include `CiHealthApi` Script Include for server calls from an Action or Data Resource
9
+
10
+
## How it works
11
+
- Client component requests CI health via a simple server API (Script Include)
12
+
- Displays a coloured badge with score and last evaluated time
13
+
- Props: `ciSysId`
14
+
15
+
## Configure
16
+
- Ensure a health source exists for the CI class you test
17
+
- Replace `CiHealthApi` logic if you use a custom health table
0 commit comments