@dynatrace-sdk/client-classic-environment-v2 3.7.3 → 4.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/README.md +1346 -727
  3. package/cjs/index.js +3587 -2410
  4. package/dynatrace-metadata.json +2 -2
  5. package/esm/index.js +2936 -1745
  6. package/package.json +1 -1
  7. package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-api.d.ts +2 -1
  8. package/types/packages/client/classic-environment-v2/src/lib/apis/credential-vault-api.d.ts +10 -2
  9. package/types/packages/client/classic-environment-v2/src/lib/apis/extensions-2-0-api.d.ts +147 -2
  10. package/types/packages/client/classic-environment-v2/src/lib/apis/index.d.ts +1 -0
  11. package/types/packages/client/classic-environment-v2/src/lib/apis/logs-api.d.ts +1 -1
  12. package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-api.d.ts +4 -0
  13. package/types/packages/client/classic-environment-v2/src/lib/apis/rum-manual-insertion-tags-api.d.ts +117 -0
  14. package/types/packages/client/classic-environment-v2/src/lib/apis/settings-objects-api.d.ts +4 -0
  15. package/types/packages/client/classic-environment-v2/src/lib/apis/settings-schemas-api.d.ts +1 -1
  16. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-locations-nodes-and-configuration-api.d.ts +1 -2
  17. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-network-availability-monitors-api.d.ts +6 -6
  18. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/error-envelope-array-error.d.ts +9 -0
  19. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/index.d.ts +1 -0
  20. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-os-architecture.d.ts +2 -1
  21. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate.d.ts +5 -1
  22. package/types/packages/client/classic-environment-v2/src/lib/models/alert-template-dto.d.ts +3 -0
  23. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-create-scopes-item.d.ts +2 -1
  24. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-create.d.ts +2 -1
  25. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-scopes-item.d.ts +1 -0
  26. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-update-scopes-item.d.ts +2 -1
  27. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-update.d.ts +2 -1
  28. package/types/packages/client/classic-environment-v2/src/lib/models/api-token.d.ts +1 -1
  29. package/types/packages/client/classic-environment-v2/src/lib/models/asset-info-dto-type.d.ts +2 -0
  30. package/types/packages/client/classic-environment-v2/src/lib/models/asset-info-dto.d.ts +1 -1
  31. package/types/packages/client/classic-environment-v2/src/lib/models/certificate-credentials.d.ts +3 -3
  32. package/types/packages/client/classic-environment-v2/src/lib/models/credentials.d.ts +1 -1
  33. package/types/packages/client/classic-environment-v2/src/lib/models/deletion-constraint-type.d.ts +10 -0
  34. package/types/packages/client/classic-environment-v2/src/lib/models/deletion-constraint.d.ts +5 -0
  35. package/types/packages/client/classic-environment-v2/src/lib/models/extension-status-dto-status.d.ts +3 -1
  36. package/types/packages/client/classic-environment-v2/src/lib/models/extension-status-dto.d.ts +2 -2
  37. package/types/packages/client/classic-environment-v2/src/lib/models/extension-status-with-id-dto-status.d.ts +12 -0
  38. package/types/packages/client/classic-environment-v2/src/lib/models/extension-status-with-id-dto.d.ts +14 -0
  39. package/types/packages/client/classic-environment-v2/src/lib/models/feature-set-details.d.ts +3 -3
  40. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-os-architecture.d.ts +2 -1
  41. package/types/packages/client/classic-environment-v2/src/lib/models/get-java-script-tag-query-script-execution-attribute.d.ts +8 -0
  42. package/types/packages/client/classic-environment-v2/src/lib/models/get-one-agent-java-script-tag-query-script-execution-attribute.d.ts +8 -0
  43. package/types/packages/client/classic-environment-v2/src/lib/models/get-one-agent-java-script-tag-with-sri-query-script-execution-attribute.d.ts +8 -0
  44. package/types/packages/client/classic-environment-v2/src/lib/models/index.d.ts +12 -4
  45. package/types/packages/client/classic-environment-v2/src/lib/models/location-collection-element.d.ts +6 -0
  46. package/types/packages/client/classic-environment-v2/src/lib/models/log-message-json.d.ts +1 -1
  47. package/types/packages/client/classic-environment-v2/src/lib/models/metric-descriptor-transformations-item.d.ts +1 -0
  48. package/types/packages/client/classic-environment-v2/src/lib/models/metric-descriptor.d.ts +1 -1
  49. package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-states-state.d.ts +1 -0
  50. package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-states.d.ts +1 -1
  51. package/types/packages/client/classic-environment-v2/src/lib/models/private-synthetic-location.d.ts +4 -4
  52. package/types/packages/client/classic-environment-v2/src/lib/models/schema-constraint-rest-dto-type.d.ts +1 -0
  53. package/types/packages/client/classic-environment-v2/src/lib/models/schema-constraint-rest-dto.d.ts +9 -1
  54. package/types/packages/client/classic-environment-v2/src/lib/models/schema-stub.d.ts +4 -0
  55. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-outage-handling-settings-dto.d.ts +1 -1
  56. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-performance-threshold-dto-type.d.ts +9 -0
  57. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-performance-threshold-dto.d.ts +5 -1
  58. package/types/packages/client/classic-environment-v2/src/lib/models/{synthetic-multi-protocol-monitor-update-dto-type.d.ts → synthetic-multi-protocol-monitor-request-type.d.ts} +1 -1
  59. package/types/packages/client/classic-environment-v2/src/lib/models/{synthetic-multi-protocol-monitor-update-dto.d.ts → synthetic-multi-protocol-monitor-request.d.ts} +1 -1
  60. package/types/packages/client/classic-environment-v2/src/lib/models/{synthetic-multi-protocol-monitor-dto-type.d.ts → synthetic-multi-protocol-monitor-response-type.d.ts} +1 -1
  61. package/types/packages/client/classic-environment-v2/src/lib/models/{synthetic-multi-protocol-monitor-dto.d.ts → synthetic-multi-protocol-monitor-response.d.ts} +1 -1
  62. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-private-location-update.d.ts +21 -4
@@ -55,5 +55,5 @@ export interface ApiToken {
55
55
  /**
56
56
  * A list of scopes assigned to the token.
57
57
  */
58
- scopes?: Array<'ActiveGateCertManagement' | 'AdvancedSyntheticIntegration' | 'CaptureRequestData' | 'DTAQLAccess' | 'DataExport' | 'DataImport' | 'DataPrivacy' | 'Davis' | 'DiagnosticExport' | 'DssFileManagement' | 'ExternalSyntheticIntegration' | 'InstallerDownload' | 'LogExport' | 'MemoryDump' | 'Mobile' | 'PluginUpload' | 'ReadConfig' | 'ReadSyntheticData' | 'RestRequestForwarding' | 'RumBrowserExtension' | 'RumJavaScriptTagManagement' | 'SupportAlert' | 'TenantTokenManagement' | 'UserSessionAnonymization' | 'ViewDashboard' | 'ViewReport' | 'WriteConfig' | 'WriteSyntheticData' | 'activeGateTokenManagement.create' | 'activeGateTokenManagement.read' | 'activeGateTokenManagement.write' | 'activeGates.read' | 'activeGates.write' | 'adaptiveTrafficManagement.read' | 'agentTokenManagement.read' | 'analyzers.read' | 'analyzers.write' | 'apiTokens.read' | 'apiTokens.write' | 'attacks.read' | 'attacks.write' | 'auditLogs.read' | 'bizevents.ingest' | 'credentialVault.read' | 'credentialVault.write' | 'entities.read' | 'entities.write' | 'events.ingest' | 'events.read' | 'extensionConfigurationActions.write' | 'extensionConfigurations.read' | 'extensionConfigurations.write' | 'extensionEnvironment.read' | 'extensionEnvironment.write' | 'extensions.read' | 'extensions.write' | 'geographicRegions.read' | 'hub.install' | 'hub.read' | 'hub.write' | 'javaScriptMappingFiles.read' | 'javaScriptMappingFiles.write' | 'logs.ingest' | 'logs.read' | 'metrics.ingest' | 'metrics.read' | 'metrics.write' | 'networkZones.read' | 'networkZones.write' | 'oneAgents.read' | 'oneAgents.write' | 'openTelemetryTrace.ingest' | 'openpipeline.events' | 'openpipeline.events.custom' | 'openpipeline.events_sdlc' | 'openpipeline.events_sdlc.custom' | 'openpipeline.events_security' | 'openpipeline.events_security.custom' | 'problems.read' | 'problems.write' | 'releases.read' | 'rumCookieNames.read' | 'securityProblems.read' | 'securityProblems.write' | 'settings.read' | 'settings.write' | 'slo.read' | 'slo.write' | 'syntheticExecutions.read' | 'syntheticExecutions.write' | 'syntheticLocations.read' | 'syntheticLocations.write' | 'tenantTokenRotation.write' | 'traces.lookup' | 'unifiedAnalysis.read'>;
58
+ scopes?: Array<'ActiveGateCertManagement' | 'AdvancedSyntheticIntegration' | 'CaptureRequestData' | 'DTAQLAccess' | 'DataExport' | 'DataImport' | 'DataPrivacy' | 'Davis' | 'DiagnosticExport' | 'DssFileManagement' | 'ExternalSyntheticIntegration' | 'InstallerDownload' | 'LogExport' | 'MemoryDump' | 'Mobile' | 'PluginUpload' | 'ReadConfig' | 'ReadSyntheticData' | 'RestRequestForwarding' | 'RumBrowserExtension' | 'RumJavaScriptTagManagement' | 'SupportAlert' | 'TenantTokenManagement' | 'UserSessionAnonymization' | 'ViewDashboard' | 'ViewReport' | 'WriteConfig' | 'WriteSyntheticData' | 'activeGateTokenManagement.create' | 'activeGateTokenManagement.read' | 'activeGateTokenManagement.write' | 'activeGates.read' | 'activeGates.write' | 'adaptiveTrafficManagement.read' | 'agentTokenManagement.read' | 'analyzers.read' | 'analyzers.write' | 'apiTokens.read' | 'apiTokens.write' | 'attacks.read' | 'attacks.write' | 'auditLogs.read' | 'bizevents.ingest' | 'credentialVault.read' | 'credentialVault.write' | 'entities.read' | 'entities.write' | 'events.ingest' | 'events.read' | 'extensionConfigurationActions.write' | 'extensionConfigurations.read' | 'extensionConfigurations.write' | 'extensionEnvironment.read' | 'extensionEnvironment.write' | 'extensions.read' | 'extensions.write' | 'geographicRegions.read' | 'hub.install' | 'hub.read' | 'hub.write' | 'javaScriptMappingFiles.read' | 'javaScriptMappingFiles.write' | 'logs.ingest' | 'logs.read' | 'metrics.ingest' | 'metrics.read' | 'metrics.write' | 'networkZones.read' | 'networkZones.write' | 'oneAgents.read' | 'oneAgents.write' | 'openTelemetryTrace.ingest' | 'openpipeline.events' | 'openpipeline.events.custom' | 'openpipeline.events_sdlc' | 'openpipeline.events_sdlc.custom' | 'openpipeline.events_security' | 'openpipeline.events_security.custom' | 'problems.read' | 'problems.write' | 'releases.read' | 'rumCookieNames.read' | 'rumManualInsertionTags.read' | 'securityProblems.read' | 'securityProblems.write' | 'settings.read' | 'settings.write' | 'slo.read' | 'slo.write' | 'syntheticExecutions.read' | 'syntheticExecutions.write' | 'syntheticLocations.read' | 'syntheticLocations.write' | 'tenantTokenRotation.write' | 'traces.lookup' | 'unifiedAnalysis.read'>;
59
59
  }
@@ -5,6 +5,7 @@
5
5
  */
6
6
  export declare enum AssetInfoDtoType {
7
7
  Alert = "ALERT",
8
+ AlertTemplate = "ALERT_TEMPLATE",
8
9
  AwsService = "AWS_SERVICE",
9
10
  CustomCards = "CUSTOM_CARDS",
10
11
  Dashboard = "DASHBOARD",
@@ -24,6 +25,7 @@ export declare enum AssetInfoDtoType {
24
25
  LqlLogProcessingRule = "LQL_LOG_PROCESSING_RULE",
25
26
  MetricMetadata = "METRIC_METADATA",
26
27
  MetricQuery = "METRIC_QUERY",
28
+ ProcessGroupingRules = "PROCESS_GROUPING_RULES",
27
29
  ScreenActions = "SCREEN_ACTIONS",
28
30
  ScreenChartGroups = "SCREEN_CHART_GROUPS",
29
31
  ScreenDqlTable = "SCREEN_DQL_TABLE",
@@ -18,5 +18,5 @@ export interface AssetInfoDto {
18
18
  /**
19
19
  * The type of the asset.
20
20
  */
21
- type?: 'ALERT' | 'AWS_SERVICE' | 'CUSTOM_CARDS' | 'DASHBOARD' | 'DECLARATIVE_PROCESSES' | 'DOCUMENT_DASHBOARD' | 'DQL_LOG_METRIC' | 'DQL_LOG_PROCESSING_RULE' | 'GENERIC_RELATIONSHIP' | 'GENERIC_TYPE' | 'LIST_SCREEN_FILTERS' | 'LIST_SCREEN_INJECTIONS' | 'LIST_SCREEN_LAYOUT' | 'LOG_EVENT' | 'LOG_METRIC' | 'LOG_PROCESSING_RULE' | 'LQL_LOG_METRIC' | 'LQL_LOG_PROCESSING_RULE' | 'METRIC_METADATA' | 'METRIC_QUERY' | 'SCREEN_ACTIONS' | 'SCREEN_CHART_GROUPS' | 'SCREEN_DQL_TABLE' | 'SCREEN_ENTITIES_LISTS' | 'SCREEN_EVENTS_CARDS' | 'SCREEN_FILTERS' | 'SCREEN_HEALTH_CARDS' | 'SCREEN_INJECTIONS' | 'SCREEN_LAYOUT' | 'SCREEN_LOGS_CARDS' | 'SCREEN_MESSAGE_CARDS' | 'SCREEN_METRIC_TABLES' | 'SCREEN_PROBLEMS' | 'SCREEN_PROPERTIES';
21
+ type?: 'ALERT' | 'ALERT_TEMPLATE' | 'AWS_SERVICE' | 'CUSTOM_CARDS' | 'DASHBOARD' | 'DECLARATIVE_PROCESSES' | 'DOCUMENT_DASHBOARD' | 'DQL_LOG_METRIC' | 'DQL_LOG_PROCESSING_RULE' | 'GENERIC_RELATIONSHIP' | 'GENERIC_TYPE' | 'LIST_SCREEN_FILTERS' | 'LIST_SCREEN_INJECTIONS' | 'LIST_SCREEN_LAYOUT' | 'LOG_EVENT' | 'LOG_METRIC' | 'LOG_PROCESSING_RULE' | 'LQL_LOG_METRIC' | 'LQL_LOG_PROCESSING_RULE' | 'METRIC_METADATA' | 'METRIC_QUERY' | 'PROCESS_GROUPING_RULES' | 'SCREEN_ACTIONS' | 'SCREEN_CHART_GROUPS' | 'SCREEN_DQL_TABLE' | 'SCREEN_ENTITIES_LISTS' | 'SCREEN_EVENTS_CARDS' | 'SCREEN_FILTERS' | 'SCREEN_HEALTH_CARDS' | 'SCREEN_INJECTIONS' | 'SCREEN_LAYOUT' | 'SCREEN_LOGS_CARDS' | 'SCREEN_MESSAGE_CARDS' | 'SCREEN_METRIC_TABLES' | 'SCREEN_PROBLEMS' | 'SCREEN_PROPERTIES';
22
22
  }
@@ -4,15 +4,15 @@ import { Credentials } from './credentials';
4
4
  */
5
5
  export interface CertificateCredentials extends Credentials {
6
6
  /**
7
- * The certificate in the string format.
7
+ * String containing the certificate file bytes encoded in Base64 without carriage return.
8
8
  */
9
9
  certificate?: string;
10
10
  /**
11
- * The certificate format.
11
+ * The certificate format. Use `PEM` for PEM certificates and `PKCS12` for PFX and P12 certificates.
12
12
  */
13
13
  certificateFormat?: 'PEM' | 'PKCS12' | 'UNKNOWN';
14
14
  /**
15
- * The password of the credential (Base64 encoded).
15
+ * The password of the credential encoded in Base64. Must be empty for `PEM` certificates.
16
16
  */
17
17
  password?: string;
18
18
  }
@@ -52,5 +52,5 @@ export interface Credentials {
52
52
  * * `AWS_MONITORING_KEY_BASED` -> AWSKeyBasedCredentialsDto
53
53
  * * `AWS_MONITORING_ROLE_BASED` -> AWSRoleBasedCredentials
54
54
  */
55
- type?: 'AWS_MONITORING_KEY_BASED' | 'AWS_MONITORING_ROLE_BASED' | 'CERTIFICATE' | 'PUBLIC_CERTIFICATE' | 'SNMPV3' | 'TOKEN' | 'USERNAME_PASSWORD';
55
+ type: 'AWS_MONITORING_KEY_BASED' | 'AWS_MONITORING_ROLE_BASED' | 'CERTIFICATE' | 'PUBLIC_CERTIFICATE' | 'SNMPV3' | 'TOKEN' | 'USERNAME_PASSWORD';
56
56
  }
@@ -0,0 +1,10 @@
1
+ /**
2
+ * The type of the deletion constraint.
3
+ *
4
+ * @deprecated Use literal values.
5
+ */
6
+ export declare enum DeletionConstraintType {
7
+ CustomValidatorRef = "CUSTOM_VALIDATOR_REF",
8
+ ReferentialIntegrity = "REFERENTIAL_INTEGRITY",
9
+ Unknown = "UNKNOWN"
10
+ }
@@ -10,4 +10,9 @@ export interface DeletionConstraint {
10
10
  * The ID of a custom validator.
11
11
  */
12
12
  customValidatorId?: string;
13
+ schemaIds?: string[];
14
+ /**
15
+ * The type of the deletion constraint.
16
+ */
17
+ type: 'CUSTOM_VALIDATOR_REF' | 'REFERENTIAL_INTEGRITY' | 'UNKNOWN';
13
18
  }
@@ -6,5 +6,7 @@
6
6
  export declare enum ExtensionStatusDtoStatus {
7
7
  Error = "ERROR",
8
8
  Ok = "OK",
9
- Unknown = "UNKNOWN"
9
+ Pending = "PENDING",
10
+ Unknown = "UNKNOWN",
11
+ Warning = "WARNING"
10
12
  }
@@ -2,9 +2,9 @@ export interface ExtensionStatusDto {
2
2
  /**
3
3
  * Latest status of given configuration.
4
4
  */
5
- status: 'ERROR' | 'OK' | 'UNKNOWN';
5
+ status: 'ERROR' | 'OK' | 'PENDING' | 'UNKNOWN' | 'WARNING';
6
6
  /**
7
7
  * Timestamp of the latest status of given configuration.
8
8
  */
9
- timestamp: number;
9
+ timestamp?: number;
10
10
  }
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Latest status of given configuration.
3
+ *
4
+ * @deprecated Use literal values.
5
+ */
6
+ export declare enum ExtensionStatusWithIdDtoStatus {
7
+ Error = "ERROR",
8
+ Ok = "OK",
9
+ Pending = "PENDING",
10
+ Unknown = "UNKNOWN",
11
+ Warning = "WARNING"
12
+ }
@@ -0,0 +1,14 @@
1
+ export interface ExtensionStatusWithIdDto {
2
+ /**
3
+ * Unique ID of the configuration.
4
+ */
5
+ configurationId: string;
6
+ /**
7
+ * Latest status of given configuration.
8
+ */
9
+ status: 'ERROR' | 'OK' | 'PENDING' | 'UNKNOWN' | 'WARNING';
10
+ /**
11
+ * Timestamp of the latest status of given configuration.
12
+ */
13
+ timestamp?: number;
14
+ }
@@ -4,17 +4,17 @@ import { MetricDto } from './metric-dto';
4
4
  */
5
5
  export interface FeatureSetDetails {
6
6
  /**
7
- * Optional description for the FeatureSet
7
+ * Optional description for the feature set
8
8
  */
9
9
  description?: string;
10
10
  /**
11
- * Optional display name of the FeatureSet
11
+ * Optional display name of the feature set
12
12
  */
13
13
  displayName?: string;
14
14
  /**
15
15
  * Marks the feature set as recommended (selected by default during activation)
16
16
  */
17
- isRecommended?: boolean;
17
+ isRecommended: boolean;
18
18
  /**
19
19
  * Feature set metrics
20
20
  */
@@ -4,5 +4,6 @@
4
4
  export declare enum GetAllActiveGatesQueryOsArchitecture {
5
5
  X86 = "X86",
6
6
  S390 = "S390",
7
- Arm = "ARM"
7
+ Arm = "ARM",
8
+ Ppcle = "PPCLE"
8
9
  }
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @deprecated Use literal values.
3
+ */
4
+ export declare enum GetJavaScriptTagQueryScriptExecutionAttribute {
5
+ Async = "ASYNC",
6
+ Defer = "DEFER",
7
+ None = "NONE"
8
+ }
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @deprecated Use literal values.
3
+ */
4
+ export declare enum GetOneAgentJavaScriptTagQueryScriptExecutionAttribute {
5
+ Async = "ASYNC",
6
+ Defer = "DEFER",
7
+ None = "NONE"
8
+ }
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @deprecated Use literal values.
3
+ */
4
+ export declare enum GetOneAgentJavaScriptTagWithSriQueryScriptExecutionAttribute {
5
+ Async = "ASYNC",
6
+ Defer = "DEFER",
7
+ None = "NONE"
8
+ }
@@ -43,6 +43,7 @@ export * from './affected-entity';
43
43
  export * from './agent-connection-token';
44
44
  export * from './aggregated-log';
45
45
  export * from './aggregated-log-aggregation-result';
46
+ export * from './alert-template-dto';
46
47
  export * from './alerting-profile-stub';
47
48
  export * from './any-value';
48
49
  export * from './api-token';
@@ -143,6 +144,7 @@ export * from './davis-security-advice-list';
143
144
  export * from './davis-security-advice-technology';
144
145
  export * from './deleted-entity-tags';
145
146
  export * from './deletion-constraint';
147
+ export * from './deletion-constraint-type';
146
148
  export * from './effective-permission';
147
149
  export * from './effective-permission-granted';
148
150
  export * from './effective-settings-value';
@@ -213,6 +215,8 @@ export * from './extension-monitoring-configuration-value';
213
215
  export * from './extension-monitoring-configurations-list';
214
216
  export * from './extension-status-dto';
215
217
  export * from './extension-status-dto-status';
218
+ export * from './extension-status-with-id-dto';
219
+ export * from './extension-status-with-id-dto-status';
216
220
  export * from './extension-upload-response-dto';
217
221
  export * from './extension-upload-response-dto-feature-sets-details';
218
222
  export * from './external-vault';
@@ -244,10 +248,13 @@ export * from './get-executions-query-execution-stage';
244
248
  export * from './get-executions-query-source';
245
249
  export * from './get-extension-monitoring-configuration-events-query-status';
246
250
  export * from './get-host-stats-query-filter';
251
+ export * from './get-java-script-tag-query-script-execution-attribute';
247
252
  export * from './get-locations-query-capability';
248
253
  export * from './get-locations-query-cloud-platform';
249
254
  export * from './get-locations-query-type';
250
255
  export * from './get-nodes-query-assigned-to-location';
256
+ export * from './get-one-agent-java-script-tag-query-script-execution-attribute';
257
+ export * from './get-one-agent-java-script-tag-with-sri-query-script-execution-attribute';
251
258
  export * from './get-permission-path-accessor-type';
252
259
  export * from './get-slo-by-id-query-time-frame';
253
260
  export * from './get-slo-query-enabled-slos';
@@ -523,16 +530,17 @@ export * from './synthetic-monitor-list-dto';
523
530
  export * from './synthetic-monitor-outage-handling-settings-dto';
524
531
  export * from './synthetic-monitor-performance-threshold-dto';
525
532
  export * from './synthetic-monitor-performance-threshold-dto-aggregation';
533
+ export * from './synthetic-monitor-performance-threshold-dto-type';
526
534
  export * from './synthetic-monitor-performance-thresholds-dto';
527
535
  export * from './synthetic-monitor-summary-dto';
528
536
  export * from './synthetic-monitor-summary-dto-type';
529
- export * from './synthetic-multi-protocol-monitor-dto';
530
- export * from './synthetic-multi-protocol-monitor-dto-type';
537
+ export * from './synthetic-multi-protocol-monitor-request';
538
+ export * from './synthetic-multi-protocol-monitor-request-type';
539
+ export * from './synthetic-multi-protocol-monitor-response';
540
+ export * from './synthetic-multi-protocol-monitor-response-type';
531
541
  export * from './synthetic-multi-protocol-monitor-step-dto';
532
542
  export * from './synthetic-multi-protocol-monitor-step-dto-properties';
533
543
  export * from './synthetic-multi-protocol-monitor-step-dto-request-type';
534
- export * from './synthetic-multi-protocol-monitor-update-dto';
535
- export * from './synthetic-multi-protocol-monitor-update-dto-type';
536
544
  export * from './synthetic-multi-protocol-request-configuration-dto';
537
545
  export * from './synthetic-on-demand-batch-status';
538
546
  export * from './synthetic-on-demand-batch-status-batch-status';
@@ -58,6 +58,12 @@ export interface LocationCollectionElement {
58
58
  * The name of the location.
59
59
  */
60
60
  name: string;
61
+ /**
62
+ * A list of synthetic nodes belonging to the location.
63
+ *
64
+ * You can retrieve the list of available nodes with the [GET all nodes](https://dt-url.net/miy3rpl) call.
65
+ */
66
+ nodes?: string[];
61
67
  /**
62
68
  * The release stage of the location.
63
69
  */
@@ -8,7 +8,7 @@ The object might contain the following types of keys (the possible key values ar
8
8
  * The timestamp for a log event is not limited to future time. If the log event contains a timestamp later than 10 minutes in the future, the timestamp of the event will be overridden by the current time on the server.
9
9
  * The following formats are supported: UTC milliseconds, RFC3339, and RFC3164. For the missing timestamp, the current timestamp is used. For the unsupported timestamp format, the current timestamp is used, and the value of the unsupported timestamp format is stored in the `unparsed_timestamp` attribute (for Log Monitoring Classic, this attribute isn't indexed).
10
10
  * **Severity.** If not set, `NONE` is used.
11
- * **Content.** If the content key is not set, the whole JSON is parsed as the content.
11
+ * **Content.** If the content key is not set or contains JSON object, the content field is filled in with the string representation of the whole ingested JSON object.
12
12
  * **Attributes:**
13
13
  * Logs on Grail with OpenPipeline custom processing (Dynatrace SaaS version 1.295+, Environment ActiveGate version 1.295+): All JSON data types (string, number, boolean, null) are supported. All attributes are indexed and can be used in queries. Keys are case-sensitive.
14
14
  * Logs on Grail without OpenPipeline custom processing: Only values of the `string` type are supported. All attributes are indexed and can be used in queries. Keys are case-insensitive (lowercased).
@@ -8,6 +8,7 @@ export declare enum MetricDescriptorTransformationsItem {
8
8
  EvaluateModel = "evaluateModel",
9
9
  Filter = "filter",
10
10
  Fold = "fold",
11
+ Histogram = "histogram",
11
12
  Last = "last",
12
13
  LastReal = "lastReal",
13
14
  Limit = "limit",
@@ -130,7 +130,7 @@ export interface MetricDescriptor {
130
130
  /**
131
131
  * Transform operators that could be appended to the current transformation list.
132
132
  */
133
- transformations?: Array<'asGauge' | 'default' | 'delta' | 'evaluateModel' | 'filter' | 'fold' | 'last' | 'lastReal' | 'limit' | 'merge' | 'names' | 'parents' | 'partition' | 'rate' | 'rollup' | 'setUnit' | 'smooth' | 'sort' | 'splitBy' | 'timeshift' | 'toUnit'>;
133
+ transformations?: Array<'asGauge' | 'default' | 'delta' | 'evaluateModel' | 'filter' | 'fold' | 'histogram' | 'last' | 'lastReal' | 'limit' | 'merge' | 'names' | 'parents' | 'partition' | 'rate' | 'rollup' | 'setUnit' | 'smooth' | 'sort' | 'splitBy' | 'timeshift' | 'toUnit'>;
134
134
  /**
135
135
  * The unit of the metric.
136
136
  */
@@ -36,6 +36,7 @@ export declare enum MonitoredEntityStatesState {
36
36
  ProcessGroupDisabledViaGlobalSettings = "process_group_disabled_via_global_settings",
37
37
  ProcessGroupDisabledViaInjectionRule = "process_group_disabled_via_injection_rule",
38
38
  ProcessGroupDisabledViaInjectionRuleRestart = "process_group_disabled_via_injection_rule_restart",
39
+ ProcessGroupPgrGroupUpdateSuppressed = "process_group_pgr_group_update_suppressed",
39
40
  RestartRequired = "restart_required",
40
41
  RestartRequiredApache = "restart_required_apache",
41
42
  RestartRequiredDockerDeamon = "restart_required_docker_deamon",
@@ -18,5 +18,5 @@ export interface MonitoredEntityStates {
18
18
  /**
19
19
  * The name of the monitoring state.
20
20
  */
21
- state?: 'agent_injection_status_go_dynamizer_failed' | 'agent_injection_status_go_fips_detected_but_feature_disabled' | 'agent_injection_status_go_pclntab_failed' | 'agent_injection_status_go_vertigo_support_added' | 'agent_injection_status_nginx_patched_binary_detected' | 'agent_injection_status_php_opcache_disabled' | 'agent_injection_status_php_stack_size_too_low' | 'agent_injection_suppression' | 'aix_enable_full_monitoring_needed' | 'bad_installer' | 'boshbpm_disabled' | 'container_injection_failed' | 'containerd_disabled' | 'crio_disabled' | 'custom_pg_rule_required' | 'deep_monitoring_successful' | 'deep_monitoring_unsuccessful' | 'docker_disabled' | 'garden_disabled' | 'host_infra_structure_only' | 'host_monitoring_disabled' | 'network_agent_inactive' | 'ok' | 'parent_process_restart_required' | 'podman_disabled' | 'process_group_different_id_due_to_declarative_grouping' | 'process_group_disabled' | 'process_group_disabled_via_container_injection_rule' | 'process_group_disabled_via_container_injection_rule_restart' | 'process_group_disabled_via_global_settings' | 'process_group_disabled_via_injection_rule' | 'process_group_disabled_via_injection_rule_restart' | 'restart_required' | 'restart_required_apache' | 'restart_required_docker_deamon' | 'restart_required_host_group_inconsistent' | 'restart_required_host_id_inconsistent' | 'restart_required_outdated_agent_apache_update' | 'restart_required_outdated_agent_injected' | 'restart_required_using_different_data_storage_dir' | 'restart_required_using_different_log_path' | 'restart_required_virtualized_container' | 'unsupported_state' | 'winc_disabled';
21
+ state?: 'agent_injection_status_go_dynamizer_failed' | 'agent_injection_status_go_fips_detected_but_feature_disabled' | 'agent_injection_status_go_pclntab_failed' | 'agent_injection_status_go_vertigo_support_added' | 'agent_injection_status_nginx_patched_binary_detected' | 'agent_injection_status_php_opcache_disabled' | 'agent_injection_status_php_stack_size_too_low' | 'agent_injection_suppression' | 'aix_enable_full_monitoring_needed' | 'bad_installer' | 'boshbpm_disabled' | 'container_injection_failed' | 'containerd_disabled' | 'crio_disabled' | 'custom_pg_rule_required' | 'deep_monitoring_successful' | 'deep_monitoring_unsuccessful' | 'docker_disabled' | 'garden_disabled' | 'host_infra_structure_only' | 'host_monitoring_disabled' | 'network_agent_inactive' | 'ok' | 'parent_process_restart_required' | 'podman_disabled' | 'process_group_different_id_due_to_declarative_grouping' | 'process_group_disabled' | 'process_group_disabled_via_container_injection_rule' | 'process_group_disabled_via_container_injection_rule_restart' | 'process_group_disabled_via_global_settings' | 'process_group_disabled_via_injection_rule' | 'process_group_disabled_via_injection_rule_restart' | 'process_group_pgr_group_update_suppressed' | 'restart_required' | 'restart_required_apache' | 'restart_required_docker_deamon' | 'restart_required_host_group_inconsistent' | 'restart_required_host_id_inconsistent' | 'restart_required_outdated_agent_apache_update' | 'restart_required_outdated_agent_injected' | 'restart_required_using_different_data_storage_dir' | 'restart_required_using_different_log_path' | 'restart_required_virtualized_container' | 'unsupported_state' | 'winc_disabled';
22
22
  }
@@ -6,7 +6,7 @@ import { PrivateSyntheticLocationNodeNames } from './private-synthetic-location-
6
6
  */
7
7
  export interface PrivateSyntheticLocation {
8
8
  /**
9
- * Auto upgrade of Chromium is enabled (`true`) or disabled (`false`).
9
+ * Non-containerized location property. Auto upgrade of Chromium is enabled (`true`) or disabled (`false`).
10
10
  */
11
11
  autoUpdateChromium?: boolean;
12
12
  /**
@@ -22,7 +22,7 @@ export interface PrivateSyntheticLocation {
22
22
  */
23
23
  availabilityNotificationsEnabled?: boolean;
24
24
  /**
25
- * Boolean value describes if browser monitors will be executed on this location:
25
+ * Containerized location property. Boolean value describes if browser monitors will be executed on this location:
26
26
  *
27
27
  * * `false`: Browser monitor executions disabled.
28
28
  * * `true`: Browser monitor executions enabled.
@@ -70,7 +70,7 @@ export interface PrivateSyntheticLocation {
70
70
  */
71
71
  longitude: number;
72
72
  /**
73
- * Boolean value describes if icmp monitors will be executed on this location:
73
+ * Containerized location property. Boolean value describes if icmp monitors will be executed on this location:
74
74
  *
75
75
  * * `false`: Icmp monitor executions disabled.
76
76
  * * `true`: Icmp monitor executions enabled.
@@ -110,7 +110,7 @@ export interface PrivateSyntheticLocation {
110
110
  status?: 'DISABLED' | 'ENABLED' | 'HIDDEN';
111
111
  type: 'CLUSTER' | 'PRIVATE' | 'PUBLIC';
112
112
  /**
113
- * Boolean value describes which kubernetes version will be used:
113
+ * Containerized location property. Boolean value describes which kubernetes version will be used:
114
114
  *
115
115
  * * `false`: Version 1.23+ that is older than 1.26
116
116
  * * `true`: Version 1.26+.
@@ -4,6 +4,7 @@
4
4
  * @deprecated Use literal values.
5
5
  */
6
6
  export declare enum SchemaConstraintRestDtoType {
7
+ ByteSizeLimit = "BYTE_SIZE_LIMIT",
7
8
  CustomValidatorRef = "CUSTOM_VALIDATOR_REF",
8
9
  MultiScopeCustomValidatorRef = "MULTI_SCOPE_CUSTOM_VALIDATOR_REF",
9
10
  MultiScopeUnique = "MULTI_SCOPE_UNIQUE",
@@ -1,4 +1,8 @@
1
1
  export interface SchemaConstraintRestDto {
2
+ /**
3
+ * The maximum allowed size in bytes for the sum over all persisted values for the schema
4
+ */
5
+ byteLimit?: number;
2
6
  /**
3
7
  * A custom message for invalid values.
4
8
  */
@@ -7,6 +11,10 @@ export interface SchemaConstraintRestDto {
7
11
  * The ID of a custom validator.
8
12
  */
9
13
  customValidatorId?: string;
14
+ /**
15
+ * Whether to flatten collection properties when checking for uniqueness, so only disjoint collections are considered unique
16
+ */
17
+ flattenCollections?: boolean;
10
18
  /**
11
19
  * Whether to skip validation on a change made from the UI.
12
20
  */
@@ -14,7 +22,7 @@ export interface SchemaConstraintRestDto {
14
22
  /**
15
23
  * The type of the schema constraint.
16
24
  */
17
- type: 'CUSTOM_VALIDATOR_REF' | 'MULTI_SCOPE_CUSTOM_VALIDATOR_REF' | 'MULTI_SCOPE_UNIQUE' | 'UNIQUE' | 'UNKNOWN';
25
+ type: 'BYTE_SIZE_LIMIT' | 'CUSTOM_VALIDATOR_REF' | 'MULTI_SCOPE_CUSTOM_VALIDATOR_REF' | 'MULTI_SCOPE_UNIQUE' | 'UNIQUE' | 'UNKNOWN';
18
26
  /**
19
27
  * The list of properties for which the combination of values needs to be unique
20
28
  */
@@ -18,6 +18,10 @@ export interface SchemaStub {
18
18
  * Ordered flag. `True` if the schema is an ordered multi-object schema.
19
19
  */
20
20
  ordered?: boolean;
21
+ /**
22
+ * Owner based access control flag. `True` if the schema has owner based access control enabled.
23
+ */
24
+ ownerBasedAccessControl?: boolean;
21
25
  /**
22
26
  * The ID of the schema.
23
27
  */
@@ -5,7 +5,7 @@ export interface SyntheticMonitorOutageHandlingSettingsDto {
5
5
  /**
6
6
  * Number of consecutive failures for all locations.
7
7
  */
8
- globalConsecutiveOutageCountThreshold: number;
8
+ globalConsecutiveOutageCountThreshold?: number;
9
9
  /**
10
10
  * Generate a problem and send an alert when the monitor is unavailable at all configured locations.
11
11
  */
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Type of performance threshold
3
+ *
4
+ * @deprecated Use literal values.
5
+ */
6
+ export declare enum SyntheticMonitorPerformanceThresholdDtoType {
7
+ Monitor = "MONITOR",
8
+ Step = "STEP"
9
+ }
@@ -17,11 +17,15 @@ export interface SyntheticMonitorPerformanceThresholdDto {
17
17
  /**
18
18
  * Specify the step's index to which a threshold applies.
19
19
  */
20
- stepIndex: number;
20
+ stepIndex?: number;
21
21
  /**
22
22
  * Notify if monitor request takes longer than *X* milliseconds to execute.
23
23
  */
24
24
  threshold: number;
25
+ /**
26
+ * Type of performance threshold
27
+ */
28
+ type?: 'MONITOR' | 'STEP';
25
29
  /**
26
30
  * Number of violating request executions in analyzed sliding window
27
31
  */
@@ -3,6 +3,6 @@
3
3
  *
4
4
  * @deprecated Use literal values.
5
5
  */
6
- export declare enum SyntheticMultiProtocolMonitorUpdateDtoType {
6
+ export declare enum SyntheticMultiProtocolMonitorRequestType {
7
7
  MultiProtocol = "MULTI_PROTOCOL"
8
8
  }
@@ -5,7 +5,7 @@ import { SyntheticTagWithSourceDto } from './synthetic-tag-with-source-dto';
5
5
  /**
6
6
  * Network Availability monitor.
7
7
  */
8
- export interface SyntheticMultiProtocolMonitorUpdateDto {
8
+ export interface SyntheticMultiProtocolMonitorRequest {
9
9
  /**
10
10
  * Monitor description
11
11
  */
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * @deprecated Use literal values.
5
5
  */
6
- export declare enum SyntheticMultiProtocolMonitorDtoType {
6
+ export declare enum SyntheticMultiProtocolMonitorResponseType {
7
7
  MultiProtocol = "MULTI_PROTOCOL",
8
8
  Browser = "BROWSER",
9
9
  Http = "HTTP"
@@ -5,7 +5,7 @@ import { SyntheticTagWithSourceDto } from './synthetic-tag-with-source-dto';
5
5
  /**
6
6
  * Network Availability monitor.
7
7
  */
8
- export interface SyntheticMultiProtocolMonitorDto {
8
+ export interface SyntheticMultiProtocolMonitorResponse {
9
9
  /**
10
10
  * Monitor description
11
11
  */
@@ -4,7 +4,7 @@ import { SyntheticLocationUpdate } from './synthetic-location-update';
4
4
  */
5
5
  export interface SyntheticPrivateLocationUpdate extends SyntheticLocationUpdate {
6
6
  /**
7
- * Auto upgrade of Chromium is enabled (`true`) or disabled (`false`).
7
+ * Non-containerized location property. Auto upgrade of Chromium is enabled (`true`) or disabled (`false`).
8
8
  */
9
9
  autoUpdateChromium?: boolean;
10
10
  /**
@@ -20,7 +20,7 @@ export interface SyntheticPrivateLocationUpdate extends SyntheticLocationUpdate
20
20
  */
21
21
  availabilityNotificationsEnabled?: boolean;
22
22
  /**
23
- * Boolean value describes if browser monitors will be executed on this location:
23
+ * Containerized location property. Boolean value describes if browser monitors will be executed on this location:
24
24
  *
25
25
  * * `false`: Browser monitor executions disabled.
26
26
  * * `true`: Browser monitor executions enabled.
@@ -56,7 +56,15 @@ export interface SyntheticPrivateLocationUpdate extends SyntheticLocationUpdate
56
56
  */
57
57
  longitude?: number;
58
58
  /**
59
- * Boolean value describes if icmp monitors will be executed on this location:
59
+ * Containerized location property. The maximum number of ActiveGates deployed for the location (required for a Kubernetes location).
60
+ */
61
+ maxActiveGateCount?: number;
62
+ /**
63
+ * Containerized location property. The minimum number of ActiveGates deployed for the location (required for a Kubernetes location).
64
+ */
65
+ minActiveGateCount?: number;
66
+ /**
67
+ * Containerized location property. Boolean value describes if icmp monitors will be executed on this location:
60
68
  *
61
69
  * * `false`: Icmp monitor executions disabled.
62
70
  * * `true`: Icmp monitor executions enabled.
@@ -66,6 +74,15 @@ export interface SyntheticPrivateLocationUpdate extends SyntheticLocationUpdate
66
74
  * The name of the location.
67
75
  */
68
76
  name?: string;
77
+ /**
78
+ * Containerized location property. The size of a containerized node deployed for the location (required for a Kubernetes location). Accepted values:
79
+ *
80
+ * * `XS`: extra small
81
+ * * `S`: small
82
+ * * `M`: medium
83
+ * The node size `L` is not supported in containerized locations.
84
+ */
85
+ nodeSize?: 'M' | 'S' | 'UNSUPPORTED' | 'XS';
69
86
  /**
70
87
  * A list of synthetic nodes belonging to the location.
71
88
  *
@@ -87,7 +104,7 @@ export interface SyntheticPrivateLocationUpdate extends SyntheticLocationUpdate
87
104
  */
88
105
  status?: 'DISABLED' | 'ENABLED' | 'HIDDEN';
89
106
  /**
90
- * Boolean value describes which kubernetes version will be used:
107
+ * Containerized location property. Boolean value describes which kubernetes version will be used:
91
108
  *
92
109
  * * `false`: Version 1.23+ that is older than 1.26
93
110
  * * `true`: Version 1.26+.