Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion services/observability/oas_commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
87a3ad63dec0a953ff5c6072ad9a15fddd8ec5f8
876a48fb56473c7c844baa697906d461c0675f47
13 changes: 7 additions & 6 deletions services/observability/src/stackit/observability/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,18 @@
# flake8: noqa

"""
STACKIT Observability API
STACKIT Observability API

API endpoints for Observability on STACKIT
API endpoints for Observability on STACKIT

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

Do not edit the class manually.
Do not edit the class manually.
""" # noqa: E501


__version__ = "1.0.0"

# Define package exports
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# coding: utf-8

"""
STACKIT Observability API
STACKIT Observability API

API endpoints for Observability on STACKIT
API endpoints for Observability on STACKIT

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

Do not edit the class manually.
Do not edit the class manually.
""" # noqa: E501

from typing import Any, Dict, List, Optional, Tuple, Union
Expand Down
13 changes: 7 additions & 6 deletions services/observability/src/stackit/observability/api_client.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# coding: utf-8

"""
STACKIT Observability API
STACKIT Observability API

API endpoints for Observability on STACKIT
API endpoints for Observability on STACKIT

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

Do not edit the class manually.
Do not edit the class manually.
""" # noqa: E501

import datetime
Expand Down Expand Up @@ -37,6 +37,7 @@
ApiException,
)


RequestSerialized = Tuple[str, str, Dict[str, str], Optional[str], List[str]]


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

from pydantic import BaseModel, Field, StrictBytes, StrictInt


T = TypeVar("T")


Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# coding: utf-8

"""
STACKIT Observability API
STACKIT Observability API

API endpoints for Observability on STACKIT
API endpoints for Observability on STACKIT

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

Do not edit the class manually.
Do not edit the class manually.
""" # noqa: E501

import sys
Expand All @@ -19,6 +19,7 @@

import os


ServerVariablesT = Dict[str, str]


Expand Down
12 changes: 6 additions & 6 deletions services/observability/src/stackit/observability/exceptions.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# coding: utf-8

"""
STACKIT Observability API
STACKIT Observability API

API endpoints for Observability on STACKIT
API endpoints for Observability on STACKIT

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

Do not edit the class manually.
Do not edit the class manually.
""" # noqa: E501

from typing import Any, Optional
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

# flake8: noqa
"""
STACKIT Observability API
STACKIT Observability API

API endpoints for Observability on STACKIT
API endpoints for Observability on STACKIT

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

Do not edit the class manually.
Do not edit the class manually.
""" # noqa: E501

# import models into model package
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# coding: utf-8

"""
STACKIT Observability API
STACKIT Observability API

API endpoints for Observability on STACKIT
API endpoints for Observability on STACKIT

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

Do not edit the class manually.
Do not edit the class manually.
""" # noqa: E501

from __future__ import annotations
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# coding: utf-8

"""
STACKIT Observability API
STACKIT Observability API

API endpoints for Observability on STACKIT
API endpoints for Observability on STACKIT

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

Do not edit the class manually.
Do not edit the class manually.
""" # noqa: E501

from __future__ import annotations
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# coding: utf-8

"""
STACKIT Observability API
STACKIT Observability API

API endpoints for Observability on STACKIT
API endpoints for Observability on STACKIT

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

Do not edit the class manually.
Do not edit the class manually.
""" # noqa: E501

from __future__ import annotations
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# coding: utf-8

"""
STACKIT Observability API
STACKIT Observability API

API endpoints for Observability on STACKIT
API endpoints for Observability on STACKIT

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

Do not edit the class manually.
Do not edit the class manually.
""" # noqa: E501

from __future__ import annotations
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# coding: utf-8

"""
STACKIT Observability API
STACKIT Observability API

API endpoints for Observability on STACKIT
API endpoints for Observability on STACKIT

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

Do not edit the class manually.
Do not edit the class manually.
""" # noqa: E501

from __future__ import annotations
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# coding: utf-8

"""
STACKIT Observability API
STACKIT Observability API

API endpoints for Observability on STACKIT
API endpoints for Observability on STACKIT

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

Do not edit the class manually.
Do not edit the class manually.
""" # noqa: E501

from __future__ import annotations
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# coding: utf-8

"""
STACKIT Observability API
STACKIT Observability API

API endpoints for Observability on STACKIT
API endpoints for Observability on STACKIT

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

Do not edit the class manually.
Do not edit the class manually.
""" # noqa: E501

from __future__ import annotations
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# coding: utf-8

"""
STACKIT Observability API
STACKIT Observability API

API endpoints for Observability on STACKIT
API endpoints for Observability on STACKIT

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

Do not edit the class manually.
Do not edit the class manually.
""" # noqa: E501

from __future__ import annotations
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# coding: utf-8

"""
STACKIT Observability API
STACKIT Observability API

API endpoints for Observability on STACKIT
API endpoints for Observability on STACKIT

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

Do not edit the class manually.
Do not edit the class manually.
""" # noqa: E501

from __future__ import annotations
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# coding: utf-8

"""
STACKIT Observability API
STACKIT Observability API

API endpoints for Observability on STACKIT
API endpoints for Observability on STACKIT

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

Do not edit the class manually.
Do not edit the class manually.
""" # noqa: E501

from __future__ import annotations
Expand Down
Loading
Loading