Returns a list of all the servers.
Request body
Specifies the filter value, which is based on the type of server criteria. For example, if <code>serverCriteria</code> is <code>OS_NAME</code>, and the <code>filterValue</code> is equal to <code>WindowsServer</code>, then <code>ListServers</code> returns all of the servers matching the OS name <code>WindowsServer</code>.
The maximum number of items to include in the response. The maximum value is 100.
The token from a previous call that you use to retrieve the next set of results. For example, if a previous call to this action returned 100 items, but you set <code>maxResults</code> to 10. You'll receive a set of 10 results along with a token. You then use the returned token to retrieve the next set of 10.
Criteria for filtering servers.
Specifies whether to sort by ascending (<code>ASC</code>) or descending (<code>DESC</code>) order.
Response
Success
The token you use to retrieve the next set of results, or null if there are no more results.