Function get_scaling_status

Source
pub async fn get_scaling_status(app_id: String) -> Json<ScaleResponse>
Expand description

Get current scaling status for an application.

Returns information about the current scaling state of the specified application including replica count and resource utilization.

§Arguments

  • app_id - Unique identifier of the application

§Returns

JSON response with current scaling information