Waylay Alarms
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)
It consists of a plugin for the waylay-sdk package, and contains the Alarms api methods. Note that the typed model classes for all path params, query params, body params and responses for each of the api methods are contained in a separate package called waylay-sdk-alarms-types.
Requirements.
This package requires Python 3.9+.
Installation
Typically this package is installed when installing the waylay-sdk package to enable the service's functionality. When the service api methods are required, waylay-sdk-alarms is included in:
pip install waylay-sdk[alarms]
to installwaylay-sdk
along with only this service, orpip install waylay-sdk[services]
to installwaylay-sdk
along with all services. When the typed models are required, both waylay-sdk-alarms and waylay-sdk-alarms-types are included in:pip install waylay-sdk[alarms,alarms-types]
to installwaylay-sdk
along with only this service including the typed models, orpip install waylay-sdk[services,services-types]
to installwaylay-sdk
along with all services along with the typed models.
Usage
from pprint import pprint
# Import the waylay-client from the waylay-sdk 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 alarms.models.get_eventstream_event_format_parameter import GetEventstreamEventFormatParameter
from alarms.models.nd_json_response_stream import NdJsonResponseStream
try:
# Alarm Events
# calls `GET /alarms/v1/events`
api_response = await waylay_client.alarms.alarm_events.get(
# query parameters:
query = {
'eventFormat': 'application/cloudevents+json'
},
)
print("The response of alarms.alarm_events.get:\n")
pprint(api_response)
except ApiError as e:
print("Exception when calling alarms.alarm_events.get: %s\n" % e)
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-1.11.0rc1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 263bdd8452f33e1c879c111ab0f3242058cac46d0b3b55c9eba68546beb5087f |
|
MD5 | 74e9b4b27dc224978709858020551841 |
|
BLAKE2b-256 | 1776ca09025bfaf8e15f2009da0c121f682edd648b0de263e6894b46012f866a |
Hashes for waylay_sdk_alarms-1.11.0rc1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5eac73938c7961b6f39161e9d997c3bb78d91b93796ecd9a777f8b8f39c8c0bf |
|
MD5 | c2e1b331248e3800a0bde19d745497a3 |
|
BLAKE2b-256 | 55376425b7a9f7ffb8dfde1e0e54387795af489ba1c4f22d9bfe6b7e3cf8c60c |