AHM URLs
There is one URL route associated with Asset Health Manager: health. The following table describes the various paths that build on the route, and the elements that you can specify for each.
Tip: For more information, refer to the URLs section of the documentation.
Element | Description | Accepted Value(s) | Notes |
---|---|---|---|
health: Opens the Health Summary page displaying health indicators at the Home level of the hierarchy. | |||
health/overview: Opens the Asset Health Manager Overview page. | |||
health/asset/<EntityKey>/<SectionName>: Opens the Health Summary page. | |||
<EntityKey> | Specifies the level of the asset hierarchy for which you want to view health information. | Any Entity Key that corresponds to an asset in the asset hierarchy. | N/A |
0 | Displays the Home level of the asset hierarchy. | ||
<SectionName> |
Specifies the type of health information you want to view. | indicator | Displays the Indicators section. |
event | Displays the Events section. | ||
policy | Displays the Policies section. | ||
risk | Displays the Risks section. | ||
health/indicator/<IndicatorEntityKey>/<WorkspaceName>: Opens the Health Indicator page. | |||
<IndicatorEntityKey> | Specifies the health indicator whose details you want to view. | Any Entity Key that corresponds to a health indicator in the asset hierarchy. | N/A |
<WorkspaceName> | Specifies the type of health indicator information you want to view. | trend | Displays the Trend Chart workspace. |
readings | Displays the Reading History workspace. | ||
configuration | Displays the Configuration workspace. |
Example URLs
Example URL | Destination |
---|---|
#health -or- #health/asset/0/indicator | The Indicators section of the Health Summary page for the Home level of the Asset Hierarchy. |
#health/asset/6425187457/policy | The Policies section of the Health Summary page for the specified asset. |
#health/indicator/64253092336/trend | The Health Indicator page, displaying a graph of readings associated with the specified health indicator. |
#health/indicator/64253092336/configuration | The Health Indicator page, displaying source information for the specified health indicator. |