Skip to content

Commit ce05977

Browse files
author
TeamCity
committed
Update PE OpenAPI spec (from master)
1 parent 5c57822 commit ce05977

File tree

167 files changed

+25840
-16524
lines changed

Some content is hidden

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

167 files changed

+25840
-16524
lines changed

pe/docs/AiModelExportData.md

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,22 @@
33

44
`org.thingsboard.client.model.AiModelExportData`
55

6-
**Extends:** **EntityExportData**
7-
86
## Properties
97

108
| Name | Type | Description | Notes |
119
|------------ | ------------- | ------------- | -------------|
10+
| **entity** | **ExportableEntity** | | [optional] |
11+
| **relations** | **List\<EntityRelation\>** | | [optional] |
12+
| **attributes** | **Map\<String, List<AttributeExportData>\>** | Map of attributes where key is the scope of attributes and value is the list of attributes for that scope | [optional] |
13+
| **calculatedFields** | **List\<CalculatedField\>** | | [optional] |
14+
| **entityType** | **EntityType** | | |
1215

1316

1417

1518
## Referenced Types
1619

1720
> **EntityId types** (`AdminSettingsId`, `AiModelId`, `AlarmId`, `ApiKeyId`, `ApiUsageStateId`, `AssetId`, `AssetProfileId`, `BlobEntityId`, `CalculatedFieldId`, `ConverterId`, `CustomerId`, `DashboardId`, `DeviceId`, `DeviceProfileId`, `DomainId`, `EdgeId`, `EntityGroupId`, `EntityViewId`, `GroupPermissionId`, `IntegrationId`, `JobId`, `MobileAppBundleId`, `MobileAppId`, `NotificationId`, `NotificationRequestId`, `NotificationRuleId`, `NotificationTargetId`, `NotificationTemplateId`, `OAuth2ClientId`, `OtaPackageId`, `QueueId`, `QueueStatsId`, `ReportId`, `ReportTemplateId`, `RoleId`, `RpcId`, `RuleChainId`, `RuleNodeId`, `SchedulerEventId`, `SecretId`, `TbResourceId`, `TenantId`, `TenantProfileId`, `UserId`, `WidgetTypeId`, `WidgetsBundleId`, etc.): `{entityType: EntityType, id: UUID}` — all EntityId subtypes share this structure.
1821
19-
#### EntityExportData
20-
| Name | Type | Description | Notes |
21-
|------|------|-------------|-------|
22-
| entity | ExportableEntity | | [optional] |
23-
| relations | List<EntityRelation> | | [optional] |
24-
| attributes | Map<String, List<AttributeExportData>> | Map of attributes where key is the scope of attributes and value is the list of attributes for that scope | [optional] |
25-
| calculatedFields | List<CalculatedField> | | [optional] |
26-
| entityType | EntityType | | |
27-
2822
#### ExportableEntity
2923
| Name | Type | Description | Notes |
3024
|------|------|-------------|-------|
@@ -55,16 +49,12 @@
5549
#### CalculatedField
5650
| Name | Type | Description | Notes |
5751
|------|------|-------------|-------|
58-
| id | CalculatedFieldId | JSON object with the Calculated Field Id. Referencing non-existing Calculated Field Id will cause error. | [optional] |
59-
| createdTime | Long | Timestamp of the calculated field creation, in milliseconds | [optional] [readonly] |
6052
| tenantId | TenantId | | [optional] |
61-
| entityId | EntityId | | [optional] |
6253
| type | CalculatedFieldType | | [optional] |
6354
| name | String | User defined name of the calculated field. | [optional] |
6455
| debugSettings | DebugSettings | Debug settings object. | [optional] |
6556
| configurationVersion | Integer | Version of calculated field configuration. | [optional] |
6657
| _configuration | CalculatedFieldConfiguration | | |
67-
| version | Long | | [optional] |
6858
| additionalInfo | com.fasterxml.jackson.databind.JsonNode | Additional parameters of the calculated field | [optional] |
6959
| debugMode | Boolean | | [optional] |
7060

pe/docs/AlarmCondition.md

Lines changed: 0 additions & 187 deletions
This file was deleted.

pe/docs/AlarmConditionFilter.md

Lines changed: 0 additions & 129 deletions
This file was deleted.

pe/docs/AlarmConditionKeyType.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)