Skip to content

Commit

Permalink
Autogenerated Update v2.199.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
wf-jenkins committed Aug 28, 2023
1 parent f06954a commit c80cbc7
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .swagger-codegen/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"gitUserId": "wavefrontHQ",
"packageName": "wavefront_api_client",
"packageUrl": "https://github.com/wavefrontHQ/python-client",
"packageVersion": "2.197.1"
"packageVersion": "2.199.1"
}
2 changes: 1 addition & 1 deletion .swagger-codegen/config.jsone
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"gitUserId": "wavefrontHQ",
"packageName": "wavefront_api_client",
"packageUrl": "https://github.com/wavefrontHQ/python-client",
"packageVersion": "2.196.2"
"packageVersion": "2.197.1"
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:

- API version: v2
- Package version: 2.197.1
- Package version: 2.199.1
- Build package: io.swagger.codegen.languages.PythonClientCodegen

## Requirements.
Expand Down
2 changes: 1 addition & 1 deletion docs/Alert.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Name | Type | Description | Notes
**orphan** | **bool** | | [optional]
**points_scanned_at_last_query** | **int** | A derived field recording the number of data points scanned when the system last computed this alert's condition | [optional]
**prefiring_host_label_pairs** | [**list[SourceLabelPair]**](SourceLabelPair.md) | Lists the series that are starting to fail, defined as failing for greater than 50% of the checks in the window determined by the \"minutes\" parameter | [optional]
**process_rate_minutes** | **int** | The interval between checks for this alert, in minutes. Defaults to 1 minute | [optional]
**process_rate_minutes** | **int** | The interval between checks for this alert, in minutes. Defaults to 5 minutes | [optional]
**query_failing** | **bool** | Whether there was an exception when the alert condition last ran | [optional]
**query_syntax_error** | **bool** | Whether there was an query syntax exception when the alert condition last ran | [optional]
**resolve_after_minutes** | **int** | The number of consecutive minutes that a firing series matching the condition query must evaluate to \"false\" (zero value) before the alert resolves. When unset, this defaults to the same value as \"minutes\" | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/DerivedMetricDefinition.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Name | Type | Description | Notes
**minutes** | **int** | Number of minutes to query for the derived metric |
**name** | **str** | |
**points_scanned_at_last_query** | **int** | A derived field recording the number of data points scanned when the system last computed the query | [optional]
**process_rate_minutes** | **int** | The interval between executing the query, in minutes. Defaults to 1 minute | [optional]
**process_rate_minutes** | **int** | The interval between executing the query, in minutes. Defaults to 5 minutes | [optional]
**query** | **str** | A Wavefront query that is evaluated at regular intervals (default 1m). |
**query_failing** | **bool** | Whether there was an exception when the query last ran | [optional]
**query_qb_enabled** | **bool** | Whether the query was created using the Query Builder. Default false | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/IngestionPolicyAlert.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Name | Type | Description | Notes
**orphan** | **bool** | | [optional]
**points_scanned_at_last_query** | **int** | A derived field recording the number of data points scanned when the system last computed this alert's condition | [optional]
**prefiring_host_label_pairs** | [**list[SourceLabelPair]**](SourceLabelPair.md) | Lists the series that are starting to fail, defined as failing for greater than 50% of the checks in the window determined by the \"minutes\" parameter | [optional]
**process_rate_minutes** | **int** | The interval between checks for this alert, in minutes. Defaults to 1 minute | [optional]
**process_rate_minutes** | **int** | The interval between checks for this alert, in minutes. Defaults to 5 minutes | [optional]
**query_failing** | **bool** | Whether there was an exception when the alert condition last ran | [optional]
**query_syntax_error** | **bool** | Whether there was an query syntax exception when the alert condition last ran | [optional]
**resolve_after_minutes** | **int** | The number of consecutive minutes that a firing series matching the condition query must evaluate to \"false\" (zero value) before the alert resolves. When unset, this defaults to the same value as \"minutes\" | [optional]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from setuptools import setup, find_packages # noqa: H301

NAME = "wavefront-api-client"
VERSION = "2.197.1"
VERSION = "2.199.1"
# To install the library, run the following
#
# python setup.py install
Expand Down
2 changes: 1 addition & 1 deletion wavefront_api_client/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
self.user_agent = 'Swagger-Codegen/2.197.1/python'
self.user_agent = 'Swagger-Codegen/2.199.1/python'
self.client_side_validation = configuration.client_side_validation

def __del__(self):
Expand Down
2 changes: 1 addition & 1 deletion wavefront_api_client/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,5 +251,5 @@ def to_debug_report(self):
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: v2\n"\
"SDK Package Version: 2.197.1".\
"SDK Package Version: 2.199.1".\
format(env=sys.platform, pyversion=sys.version)
4 changes: 2 additions & 2 deletions wavefront_api_client/models/alert.py
Original file line number Diff line number Diff line change
Expand Up @@ -1790,7 +1790,7 @@ def prefiring_host_label_pairs(self, prefiring_host_label_pairs):
def process_rate_minutes(self):
"""Gets the process_rate_minutes of this Alert. # noqa: E501
The interval between checks for this alert, in minutes. Defaults to 1 minute # noqa: E501
The interval between checks for this alert, in minutes. Defaults to 5 minutes # noqa: E501
:return: The process_rate_minutes of this Alert. # noqa: E501
:rtype: int
Expand All @@ -1801,7 +1801,7 @@ def process_rate_minutes(self):
def process_rate_minutes(self, process_rate_minutes):
"""Sets the process_rate_minutes of this Alert.
The interval between checks for this alert, in minutes. Defaults to 1 minute # noqa: E501
The interval between checks for this alert, in minutes. Defaults to 5 minutes # noqa: E501
:param process_rate_minutes: The process_rate_minutes of this Alert. # noqa: E501
:type: int
Expand Down
4 changes: 2 additions & 2 deletions wavefront_api_client/models/derived_metric_definition.py
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ def points_scanned_at_last_query(self, points_scanned_at_last_query):
def process_rate_minutes(self):
"""Gets the process_rate_minutes of this DerivedMetricDefinition. # noqa: E501
The interval between executing the query, in minutes. Defaults to 1 minute # noqa: E501
The interval between executing the query, in minutes. Defaults to 5 minutes # noqa: E501
:return: The process_rate_minutes of this DerivedMetricDefinition. # noqa: E501
:rtype: int
Expand All @@ -613,7 +613,7 @@ def process_rate_minutes(self):
def process_rate_minutes(self, process_rate_minutes):
"""Sets the process_rate_minutes of this DerivedMetricDefinition.
The interval between executing the query, in minutes. Defaults to 1 minute # noqa: E501
The interval between executing the query, in minutes. Defaults to 5 minutes # noqa: E501
:param process_rate_minutes: The process_rate_minutes of this DerivedMetricDefinition. # noqa: E501
:type: int
Expand Down
4 changes: 2 additions & 2 deletions wavefront_api_client/models/ingestion_policy_alert.py
Original file line number Diff line number Diff line change
Expand Up @@ -1845,7 +1845,7 @@ def prefiring_host_label_pairs(self, prefiring_host_label_pairs):
def process_rate_minutes(self):
"""Gets the process_rate_minutes of this IngestionPolicyAlert. # noqa: E501
The interval between checks for this alert, in minutes. Defaults to 1 minute # noqa: E501
The interval between checks for this alert, in minutes. Defaults to 5 minutes # noqa: E501
:return: The process_rate_minutes of this IngestionPolicyAlert. # noqa: E501
:rtype: int
Expand All @@ -1856,7 +1856,7 @@ def process_rate_minutes(self):
def process_rate_minutes(self, process_rate_minutes):
"""Sets the process_rate_minutes of this IngestionPolicyAlert.
The interval between checks for this alert, in minutes. Defaults to 1 minute # noqa: E501
The interval between checks for this alert, in minutes. Defaults to 5 minutes # noqa: E501
:param process_rate_minutes: The process_rate_minutes of this IngestionPolicyAlert. # noqa: E501
:type: int
Expand Down

0 comments on commit c80cbc7

Please sign in to comment.