diff --git a/services/loadbalancer/src/stackit/loadbalancer/api/default_api.py b/services/loadbalancer/src/stackit/loadbalancer/api/default_api.py index 022aad54c..9f68b8435 100644 --- a/services/loadbalancer/src/stackit/loadbalancer/api/default_api.py +++ b/services/loadbalancer/src/stackit/loadbalancer/api/default_api.py @@ -86,7 +86,7 @@ def create_credentials( ) -> CreateCredentialsResponse: """Create credentials for observability of the Load Balancer - 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. + 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. :param project_id: (required) :type project_id: str @@ -162,7 +162,7 @@ def create_credentials_with_http_info( ) -> ApiResponse[CreateCredentialsResponse]: """Create credentials for observability of the Load Balancer - 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. + 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. :param project_id: (required) :type project_id: str @@ -238,7 +238,7 @@ def create_credentials_without_preload_content( ) -> RESTResponseType: """Create credentials for observability of the Load Balancer - 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. + 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. :param project_id: (required) :type project_id: str diff --git a/services/loadbalancer/src/stackit/loadbalancer/models/create_credentials_payload.py b/services/loadbalancer/src/stackit/loadbalancer/models/create_credentials_payload.py index ceccb6e45..d84e9f018 100644 --- a/services/loadbalancer/src/stackit/loadbalancer/models/create_credentials_payload.py +++ b/services/loadbalancer/src/stackit/loadbalancer/models/create_credentials_payload.py @@ -32,11 +32,11 @@ class CreateCredentialsPayload(BaseModel): ) password: Optional[StrictStr] = Field( default=None, - description="A valid password used for an existing ARGUS instance, which is used during basic auth.", + description="A valid password used for an existing STACKIT Observability instance, which is used during basic auth.", ) username: Optional[StrictStr] = Field( default=None, - description="A valid username used for an existing ARGUS instance, which is used during basic auth.", + description="A valid username used for an existing STACKIT Observability instance, which is used during basic auth.", ) __properties: ClassVar[List[str]] = ["displayName", "password", "username"] diff --git a/services/loadbalancer/src/stackit/loadbalancer/models/credentials_response.py b/services/loadbalancer/src/stackit/loadbalancer/models/credentials_response.py index ab05893b5..13fa777ca 100644 --- a/services/loadbalancer/src/stackit/loadbalancer/models/credentials_response.py +++ b/services/loadbalancer/src/stackit/loadbalancer/models/credentials_response.py @@ -36,7 +36,9 @@ class CredentialsResponse(BaseModel): default=None, description="Credential name", alias="displayName" ) region: Optional[StrictStr] = Field(default=None, description="Region of the Credential") - username: Optional[StrictStr] = Field(default=None, description="The username used for the ARGUS instance") + username: Optional[StrictStr] = Field( + default=None, description="The username used for the STACKIT Observability instance" + ) __properties: ClassVar[List[str]] = ["credentialsRef", "displayName", "region", "username"] @field_validator("display_name") diff --git a/services/loadbalancer/src/stackit/loadbalancer/models/loadbalancer_option_logs.py b/services/loadbalancer/src/stackit/loadbalancer/models/loadbalancer_option_logs.py index 336c07f5e..c8eff51ee 100644 --- a/services/loadbalancer/src/stackit/loadbalancer/models/loadbalancer_option_logs.py +++ b/services/loadbalancer/src/stackit/loadbalancer/models/loadbalancer_option_logs.py @@ -33,7 +33,7 @@ class LoadbalancerOptionLogs(BaseModel): ) push_url: Optional[StrictStr] = Field( default=None, - description="The ARGUS/Loki remote write Push URL you want the logs to be shipped to.", + description="The Observability(Logs)/Loki remote write Push URL you want the logs to be shipped to.", alias="pushUrl", ) __properties: ClassVar[List[str]] = ["credentialsRef", "pushUrl"] diff --git a/services/loadbalancer/src/stackit/loadbalancer/models/loadbalancer_option_metrics.py b/services/loadbalancer/src/stackit/loadbalancer/models/loadbalancer_option_metrics.py index b6f545515..d40f76a06 100644 --- a/services/loadbalancer/src/stackit/loadbalancer/models/loadbalancer_option_metrics.py +++ b/services/loadbalancer/src/stackit/loadbalancer/models/loadbalancer_option_metrics.py @@ -33,7 +33,7 @@ class LoadbalancerOptionMetrics(BaseModel): ) push_url: Optional[StrictStr] = Field( default=None, - description="The ARGUS/Prometheus remote write Push URL you want the metrics to be shipped to.", + description="The Observability(Metrics)/Prometheus remote write push URL you want the metrics to be shipped to.", alias="pushUrl", ) __properties: ClassVar[List[str]] = ["credentialsRef", "pushUrl"] diff --git a/services/loadbalancer/src/stackit/loadbalancer/models/loadbalancer_option_observability.py b/services/loadbalancer/src/stackit/loadbalancer/models/loadbalancer_option_observability.py index 9752501ca..2cc874250 100644 --- a/services/loadbalancer/src/stackit/loadbalancer/models/loadbalancer_option_observability.py +++ b/services/loadbalancer/src/stackit/loadbalancer/models/loadbalancer_option_observability.py @@ -28,7 +28,7 @@ class LoadbalancerOptionObservability(BaseModel): """ - We offer Load Balancer metrics observability via ARGUS or external solutions. Not changeable after creation. + We offer Load Balancer observability via STACKIT Observability or external solutions. """ # noqa: E501 logs: Optional[LoadbalancerOptionLogs] = None diff --git a/services/loadbalancer/src/stackit/loadbalancer/models/update_credentials_payload.py b/services/loadbalancer/src/stackit/loadbalancer/models/update_credentials_payload.py index 256922c76..5db9e061b 100644 --- a/services/loadbalancer/src/stackit/loadbalancer/models/update_credentials_payload.py +++ b/services/loadbalancer/src/stackit/loadbalancer/models/update_credentials_payload.py @@ -32,11 +32,11 @@ class UpdateCredentialsPayload(BaseModel): ) password: Optional[StrictStr] = Field( default=None, - description="A valid password used for an existing ARGUS instance, which is used during basic auth.", + description="A valid password used for an existing STACKIT Observability instance, which is used during basic auth.", ) username: Optional[StrictStr] = Field( default=None, - description="A valid username used for an existing ARGUS instance, which is used during basic auth.", + description="A valid username used for an existing STACKIT Observability instance, which is used during basic auth.", ) __properties: ClassVar[List[str]] = ["displayName", "password", "username"]