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.

Node and Interface Status possible field values

Hi,

I'd like to get a list of the possible Status field values for both the Node and Interface entities.

Does anyone have such a list or could assist on this please?

For example I have part of a SWQL query below which is excluding Nodes and Interfaces based on certain numbered status values and I'd like to understand exactly what is happening:

T1.Node.Status NOT IN ('11', '9', '12') AND T1.Status NOT IN ('9', '12')

Regards,

Andrew

Parents
  • Here is my table for an easy copy paste:

    StatusId StatusName

    0 Unknown
    1 Up
    2 Down
    3 Warning
    4 Shutdown
    5 Testing
    6 Dormant
    7 NotPresent
    8 LowerLayerDown
    9 Unmanaged
    10 Unplugged
    11 External
    12 Unreachable
    14 Critical
    15 PartlyAvailable
    16 Misconfigured
    17 Undefined
    19 Unconfirmed
    22 Active
    24 Inactive
    25 Expired
    26 MonitoringDisabled
    27 Disabled
    28 NotLicensed
    29 OtherCategory
    30 NotRunning
    31 Online
    32 OnBattery
    33 OnSmartBoost
    34 TimedSleeping
    35 SoftwareBypass
    36 Off
    37 Rebooting
    38 SwitchedBypass
    39 HardwareFailureBypass
    40 SleepingUntilPowerReturn
    41 OnSmartTrim
    42 EcoMode
    43 HotStandBy
    44 OnBatteryTest

Reply
  • Here is my table for an easy copy paste:

    StatusId StatusName

    0 Unknown
    1 Up
    2 Down
    3 Warning
    4 Shutdown
    5 Testing
    6 Dormant
    7 NotPresent
    8 LowerLayerDown
    9 Unmanaged
    10 Unplugged
    11 External
    12 Unreachable
    14 Critical
    15 PartlyAvailable
    16 Misconfigured
    17 Undefined
    19 Unconfirmed
    22 Active
    24 Inactive
    25 Expired
    26 MonitoringDisabled
    27 Disabled
    28 NotLicensed
    29 OtherCategory
    30 NotRunning
    31 Online
    32 OnBattery
    33 OnSmartBoost
    34 TimedSleeping
    35 SoftwareBypass
    36 Off
    37 Rebooting
    38 SwitchedBypass
    39 HardwareFailureBypass
    40 SleepingUntilPowerReturn
    41 OnSmartTrim
    42 EcoMode
    43 HotStandBy
    44 OnBatteryTest

Children
No Data