Skip to content

Commit

Permalink
Autogenerated Update v2.216.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
wf-jenkins committed Jan 9, 2024
1 parent 2625e6a commit b3d739b
Show file tree
Hide file tree
Showing 17 changed files with 912 additions and 27 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.214.0"
"packageVersion": "2.216.0"
}
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.213.0"
"packageVersion": "2.214.0"
}
11 changes: 8 additions & 3 deletions 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.214.0
- Package version: 2.216.0
- Build package: io.swagger.codegen.languages.PythonClientCodegen

## Requirements.
Expand Down Expand Up @@ -229,15 +229,15 @@ Class | Method | HTTP request | Description
*MessageApi* | [**user_get_messages**](docs/MessageApi.md#user_get_messages) | **GET** /api/v2/message | Gets messages applicable to the current user, i.e. within time range and distribution scope
*MessageApi* | [**user_read_message**](docs/MessageApi.md#user_read_message) | **POST** /api/v2/message/{id}/read | Mark a specific message as read
*MetricApi* | [**get_metric_details**](docs/MetricApi.md#get_metric_details) | **GET** /api/v2/chart/metric/detail | Get more details on a metric, including reporting sources and approximate last time reported
*MonitoredApplicationApi* | [**get_all_applications**](docs/MonitoredApplicationApi.md#get_all_applications) | **GET** /api/v2/monitoredapplication | Get all monitored services
*MonitoredApplicationApi* | [**get_all_applications**](docs/MonitoredApplicationApi.md#get_all_applications) | **GET** /api/v2/monitoredapplication | Get all monitored applications
*MonitoredApplicationApi* | [**get_application**](docs/MonitoredApplicationApi.md#get_application) | **GET** /api/v2/monitoredapplication/{application} | Get a specific application
*MonitoredApplicationApi* | [**update_service**](docs/MonitoredApplicationApi.md#update_service) | **PUT** /api/v2/monitoredapplication/{application} | Update a specific service
*MonitoredServiceApi* | [**batch_update**](docs/MonitoredServiceApi.md#batch_update) | **PUT** /api/v2/monitoredservice/services | Update multiple applications and services in a batch. Batch size is limited to 100.
*MonitoredServiceApi* | [**get_all_components**](docs/MonitoredServiceApi.md#get_all_components) | **GET** /api/v2/monitoredservice/components | Get all monitored services with components
*MonitoredServiceApi* | [**get_all_services**](docs/MonitoredServiceApi.md#get_all_services) | **GET** /api/v2/monitoredservice | Get all monitored services
*MonitoredServiceApi* | [**get_component**](docs/MonitoredServiceApi.md#get_component) | **GET** /api/v2/monitoredservice/{application}/{service}/{component} | Get a specific application
*MonitoredServiceApi* | [**get_service**](docs/MonitoredServiceApi.md#get_service) | **GET** /api/v2/monitoredservice/{application}/{service} | Get a specific application
*MonitoredServiceApi* | [**get_services_of_application**](docs/MonitoredServiceApi.md#get_services_of_application) | **GET** /api/v2/monitoredservice/{application} | Get a specific application
*MonitoredServiceApi* | [**get_services_of_application**](docs/MonitoredServiceApi.md#get_services_of_application) | **GET** /api/v2/monitoredservice/{application} | Get services for a specific application
*MonitoredServiceApi* | [**update_service**](docs/MonitoredServiceApi.md#update_service) | **PUT** /api/v2/monitoredservice/{application}/{service} | Update a specific service
*NotificantApi* | [**create_notificant**](docs/NotificantApi.md#create_notificant) | **POST** /api/v2/notificant | Create a notification target
*NotificantApi* | [**delete_notificant**](docs/NotificantApi.md#delete_notificant) | **DELETE** /api/v2/notificant/{id} | Delete a specific notification target
Expand Down Expand Up @@ -408,8 +408,13 @@ Class | Method | HTTP request | Description
*SecurityPolicyApi* | [**get_metrics_policy**](docs/SecurityPolicyApi.md#get_metrics_policy) | **GET** /api/v2/metricspolicy | Get the metrics policy
*SecurityPolicyApi* | [**get_metrics_policy_by_version**](docs/SecurityPolicyApi.md#get_metrics_policy_by_version) | **GET** /api/v2/metricspolicy/history/{version} | Get a specific historical version of a metrics policy
*SecurityPolicyApi* | [**get_metrics_policy_history**](docs/SecurityPolicyApi.md#get_metrics_policy_history) | **GET** /api/v2/metricspolicy/history | Get the version history of metrics policy
*SecurityPolicyApi* | [**get_security_policy**](docs/SecurityPolicyApi.md#get_security_policy) | **GET** /api/v2/securitypolicy/{type} | Get the security policy
*SecurityPolicyApi* | [**get_security_policy_by_version**](docs/SecurityPolicyApi.md#get_security_policy_by_version) | **GET** /api/v2/securitypolicy/{type}/history/{version} | Get a specific historical version of a security policy
*SecurityPolicyApi* | [**get_security_policy_history**](docs/SecurityPolicyApi.md#get_security_policy_history) | **GET** /api/v2/securitypolicy/{type}/history | Get the version history of security policy
*SecurityPolicyApi* | [**revert_metrics_policy_by_version**](docs/SecurityPolicyApi.md#revert_metrics_policy_by_version) | **POST** /api/v2/metricspolicy/revert/{version} | Revert to a specific historical version of a metrics policy
*SecurityPolicyApi* | [**revert_security_policy_by_version**](docs/SecurityPolicyApi.md#revert_security_policy_by_version) | **POST** /api/v2/securitypolicy/{type}/revert/{version} | Revert to a specific historical version of a security policy
*SecurityPolicyApi* | [**update_metrics_policy**](docs/SecurityPolicyApi.md#update_metrics_policy) | **PUT** /api/v2/metricspolicy | Update the metrics policy
*SecurityPolicyApi* | [**update_security_policy**](docs/SecurityPolicyApi.md#update_security_policy) | **PUT** /api/v2/securitypolicy/{type} | Update the security policy
*SourceApi* | [**add_source_tag**](docs/SourceApi.md#add_source_tag) | **PUT** /api/v2/source/{id}/tag/{tagValue} | Add a tag to a specific source
*SourceApi* | [**create_source**](docs/SourceApi.md#create_source) | **POST** /api/v2/source | Create metadata (description or tags) for a specific source
*SourceApi* | [**delete_source**](docs/SourceApi.md#delete_source) | **DELETE** /api/v2/source/{id} | Delete metadata (description and tags) for a specific source
Expand Down
3 changes: 2 additions & 1 deletion docs/MetricsPolicyReadModel.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**customer** | **str** | The customer identifier of the metrics policy | [optional]
**customer** | **str** | The customer identifier of the security policy | [optional]
**policy_rules** | [**list[PolicyRuleReadModel]**](PolicyRuleReadModel.md) | The list of policy rules of the metrics policy | [optional]
**type** | **str** | The type of the security policy | [optional]
**updated_epoch_millis** | **int** | The date time of the metrics policy update | [optional]
**updater_id** | **str** | The id of the metrics policy updater | [optional]

Expand Down
3 changes: 2 additions & 1 deletion docs/MetricsPolicyWriteModel.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**customer** | **str** | The customer identifier of the metrics policy | [optional]
**customer** | **str** | The customer identifier of the security policy | [optional]
**policy_rules** | [**list[PolicyRuleWriteModel]**](PolicyRuleWriteModel.md) | The policy rules of the metrics policy | [optional]
**type** | **str** | The type of the security policy | [optional]
**updated_epoch_millis** | **int** | The date time of the metrics policy update | [optional]
**updater_id** | **str** | The id of the metrics policy updater | [optional]

Expand Down
6 changes: 3 additions & 3 deletions docs/MonitoredApplicationApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ All URIs are relative to *https://YOUR_INSTANCE.wavefront.com*

Method | HTTP request | Description
------------- | ------------- | -------------
[**get_all_applications**](MonitoredApplicationApi.md#get_all_applications) | **GET** /api/v2/monitoredapplication | Get all monitored services
[**get_all_applications**](MonitoredApplicationApi.md#get_all_applications) | **GET** /api/v2/monitoredapplication | Get all monitored applications
[**get_application**](MonitoredApplicationApi.md#get_application) | **GET** /api/v2/monitoredapplication/{application} | Get a specific application
[**update_service**](MonitoredApplicationApi.md#update_service) | **PUT** /api/v2/monitoredapplication/{application} | Update a specific service


# **get_all_applications**
> ResponseContainerPagedMonitoredApplicationDTO get_all_applications(offset=offset, limit=limit)
Get all monitored services
Get all monitored applications



Expand All @@ -36,7 +36,7 @@ offset = 0 # int | (optional) (default to 0)
limit = 100 # int | (optional) (default to 100)

try:
# Get all monitored services
# Get all monitored applications
api_response = api_instance.get_all_applications(offset=offset, limit=limit)
pprint(api_response)
except ApiException as e:
Expand Down
6 changes: 3 additions & 3 deletions docs/MonitoredServiceApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Method | HTTP request | Description
[**get_all_services**](MonitoredServiceApi.md#get_all_services) | **GET** /api/v2/monitoredservice | Get all monitored services
[**get_component**](MonitoredServiceApi.md#get_component) | **GET** /api/v2/monitoredservice/{application}/{service}/{component} | Get a specific application
[**get_service**](MonitoredServiceApi.md#get_service) | **GET** /api/v2/monitoredservice/{application}/{service} | Get a specific application
[**get_services_of_application**](MonitoredServiceApi.md#get_services_of_application) | **GET** /api/v2/monitoredservice/{application} | Get a specific application
[**get_services_of_application**](MonitoredServiceApi.md#get_services_of_application) | **GET** /api/v2/monitoredservice/{application} | Get services for a specific application
[**update_service**](MonitoredServiceApi.md#update_service) | **PUT** /api/v2/monitoredservice/{application}/{service} | Update a specific service


Expand Down Expand Up @@ -296,7 +296,7 @@ Name | Type | Description | Notes
# **get_services_of_application**
> ResponseContainerPagedMonitoredServiceDTO get_services_of_application(application, include_component=include_component, offset=offset, limit=limit)
Get a specific application
Get services for a specific application



Expand All @@ -322,7 +322,7 @@ offset = 0 # int | (optional) (default to 0)
limit = 100 # int | (optional) (default to 100)

try:
# Get a specific application
# Get services for a specific application
api_response = api_instance.get_services_of_application(application, include_component=include_component, offset=offset, limit=limit)
pprint(api_response)
except ApiException as e:
Expand Down
Loading

0 comments on commit b3d739b

Please sign in to comment.