Skip to content

Commit 8463a57

Browse files
Generate observability
1 parent d14550d commit 8463a57

157 files changed

Lines changed: 943 additions & 936 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

services/observability/oas_commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
87a3ad63dec0a953ff5c6072ad9a15fddd8ec5f8
1+
876a48fb56473c7c844baa697906d461c0675f47

services/observability/src/stackit/observability/__init__.py

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,18 @@
33
# flake8: noqa
44

55
"""
6-
STACKIT Observability API
6+
STACKIT Observability API
77
8-
API endpoints for Observability on STACKIT
8+
API endpoints for Observability on STACKIT
99
10-
The version of the OpenAPI document: 1.1.1
11-
Contact: stackit-argus@mail.schwarz
12-
Generated by OpenAPI Generator (https://openapi-generator.tech)
10+
The version of the OpenAPI document: 1.1.1
11+
Contact: stackit-argus@mail.schwarz
12+
Generated by OpenAPI Generator (https://openapi-generator.tech)
1313
14-
Do not edit the class manually.
14+
Do not edit the class manually.
1515
""" # noqa: E501
1616

17+
1718
__version__ = "1.0.0"
1819

1920
# Define package exports

services/observability/src/stackit/observability/api/default_api.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# coding: utf-8
22

33
"""
4-
STACKIT Observability API
4+
STACKIT Observability API
55

6-
API endpoints for Observability on STACKIT
6+
API endpoints for Observability on STACKIT
77

8-
The version of the OpenAPI document: 1.1.1
9-
Contact: stackit-argus@mail.schwarz
10-
Generated by OpenAPI Generator (https://openapi-generator.tech)
8+
The version of the OpenAPI document: 1.1.1
9+
Contact: stackit-argus@mail.schwarz
10+
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

12-
Do not edit the class manually.
12+
Do not edit the class manually.
1313
""" # noqa: E501
1414

1515
from typing import Any, Dict, List, Optional, Tuple, Union

services/observability/src/stackit/observability/api_client.py

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# coding: utf-8
22

33
"""
4-
STACKIT Observability API
4+
STACKIT Observability API
55
6-
API endpoints for Observability on STACKIT
6+
API endpoints for Observability on STACKIT
77
8-
The version of the OpenAPI document: 1.1.1
9-
Contact: stackit-argus@mail.schwarz
10-
Generated by OpenAPI Generator (https://openapi-generator.tech)
8+
The version of the OpenAPI document: 1.1.1
9+
Contact: stackit-argus@mail.schwarz
10+
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111
12-
Do not edit the class manually.
12+
Do not edit the class manually.
1313
""" # noqa: E501
1414

1515
import datetime
@@ -37,6 +37,7 @@
3737
ApiException,
3838
)
3939

40+
4041
RequestSerialized = Tuple[str, str, Dict[str, str], Optional[str], List[str]]
4142

4243

services/observability/src/stackit/observability/api_response.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
from pydantic import BaseModel, Field, StrictBytes, StrictInt
88

9+
910
T = TypeVar("T")
1011

1112

services/observability/src/stackit/observability/configuration.py

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# coding: utf-8
22

33
"""
4-
STACKIT Observability API
4+
STACKIT Observability API
55
6-
API endpoints for Observability on STACKIT
6+
API endpoints for Observability on STACKIT
77
8-
The version of the OpenAPI document: 1.1.1
9-
Contact: stackit-argus@mail.schwarz
10-
Generated by OpenAPI Generator (https://openapi-generator.tech)
8+
The version of the OpenAPI document: 1.1.1
9+
Contact: stackit-argus@mail.schwarz
10+
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111
12-
Do not edit the class manually.
12+
Do not edit the class manually.
1313
""" # noqa: E501
1414

1515
import sys
@@ -19,6 +19,7 @@
1919

2020
import os
2121

22+
2223
ServerVariablesT = Dict[str, str]
2324

2425

services/observability/src/stackit/observability/exceptions.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# coding: utf-8
22

33
"""
4-
STACKIT Observability API
4+
STACKIT Observability API
55
6-
API endpoints for Observability on STACKIT
6+
API endpoints for Observability on STACKIT
77
8-
The version of the OpenAPI document: 1.1.1
9-
Contact: stackit-argus@mail.schwarz
10-
Generated by OpenAPI Generator (https://openapi-generator.tech)
8+
The version of the OpenAPI document: 1.1.1
9+
Contact: stackit-argus@mail.schwarz
10+
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111
12-
Do not edit the class manually.
12+
Do not edit the class manually.
1313
""" # noqa: E501
1414

1515
from typing import Any, Optional

services/observability/src/stackit/observability/models/__init__.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
# flake8: noqa
44
"""
5-
STACKIT Observability API
5+
STACKIT Observability API
66
7-
API endpoints for Observability on STACKIT
7+
API endpoints for Observability on STACKIT
88
9-
The version of the OpenAPI document: 1.1.1
10-
Contact: stackit-argus@mail.schwarz
11-
Generated by OpenAPI Generator (https://openapi-generator.tech)
9+
The version of the OpenAPI document: 1.1.1
10+
Contact: stackit-argus@mail.schwarz
11+
Generated by OpenAPI Generator (https://openapi-generator.tech)
1212
13-
Do not edit the class manually.
13+
Do not edit the class manually.
1414
""" # noqa: E501
1515

1616
# import models into model package

services/observability/src/stackit/observability/models/alert.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# coding: utf-8
22

33
"""
4-
STACKIT Observability API
4+
STACKIT Observability API
55
6-
API endpoints for Observability on STACKIT
6+
API endpoints for Observability on STACKIT
77
8-
The version of the OpenAPI document: 1.1.1
9-
Contact: stackit-argus@mail.schwarz
10-
Generated by OpenAPI Generator (https://openapi-generator.tech)
8+
The version of the OpenAPI document: 1.1.1
9+
Contact: stackit-argus@mail.schwarz
10+
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111
12-
Do not edit the class manually.
12+
Do not edit the class manually.
1313
""" # noqa: E501
1414

1515
from __future__ import annotations

services/observability/src/stackit/observability/models/alert_config_receivers_response.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# coding: utf-8
22

33
"""
4-
STACKIT Observability API
4+
STACKIT Observability API
55
6-
API endpoints for Observability on STACKIT
6+
API endpoints for Observability on STACKIT
77
8-
The version of the OpenAPI document: 1.1.1
9-
Contact: stackit-argus@mail.schwarz
10-
Generated by OpenAPI Generator (https://openapi-generator.tech)
8+
The version of the OpenAPI document: 1.1.1
9+
Contact: stackit-argus@mail.schwarz
10+
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111
12-
Do not edit the class manually.
12+
Do not edit the class manually.
1313
""" # noqa: E501
1414

1515
from __future__ import annotations

0 commit comments

Comments
 (0)