Skip to content

Commit 3589ac7

Browse files
author
Atlassian bamboo
committed
Automated release commit release-22
1 parent 2ec95eb commit 3589ac7

71 files changed

Lines changed: 2802 additions & 4069 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

AutoDiscoveryConfiguration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Name | Type | Description | Notes
1111
**instance_auto_group_method_params** | **str** | Auto group method's parameters | [optional]
1212
**filters** | [**list[AutoDiscoveryFilter]**](AutoDiscoveryFilter.md) | | [optional]
1313
**disable_instance** | **bool** | Disable discovered instance | [optional]
14+
**show_deleted_instance_days** | **int** | show deleted instance days | [optional]
1415

1516
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1617

ConfigCheck.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
1212
**id** | **int** | The ConfigCheck id | [optional]
1313
**type** | **str** | The ConfigCheck type. The values can be fetch|ignore|missing|value|groovy | [optional]
1414
**alert_effective_ival** | **int** | Alert effective interval | [optional]
15-
**script** | [**JSONObject**](JSONObject.md) | | [optional]
15+
**script** | **object** | The ConfigCheck script | [optional]
1616
**alert_transition_interval** | **int** | The count that the alert must exist for these many poll cycles before it will be triggered | [optional]
1717

1818
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

DeviceClusterAlertConfig.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# DeviceClusterAlertConfig
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**count_by** | **str** | host | instance - Whether the cluster alert is based on an alert count across devices or instances | [optional]
7+
**data_point_name** | **str** | The name of the dataPoint you want to base the cluster alert on | [optional]
8+
**data_source_id** | **int** | The id of the dataSource you want to base the cluster alert on | [optional]
9+
**data_point_id** | **int** | The id of the dataPoint you want to base the cluster alert on | [optional]
10+
**min_alert_level** | **int** | The alert level that must be present for the devices or instances to trigger the cluster alert. Acceptable values are: 2, 3, 4 | [optional]
11+
**data_source_display_name** | **str** | The display name of the dataSource you want to base the cluster alert on | [optional]
12+
**disable_alerting** | **bool** | Whether or not alerting will be disabled | [optional]
13+
**id** | **int** | The id of the cluster alert configuration | [optional]
14+
**suppress_ind_alert** | **object** | Whether or not alerting will be suppressed for individual alerts, the default value is true | [optional]
15+
**threshold_type** | **str** | whether the alert expression should be evaluated as a total number of devices or instances (absolute) or as a percentage of devices or instances (percentage). Acceptable values are: absolute, percentage | [optional]
16+
**data_point_description** | **str** | The description of the dataPoint you want to base the cluster alert on | [optional]
17+
**alert_expr** | **str** | The expression that indicates the number of objects (devices or instances) that need to be in alert to trigger the cluster alert. E.g. > 5 | [optional]
18+
19+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
20+
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
# RestLogSourceCollectionAttributesV3
1+
# DeviceClusterAlertConfigPaginationResponse
22

33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**log_source_params** | [**list[LogSourceParam]**](LogSourceParam.md) | | [optional]
6+
**total** | **int** | | [optional]
7+
**search_id** | **str** | | [optional]
8+
**items** | [**list[DeviceClusterAlertConfig]**](DeviceClusterAlertConfig.md) | | [optional]
79

810
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
911

DeviceGroup.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Name | Type | Description | Notes
1616
**role_privileges** | **list[str]** | The role privilege operations for the device group that are granted to the user that made this API request | [optional]
1717
**has_netflow_enabled_devices** | **bool** | Whether if any Netflow enabled devices in this device group | [optional]
1818
**num_of_azure_devices** | **int** | The number of Azure devices that belong to this device group (includes Azure devices in sub groups) | [optional]
19+
**property_change_warning_message** | **str** | Warning message if Parent Property of system.tenant.identifier is changed for a group | [optional]
1920
**default_collector_description** | **str** | The description of the default collector assigned to the device group | [optional]
2021
**default_collector_id** | **int** | The Id of the default collector assigned to the device group | [optional]
2122
**aws_test_result** | [**AwsAccountTestResult**](AwsAccountTestResult.md) | | [optional]
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
# Duration
1+
# EndpointPaginationResponse
22

33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**offset** | **int** | | [optional]
7-
**units** | **str** | | [optional]
6+
**total** | **int** | | [optional]
7+
**search_id** | **str** | | [optional]
8+
**items** | [**list[NetflowEndpoint]**](NetflowEndpoint.md) | | [optional]
89

910
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1011

0 commit comments

Comments
 (0)