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
@@ -86,7 +86,7 @@ def create_credentials(
86
86
) ->CreateCredentialsResponse:
87
87
"""Create credentials for observability of the Load Balancer
88
88
89
-
Create credentials can be used to store existing credentials, which are valid to be used for Load Balancer Observability. This means, e.g. when using ARGUS, that credentials first must be created for that ARGUS instance (by using their API) and then can be provided to the Load Balancer by storing them with this endpoint.
89
+
Created credentials can be stored and used for the load balancer observability. For example, when using STACKIT Observability, credentials first must be created for that STACKIT Observability instance (by using their API or the STACKIT Portal) and then can be provided to the load balancer by storing them with this endpoint.
"""Create credentials for observability of the Load Balancer
164
164
165
-
Create credentials can be used to store existing credentials, which are valid to be used for Load Balancer Observability. This means, e.g. when using ARGUS, that credentials first must be created for that ARGUS instance (by using their API) and then can be provided to the Load Balancer by storing them with this endpoint.
165
+
Created credentials can be stored and used for the load balancer observability. For example, when using STACKIT Observability, credentials first must be created for that STACKIT Observability instance (by using their API or the STACKIT Portal) and then can be provided to the load balancer by storing them with this endpoint.
"""Create credentials for observability of the Load Balancer
240
240
241
-
Create credentials can be used to store existing credentials, which are valid to be used for Load Balancer Observability. This means, e.g. when using ARGUS, that credentials first must be created for that ARGUS instance (by using their API) and then can be provided to the Load Balancer by storing them with this endpoint.
241
+
Created credentials can be stored and used for the load balancer observability. For example, when using STACKIT Observability, credentials first must be created for that STACKIT Observability instance (by using their API or the STACKIT Portal) and then can be provided to the load balancer by storing them with this endpoint.
0 commit comments