Module

situationalAwareness/infrastructure

Provides a possibility to work with a infrastructure summary screen.

View Source infrastructure-summary/infrastructure-summary-actions.js, line 5

Methods

# static checkConnection(ciId)

Creates a control task to check connection of the host.

Parameters:
Name Type Description
ciId String

Configuration Item Id

Properties:
Name Type Description
type string

CHECK_CONNECTION

View Source infrastructure-summary/infrastructure-summary-actions.js, line 18

# static load(flowId)

Loads the data for an infrastructure summary opened on {flowId} tab.

Parameters:
Name Type Description
flowId string

The unique Id of opened tab

Properties:
Name Type Description
type string

LOAD

View Source infrastructure-summary/infrastructure-summary-actions.js, line 28