Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
|
Log record structure. More...
Public Attributes | |
time | timestamp |
Time of log entry creation (UNIX timestamp, UTC) More... | |
RecordType | type |
Entry type. More... | |
int | assetStripNumber |
Asset strip number (0-based), -1 if unknown. More... | |
int | rackUnitNumber |
Rack unit number (0-based), -1 if unknown. More... | |
int | rackUnitPosition |
Rack unit position, -1 if unknown. More... | |
int | slotNumber |
Blade extension slot number, -1 if unknown, 0 is main strip, >0 is blade. More... | |
string | tagId |
The ID of the asset management tag, empty if unknown. More... | |
string | parentBladeId |
ID of the parent blade extension tag in case slotNumber>0, empty otherwise. More... | |
AssetStrip::State | state |
Asset strip state. More... | |
Log record structure.
Definition at line 48 of file AssetStripLogger.idl.
int assetmgrmodel::AssetStripLogger::Record::assetStripNumber |
Asset strip number (0-based), -1 if unknown.
Definition at line 51 of file AssetStripLogger.idl.
string assetmgrmodel::AssetStripLogger::Record::parentBladeId |
ID of the parent blade extension tag in case slotNumber>0, empty otherwise.
Definition at line 56 of file AssetStripLogger.idl.
int assetmgrmodel::AssetStripLogger::Record::rackUnitNumber |
Rack unit number (0-based), -1 if unknown.
Definition at line 52 of file AssetStripLogger.idl.
int assetmgrmodel::AssetStripLogger::Record::rackUnitPosition |
Rack unit position, -1 if unknown.
Definition at line 53 of file AssetStripLogger.idl.
int assetmgrmodel::AssetStripLogger::Record::slotNumber |
Blade extension slot number, -1 if unknown, 0 is main strip, >0 is blade.
Definition at line 54 of file AssetStripLogger.idl.
AssetStrip::State assetmgrmodel::AssetStripLogger::Record::state |
Asset strip state.
Definition at line 57 of file AssetStripLogger.idl.
string assetmgrmodel::AssetStripLogger::Record::tagId |
The ID of the asset management tag, empty if unknown.
Definition at line 55 of file AssetStripLogger.idl.
time assetmgrmodel::AssetStripLogger::Record::timestamp |
Time of log entry creation (UNIX timestamp, UTC)
Definition at line 49 of file AssetStripLogger.idl.
RecordType assetmgrmodel::AssetStripLogger::Record::type |
Entry type.
Definition at line 50 of file AssetStripLogger.idl.