v1

latestOpenAPI 3.0.12026-07-26181265484.9 KB
Machines

Search Machine Basic Info

Retrieves a list of machines based on the search criteria provided in the request body. This allows users to filter and find specific machines or groups of machines by applying various parameters.

post/v1/machines/search

Request body

MachineIDinteger nullable

The unique identifier of the machine to search for.

StatusIDinteger nullable

The status identifier to filter the machines by status.

Searchstring nullable

The search query string to filter machines by name or number.

Response

A list of machines matching the search criteria, including their basic details.

typeIDinteger nullable

The type identifier associated with the machine.

IDstring nullable

The unique identifier for the machine search result.

parentIDstring nullable

The parent identifier associated with the machine, if any.

Disabledinteger nullable

Indicator if the machine is disabled (1 for disabled, 0 for enabled).

Namestring nullable

The name of the machine associated with the search result.