| statgslbsiteResult Structure Definition |
The statgslbsiteResult structure defines the return type for statgslbsite 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. |
gslbsiteList |
Pointer to the gslbsite List. |
| gslbsitestats Structure Definition |
The gslbsitestats structure defines the actual return type values for statgslbsite API. |
Syntax |
Members |
sitename |
Name of the GSLB site for which to display detailed statistics. If a name is not specified, basic information about all GSLB sites is displayed. |
clearstats |
Clear the statsistics / counters |
_nextgenapiresource |
sitepublicip |
The public IP address of this GSLB site. |
siteip |
The private IP address of this GSLB site. |
sitemepstatus |
Indicates the status of the Metric Exchange Policy at this GSLB site. Possible Values : LOCAL, REMOTE, DISABLED, ENABLED, DOWN, UP. |
persexchange |
Indicates whether Persistence entries exchange is enabled or disabled at this GSLB site. Possible Values : LOCAL, REMOTE, DISABLED, ENABLED, DOWN, UP. |
nwmetricexchange |
Indicates whether network metric exchange is enabled or disabled at this GSLB site. Possible Values : LOCAL, REMOTE, DISABLED, ENABLED, DOWN, UP. |
sitemetricexchange |
Indicates whether metric exchange is enabled or disabled at this GSLB site. Possible Values : LOCAL, REMOTE, DISABLED, ENABLED, DOWN, UP. |
sitetype |
Indicates whether this GSLB site is local or remote. Possible Values : LOCAL, REMOTE, DISABLED, ENABLED, DOWN, UP. |
siteipstr |
The private IP address of this GSLB site. |
sitepublicipstr |
The public IP address of this GSLB site. |
sitemetricmepstatus |
Indicates the status of the site metric Metric Exchange connection at this GSLB site. Possible Values : DOWN, UP. |
nwmetricmepstatus |
Indicates the status of the network metric Metric Exchange connection at this GSLB site. Possible Values : DOWN, UP. |
sitetotalrequestbytes |
Total number of request bytes received by the virtual servers represented by all GSLB services associated with this GSLB site. |
siterequestbytesrate |
Rate of request bytes received by the virtual servers represented by all GSLB services associated with this GSLB site. |
sitetotalresponsebytes |
Number of response bytes received by the virtual servers represented by all GSLB services associated with this GSLB site. |
siteresponsebytesrate |
Rate of response bytes received by the virtual servers represented by all GSLB services associated with this GSLB site. |
sitetotalrequests |
Total number of requests received by the virtual servers represented by all GSLB services associated with this GSLB site. |
siterequestsrate |
Rate of requests received by the virtual servers represented by all GSLB services associated with this GSLB site. |
sitetotalresponses |
Number of responses received by the virtual servers represented by all GSLB services associated with this GSLB site. |
siteresponsesrate |
Rate of responses received by the virtual servers represented by all GSLB services associated with this GSLB site. |
sitecurclntconnections |
Number of current client connections to the virtual servers represented by all GSLB services associated with this GSLB site. |
sitecursrvrconnections |
Number of current connections to the real servers behind the virtual servers represented by all GSLB services associated with this GSLB site. |
See Also |