Gets a list of servers from inside the account
| Argument | Data Type | Required | Description |
| start | integer | No | Starting position |
| limit | integer | No | Number of records to return |
| XML Response | JSON Response |
| <response> <records>1</records> <server> <id>198</id> <primaryip/> <serverhost>XLHOST</serverhost> <status>Server is ready</status> <totalips>11</totalips> </server> </response> |
{
"records": "1",
"server": {
"id": "198",
"primaryip": "",
"serverhost": "XLHOST",
"status": "Server is ready",
"totalips": "11"
}
} |