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
Aircraft
by 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
AssetGroup
by its id. - Get info about an operator by id.
- Get an
Vertipad
by its id. - Get an
Vertiport
by its id. - Health check for load balancing
- Register an
Aircraft
in the database. - Register an
AssetGroup
in the database. - Register an
Vertipad
in the database. - Register an
Vertiport
in the database. - Remove a
Aircraft
from the database. - Remove an
AssetGroup
from the database. - Remove a
Vertipad
from the database. - Remove a
Vertiport
from the database. - Update/modify an
Aircraft
in the database. - Update/modify an
AssetGroup
in the database. - Update/modify a
Vertipad
in the database. - Update/modify a
Vertiport
in the database.