getsystemglobaldataResult Structure Definition

The getsystemglobaldataResult structure defines the return type for getsystemglobaldata 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.

systemglobaldataList

List of systemglobaldatas


systemglobaldata Structure Definition

The systemglobaldata structure defines the actual return type values for getsystemglobaldata API.

Syntax



Members

counters

Specify the counters to be collected.

countergroup

Specify the (counter) group name which contains all the counters specific to this particular group.

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.

core

Specify core ID of the PE in nCore.

response


startupdate


lastupdate


_nextgenapiresource


See Also