Waylay Alarms Types
Project description
Waylay Alarms Service
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
This Python package is automatically generated based on the Waylay Alarms OpenAPI specification (API version: 1.11.0) For more information, please visit the openapi specification.
It is considered an extension of the waylay-sdk-alarms package, and it consists of the typed model classes for all path params, query params, body params and responses for each of the api methods in waylay-sdk-alarms
.
Requirements.
This package requires Python 3.9+.
Installation
Normally this package is installed together with support for other services using the waylay-sdk umbrella package:
pip install waylay-sdk
will installwaylay-sdk-alarms
together with the SDK api packages for other services.pip install waylay-sdk[types-alarms]
will additionally install the types packagewaylay-sdk-alarms-types
.pip install waylay-sdk[types]
will install the types packages for this and all other services.
Alternatively, you can install support for this alarms service only, installing or extending an existing waylay-sdk-core:
pip install waylay-sdk-alarms
to only install api support for alarms.pip install waylay-sdk-alarms[types]
to additionally install type support for alarms.
Usage
from pprint import pprint
# Import the waylay-client from the waylay-sdk-core package
from waylay.sdk.client import WaylayClient
from waylay.sdk.api.api_exceptions import ApiError
# Intialize a waylay client instance
waylay_client = WaylayClient.from_profile()
# Note that the typed model classes for responses/parameters/... are only available when `waylay-sdk-alarms-types` is installed
from waylay.services.alarms.models.version_response import VersionResponse
try:
# Get Service Information
# calls `GET /alarms/v1`
api_response = await waylay_client.alarms.about.get(
)
print("The response of alarms.about.get:\n")
pprint(api_response)
except ApiError as e:
print("Exception when calling alarms.about.get: %s\n" % e)
For more information, please visit the Waylay API documentation.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for waylay_sdk_alarms_types-1.11.0.20240802.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 930069936979527920f8ffea5c2a8925fdaa574741a8f6147e004a423c79f2b6 |
|
MD5 | 6d75db3614a539ad2ae3625b06f8b97a |
|
BLAKE2b-256 | acb7400c5e76326b0eaec5ddb83c09d812136d498e8ba17a0c396e0f1c1e8c9c |
Hashes for waylay_sdk_alarms_types-1.11.0.20240802-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3f1d0d0b5da6b0ffbc3ed74fcae71abcfb652901962ea52d42cd600e1680ce27 |
|
MD5 | 7532cce641091261696f307ce818d9d8 |
|
BLAKE2b-256 | 06be4498dff6b34cac1b61841f2fb75206715f9e988af1a852f2c55bb1b0e6b5 |