Download full document:

gslbvserver

Configuration for Global Server Load Balancing Virtual Server resource.

Properties

(click to see Operations)

Name Data Type PermissionsDescription
name<String>Read-writeName for the GSLB virtual server. Must begin with an ASCII alphanumeric or underscore (_) character, and must contain only ASCII alphanumeric, underscore, hash (#), period (.), space, colon (:), at (@), equals (=), and hyphen (-) characters. Can be changed after the virtual server is created. CLI Users: If the name includes one or more spaces, enclose the name in double or single quotation marks (for example, "my vserver" or my vserver).<br>Minimum length = 1
servicetype<String>Read-writeProtocol used by services bound to the virtual server.<br>Possible values = HTTP, FTP, TCP, UDP, SSL, SSL_BRIDGE, SSL_TCP, NNTP, ANY, SIP_UDP, RADIUS, RDP, RTSP, MYSQL, MSSQL, ORACLE
iptype<String>Read-writeThe IP type for this GSLB vserver.<br>Default value: IPV4<br>Possible values = IPV4, IPV6
dnsrecordtype<String>Read-writeDNS record type to associate with the GSLB virtual servers domain name.<br>Default value: A<br>Possible values = A, AAAA, CNAME
lbmethod<String>Read-writeLoad balancing method for the GSLB virtual server.<br>Default value: LEASTCONNECTION<br>Possible values = ROUNDROBIN, LEASTCONNECTION, LEASTRESPONSETIME, SOURCEIPHASH, LEASTBANDWIDTH, LEASTPACKETS, STATICPROXIMITY, RTT, CUSTOMLOAD
backupsessiontimeout<Double>Read-writeA non zero value enables the feature whose minimum value is 2 minutes. The feature can be disabled by setting the value to zero. The created session is in effect for a specific client per domain.<br>Minimum value = 0<br>Maximum value = 1440
backuplbmethod<String>Read-writeBackup load balancing method. Becomes operational if the primary load balancing method fails or cannot be used. Valid only if the primary method is based on either round-trip time (RTT) or static proximity.<br>Possible values = ROUNDROBIN, LEASTCONNECTION, LEASTRESPONSETIME, SOURCEIPHASH, LEASTBANDWIDTH, LEASTPACKETS, STATICPROXIMITY, RTT, CUSTOMLOAD
netmask<String>Read-writeIPv4 network mask for use in the SOURCEIPHASH load balancing method.<br>Minimum length = 1
v6netmasklen<Double>Read-writeNumber of bits to consider, in an IPv6 source IP address, for creating the hash that is required by the SOURCEIPHASH load balancing method.<br>Default value: 128<br>Minimum value = 1<br>Maximum value = 128
tolerance<Double>Read-writeSite selection tolerance, in milliseconds, for implementing the RTT load balancing method. If a sites RTT deviates from the lowest RTT by more than the specified tolerance, the site is not considered when the NetScaler appliance makes a GSLB decision. The appliance implements the round robin method of global server load balancing between sites whose RTT values are within the specified tolerance. If the tolerance is 0 (zero), the appliance always sends clients the IP address of the site with the lowest RTT.<br>Minimum value = 0<br>Maximum value = 100
persistencetype<String>Read-writeUse source IP address based persistence for the virtual server. After the load balancing method selects a service for the first packet, the IP address received in response to the DNS query is used for subsequent requests from the same client.<br>Possible values = SOURCEIP, NONE
persistenceid<Double>Read-writeThe persistence ID for the GSLB virtual server. The ID is a positive integer that enables GSLB sites to identify the GSLB virtual server, and is required if source IP address based or spill over based persistence is enabled on the virtual server.<br>Minimum value = 0<br>Maximum value = 65535
persistmask<String>Read-writeThe optional IPv4 network mask applied to IPv4 addresses to establish source IP address based persistence.<br>Minimum length = 1
v6persistmasklen<Double>Read-writeNumber of bits to consider in an IPv6 source IP address when creating source IP address based persistence sessions.<br>Default value: 128<br>Minimum value = 1<br>Maximum value = 128
timeout<Double>Read-writeIdle time, in minutes, after which a persistence entry is cleared.<br>Default value: 2<br>Minimum value = 2<br>Maximum value = 1440
edr<String>Read-writeSend clients an empty DNS response when the GSLB virtual server is DOWN.<br>Default value: DISABLED<br>Possible values = ENABLED, DISABLED
mir<String>Read-writeInclude multiple IP addresses in the DNS responses sent to clients.<br>Default value: DISABLED<br>Possible values = ENABLED, DISABLED
disableprimaryondown<String>Read-writeContinue to direct traffic to the backup chain even after the primary GSLB virtual server returns to the UP state. Used when spillover is configured for the virtual server.<br>Default value: DISABLED<br>Possible values = ENABLED, DISABLED
dynamicweight<String>Read-writeSpecify if the appliance should consider the service count, service weights, or ignore both when using weight-based load balancing methods. The state of the number of services bound to the virtual server help the appliance to select the service.<br>Default value: DISABLED<br>Possible values = SERVICECOUNT, SERVICEWEIGHT, DISABLED
state<String>Read-writeState of the GSLB virtual server.<br>Default value: ENABLED<br>Possible values = ENABLED, DISABLED
considereffectivestate<String>Read-writeIf the primary state of all bound GSLB services is DOWN, consider the effective states of all the GSLB services, obtained through the Metrics Exchange Protocol (MEP), when determining the state of the GSLB virtual server. To consider the effective state, set the parameter to STATE_ONLY. To disregard the effective state, set the parameter to NONE. The effective state of a GSLB service is the ability of the corresponding virtual server to serve traffic. The effective state of the load balancing virtual server, which is transferred to the GSLB service, is UP even if only one virtual server in the backup chain of virtual servers is in the UP state.<br>Default value: NONE<br>Possible values = NONE, STATE_ONLY
comment<String>Read-writeAny comments that you might want to associate with the GSLB virtual server.
somethod<String>Read-writeType of threshold that, when exceeded, triggers spillover. Available settings function as follows: * CONNECTION - Spillover occurs when the number of client connections exceeds the threshold. * DYNAMICCONNECTION - Spillover occurs when the number of client connections at the GSLB virtual server exceeds the sum of the maximum client (Max Clients) settings for bound GSLB services. Do not specify a spillover threshold for this setting, because the threshold is implied by the Max Clients settings of the bound GSLB services. * BANDWIDTH - Spillover occurs when the bandwidth consumed by the GSLB virtual servers incoming and outgoing traffic exceeds the threshold. * HEALTH - Spillover occurs when the percentage of weights of the GSLB services that are UP drops below the threshold. For example, if services gslbSvc1, gslbSvc2, and gslbSvc3 are bound to a virtual server, with weights 1, 2, and 3, and the spillover threshold is 50%, spillover occurs if gslbSvc1 and gslbSvc3 or gslbSvc2 and gslbSvc3 transition to DOWN. * NONE - Spillover does not occur.<br>Possible values = CONNECTION, DYNAMICCONNECTION, BANDWIDTH, HEALTH, NONE
sopersistence<String>Read-writeIf spillover occurs, maintain source IP address based persistence for both primary and backup GSLB virtual servers.<br>Default value: DISABLED<br>Possible values = ENABLED, DISABLED
sopersistencetimeout<Double>Read-writeTimeout for spillover persistence, in minutes.<br>Default value: 2<br>Minimum value = 2<br>Maximum value = 1440
sothreshold<Double>Read-writeThreshold at which spillover occurs. Specify an integer for the CONNECTION spillover method, a bandwidth value in kilobits per second for the BANDWIDTH method (do not enter the units), or a percentage for the HEALTH method (do not enter the percentage symbol).<br>Minimum value = 1<br>Maximum value = 4294967287
sobackupaction<String>Read-writeAction to be performed if spillover is to take effect, but no backup chain to spillover is usable or exists.<br>Possible values = DROP, ACCEPT, REDIRECT
appflowlog<String>Read-writeEnable logging appflow flow information.<br>Default value: ENABLED<br>Possible values = ENABLED, DISABLED
backupvserver<String>Read-writeName of the backup GSLB virtual server to which the appliance should to forward requests if the status of the primary GSLB virtual server is down or exceeds its spillover threshold.<br>Minimum length = 1
servicename<String>Read-writeName of the GSLB service for which to change the weight.<br>Minimum length = 1
weight<Double>Read-writeWeight to assign to the GSLB service.<br>Minimum value = 1<br>Maximum value = 100
domainname<String>Read-writeDomain name for which to change the time to live (TTL) and/or backup service IP address.<br>Minimum length = 1
ttl<Double>Read-writeTime to live (TTL) for the domain.<br>Minimum value = 1
backupip<String>Read-writeThe IP address of the backup service for the specified domain name. Used when all the services bound to the domain are down, or when the backup chain of virtual servers is down.<br>Minimum length = 1
cookie_domain<String>Read-writeThe cookie domain for the GSLB site. Used when inserting the GSLB site cookie in the HTTP response.<br>Minimum length = 1
cookietimeout<Double>Read-writeTimeout, in minutes, for the GSLB site cookie.<br>Minimum value = 0<br>Maximum value = 1440
sitedomainttl<Double>Read-writeTTL, in seconds, for all internally created site domains (created when a site prefix is configured on a GSLB service) that are associated with this virtual server.<br>Minimum value = 1
newname<String>Read-writeNew name for the GSLB virtual server.<br>Minimum length = 1
curstate<String>Read-onlyState of the gslb vserver.<br>Possible values = UP, DOWN, UNKNOWN, BUSY, OUT OF SERVICE, GOING OUT OF SERVICE, DOWN WHEN GOING OUT OF SERVICE, NS_EMPTY_STR, Unknown, DISABLED
status<Integer>Read-onlyCurrent status of the gslb vserver. During the initial phase if the configured lb method is not round robin , the vserver will adopt round robin to distribute traffic for a predefined number of requests.
lbrrreason<Integer>Read-onlyReason why a vserver is in RR. The following are the reasons: 1 - MEP is DOWN (GSLB) 2 - LB method has changed 3 - Bound services state changed to UP 4 - A new service is bound 5 - Startup RR factor has changed 6 - LB feature is enabled 7 - Load monitor is not active on a service 8 - Vserver is Enabled 9 - SSL feature is Enabled 10 - All bound services have reached threshold. Using effective state to load balance (GSLB) 11 - Primary state of bound services are not UP. Using effective state to load balance (GSLB) 12 - No LB decision can be made as all bound services have either reached threshold or are not UP (GSLB) 13 - All load monitors are active .
iscname<String>Read-onlyis cname feature set on vserver.<br>Possible values = ENABLED, DISABLED
sitepersistence<String>Read-onlyType of Site Persistence set.<br>Possible values = ConnectionProxy, HTTPRedirect, NONE
totalservices<Double>Read-onlyTotal number of services bound to the vserver.
activeservices<Double>Read-onlyTotal number of active services bound to the vserver.
statechangetimesec<String>Read-onlyTime when last state change happened. Seconds part.
statechangetimemsec<Double>Read-onlyTime at which last state change happened. Milliseconds part.
tickssincelaststatechange<Double>Read-onlyTime in 10 millisecond ticks since the last state change.
health<Double>Read-onlyHealth of vserver based on percentage of weights of active svcs/all svcs. This does not consider administratively disabled svcs.
policyname<String>Read-onlyName of the policy bound to the GSLB vserver.
priority<Double>Read-onlyPriority.<br>Minimum value = 1<br>Maximum value = 2147483647
gotopriorityexpression<String>Read-onlyExpression specifying the priority of the next policy which will get evaluated if the current policy rule evaluates to TRUE. o If gotoPriorityExpression is not present or if it is equal to END then the policy bank evaluation ends here o Else if the gotoPriorityExpression is equal to NEXT then the next policy in the priority order is evaluated. o Else gotoPriorityExpression is evaluated. The result of gotoPriorityExpression (which has to be a number) is processed as follows: - An UNDEF event is triggered if . gotoPriorityExpression cannot be evaluated . gotoPriorityExpression evaluates to number which is smaller than the maximum priority in the policy bank but is not same as any policys priority . gotoPriorityExpression evaluates to a priority that is smaller than the current policys priority - If the gotoPriorityExpression evaluates to the priority of the current policy then the next policy in the priority order is evaluated. - If the gotoPriorityExpression evaluates to the priority of a policy further ahead in the list then that policy will be evaluated next. This field is applicable only to rewrite and responder policies.
type<String>Read-onlyThe bindpoint to which the policy is bound.<br>Possible values = REQUEST, RESPONSE
vsvrbindsvcip<String>Read-onlyused for showing the ip of bound entities.
vsvrbindsvcport<Integer>Read-onlyused for showing ports of bound entities.<br>Range 1 - 65535
__count<Double>Read-onlycount parameter

Operations

(click to see Properties)

ADD | DELETE | UPDATE | UNSET | ENABLE | DISABLE | RENAME | GET (ALL) | GET | COUNT

Some options that you can use for each operations:

  • Getting warnings in response: NITRO allows you to get warnings in an operation by specifying the "warning" query parameter as "yes". For example, to get warnings while connecting to the NetScaler appliance, the URL is as follows:

    http://<netscaler-ip-address>/nitro/v1/config/login?warning=yes

    If any, the warnings are displayed in the response payload with the HTTP code "209 X-NITRO-WARNING".

  • Authenticated access for individual NITRO operations: NITRO allows you to logon to the NetScaler appliance to perform individual operations. You can use this option instead of creating a NITRO session (using the login object) and then using that session to perform all operations,

    To do this, you must specify the username and password in the request header of the NITRO request as follows:

    X-NITRO-USER:<username>

    X-NITRO-PASS:<password>

    Note: In such cases, make sure that the request header DOES not include the following:

    Cookie:NITRO_AUTH_TOKEN=<tokenvalue>

Note:

Mandatory parameters are marked in red and placeholder content is marked in <green>.

add

URL: http://<NSIP>/nitro/v1/config/

HTTP Method: POST

Request Payload:

object={
"params":{
      "warning":<String_value>,
      "onerror":<String_value>
},
"sessionid":"##sessionid",
"gslbvserver":{
      "name":<String_value>,
      "servicetype":<String_value>,
      "iptype":<String_value>,
      "dnsrecordtype":<String_value>,
      "lbmethod":<String_value>,
      "backupsessiontimeout":<Double_value>,
      "backuplbmethod":<String_value>,
      "netmask":<String_value>,
      "v6netmasklen":<Double_value>,
      "tolerance":<Double_value>,
      "persistencetype":<String_value>,
      "persistenceid":<Double_value>,
      "persistmask":<String_value>,
      "v6persistmasklen":<Double_value>,
      "timeout":<Double_value>,
      "edr":<String_value>,
      "mir":<String_value>,
      "disableprimaryondown":<String_value>,
      "dynamicweight":<String_value>,
      "state":<String_value>,
      "considereffectivestate":<String_value>,
      "comment":<String_value>,
      "somethod":<String_value>,
      "sopersistence":<String_value>,
      "sopersistencetimeout":<Double_value>,
      "sothreshold":<Double_value>,
      "sobackupaction":<String_value>,
      "appflowlog":<String_value>,
}}

Response Payload:

{ "errorcode": 0, "message": "Done", "severity": }

delete

URL: http://<NSIP>/nitro/v1/config/gslbvserver/name_value<String>

Query-parameters:

warning

http://<NS_IP>/nitro/v1/config/gslbvserver/name_value<String>?warning=yes

Use this query parameter to get warnings in nitro response. If this field is set to YES, warning message will be sent in 'message' field and 'WARNING' value is set in severity field of the response in case there is a

HTTP Method: DELETE

Response Payload:

{ "errorcode": 0, "message": "Done", "severity": }

update

URL: http://<NSIP>/nitro/v1/config/

HTTP Method: PUT

Request Payload:

{
"params": {
      "warning":<String_value>,
      "onerror":<String_value>"
},
sessionid":"##sessionid",
"gslbvserver":{
      "name":<String_value>,
      "iptype":<String_value>,
      "dnsrecordtype":<String_value>,
      "backupvserver":<String_value>,
      "backupsessiontimeout":<Double_value>,
      "lbmethod":<String_value>,
                  "backuplbmethod":<String_value>,
      "netmask":<String_value>,
      "v6netmasklen":<Double_value>,
      "tolerance":<Double_value>,
      "persistencetype":<String_value>,
      "persistenceid":<Double_value>,
      "persistmask":<String_value>,
      "v6persistmasklen":<Double_value>,
      "timeout":<Double_value>,
      "edr":<String_value>,
      "mir":<String_value>,
      "disableprimaryondown":<String_value>,
      "dynamicweight":<String_value>,
      "considereffectivestate":<String_value>,
      "somethod":<String_value>,
      "sopersistence":<String_value>,
      "sopersistencetimeout":<Double_value>,
      "sothreshold":<Double_value>,
      "sobackupaction":<String_value>,
      "servicename":<String_value>,
                  "weight":<Double_value>,
      "domainname":<String_value>,
                  "ttl":<Double_value>,
                  "backupip":<String_value>,
                  "cookie_domain":<String_value>,
                  "cookietimeout":<Double_value>,
                  "sitedomainttl":<Double_value>,
      "comment":<String_value>,
      "appflowlog":<String_value>,
}}

Response Payload:

{ "errorcode": 0, "message": "Done", "severity": }

unset

URL: http://<NSIP>/nitro/v1/config/

HTTP Method: POST

Request Payload:

object={
"params":{
      "warning":<String_value>,
      "onerror":<String_value>,
      "action":"unset"
},
"sessionid":"##sessionid",
"gslbvserver":{
      "name":<String_value>,
      "backupvserver":true,
      "sothreshold":true,
      "iptype":true,
      "dnsrecordtype":true,
      "backupsessiontimeout":true,
      "lbmethod":true,
      "backuplbmethod":true,
      "netmask":true,
      "v6netmasklen":true,
      "tolerance":true,
      "persistencetype":true,
      "persistenceid":true,
      "persistmask":true,
      "v6persistmasklen":true,
      "timeout":true,
      "edr":true,
      "mir":true,
      "disableprimaryondown":true,
      "dynamicweight":true,
      "considereffectivestate":true,
      "somethod":true,
      "sopersistence":true,
      "sopersistencetimeout":true,
      "sobackupaction":true,
      "servicename":true,
      "weight":true,
      "comment":true,
      "appflowlog":true,
}}

Response Payload:

{ "errorcode": 0, "message": "Done", "severity": }

enable

URL: http://<NSIP>/nitro/v1/config/

HTTP Method: POST

Request Payload:

object={
"params":{
      "warning":<String_value>,
      "onerror":<String_value>,
      "action":"enable"
},
"sessionid":"##sessionid",
"gslbvserver":{
      "name":<String_value>,
}}

Response Payload:

{ "errorcode": 0, "message": "Done", "severity": }

disable

URL: http://<NSIP>/nitro/v1/config/

HTTP Method: POST

Request Payload:

object={
"params":{
      "warning":<String_value>,
      "onerror":<String_value>,
      "action":"disable"
},
"sessionid":"##sessionid",
"gslbvserver":{
      "name":<String_value>,
}}

Response Payload:

{ "errorcode": 0, "message": "Done", "severity": }

rename

URL: http://<NSIP>/nitro/v1/config/

HTTP Method: POST

Request Payload:

object={
"params":{
      "warning":<String_value>,
      "onerror":<String_value>,
      "action":"rename"
},
"sessionid":"##sessionid",
"gslbvserver":{
      "name":<String_value>,
      "newname":<String_value>,
}}

Response Payload:

{ "errorcode": 0, "message": "Done", "severity": }

get (all)

URL: http://<NSIP>/nitro/v1/config/gslbvserver

Query-parameters:

filter

http://<NSIP>/nitro/v1/config/gslbvserver?filter=property-name1:property-val1,property-name2:property-val2

Use this query-parameter to get the filtered set of gslbvserver resources configured on NetScaler.Filtering can be done on any of the properties of the resource.

view

http://<NS_IP>/nitro/v1/config/gslbvserver?view=summary

Use this query-parameter to get the summary output of gslbvserver resources configured on NetScaler.

pagesize=#no;pageno=#no

http://<NS_IP>/nitro/v1/config/gslbvserver?pagesize=#no;pageno=#no

Use this query-parameter to get the gslbvserver resources in chunks.

warning

http://<NS_IP>/nitro/v1/config/gslbvserver?warning=yes

Use this query parameter to get warnings in nitro response. If this field is set to YES, warning message will be sent in 'message' field and 'WARNING' value is set in severity field of the response in case there is a

HTTP Method: GET

Response Payload:

{ "errorcode": 0, "message": "Done", "severity": <String_value>, "gslbvserver": [ {
      "name":<String_value>,
      "servicetype":<String_value>,
      "state":<String_value>,
      "iptype":<String_value>,
      "dnsrecordtype":<String_value>,
      "persistencetype":<String_value>,
      "persistenceid":<Double_value>,
      "lbmethod":<String_value>,
      "backuplbmethod":<String_value>,
      "tolerance":<Double_value>,
      "timeout":<Double_value>,
      "curstate":<String_value>,
      "netmask":<String_value>,
      "v6netmasklen":<Double_value>,
      "persistmask":<String_value>,
      "v6persistmasklen":<Double_value>,
      "servicename":<String_value>,
      "weight":<Double_value>,
      "domainname":<String_value>,
      "ttl":<Double_value>,
      "backupip":<String_value>,
      "cookie_domain":<String_value>,
      "cookietimeout":<Double_value>,
      "sitedomainttl":<Double_value>,
      "status":<Integer_value>,
      "lbrrreason":<Integer_value>,
      "backupvserver":<String_value>,
      "backupsessiontimeout":<Double_value>,
      "edr":<String_value>,
      "mir":<String_value>,
      "disableprimaryondown":<String_value>,
      "dynamicweight":<String_value>,
      "iscname":<String_value>,
      "sitepersistence":<String_value>,
      "considereffectivestate":<String_value>,
      "totalservices":<Double_value>,
      "activeservices":<Double_value>,
      "statechangetimesec":<String_value>,
      "statechangetimemsec":<Double_value>,
      "tickssincelaststatechange":<Double_value>,
      "comment":<String_value>,
      "sopersistencetimeout":<Double_value>,
      "somethod":<String_value>,
      "sobackupaction":<String_value>,
      "sopersistence":<String_value>,
      "sothreshold":<Double_value>,
      "health":<Double_value>,
      "appflowlog":<String_value>,
      "policyname":<String_value>,
      "priority":<Double_value>,
      "gotopriorityexpression":<String_value>,
      "type":<String_value>,
      "vsvrbindsvcip":<String_value>,
      "vsvrbindsvcport":<Integer_value>

}]}

get

URL: http://<NS_IP>/nitro/v1/config/gslbvserver/name_value<String>

HTTP Method: GET

Response Payload:

{ "errorcode": 0, "message": "Done", "gslbvserver": [ {
      "name":<String_value>,
      "servicetype":<String_value>,
      "state":<String_value>,
      "iptype":<String_value>,
      "dnsrecordtype":<String_value>,
      "persistencetype":<String_value>,
      "persistenceid":<Double_value>,
      "lbmethod":<String_value>,
      "backuplbmethod":<String_value>,
      "tolerance":<Double_value>,
      "timeout":<Double_value>,
      "curstate":<String_value>,
      "netmask":<String_value>,
      "v6netmasklen":<Double_value>,
      "persistmask":<String_value>,
      "v6persistmasklen":<Double_value>,
      "servicename":<String_value>,
      "weight":<Double_value>,
      "domainname":<String_value>,
      "ttl":<Double_value>,
      "backupip":<String_value>,
      "cookie_domain":<String_value>,
      "cookietimeout":<Double_value>,
      "sitedomainttl":<Double_value>,
      "status":<Integer_value>,
      "lbrrreason":<Integer_value>,
      "backupvserver":<String_value>,
      "backupsessiontimeout":<Double_value>,
      "edr":<String_value>,
      "mir":<String_value>,
      "disableprimaryondown":<String_value>,
      "dynamicweight":<String_value>,
      "iscname":<String_value>,
      "sitepersistence":<String_value>,
      "considereffectivestate":<String_value>,
      "totalservices":<Double_value>,
      "activeservices":<Double_value>,
      "statechangetimesec":<String_value>,
      "statechangetimemsec":<Double_value>,
      "tickssincelaststatechange":<Double_value>,
      "comment":<String_value>,
      "sopersistencetimeout":<Double_value>,
      "somethod":<String_value>,
      "sobackupaction":<String_value>,
      "sopersistence":<String_value>,
      "sothreshold":<Double_value>,
      "health":<Double_value>,
      "appflowlog":<String_value>,
      "policyname":<String_value>,
      "priority":<Double_value>,
      "gotopriorityexpression":<String_value>,
      "type":<String_value>,
      "vsvrbindsvcip":<String_value>,
      "vsvrbindsvcport":<Integer_value>

}]}

count

URL: http://<NS_IP>/nitro/v1/config/gslbvserver?count=yes

HTTP Method: GET

Response Payload:

{ "errorcode": 0, "message": "Done",gslbvserver: [ { "__count": "#no"} ] }