Hosts are the Autotest terminology for machines that will run the test jobs.
The functionality exposed by the server allow users to add new hosts, modify or delete existing ones.
As an implementation detail of the server, to maintain referential integrity, a host record is never actually deleted, but marked as invalid.
All the default functions are available for getting information, adding new instances, modifying and deleting existing ones.
Returns data in raw format from the Autotest RPC server. By default all data will be returned, unless filtered.
Parameters: |
|
---|---|
Returns: | raw JSON data converted to a Python data structure |
Returns only the numeric identification of existing instances on the server side.
Parameters: |
|
---|---|
Returns: | raw JSON data converted to a Python data structure |