|
81 | 81 | "type": "string" |
82 | 82 | }, |
83 | 83 | "password": { |
84 | | - "description": "A valid password used for an existing ARGUS instance, which is used during basic auth.", |
| 84 | + "description": "A valid password used for an existing STACKIT Observability instance, which is used during basic auth.", |
85 | 85 | "title": "Password", |
86 | 86 | "type": "string" |
87 | 87 | }, |
88 | 88 | "username": { |
89 | | - "description": "A valid username used for an existing ARGUS instance, which is used during basic auth.", |
| 89 | + "description": "A valid username used for an existing STACKIT Observability instance, which is used during basic auth.", |
90 | 90 | "title": "Username", |
91 | 91 | "type": "string" |
92 | 92 | } |
|
236 | 236 | "type": "string" |
237 | 237 | }, |
238 | 238 | "username": { |
239 | | - "description": "The username used for the ARGUS instance", |
| 239 | + "description": "The username used for the STACKIT Observability instance", |
240 | 240 | "title": "Username", |
241 | 241 | "type": "string" |
242 | 242 | } |
|
607 | 607 | "type": "string" |
608 | 608 | }, |
609 | 609 | "pushUrl": { |
610 | | - "description": "The ARGUS/Loki remote write Push URL you want the logs to be shipped to.", |
611 | | - "example": "https://logs.stackit5.argus.eu01.stackit.cloud/instances/\u003cargus-instance-id\u003e/loki/api/v1/push", |
| 610 | + "description": "The Observability(Logs)/Loki remote write Push URL you want the logs to be shipped to.", |
| 611 | + "example": "https://logs.argus.eu01.stackit.cloud/instances/\u003cinstance-id\u003e/loki/api/v1/push", |
612 | 612 | "title": "Push URL", |
613 | 613 | "type": "string" |
614 | 614 | } |
|
623 | 623 | "type": "string" |
624 | 624 | }, |
625 | 625 | "pushUrl": { |
626 | | - "description": "The ARGUS/Prometheus remote write Push URL you want the metrics to be shipped to.", |
627 | | - "example": "https://push.metrics.stackit4.argus.eu01.stackit.cloud/instances/\u003cargus-instance-id\u003e/api/v1/receive", |
| 626 | + "description": "The Observability(Metrics)/Prometheus remote write push URL you want the metrics to be shipped to.", |
| 627 | + "example": "https://push.metrics.argus.eu01.stackit.cloud/instances/\u003cinstance-id\u003e/api/v1/receive", |
628 | 628 | "title": "Push URL", |
629 | 629 | "type": "string" |
630 | 630 | } |
631 | 631 | }, |
632 | 632 | "type": "object" |
633 | 633 | }, |
634 | 634 | "LoadbalancerOptionObservability": { |
635 | | - "description": "We offer Application Load Balancer metrics observability via ARGUS or external solutions. Not changeable after creation.", |
| 635 | + "description": "We offer Load Balancer observability via STACKIT Observability or external solutions.", |
636 | 636 | "properties": { |
637 | 637 | "logs": { |
638 | 638 | "$ref": "#/components/schemas/LoadbalancerOptionLogs" |
|
900 | 900 | "type": "string" |
901 | 901 | }, |
902 | 902 | "password": { |
903 | | - "description": "A valid password used for an existing ARGUS instance, which is used during basic auth.", |
| 903 | + "description": "A valid password used for an existing STACKIT Observability instance, which is used during basic auth.", |
904 | 904 | "title": "Password", |
905 | 905 | "type": "string" |
906 | 906 | }, |
907 | 907 | "username": { |
908 | | - "description": "A valid username used for an existing ARGUS instance, which is used during basic auth.", |
| 908 | + "description": "A valid username used for an existing STACKIT Observability instance, which is used during basic auth.", |
909 | 909 | "title": "Username", |
910 | 910 | "type": "string" |
911 | 911 | } |
|
1156 | 1156 | } |
1157 | 1157 | }, |
1158 | 1158 | "post": { |
1159 | | - "description": "Creates and stores credentials for use with Application Load Balancer Observability.\n For example, when using ARGUS, credentials must first be created via the ARGUS API\n and then stored with this endpoint to be used by the Application Load Balancer.", |
| 1159 | + "description": "Created credentials can be stored and used for the load balancer observability. For example, when using STACKIT\n Observability, credentials first must be created for that STACKIT Observability instance (by using their API or the\n STACKIT Portal) and then can be provided to the load balancer by storing them with this endpoint.", |
1160 | 1160 | "operationId": "CreateCredentials", |
1161 | 1161 | "parameters": [ |
1162 | 1162 | { |
|
0 commit comments