hi
I'd like to get a list of the possible Status field values for both the Node and Interface entities.
what is statusid (started)&(stoped)?
@mosikhan, execute this query in SWQL studio. MOST entities follow these to some degree.
SELECT TOP 1000 StatusId, StatusName, ShortDescription, RollupType, Ranking, UiOrder, Color, IconPostfix, ChildStatusMap, DefaultIconName, CategoryStatusMap, DisplayProperties, DisplayName, Description, InstanceType, Uri, InstanceSiteIdFROM Orion.StatusInfo
Thanks