statapispecendpointResult Structure Definition

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

apispecendpointList

Pointer to the apispecendpoint List.


apispecendpointstats Structure Definition

The apispecendpointstats structure defines the actual return type values for statapispecendpoint API.

Syntax



Members

apiname

API endpoint.

clearstats

Clear the statsistics / counters

_nextgenapiresource


apiepfullname

API endpoint name

apiendpointhits

Number of received requests for the API endpoint.

apiendpointhitsrate

Rate of received requests for the API endpoint.

apiendpointsuccessfullyvalidated

Number of successfully validated requests for the API endpoint.

apiendpointsuccessfullyvalidatedrate

Rate of successfully validated requests for the API endpoint.

See Also