Module svc_assets::rest::api
source · Expand description
Implementation of REST APIs.
Re-exports
pub use rest_types::*;
Modules
- Types Used in REST Messages
Functions
- Get an
Aircraftby its id. - Get all aircraft from the database.
- Get all assets belonging to an operator.
- Get all grouped assets belonging to an operator.
- Get all grouped assets delegated from an operator.
- Get all grouped assets delegated to an operator.
- Get all vertipads from the database.
- Get all vertiports from the database.
- Get an
AssetGroupby its id. - Get info about an operator by id.
- Get an
Vertipadby its id. - Get an
Vertiportby its id. - Health check for load balancing
- Register an
Aircraftin the database. - Register an
AssetGroupin the database. - Register an
Vertipadin the database. - Register an
Vertiportin the database. - Remove a
Aircraftfrom the database. - Remove an
AssetGroupfrom the database. - Remove a
Vertipadfrom the database. - Remove a
Vertiportfrom the database. - Update/modify an
Aircraftin the database. - Update/modify an
AssetGroupin the database. - Update/modify a
Vertipadin the database. - Update/modify a
Vertiportin the database.