| disablegslbservicegroup |
Use this method to disables a GSLB service group or a member of a GSLB service group. To disable a GSLB service group, provide only the service group name. To disable only a member of a service group, in addition to the GSLB service group name, provide the name of the server that hosts the service, and the port number of the service. |
Syntax |
Parameters |
servicegroupname |
Name of the GSLB service group. This is mandatory parameter. |
servername |
Name of the server that hosts the GSLB service. |
port |
Port number of the GSLB service. Range 1 - 65535. |
delay |
The time allowed (in seconds) for a graceful shutdown. During this period, new connections or requests will continue to be sent to this service for clients who already have a persistent session on the system. Connections or requests from fresh or new clients who do not yet have a persistence sessions on the system will not be sent to the service. Instead, they will be load balanced among other available services. After the delay time expires, no new requests or connections will be sent to the service. |
graceful |
Wait for all existing connections to the service to terminate before shutting down the service. Default value = NO. |
Return Value |
Returns simpleResult |
See Also |