Skip to content

Commit 64f7313

Browse files
committed
regenerated clients
1 parent 4560396 commit 64f7313

219 files changed

Lines changed: 3446 additions & 4984 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.

ce/docs/Alarm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
| **ackTs** | **Long** | Timestamp of the alarm acknowledgement, in milliseconds | [optional] |
2121
| **clearTs** | **Long** | Timestamp of the alarm clearing, in milliseconds | [optional] |
2222
| **assignTs** | **Long** | Timestamp of the alarm assignment, in milliseconds | [optional] |
23-
| **details** | **com.fasterxml.jackson.databind.JsonNode** | | [optional] |
23+
| **details** | **com.fasterxml.jackson.databind.JsonNode** | JSON object with alarm details | [optional] |
2424
| **propagate** | **Boolean** | Propagation flag to specify if alarm should be propagated to parent entities of alarm originator | [optional] |
2525
| **propagateToOwner** | **Boolean** | Propagation flag to specify if alarm should be propagated to the owner (tenant or customer) of alarm originator | [optional] |
2626
| **propagateToTenant** | **Boolean** | Propagation flag to specify if alarm should be propagated to the tenant entity | [optional] |

ce/docs/AlarmData.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
| **ackTs** | **Long** | Timestamp of the alarm acknowledgement, in milliseconds | [optional] |
2525
| **clearTs** | **Long** | Timestamp of the alarm clearing, in milliseconds | [optional] |
2626
| **assignTs** | **Long** | Timestamp of the alarm assignment, in milliseconds | [optional] |
27+
| **details** | **com.fasterxml.jackson.databind.JsonNode** | JSON object with alarm details | [optional] |
2728
| **propagate** | **Boolean** | Propagation flag to specify if alarm should be propagated to parent entities of alarm originator | [optional] |
2829
| **propagateToOwner** | **Boolean** | Propagation flag to specify if alarm should be propagated to the owner (tenant or customer) of alarm originator | [optional] |
2930
| **propagateToTenant** | **Boolean** | Propagation flag to specify if alarm should be propagated to the tenant entity | [optional] |
@@ -34,7 +35,6 @@
3435
| **assignee** | **AlarmAssignee** | Alarm assignee | [optional] |
3536
| **name** | **String** | representing type of the Alarm | [readonly] |
3637
| **status** | **AlarmStatus** | status of the Alarm | [readonly] |
37-
| **details** | **com.fasterxml.jackson.databind.JsonNode** | | [optional] |
3838

3939

4040

ce/docs/AlarmInfo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
| **ackTs** | **Long** | Timestamp of the alarm acknowledgement, in milliseconds | [optional] |
2323
| **clearTs** | **Long** | Timestamp of the alarm clearing, in milliseconds | [optional] |
2424
| **assignTs** | **Long** | Timestamp of the alarm assignment, in milliseconds | [optional] |
25+
| **details** | **com.fasterxml.jackson.databind.JsonNode** | JSON object with alarm details | [optional] |
2526
| **propagate** | **Boolean** | Propagation flag to specify if alarm should be propagated to parent entities of alarm originator | [optional] |
2627
| **propagateToOwner** | **Boolean** | Propagation flag to specify if alarm should be propagated to the owner (tenant or customer) of alarm originator | [optional] |
2728
| **propagateToTenant** | **Boolean** | Propagation flag to specify if alarm should be propagated to the tenant entity | [optional] |
@@ -32,7 +33,6 @@
3233
| **assignee** | **AlarmAssignee** | Alarm assignee | [optional] |
3334
| **name** | **String** | representing type of the Alarm | [readonly] |
3435
| **status** | **AlarmStatus** | status of the Alarm | [readonly] |
35-
| **details** | **com.fasterxml.jackson.databind.JsonNode** | | [optional] |
3636

3737

3838

ce/docs/ApiKeyControllerApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ ApiKey saveApiKey(@Nonnull ApiKeyInfo apiKeyInfo)
9999

100100
Save API key for user (saveApiKey)
101101

102-
Creates an API key for the given user and returns the token ONCE as 'ApiKey <value>'. Available for any authorized user.
102+
Creates an API key for the given user and returns the token ONCE as 'ApiKey {value}'. Available for any authorized user.
103103

104104

105105
### Parameters

ce/docs/AuditLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
| **createdTime** | **Long** | Timestamp of the auditLog creation, in milliseconds | [optional] [readonly] |
1212
| **tenantId** | **TenantId** | JSON object with Tenant Id | [optional] [readonly] |
1313
| **customerId** | **CustomerId** | JSON object with Customer Id | [optional] [readonly] |
14-
| **entityId** | **EntityId** | JSON object with Entity id | [optional] |
14+
| **entityId** | **EntityId** | JSON object with Entity id | [optional] [readonly] |
1515
| **entityName** | **String** | Name of the logged entity | [optional] [readonly] |
1616
| **userId** | **UserId** | JSON object with User id. | [optional] [readonly] |
1717
| **userName** | **String** | Unique user name(email) of the user that performed some action on logged entity | [optional] [readonly] |

ce/docs/CalculatedField.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
| **configurationVersion** | **Integer** | Version of calculated field configuration. | [optional] |
1919
| **_configuration** | **CalculatedFieldConfiguration** | | |
2020
| **version** | **Long** | | [optional] |
21+
| **additionalInfo** | **com.fasterxml.jackson.databind.JsonNode** | Additional parameters of the calculated field | [optional] |
2122

2223

2324

ce/docs/CalculatedFieldDebugEventFilter.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,22 @@
1010
| Name | Type | Description | Notes |
1111
|------------ | ------------- | ------------- | -------------|
1212
| **server** | **String** | String value representing the server name, identifier or ip address where the platform is running | [optional] |
13+
| **isError** | **IsErrorEnum** | Boolean value to filter the errors | [optional] |
1314
| **errorStr** | **String** | The case insensitive 'contains' filter based on error message | [optional] |
1415
| **entityId** | **String** | String value representing the entity id in the event body | [optional] |
1516
| **entityType** | **EntityTypeEnum** | String value representing the entity type | [optional] |
1617
| **msgId** | **String** | String value representing the message id in the rule engine | [optional] |
1718
| **msgType** | **String** | String value representing the message type | [optional] |
1819
| **arguments** | **String** | String value representing the arguments that were used in the calculation performed | [optional] |
1920
| **result** | **String** | String value representing the result of a calculation | [optional] |
20-
| **error** | **Boolean** | | [optional] |
21-
| **isError** | **Boolean** | | [optional] |
21+
22+
23+
### Enum: IsErrorEnum
24+
25+
| Name | Value |
26+
|---- | -----|
27+
| FALSE | "false" |
28+
| TRUE | "true" |
2229

2330

2431
### Enum: EntityTypeEnum

ce/docs/CalculatedFieldInfo.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
| **configurationVersion** | **Integer** | Version of calculated field configuration. | [optional] |
1919
| **_configuration** | **CalculatedFieldConfiguration** | | |
2020
| **version** | **Long** | | [optional] |
21+
| **additionalInfo** | **com.fasterxml.jackson.databind.JsonNode** | Additional parameters of the calculated field | [optional] |
2122
| **entityName** | **String** | | [optional] |
2223

2324

ce/docs/Dashboard.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77

88
| Name | Type | Description | Notes |
99
|------------ | ------------- | ------------- | -------------|
10+
| **id** | **DashboardId** | JSON object with the dashboard Id. Specify existing dashboard Id to update the dashboard. Referencing non-existing dashboard id will cause error. Omit this field to create new dashboard. | [optional] |
11+
| **createdTime** | **Long** | Timestamp of the dashboard creation, in milliseconds | [optional] [readonly] |
12+
| **tenantId** | **TenantId** | JSON object with Tenant Id. Tenant Id of the dashboard can't be changed. | [optional] [readonly] |
1013
| **title** | **String** | Title of the dashboard. | |
14+
| **name** | **String** | Same as title of the dashboard. Read-only field. Update the 'title' to change the 'name' of the dashboard. | [optional] [readonly] |
1115
| **image** | **String** | Thumbnail picture for rendering of the dashboards in a grid view on mobile devices. | [optional] [readonly] |
1216
| **mobileHide** | **Boolean** | Hide dashboard from mobile devices. Useful if the dashboard is not designed for small screens. | [optional] [readonly] |
1317
| **mobileOrder** | **Integer** | Order on mobile devices. Useful to adjust sorting of the dashboards for mobile applications | [optional] [readonly] |
18+
| **assignedCustomers** | **Set\<ShortCustomerInfo\>** | List of assigned customers with their info. | [optional] |
1419
| **_configuration** | **com.fasterxml.jackson.databind.JsonNode** | JSON object with main configuration of the dashboard: layouts, widgets, aliases, etc. The JSON structure of the dashboard configuration is quite complex. The easiest way to learn it is to export existing dashboard to JSON. | [optional] |
15-
| **name** | **String** | Same as title of the dashboard. Read-only field. Update the 'title' to change the 'name' of the dashboard. | [optional] [readonly] |
1620
| **resources** | **List\<ResourceExportData\>** | | [optional] |
17-
| **assignedCustomers** | **Set\<ShortCustomerInfo\>** | List of assigned customers with their info. | [optional] |
18-
| **createdTime** | **Long** | Timestamp of the dashboard creation, in milliseconds | [optional] [readonly] |
19-
| **id** | **DashboardId** | JSON object with the dashboard Id. Specify existing dashboard Id to update the dashboard. Referencing non-existing dashboard id will cause error. Omit this field to create new dashboard. | [optional] |
20-
| **tenantId** | **TenantId** | JSON object with Tenant Id. Tenant Id of the dashboard can't be changed. | [optional] [readonly] |
2121
| **version** | **Long** | | [optional] |
2222

2323

0 commit comments

Comments
 (0)