Skip to main content
2024.3
AskMe (beta)

SYS.Monitor.Interop.Interface.Utils

Method Inventory

Methods

classmethod ConsolidateMetrics() as %Status
classmethod ConsolidateMetricsForMonth(pMonth As %String) as %Status
classmethod InteropInterfacesClose(ByRef qHandle As %Binary) as %Status
classmethod InteropInterfacesExecute(ByRef qHandle As %Binary, pStart As %TimeStamp = "", pEnd As %TimeStamp = "", pNamespace As %String = "", pProtocol As %String = "", pType As %String = "", pIncludeTotals As %Boolean = 1, pIncludePerNamespace As %Boolean = 1, pIncludePerProtocol As %Boolean = 1, pNSpaceContains As %Boolean = 0) as %Status
classmethod InteropInterfacesFetch(ByRef qHandle As %Binary, ByRef Row As %List, ByRef AtEnd As %Integer = 0) as %Status
classmethod Upgrade() as %Status

Queries

query InteropInterfaces(pStart As %TimeStamp = "", pEnd As %TimeStamp = "", pNamespace As %String = "", pProtocol As %String = "", pType As %String = "", pIncludeTotals As %Boolean = 1, pIncludePerNamespace As %Boolean = 1, pIncludePerProtocol As %Boolean = 1, pNSpaceContains As %Boolean = 0)
Selects Type As %String, Namespace As %String, Protocol As %String, Count As %Integer, Active As %Boolean
Query to find the counts of unique Interoperability Interfaces that have been enabled. Parameters pStart and pEnd allow for filtering by time in UTC pStart must be present for any time filtering to occur. Parameters pNamespace, pProtocol, pType allow for filtering to a specific Namespace, Protocol, or Type respectively. If pNSpaceContains is true, then the pNamespace filter allows for a partial match on the specified string. Parameters pIncludeTotals, pIncludePerNamespace, and pIncludePerProtocol are booleans for specifying what types of data should be included in the returned results.
FeedbackOpens in a new tab