| statapispecResult Structure Definition |
The statapispecResult structure defines the return type for statapispec 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. |
apispecList |
Pointer to the apispec List. |
| apispecstats Structure Definition |
The apispecstats structure defines the actual return type values for statapispec API. |
Syntax |
Members |
name |
Name of the api spec for which to display stats. |
clearstats |
Clear the statsistics / counters |
_nextgenapiresource |
apispechits |
Number of received requests for the API specification. |
apispechitsrate |
Rate of received requests for the API specification. |
apispecsuccessfullyvalidated |
Number of successfully validated requests for the API specification. |
apispecsuccessfullyvalidatedrate |
Rate of successfully validated requests for the API specification. |
apispecunmatched |
Number of requests non matching this API specification. |
apispecunmatchedrate |
Rate of requests non matching this API specification. |
See Also |