This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Orion.APM.Application

What are the possible values that may appear in the "Critical" field of the "Orion.APM.Application" table?

Parents
  • I'm not seeing a critical field in that entity.

    SELECT TOP 1000 [App].ApplicationID
          , [App].Name
          , [App].DisplayName
          , [App].NodeID
          , [App].ApplicationTemplateID
          , [App].UnManaged
          , [App].UnManageFrom
          , [App].UnManageUntil
          , [App].Created
          , [App].LastModified
          , [App].ID
          , [App].DetailsUrl
          , [App].FullyQualifiedName
          , [App].ComponentOrderSettingLevel
          , [App].CustomApplicationType
          , [App].HasCredentials
          , [App].Description
          , [App].Status
          , [App].StatusDescription
          , [App].Image
          , [App].Uri
          , [App].PrimaryGroupID
          , [App].InstanceType
          , [App].InstanceSiteId
    FROM Orion.APM.Application AS [App]

    Are you talking about the StatusDescription field?  Those come from the Orion.StatusInfo entity.

    They are shown in more detail in this Modern Dashboard you can import.

Reply
  • I'm not seeing a critical field in that entity.

    SELECT TOP 1000 [App].ApplicationID
          , [App].Name
          , [App].DisplayName
          , [App].NodeID
          , [App].ApplicationTemplateID
          , [App].UnManaged
          , [App].UnManageFrom
          , [App].UnManageUntil
          , [App].Created
          , [App].LastModified
          , [App].ID
          , [App].DetailsUrl
          , [App].FullyQualifiedName
          , [App].ComponentOrderSettingLevel
          , [App].CustomApplicationType
          , [App].HasCredentials
          , [App].Description
          , [App].Status
          , [App].StatusDescription
          , [App].Image
          , [App].Uri
          , [App].PrimaryGroupID
          , [App].InstanceType
          , [App].InstanceSiteId
    FROM Orion.APM.Application AS [App]

    Are you talking about the StatusDescription field?  Those come from the Orion.StatusInfo entity.

    They are shown in more detail in this Modern Dashboard you can import.

Children
No Data