- Print
- DarkLight
bz_list_computers
- Print
- DarkLight
Provides a list of active computer backups for an account.
The accountId
included in this request must be associated with a group with Enterprise Controls enabled. Additionally, the caller must be an admin of that group.
The response includes nextComputerId
, which can be passed as the value for the startComputerId
parameter in a request.
NOTE: Previously deleted or canceled backups will not be returned.
The identifier for the account.
NOTE:The accountId
must be a member of a group with Enterprise Controls enabled.
Optional field to determine which computer to begin listing from.
Maximum number of computers to return. The current range is 1-500 and the default count is 100 if no value is provided. The current application limit is 1000 computer backups per account.
The request succeeded.
The computerId
that can be passed as the value of the request parameter startComputerId
.
The list of computers.
The unique identifier for the computer.
Name of computer.
Timestamp of last time the client backed up to the data center. Used to determine if a computer backup is no longer in use.
status | code | description |
---|---|---|
400 | bad_request | The request had the wrong fields or illegal values. The message returned with the error will describe the problem. |
400 | invalid_account_id | The accountId parameter is invalid or was not found. |
400 | invalid_computer_id | The startComputerId parameter is invalid. |
400 | out_of_range | The maxComputerCount parameter is out of range. |
The numeric HTTP status code. Always matches the status in the HTTP response.
A single-identifier code that identifies the error.
A human-readable message, in English, saying what went wrong.