|
52 | 52 | "type": "string" |
53 | 53 | }, |
54 | 54 | "password": { |
55 | | - "description": "A valid password used for an existing ARGUS instance, which is used during basic auth.", |
| 55 | + "description": "A valid password used for an existing STACKIT Observability instance, which is used during basic auth.", |
56 | 56 | "title": "Password", |
57 | 57 | "type": "string" |
58 | 58 | }, |
59 | 59 | "username": { |
60 | | - "description": "A valid username used for an existing ARGUS instance, which is used during basic auth.", |
| 60 | + "description": "A valid username used for an existing STACKIT Observability instance, which is used during basic auth.", |
61 | 61 | "title": "Username", |
62 | 62 | "type": "string" |
63 | 63 | } |
|
207 | 207 | "type": "string" |
208 | 208 | }, |
209 | 209 | "username": { |
210 | | - "description": "The username used for the ARGUS instance", |
| 210 | + "description": "The username used for the STACKIT Observability instance", |
211 | 211 | "title": "Username", |
212 | 212 | "type": "string" |
213 | 213 | } |
|
542 | 542 | "type": "string" |
543 | 543 | }, |
544 | 544 | "pushUrl": { |
545 | | - "description": "The ARGUS/Loki remote write Push URL you want the logs to be shipped to.", |
546 | | - "example": "https://logs.stackit5.argus.eu01.stackit.cloud/instances/\u003cargus-instance-id\u003e/loki/api/v2/push", |
| 545 | + "description": "The Observability(Logs)/Loki remote write Push URL you want the logs to be shipped to.", |
| 546 | + "example": "https://logs.argus.eu01.stackit.cloud/instances/\u003cinstance-id\u003e/loki/api/v1/push", |
547 | 547 | "title": "Push URL", |
548 | 548 | "type": "string" |
549 | 549 | } |
|
558 | 558 | "type": "string" |
559 | 559 | }, |
560 | 560 | "pushUrl": { |
561 | | - "description": "The ARGUS/Prometheus remote write Push URL you want the metrics to be shipped to.", |
562 | | - "example": "https://push.metrics.stackit4.argus.eu01.stackit.cloud/instances/\u003cargus-instance-id\u003e/api/v2/receive", |
| 561 | + "description": "The Observability(Metrics)/Prometheus remote write push URL you want the metrics to be shipped to.", |
| 562 | + "example": "https://push.metrics.argus.eu01.stackit.cloud/instances/\u003cinstance-id\u003e/api/v1/receive", |
563 | 563 | "title": "Push URL", |
564 | 564 | "type": "string" |
565 | 565 | } |
566 | 566 | }, |
567 | 567 | "type": "object" |
568 | 568 | }, |
569 | 569 | "LoadbalancerOptionObservability": { |
570 | | - "description": "We offer Load Balancer metrics observability via ARGUS or external solutions. Not changeable after creation.", |
| 570 | + "description": "We offer Load Balancer observability via STACKIT Observability or external solutions.", |
571 | 571 | "properties": { |
572 | 572 | "logs": { |
573 | 573 | "$ref": "#/components/schemas/LoadbalancerOptionLogs" |
|
772 | 772 | "type": "string" |
773 | 773 | }, |
774 | 774 | "password": { |
775 | | - "description": "A valid password used for an existing ARGUS instance, which is used during basic auth.", |
| 775 | + "description": "A valid password used for an existing STACKIT Observability instance, which is used during basic auth.", |
776 | 776 | "title": "Password", |
777 | 777 | "type": "string" |
778 | 778 | }, |
779 | 779 | "username": { |
780 | | - "description": "A valid username used for an existing ARGUS instance, which is used during basic auth.", |
| 780 | + "description": "A valid username used for an existing STACKIT Observability instance, which is used during basic auth.", |
781 | 781 | "title": "Username", |
782 | 782 | "type": "string" |
783 | 783 | } |
|
1028 | 1028 | } |
1029 | 1029 | }, |
1030 | 1030 | "post": { |
1031 | | - "description": "Create credentials can be used to store existing credentials, which are valid to be used for Load Balancer Observability.\n This means, e.g. when using ARGUS, that credentials first must be created for that ARGUS instance (by using their API) and\n then can be provided to the Load Balancer by storing them with this endpoint.", |
| 1031 | + "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.", |
1032 | 1032 | "operationId": "CreateCredentials", |
1033 | 1033 | "parameters": [ |
1034 | 1034 | { |
|
0 commit comments