You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: services/loadbalancer/src/stackit/loadbalancer/api/default_api.py
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2395,7 +2395,7 @@ def get_service_status(
2395
2395
) ->GetServiceStatusResponse:
2396
2396
"""(Deprecated) Return the status of load balancer functionality for the project specified.
2397
2397
2398
-
DEPRECATED! Projects are auto-enabled on SE side, meaning status is always enabled. Status will return the load balancer functionality status for the project specified.
2398
+
DEPRECATED! Checking the status is now obsolete. The endpoint is kept for compatibility. Status will return the load balancer functionality status for the project specified.
"""(Deprecated) Return the status of load balancer functionality for the project specified.
2462
2462
2463
-
DEPRECATED! Projects are auto-enabled on SE side, meaning status is always enabled. Status will return the load balancer functionality status for the project specified.
2463
+
DEPRECATED! Checking the status is now obsolete. The endpoint is kept for compatibility. Status will return the load balancer functionality status for the project specified.
"""(Deprecated) Return the status of load balancer functionality for the project specified.
2527
2527
2528
-
DEPRECATED! Projects are auto-enabled on SE side, meaning status is always enabled. Status will return the load balancer functionality status for the project specified.
2528
+
DEPRECATED! Checking the status is now obsolete. The endpoint is kept for compatibility. Status will return the load balancer functionality status for the project specified.
0 commit comments