Module app
Source - count_apps
- Counts the total number of applications in the database.
- count_instances_by_app
- Counts the number of instances for each application (grouped by app_id).
- create_app
- Creates a new application in the database.
- delete_app
- Deletes an application from the database.
- get_app_by_id
- Retrieves a specific application by its unique identifier.
- get_app_with_instances
- Retrieves a specific application along with its associated instances.
- get_apps_by_org
- Retrieves all applications belonging to a specific organization.
- list_apps
- Retrieves a paginated list of applications from the database.
- list_instances
- Retrieves a paginated list of instances for a specific application.
- set_maintenance_mode
- Sets the maintenance mode status for an application.
- update_app
- Updates an existing application in the database.