We are excited to announce our new API Documentation.
Optional
filterOptional
groupSpecifies the group ID to filter on.
Optional
maxThe maximum number of items to include in the response. The maximum value is 100.
Optional
next 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 maxResults
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.
Optional
serverCriteria for filtering servers.
Optional
sort Specifies whether to sort by ascending (ASC
) or descending
(DESC
) order.
Specifies the filter value, which is based on the type of server criteria. For example, if
serverCriteria
isOS_NAME
, and thefilterValue
is equal toWindowsServer
, thenListServers
returns all of the servers matching the OS nameWindowsServer
.