GetScalabilityServers

The GetScalabilityServers method retrieves the properties of the scalability servers from scalability server list.
cla140
The GetScalabilityServers method retrieves the properties of the scalability servers from scalability server list.
Parameters
  • xsd:string sessionId
    Specifies the session id obtained from the login to the Web Service.
  • xsd:long listHandle
    Specifies the numeric handle to a list, returned by a previous call to OpenScalabilityServerList.
  • xsd:long noOfServers(m)
    Specifies the total number of servers to get from the list. This must be less than or equal to the total number in the list, returned by a previous call to OpenScalabilityServerList
Return Values
  • dsm:ArrayOfServerProperties GetServerReturn
    Specifies an Array of scalability server properties, one for each server.
Remarks
None