getsystementitydataResult Structure Definition

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

systementitydataList

List of systementitydatas


systementitydata Structure Definition

The systementitydata structure defines the actual return type values for getsystementitydata API.

Syntax



Members

type

Specify the entity type.

name

Specify the entity name.

counters

Specify the counters to be collected.

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