Hitachi Energy
Inventory report scheduled
Format of the request for a scheduled inventory data retrieval:
inventory getReport async <msgID> scheduled <reportType> [<address>] [<filter>] [<reportFormat>]
 
msgID
The «message identifier» is a number issued by the user. This number is returned by the report server in its response.
reportType
Possible values are
NE | Unit | Port | Service | Config
address (optional)
filter (optional)
Refer to Filters.
reportFormat (optional)
Possible values are
xml | csv
(Default: xml)
 
Format of the immediate response to a request for a scheduled inventory data retrieval:
inventory getReportResponse async <msgID> scheduled <scheduleID> <errorCode>
 
msgID
Message identifier of the corresponding request.
scheduleID
Schedule identifier assigned by the report server to be included in the subsequent response containing the requested inventory data.
errorCode
Refer to Error codes.
 
Format of the scheduled response containing the requested inventory data:
inventory notification schedule <scheduleID> <errorCode> <datastream>
 
scheduleID
Schedule identifier as announced in the immediate response.
errorCode
Refer to Error codes.
datastream
Inventory data as requested.