| getsystemeventhistoryResult Structure Definition |
The getsystemeventhistoryResult structure defines the return type for getsystemeventhistory API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
systemeventhistoryList |
List of systemeventhistorys |
| systemeventhistory Structure Definition |
The systemeventhistory structure defines the actual return type values for getsystemeventhistory API. |
Syntax |
Members |
starttime |
Specify start time in mmddyyyyhhmm to start collecting values from that timestamp. |
endtime |
Specify end time in mmddyyyyhhmm upto which values have to be collected. |
last |
Last is literal way of saying a certain time period from the current moment. |
unit |
Specify the time period from current moment. |
datasource |
Specifies the source which contains all the stored counter values. |
response |
_nextgenapiresource |
See Also |