diff --git a/services/alb/api_default.go b/services/alb/api_default.go index d55c45823..80915f443 100644 --- a/services/alb/api_default.go +++ b/services/alb/api_default.go @@ -26,9 +26,9 @@ import ( type DefaultApi interface { /* CreateCredentials Create credentials for observability of the application load balancer - Creates and stores credentials for use with Application Load Balancer Observability. - For example, when using ARGUS, credentials must first be created via the ARGUS API - and then stored with this endpoint to be used by the Application Load Balancer. + 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 ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId @@ -515,10 +515,10 @@ func (r CreateCredentialsRequest) Execute() (*CreateCredentialsResponse, error) /* CreateCredentials: Create credentials for observability of the application load balancer -Creates and stores credentials for use with Application Load Balancer Observability. +Created credentials can be stored and used for the load balancer observability. For example, when using STACKIT - For example, when using ARGUS, credentials must first be created via the ARGUS API - and then stored with this endpoint to be used by the Application Load Balancer. + 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 ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId diff --git a/services/alb/model_create_credentials_payload.go b/services/alb/model_create_credentials_payload.go index 5617211c2..75fb7ad02 100644 --- a/services/alb/model_create_credentials_payload.go +++ b/services/alb/model_create_credentials_payload.go @@ -84,9 +84,9 @@ type CreateCredentialsPayloadGetUsernameRetType = string type CreateCredentialsPayload struct { // Credential name DisplayName CreateCredentialsPayloadGetDisplayNameAttributeType `json:"displayName,omitempty"` - // A valid password used for an existing ARGUS instance, which is used during basic auth. + // A valid password used for an existing STACKIT Observability instance, which is used during basic auth. Password CreateCredentialsPayloadGetPasswordAttributeType `json:"password,omitempty"` - // A valid username used for an existing ARGUS instance, which is used during basic auth. + // A valid username used for an existing STACKIT Observability instance, which is used during basic auth. Username CreateCredentialsPayloadGetUsernameAttributeType `json:"username,omitempty"` } diff --git a/services/alb/model_credentials_response.go b/services/alb/model_credentials_response.go index f60183e24..b914637ba 100644 --- a/services/alb/model_credentials_response.go +++ b/services/alb/model_credentials_response.go @@ -109,7 +109,7 @@ type CredentialsResponse struct { DisplayName CredentialsResponseGetDisplayNameAttributeType `json:"displayName,omitempty"` // Region of the Credential Region CredentialsResponseGetRegionAttributeType `json:"region,omitempty"` - // The username used for the ARGUS instance + // The username used for the STACKIT Observability instance Username CredentialsResponseGetUsernameAttributeType `json:"username,omitempty"` } diff --git a/services/alb/model_loadbalancer_option_logs.go b/services/alb/model_loadbalancer_option_logs.go index c10347d0d..701d80c5b 100644 --- a/services/alb/model_loadbalancer_option_logs.go +++ b/services/alb/model_loadbalancer_option_logs.go @@ -63,7 +63,7 @@ type LoadbalancerOptionLogsGetPushUrlRetType = string type LoadbalancerOptionLogs struct { // Credentials reference for logging. This reference is created via the observability create endpoint and the credential needs to contain the basic auth username and password for the logging solution the push URL points to. Then this enables monitoring via remote write for the Application Load Balancer. CredentialsRef LoadbalancerOptionLogsGetCredentialsRefAttributeType `json:"credentialsRef,omitempty"` - // The ARGUS/Loki remote write Push URL you want the logs to be shipped to. + // The Observability(Logs)/Loki remote write Push URL you want the logs to be shipped to. PushUrl LoadbalancerOptionLogsGetPushUrlAttributeType `json:"pushUrl,omitempty"` } diff --git a/services/alb/model_loadbalancer_option_metrics.go b/services/alb/model_loadbalancer_option_metrics.go index 5e0272a55..8a02c8305 100644 --- a/services/alb/model_loadbalancer_option_metrics.go +++ b/services/alb/model_loadbalancer_option_metrics.go @@ -63,7 +63,7 @@ type LoadbalancerOptionMetricsGetPushUrlRetType = string type LoadbalancerOptionMetrics struct { // Credentials reference for metrics. This reference is created via the observability create endpoint and the credential needs to contain the basic auth username and password for the metrics solution the push URL points to. Then this enables monitoring via remote write for the Application Load Balancer. CredentialsRef LoadbalancerOptionMetricsGetCredentialsRefAttributeType `json:"credentialsRef,omitempty"` - // The ARGUS/Prometheus remote write Push URL you want the metrics to be shipped to. + // The Observability(Metrics)/Prometheus remote write push URL you want the metrics to be shipped to. PushUrl LoadbalancerOptionMetricsGetPushUrlAttributeType `json:"pushUrl,omitempty"` } diff --git a/services/alb/model_loadbalancer_option_observability.go b/services/alb/model_loadbalancer_option_observability.go index d6ac697a5..461ff4600 100644 --- a/services/alb/model_loadbalancer_option_observability.go +++ b/services/alb/model_loadbalancer_option_observability.go @@ -57,7 +57,7 @@ func setLoadbalancerOptionObservabilityGetMetricsAttributeType(arg *Loadbalancer *arg = &val } -// LoadbalancerOptionObservability We offer Application Load Balancer metrics observability via ARGUS or external solutions. Not changeable after creation. +// LoadbalancerOptionObservability We offer Load Balancer observability via STACKIT Observability or external solutions. type LoadbalancerOptionObservability struct { Logs LoadbalancerOptionObservabilityGetLogsAttributeType `json:"logs,omitempty"` Metrics LoadbalancerOptionObservabilityGetMetricsAttributeType `json:"metrics,omitempty"` diff --git a/services/alb/model_update_credentials_payload.go b/services/alb/model_update_credentials_payload.go index 00f94d8a2..83dfbc8bb 100644 --- a/services/alb/model_update_credentials_payload.go +++ b/services/alb/model_update_credentials_payload.go @@ -84,9 +84,9 @@ type UpdateCredentialsPayloadGetUsernameRetType = string type UpdateCredentialsPayload struct { // Credential name DisplayName UpdateCredentialsPayloadGetDisplayNameAttributeType `json:"displayName,omitempty"` - // A valid password used for an existing ARGUS instance, which is used during basic auth. + // A valid password used for an existing STACKIT Observability instance, which is used during basic auth. Password UpdateCredentialsPayloadGetPasswordAttributeType `json:"password,omitempty"` - // A valid username used for an existing ARGUS instance, which is used during basic auth. + // A valid username used for an existing STACKIT Observability instance, which is used during basic auth. Username UpdateCredentialsPayloadGetUsernameAttributeType `json:"username,omitempty"` }