@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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynatrace-sdk/client-classic-environment-v2",
3
- "version": "3.7.3",
3
+ "version": "4.2.0",
4
4
  "description": "Client for the Dynatrace Environment API v2",
5
5
  "license": "Apache-2.0",
6
6
  "dependencies": {
@@ -39,7 +39,7 @@ export declare class ActiveGatesClient {
39
39
  * You can specify a partial name. In that case, the `CONTAINS` operator is used.
40
40
  */ hostname?: string;
41
41
  /** Filters the resulting set of ActiveGates by the OS type of the host it's running on. */ osType?: 'LINUX' | 'WINDOWS';
42
- /** Filters the resulting set of ActiveGates by the OS architecture of the host it's running on. */ osArchitecture?: 'X86' | 'S390' | 'ARM';
42
+ /** Filters the resulting set of ActiveGates by the OS architecture of the host it's running on. */ osArchitecture?: 'X86' | 'S390' | 'ARM' | 'PPCLE';
43
43
  /**
44
44
  * Filters the resulting set of ActiveGates by the network address.
45
45
  *
@@ -79,6 +79,7 @@ export declare class ActiveGatesClient {
79
79
  /** Filters the resulting set of ActiveGates to those which are running in container (`true`) or not (`false`). */ containerized?: boolean;
80
80
  /** Filters the resulting set of ActiveGates to those with authorization token in specified state. */ tokenState?: 'ABSENT' | 'EXPIRING' | 'INVALID' | 'UNKNOWN' | 'UNSUPPORTED' | 'VALID';
81
81
  /** Filters the resulting set of ActiveGates to those with set expiration date for authorization token. */ tokenExpirationSet?: boolean;
82
+ /** Filters the resulting set of ActiveGates to those which are running in FIPS mode (`true`) or not (`false`). */ fipsMode?: boolean;
82
83
  abortSignal?: AbortSignal;
83
84
  }): Promise<ActiveGateList>;
84
85
  /**
@@ -67,7 +67,11 @@ export declare class CredentialVaultClient {
67
67
  * import { credentialVaultClient } from "@dynatrace-sdk/client-classic-environment-v2";
68
68
  *
69
69
  * const data = await credentialVaultClient.createCredentials({
70
- * body: { name: "...", scopes: ["APP_ENGINE"] },
70
+ * body: {
71
+ * name: "...",
72
+ * scopes: ["APP_ENGINE"],
73
+ * type: "AWS_MONITORING_KEY_BASED",
74
+ * },
71
75
  * });
72
76
  *
73
77
  * @throws {ErrorEnvelopeError} Failed. The input is invalid. | Client side error. | Server side error.
@@ -114,7 +118,11 @@ export declare class CredentialVaultClient {
114
118
  *
115
119
  * const data = await credentialVaultClient.updateCredentials({
116
120
  * id: "...",
117
- * body: { name: "...", scopes: ["APP_ENGINE"] },
121
+ * body: {
122
+ * name: "...",
123
+ * scopes: ["APP_ENGINE"],
124
+ * type: "AWS_MONITORING_KEY_BASED",
125
+ * },
118
126
  * });
119
127
  *
120
128
  * @throws {ErrorEnvelopeError} Failed. The input is invalid. | Client side error. | Server side error.
@@ -1,6 +1,8 @@
1
1
  import { AbortSignal, Binary, HttpClient } from '@dynatrace-sdk/http-client';
2
2
  import { ApiClientOptions } from '@dynatrace-sdk/shared-client-utils';
3
3
  import { ActiveGateGroupsInfoDto } from '../models/active-gate-groups-info-dto';
4
+ import { AlertTemplateDto } from '../models/alert-template-dto';
5
+ import { AuditLog } from '../models/audit-log';
4
6
  import { ErrorEnvelope } from '../models/error-envelope';
5
7
  import { ExecuteActionsDto } from '../models/execute-actions-dto';
6
8
  import { ExecuteActionsResponse } from '../models/execute-actions-response';
@@ -13,6 +15,7 @@ import { ExtensionList } from '../models/extension-list';
13
15
  import { ExtensionMonitoringConfiguration } from '../models/extension-monitoring-configuration';
14
16
  import { ExtensionMonitoringConfigurationsList } from '../models/extension-monitoring-configurations-list';
15
17
  import { ExtensionStatusDto } from '../models/extension-status-dto';
18
+ import { ExtensionStatusWithIdDto } from '../models/extension-status-with-id-dto';
16
19
  import { ExtensionUploadResponseDto } from '../models/extension-upload-response-dto';
17
20
  import { JsonNode } from '../models/json-node';
18
21
  import { MonitoringConfigurationDto } from '../models/monitoring-configuration-dto';
@@ -415,6 +418,33 @@ export declare class Extensions_2_0Client {
415
418
  /** The name of the requested extension 2.0. */ extensionName: string;
416
419
  abortSignal?: AbortSignal;
417
420
  }): Promise<ExtensionAssetsDto>;
421
+ /**
422
+ * Gets an alert template asset for given ID
423
+ *
424
+ * **Required scope:** environment-api:extensions:read<br/>**One of the following permissions is required:**
425
+ * + environment:roles:manage-settings
426
+ * + extensions:definitions:read
427
+ *
428
+ * @returns {Promise<AlertTemplateDto>} Success
429
+ *
430
+ * @example <caption>Code example</caption>
431
+ * import { extensions_2_0Client } from "@dynatrace-sdk/client-classic-environment-v2";
432
+ *
433
+ * const data = await extensions_2_0Client.getAlertTemplate({
434
+ * extensionName: "...",
435
+ * assetId: "...",
436
+ * });
437
+ *
438
+ * @throws {ErrorEnvelopeError} Failed. The requested resource doesn't exist. | Client side error. | Server side error.
439
+ * @throws {InvalidResponseError}
440
+ * @throws {ApiClientError}
441
+ * @throws {ClientRequestError}
442
+ */
443
+ getAlertTemplate(config: {
444
+ /** The name of the requested extension 2.0. */ extensionName: string;
445
+ /** ID of the requested asset. */ assetId: string;
446
+ abortSignal?: AbortSignal;
447
+ }): Promise<AlertTemplateDto>;
418
448
  /**
419
449
  * List of the latest extension environment configuration events
420
450
  *
@@ -543,7 +573,8 @@ export declare class Extensions_2_0Client {
543
573
  * body: [{ scope: "HOST-D3A3C5A146830A79" }],
544
574
  * });
545
575
  *
546
- * @throws {ErrorEnvelopeError} Failed. The requested resource doesn't exist. | Client side error. | Server side error.
576
+ * @throws {ErrorEnvelopeArrayError} Failed. The input is invalid. | Failed. The requested resource doesn't exist.
577
+ * @throws {ErrorEnvelopeError} Client side error. | Server side error.
547
578
  * @throws {InvalidResponseError}
548
579
  * @throws {ApiClientError}
549
580
  * @throws {ClientRequestError}
@@ -558,6 +589,31 @@ export declare class Extensions_2_0Client {
558
589
  /** The name of the requested extension 2.0. */ extensionName: string;
559
590
  abortSignal?: AbortSignal;
560
591
  }): Promise<(MonitoringConfigurationResponse | ErrorEnvelope)[]>;
592
+ /**
593
+ * Gets the most recent status of the execution of monitoring configurations of given extension
594
+ *
595
+ * **Required scope:** environment-api:extension-configurations:read<br/>**One of the following permissions is required:**
596
+ * + environment:roles:manage-settings
597
+ * + extensions:configurations:read
598
+ *
599
+ * @returns {Promise<ExtensionStatusWithIdDto[]>} Success
600
+ *
601
+ * @example <caption>Code example</caption>
602
+ * import { extensions_2_0Client } from "@dynatrace-sdk/client-classic-environment-v2";
603
+ *
604
+ * const data = await extensions_2_0Client.getExtensionStatus({
605
+ * extensionName: "...",
606
+ * });
607
+ *
608
+ * @throws {ErrorEnvelopeError} Failed. The requested resource doesn't exist. | Client side error. | Server side error.
609
+ * @throws {InvalidResponseError}
610
+ * @throws {ApiClientError}
611
+ * @throws {ClientRequestError}
612
+ */
613
+ getExtensionStatus(config: {
614
+ /** The name of the requested extension 2.0. */ extensionName: string;
615
+ abortSignal?: AbortSignal;
616
+ }): Promise<ExtensionStatusWithIdDto[]>;
561
617
  /**
562
618
  * Gets the details of the specified monitoring configuration
563
619
  *
@@ -673,6 +729,91 @@ export declare class Extensions_2_0Client {
673
729
  /** The ID of the requested monitoring configuration. */ configurationId: string;
674
730
  abortSignal?: AbortSignal;
675
731
  }): Promise<ExecuteActionsResponse>;
732
+ /**
733
+ * Gets the audit logs of monitoring configuration of given extension
734
+ *
735
+ * **Required scope:** environment-api:extension-configurations:read<br/>**One of the following permissions is required:**
736
+ * + environment:roles:manage-settings
737
+ * + extensions:configurations:read
738
+ *
739
+ * @returns {Promise<AuditLog>} Success
740
+ *
741
+ * @example <caption>Code example</caption>
742
+ * import { extensions_2_0Client } from "@dynatrace-sdk/client-classic-environment-v2";
743
+ *
744
+ * const data =
745
+ * await extensions_2_0Client.monitoringConfigurationAudit({
746
+ * extensionName: "...",
747
+ * configurationId: "...",
748
+ * });
749
+ *
750
+ * @throws {ErrorEnvelopeError} Failed. The requested resource doesn't exist. | Client side error. | Server side error.
751
+ * @throws {InvalidResponseError}
752
+ * @throws {ApiClientError}
753
+ * @throws {ClientRequestError}
754
+ */
755
+ monitoringConfigurationAudit(config: {
756
+ /** The name of the requested extension 2.0. */ extensionName: string;
757
+ /** The ID of the requested monitoring configuration. */ configurationId: string;
758
+ /**
759
+ * The cursor for the next page of results. You can find it in the **nextPageKey** field of the previous response.
760
+ *
761
+ * The first page is always returned if you don't specify the **nextPageKey** query parameter.
762
+ *
763
+ * When the **nextPageKey** is set to obtain subsequent pages, you must omit all other query parameters.
764
+ */ nextPageKey?: string;
765
+ /**
766
+ * The amount of extensions in a single response payload.
767
+ *
768
+ * The maximal allowed page size is 100.
769
+ *
770
+ * If not set, 20 is used.
771
+ */ pageSize?: number;
772
+ /**
773
+ * The start of the requested timeframe.
774
+ *
775
+ * You can use one of the following formats:
776
+ * * Timestamp in UTC milliseconds.
777
+ * * Human-readable format of `2021-01-25T05:57:01.123+01:00`. If no time zone is specified, UTC is used. You can use a space character instead of the `T`. Seconds and fractions of a second are optional.
778
+ * * Relative timeframe, back from now. The format is `now-NU/A`, where `N` is the amount of time, `U` is the unit of time, and `A` is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, `now-1y/w` is one year back, aligned by a week.
779
+ * You can also specify relative timeframe without an alignment: `now-NU`.
780
+ * Supported time units for the relative timeframe are:
781
+ * * `m`: minutes
782
+ * * `h`: hours
783
+ * * `d`: days
784
+ * * `w`: weeks
785
+ * * `M`: months
786
+ * * `y`: years
787
+ *
788
+ * If not set, the relative timeframe of two weeks is used (`now-2w`).
789
+ */ from?: string;
790
+ /**
791
+ * The end of the requested timeframe.
792
+ *
793
+ * You can use one of the following formats:
794
+ * * Timestamp in UTC milliseconds.
795
+ * * Human-readable format of `2021-01-25T05:57:01.123+01:00`. If no time zone is specified, UTC is used. You can use a space character instead of the `T`. Seconds and fractions of a second are optional.
796
+ * * Relative timeframe, back from now. The format is `now-NU/A`, where `N` is the amount of time, `U` is the unit of time, and `A` is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, `now-1y/w` is one year back, aligned by a week.
797
+ * You can also specify relative timeframe without an alignment: `now-NU`.
798
+ * Supported time units for the relative timeframe are:
799
+ * * `m`: minutes
800
+ * * `h`: hours
801
+ * * `d`: days
802
+ * * `w`: weeks
803
+ * * `M`: months
804
+ * * `y`: years
805
+ *
806
+ * If not set, the current timestamp is used.
807
+ */ to?: string;
808
+ /**
809
+ * The sorting of audit log entries:
810
+ * * `timestamp`: Oldest first.
811
+ * * `-timestamp`: Newest first.
812
+ *
813
+ * If not set, the newest first sorting is applied.
814
+ */ sort?: string;
815
+ abortSignal?: AbortSignal;
816
+ }): Promise<AuditLog>;
676
817
  /**
677
818
  * Gets the list of the events linked to specific monitoring configuration
678
819
  *
@@ -877,7 +1018,11 @@ export declare class Extensions_2_0Client {
877
1018
  /**
878
1019
  * Gets the configuration schema of the specified version of the extension 2.0
879
1020
  *
880
- * **Required scope:** environment-api:extension-configurations:read<br/>**One of the following permissions is required:**
1021
+ * **One of the following scopes is required:**
1022
+ * + environment-api:extensions:read
1023
+ * + environment-api:extension-configurations:read
1024
+ *
1025
+ * <br/>**One of the following permissions is required:**
881
1026
  * + environment:roles:manage-settings
882
1027
  * + extensions:definitions:read
883
1028
  *
@@ -22,6 +22,7 @@ export * from './monitored-entities-monitoring-state-api';
22
22
  export * from './network-zones-api';
23
23
  export * from './problems-api';
24
24
  export * from './releases-api';
25
+ export * from './rum-manual-insertion-tags-api';
25
26
  export * from './security-problems-api';
26
27
  export * from './service-level-objectives-api';
27
28
  export * from './settings-management-zones-api';
@@ -282,7 +282,7 @@ export declare class LogsClient {
282
282
  */
283
283
  storeLog(config: ({
284
284
  body: LogMessageJson;
285
- type: 'application/json' | 'application/json; charset=utf-8';
285
+ type: 'application/json' | 'application/json; charset=utf-8' | 'application/jsonl' | 'application/jsonl; charset=utf-8' | 'application/jsonlines' | 'application/jsonlines+json' | 'application/jsonlines+json; charset=utf-8' | 'application/jsonlines; charset=utf-8' | 'application/x-jsonlines' | 'application/x-jsonlines; charset=utf-8' | 'application/x-ndjson' | 'application/x-ndjson; charset=utf-8';
286
286
  } | {
287
287
  body: LogMessagePlain;
288
288
  type: 'text/plain; charset=utf-8';
@@ -187,6 +187,8 @@ export declare class MonitoredEntitiesClient {
187
187
  * This endpoint does not create a new management zone, if there is no management zone with the provided name.
188
188
  * Automatic management zone rules will not apply to entities with a set security context. It will need to be removed, to have them apply again.
189
189
  *
190
+ * @deprecated
191
+ *
190
192
  * @returns {Promise<SecurityContextResultDto>} Success
191
193
  *
192
194
  * @example <caption>Code example</caption>
@@ -287,6 +289,8 @@ export declare class MonitoredEntitiesClient {
287
289
  *
288
290
  * <br/><br/>Automatic management zone rules will apply again to entities without a security context.
289
291
  *
292
+ * @deprecated
293
+ *
290
294
  * @returns {Promise<SecurityContextResultDto>} Success
291
295
  *
292
296
  * @example <caption>Code example</caption>
@@ -0,0 +1,117 @@
1
+ import { AbortSignal, HttpClient } from '@dynatrace-sdk/http-client';
2
+ import { ApiClientOptions } from '@dynatrace-sdk/shared-client-utils';
3
+ /**
4
+ * Download RUM manual insertion tags
5
+ */
6
+ export declare class RumManualInsertionTagsClient {
7
+ private httpClient;
8
+ private shouldTransformDates;
9
+ /**
10
+ * @param {HttpClient} httpClientImplementation - You can provide custom http client as a parameter to constructor of a RumManualInsertionTagsClient. Custom http client should implement {HttpClient} interface.
11
+ * @param {ApiClientOptions} [options] - Optional configuration for SDK Client.
12
+ * @example
13
+ * const rumManualInsertionTagsClientNodeJs = new RumManualInsertionTagsClient(yourCustomImplementation);
14
+ */
15
+ constructor(httpClientImplementation: HttpClient, options?: ApiClientOptions);
16
+ /**
17
+ * Download the inline code | maturity=EARLY_ADOPTER
18
+ *
19
+ * **Required scope:** environment-api:rum:read<br/>**Required permission:** environment:roles:manage-settings<br/><br/>Returns the inline code, which embeds the full RUM monitoring code and configuration directly into the page, minimizing additional web requests. It needs to be updated after configuration changes and monitoring code updates.
20
+ *
21
+ * @returns {Promise<string>} Success. The response contains the inline code.
22
+ *
23
+ * @example <caption>Code example</caption>
24
+ * import { rumManualInsertionTagsClient } from "@dynatrace-sdk/client-classic-environment-v2";
25
+ *
26
+ * const data =
27
+ * await rumManualInsertionTagsClient.getInlineCode({
28
+ * applicationId: "...",
29
+ * });
30
+ *
31
+ * @throws {ErrorEnvelopeError} Client side error. | Server side error.
32
+ * @throws {InvalidResponseError}
33
+ * @throws {ApiClientError}
34
+ * @throws {ClientRequestError}
35
+ */
36
+ getInlineCode(config: {
37
+ /** The ID of the web application. */ applicationId: string;
38
+ abortSignal?: AbortSignal;
39
+ }): Promise<string>;
40
+ /**
41
+ * Download the JavaScript tag | maturity=EARLY_ADOPTER
42
+ *
43
+ * **Required scope:** environment-api:rum:read<br/>**Required permission:** environment:roles:manage-settings<br/><br/>Returns the JavaScript tag, which references an external file containing monitoring code and configuration. Due to its dynamic update mechanism, it is recommended for most use cases.
44
+ *
45
+ * @returns {Promise<string>} Success. The response contains the JavaScript Tag.
46
+ *
47
+ * @example <caption>Code example</caption>
48
+ * import { rumManualInsertionTagsClient } from "@dynatrace-sdk/client-classic-environment-v2";
49
+ *
50
+ * const data =
51
+ * await rumManualInsertionTagsClient.getJavaScriptTag({
52
+ * applicationId: "...",
53
+ * });
54
+ *
55
+ * @throws {ErrorEnvelopeError} Client side error. | Server side error.
56
+ * @throws {InvalidResponseError}
57
+ * @throws {ApiClientError}
58
+ * @throws {ClientRequestError}
59
+ */
60
+ getJavaScriptTag(config: {
61
+ /** The ID of the web application. */ applicationId: string;
62
+ /** Specifies the script execution attribute: async, defer, or none. If specified, this overrides the configured value. */ scriptExecutionAttribute?: 'ASYNC' | 'DEFER' | 'NONE';
63
+ /** Indicates whether to add the crossorigin="anonymous" attribute to the tag. If specified, this overrides the configured value. */ crossOriginAnonymous?: boolean;
64
+ abortSignal?: AbortSignal;
65
+ }): Promise<string>;
66
+ /**
67
+ * Download the OneAgent JavaScript tag | maturity=EARLY_ADOPTER
68
+ *
69
+ * **Required scope:** environment-api:rum:read<br/>**Required permission:** environment:roles:manage-settings<br/><br/>Returns the OneAgent JavaScript tag, which includes configuration and a reference to an external file containing the monitoring code. It needs to be updated after configuration changes and monitoring code updates.
70
+ *
71
+ * @returns {Promise<string>} Success. The response contains the OneAgent JavaScript Tag.
72
+ *
73
+ * @example <caption>Code example</caption>
74
+ * import { rumManualInsertionTagsClient } from "@dynatrace-sdk/client-classic-environment-v2";
75
+ *
76
+ * const data =
77
+ * await rumManualInsertionTagsClient.getOneAgentJavaScriptTag(
78
+ * { applicationId: "..." },
79
+ * );
80
+ *
81
+ * @throws {ErrorEnvelopeError} Client side error. | Server side error.
82
+ * @throws {InvalidResponseError}
83
+ * @throws {ApiClientError}
84
+ * @throws {ClientRequestError}
85
+ */
86
+ getOneAgentJavaScriptTag(config: {
87
+ /** The ID of the web application. */ applicationId: string;
88
+ /** Specifies the script execution attribute: async, defer, or none. If specified, this overrides the configured value. */ scriptExecutionAttribute?: 'ASYNC' | 'DEFER' | 'NONE';
89
+ abortSignal?: AbortSignal;
90
+ }): Promise<string>;
91
+ /**
92
+ * Download the OneAgent JavaScript tag with SRI | maturity=EARLY_ADOPTER
93
+ *
94
+ * **Required scope:** environment-api:rum:read<br/>**Required permission:** environment:roles:manage-settings<br/><br/>Returns the OneAgent JavaScript tag with SRI. It includes configuration, a reference to an external file containing the monitoring code, and a hash that allows the browser to verify the integrity of the monitoring code before executing it using its Subresource Integrity (SRI) feature. It needs to be updated after configuration changes and monitoring code updates.
95
+ *
96
+ * @returns {Promise<string>} Success. The response contains the OneAgent JavaScript Tag with SRI.
97
+ *
98
+ * @example <caption>Code example</caption>
99
+ * import { rumManualInsertionTagsClient } from "@dynatrace-sdk/client-classic-environment-v2";
100
+ *
101
+ * const data =
102
+ * await rumManualInsertionTagsClient.getOneAgentJavaScriptTagWithSri(
103
+ * { applicationId: "..." },
104
+ * );
105
+ *
106
+ * @throws {ErrorEnvelopeError} Client side error. | Server side error.
107
+ * @throws {InvalidResponseError}
108
+ * @throws {ApiClientError}
109
+ * @throws {ClientRequestError}
110
+ */
111
+ getOneAgentJavaScriptTagWithSri(config: {
112
+ /** The ID of the web application. */ applicationId: string;
113
+ /** Specifies the script execution attribute: async, defer, or none. If specified, this overrides the configured value. */ scriptExecutionAttribute?: 'ASYNC' | 'DEFER' | 'NONE';
114
+ abortSignal?: AbortSignal;
115
+ }): Promise<string>;
116
+ }
117
+ export declare const rumManualInsertionTagsClient: RumManualInsertionTagsClient;
@@ -80,6 +80,8 @@ export declare class SettingsObjectsClient {
80
80
  *
81
81
  * If no object along the hierarchy is persisted, the default value as defined in the schema will be returned.
82
82
  *
83
+ * **Deprecation notice:** The ability to query values of any schema by leaving out the `schemaIds` parameter in the first-page query is deprecated and will eventually be removed.
84
+ *
83
85
  * @returns {Promise<EffectiveSettingsValuesList>} Success
84
86
  *
85
87
  * @example <caption>Code example</caption>
@@ -199,6 +201,8 @@ export declare class SettingsObjectsClient {
199
201
  *
200
202
  * If nothing is persisted or if all persisted settings objects are not accessible due to missing permissions, no items will be returned.
201
203
  *
204
+ * **Deprecation notice:** The ability to query values of any schema by leaving out the `schemaIds` parameter in the first-page query is deprecated and will eventually be removed.
205
+ *
202
206
  * To query the effective values (including schema defaults) please see [/settings/effectiveValues](#/Settings%20-%20Objects/getEffectiveSettingsValues).
203
207
  *
204
208
  * @returns {Promise<ObjectsList>} Success. Accessible objects returned.
@@ -41,7 +41,7 @@ export declare class SettingsSchemasClient {
41
41
  *
42
42
  * Specify the required top-level fields, separated by commas (for example, `schemaId,displayName`).
43
43
  *
44
- * Supported fields: `schemaId`, `displayName`, `latestSchemaVersion`, `multiObject`, `ordered`.
44
+ * Supported fields: `schemaId`, `displayName`, `latestSchemaVersion`, `multiObject`, `ordered`, `ownerBasedAccessControl`.
45
45
  */ fields?: string;
46
46
  abortSignal?: AbortSignal;
47
47
  }): Promise<SchemaList>;
@@ -67,7 +67,7 @@ export declare class SyntheticLocationsNodesAndConfigurationClient {
67
67
  /**
68
68
  * Lists all synthetic locations (both public and private) available for your environment
69
69
  *
70
- * **Required scope:** environment-api:synthetic:read<br/>**Required permission:** environment:roles:manage-settings
70
+ * **Required scope:** environment-api:synthetic:read<br/>**Required permission:** environment:roles:viewer
71
71
  *
72
72
  * @returns {Promise<SyntheticLocations>} Success
73
73
  *
@@ -305,7 +305,6 @@ export declare class SyntheticLocationsNodesAndConfigurationClient {
305
305
  */
306
306
  getLocationDeploymentYaml(config: {
307
307
  /** The Dynatrace entity ID of the required location. */ locationId: string;
308
- /** Container platform, currently supported are: KUBERNETES and OPENSHIFT. Default value is KUBERNETES. */ platform?: string;
309
308
  /** Active gate name */ activeGateName?: string;
310
309
  /** Namespace */ namespace?: string;
311
310
  /** Custom images registry prefix - this will replace 'dynatrace' in image URLs in generated yaml. */ customRegistry?: string;
@@ -2,8 +2,8 @@ import { AbortSignal, HttpClient } from '@dynatrace-sdk/http-client';
2
2
  import { ApiClientOptions } from '@dynatrace-sdk/shared-client-utils';
3
3
  import { MonitorEntityIdDto } from '../models/monitor-entity-id-dto';
4
4
  import { SyntheticMonitorListDto } from '../models/synthetic-monitor-list-dto';
5
- import { SyntheticMultiProtocolMonitorDto } from '../models/synthetic-multi-protocol-monitor-dto';
6
- import { SyntheticMultiProtocolMonitorUpdateDto } from '../models/synthetic-multi-protocol-monitor-update-dto';
5
+ import { SyntheticMultiProtocolMonitorRequest } from '../models/synthetic-multi-protocol-monitor-request';
6
+ import { SyntheticMultiProtocolMonitorResponse } from '../models/synthetic-multi-protocol-monitor-response';
7
7
  /**
8
8
  * Create, read, update and delete synthetic monitors. Currently network availability monitors only.
9
9
  */
@@ -73,7 +73,7 @@ export declare class SyntheticNetworkAvailabilityMonitorsClient {
73
73
  * @throws {ClientRequestError}
74
74
  */
75
75
  createMonitor(config: {
76
- body: SyntheticMultiProtocolMonitorUpdateDto;
76
+ body: SyntheticMultiProtocolMonitorRequest;
77
77
  abortSignal?: AbortSignal;
78
78
  }): Promise<MonitorEntityIdDto>;
79
79
  /**
@@ -81,7 +81,7 @@ export declare class SyntheticNetworkAvailabilityMonitorsClient {
81
81
  *
82
82
  * **Required scope:** environment-api:synthetic-monitors:read<br/>**Required permission:** environment:roles:manage-settings
83
83
  *
84
- * @returns {Promise<SyntheticMultiProtocolMonitorDto>} Success
84
+ * @returns {Promise<SyntheticMultiProtocolMonitorResponse>} Success
85
85
  *
86
86
  * @example <caption>Code example</caption>
87
87
  * import { syntheticNetworkAvailabilityMonitorsClient } from "@dynatrace-sdk/client-classic-environment-v2";
@@ -99,7 +99,7 @@ export declare class SyntheticNetworkAvailabilityMonitorsClient {
99
99
  getMonitor(config: {
100
100
  /** The identifier of the monitor. */ monitorId: string;
101
101
  abortSignal?: AbortSignal;
102
- }): Promise<SyntheticMultiProtocolMonitorDto>;
102
+ }): Promise<SyntheticMultiProtocolMonitorResponse>;
103
103
  /**
104
104
  * Updates a synthetic monitor definition for the given monitor ID. Currently network availability monitors only. | maturity=EARLY_ADOPTER
105
105
  *
@@ -119,7 +119,7 @@ export declare class SyntheticNetworkAvailabilityMonitorsClient {
119
119
  * @throws {ClientRequestError}
120
120
  */
121
121
  updateMonitor(config: {
122
- body: SyntheticMultiProtocolMonitorUpdateDto;
122
+ body: SyntheticMultiProtocolMonitorRequest;
123
123
  /** The identifier of the monitor. */ monitorId: string;
124
124
  abortSignal?: AbortSignal;
125
125
  }): Promise<void>;
@@ -0,0 +1,9 @@
1
+ /**
2
+ * ErrorEnvelope[]
3
+ */
4
+ import { ClientRequestError } from '@dynatrace-sdk/shared-errors';
5
+ import { ErrorEnvelope } from '../models';
6
+ export declare class ErrorEnvelopeArrayError extends ClientRequestError<ErrorEnvelope[]> {
7
+ readonly isErrorEnvelopeArrayError = true;
8
+ }
9
+ export declare function isErrorEnvelopeArrayError(e: any): e is ErrorEnvelopeArrayError;
@@ -1,5 +1,6 @@
1
1
  export { ApiClientError, ApiGatewayError, ClientRequestError, InvalidResponseError, isApiClientError, isApiGatewayError, isClientRequestError, isInvalidResponseError, } from '@dynatrace-sdk/shared-errors';
2
2
  export { BizEventIngestResultError, isBizEventIngestResultError } from './biz-event-ingest-result-error';
3
+ export { ErrorEnvelopeArrayError, isErrorEnvelopeArrayError } from './error-envelope-array-error';
3
4
  export { ErrorEnvelopeError, isErrorEnvelopeError } from './error-envelope-error';
4
5
  export { SettingsObjectResponseArrayError, isSettingsObjectResponseArrayError, } from './settings-object-response-array-error';
5
6
  export { SettingsObjectResponseError, isSettingsObjectResponseError } from './settings-object-response-error';
@@ -6,5 +6,6 @@
6
6
  export declare enum ActiveGateOsArchitecture {
7
7
  S390 = "S390",
8
8
  X86 = "X86",
9
- Arm = "ARM"
9
+ Arm = "ARM",
10
+ Ppcle = "PPCLE"
10
11
  }
@@ -30,6 +30,10 @@ export interface ActiveGate {
30
30
  * A list of environments (specified by IDs) the ActiveGate can connect to.
31
31
  */
32
32
  environments?: string[];
33
+ /**
34
+ * ActiveGate is running in FIPS compliant mode (`true`) or not (`false`).
35
+ */
36
+ fipsMode?: boolean;
33
37
  /**
34
38
  * The group of the ActiveGate.
35
39
  */
@@ -71,7 +75,7 @@ export interface ActiveGate {
71
75
  /**
72
76
  * The OS architecture that the ActiveGate is running on.
73
77
  */
74
- osArchitecture?: 'S390' | 'X86' | 'ARM';
78
+ osArchitecture?: 'S390' | 'X86' | 'ARM' | 'PPCLE';
75
79
  /**
76
80
  * The OS bitness that the ActiveGate is running on.
77
81
  */
@@ -0,0 +1,3 @@
1
+ export interface AlertTemplateDto {
2
+ templateJson?: string;
3
+ }
@@ -90,5 +90,6 @@ export declare enum ApiTokenCreateScopesItem {
90
90
  JavaScriptMappingFilesWrite = "javaScriptMappingFiles.write",
91
91
  ExtensionConfigurationActionsWrite = "extensionConfigurationActions.write",
92
92
  RumCookieNamesRead = "rumCookieNames.read",
93
- AdaptiveTrafficManagementRead = "adaptiveTrafficManagement.read"
93
+ AdaptiveTrafficManagementRead = "adaptiveTrafficManagement.read",
94
+ RumManualInsertionTagsRead = "rumManualInsertionTags.read"
94
95
  }
@@ -123,6 +123,7 @@ export interface ApiTokenCreate {
123
123
  * * `extensionConfigurationActions.write`: Actions for extension monitoring configurations.
124
124
  * * `rumCookieNames.read`: Read RUM cookie names.
125
125
  * * `adaptiveTrafficManagement.read`: Read sampling configuration for Adaptive Traffic Management.
126
+ * * `rumManualInsertionTags.read`: Read RUM manual insertion tags.
126
127
  */
127
- scopes: Array<'InstallerDownload' | 'DataExport' | 'PluginUpload' | 'SupportAlert' | 'AdvancedSyntheticIntegration' | 'ExternalSyntheticIntegration' | 'RumBrowserExtension' | 'LogExport' | 'ReadConfig' | 'WriteConfig' | 'DTAQLAccess' | 'UserSessionAnonymization' | 'DataPrivacy' | 'CaptureRequestData' | 'Davis' | 'DssFileManagement' | 'RumJavaScriptTagManagement' | 'TenantTokenManagement' | 'ActiveGateCertManagement' | 'RestRequestForwarding' | 'ReadSyntheticData' | 'DataImport' | 'syntheticExecutions.write' | 'syntheticExecutions.read' | 'auditLogs.read' | 'metrics.read' | 'metrics.write' | 'entities.read' | 'entities.write' | 'problems.read' | 'problems.write' | 'events.read' | 'events.ingest' | 'openpipeline.events' | 'openpipeline.events.custom' | 'openpipeline.events_security' | 'openpipeline.events_security.custom' | 'openpipeline.events_sdlc' | 'openpipeline.events_sdlc.custom' | 'bizevents.ingest' | 'analyzers.read' | 'analyzers.write' | 'networkZones.read' | 'networkZones.write' | 'activeGates.read' | 'activeGates.write' | 'activeGateTokenManagement.read' | 'activeGateTokenManagement.create' | 'activeGateTokenManagement.write' | 'agentTokenManagement.read' | 'credentialVault.read' | 'credentialVault.write' | 'extensions.read' | 'extensions.write' | 'extensionConfigurations.read' | 'extensionConfigurations.write' | 'extensionEnvironment.read' | 'extensionEnvironment.write' | 'metrics.ingest' | 'attacks.read' | 'attacks.write' | 'securityProblems.read' | 'securityProblems.write' | 'syntheticLocations.read' | 'syntheticLocations.write' | 'settings.read' | 'settings.write' | 'tenantTokenRotation.write' | 'slo.read' | 'slo.write' | 'releases.read' | 'apiTokens.read' | 'apiTokens.write' | 'openTelemetryTrace.ingest' | 'logs.read' | 'logs.ingest' | 'geographicRegions.read' | 'oneAgents.read' | 'oneAgents.write' | 'traces.lookup' | 'unifiedAnalysis.read' | 'hub.read' | 'hub.write' | 'hub.install' | 'javaScriptMappingFiles.read' | 'javaScriptMappingFiles.write' | 'extensionConfigurationActions.write' | 'rumCookieNames.read' | 'adaptiveTrafficManagement.read'>;
128
+ scopes: Array<'InstallerDownload' | 'DataExport' | 'PluginUpload' | 'SupportAlert' | 'AdvancedSyntheticIntegration' | 'ExternalSyntheticIntegration' | 'RumBrowserExtension' | 'LogExport' | 'ReadConfig' | 'WriteConfig' | 'DTAQLAccess' | 'UserSessionAnonymization' | 'DataPrivacy' | 'CaptureRequestData' | 'Davis' | 'DssFileManagement' | 'RumJavaScriptTagManagement' | 'TenantTokenManagement' | 'ActiveGateCertManagement' | 'RestRequestForwarding' | 'ReadSyntheticData' | 'DataImport' | 'syntheticExecutions.write' | 'syntheticExecutions.read' | 'auditLogs.read' | 'metrics.read' | 'metrics.write' | 'entities.read' | 'entities.write' | 'problems.read' | 'problems.write' | 'events.read' | 'events.ingest' | 'openpipeline.events' | 'openpipeline.events.custom' | 'openpipeline.events_security' | 'openpipeline.events_security.custom' | 'openpipeline.events_sdlc' | 'openpipeline.events_sdlc.custom' | 'bizevents.ingest' | 'analyzers.read' | 'analyzers.write' | 'networkZones.read' | 'networkZones.write' | 'activeGates.read' | 'activeGates.write' | 'activeGateTokenManagement.read' | 'activeGateTokenManagement.create' | 'activeGateTokenManagement.write' | 'agentTokenManagement.read' | 'credentialVault.read' | 'credentialVault.write' | 'extensions.read' | 'extensions.write' | 'extensionConfigurations.read' | 'extensionConfigurations.write' | 'extensionEnvironment.read' | 'extensionEnvironment.write' | 'metrics.ingest' | 'attacks.read' | 'attacks.write' | 'securityProblems.read' | 'securityProblems.write' | 'syntheticLocations.read' | 'syntheticLocations.write' | 'settings.read' | 'settings.write' | 'tenantTokenRotation.write' | 'slo.read' | 'slo.write' | 'releases.read' | 'apiTokens.read' | 'apiTokens.write' | 'openTelemetryTrace.ingest' | 'logs.read' | 'logs.ingest' | 'geographicRegions.read' | 'oneAgents.read' | 'oneAgents.write' | 'traces.lookup' | 'unifiedAnalysis.read' | 'hub.read' | 'hub.write' | 'hub.install' | 'javaScriptMappingFiles.read' | 'javaScriptMappingFiles.write' | 'extensionConfigurationActions.write' | 'rumCookieNames.read' | 'adaptiveTrafficManagement.read' | 'rumManualInsertionTags.read'>;
128
129
  }
@@ -84,6 +84,7 @@ export declare enum ApiTokenScopesItem {
84
84
  ProblemsWrite = "problems.write",
85
85
  ReleasesRead = "releases.read",
86
86
  RumCookieNamesRead = "rumCookieNames.read",
87
+ RumManualInsertionTagsRead = "rumManualInsertionTags.read",
87
88
  SecurityProblemsRead = "securityProblems.read",
88
89
  SecurityProblemsWrite = "securityProblems.write",
89
90
  SettingsRead = "settings.read",
@@ -90,5 +90,6 @@ export declare enum ApiTokenUpdateScopesItem {
90
90
  JavaScriptMappingFilesWrite = "javaScriptMappingFiles.write",
91
91
  ExtensionConfigurationActionsWrite = "extensionConfigurationActions.write",
92
92
  RumCookieNamesRead = "rumCookieNames.read",
93
- AdaptiveTrafficManagementRead = "adaptiveTrafficManagement.read"
93
+ AdaptiveTrafficManagementRead = "adaptiveTrafficManagement.read",
94
+ RumManualInsertionTagsRead = "rumManualInsertionTags.read"
94
95
  }
@@ -104,6 +104,7 @@ export interface ApiTokenUpdate {
104
104
  * * `extensionConfigurationActions.write`: Actions for extension monitoring configurations.
105
105
  * * `rumCookieNames.read`: Read RUM cookie names.
106
106
  * * `adaptiveTrafficManagement.read`: Read sampling configuration for Adaptive Traffic Management.
107
+ * * `rumManualInsertionTags.read`: Read RUM manual insertion tags.
107
108
  */
108
- scopes?: Array<'InstallerDownload' | 'DataExport' | 'PluginUpload' | 'SupportAlert' | 'AdvancedSyntheticIntegration' | 'ExternalSyntheticIntegration' | 'RumBrowserExtension' | 'LogExport' | 'ReadConfig' | 'WriteConfig' | 'DTAQLAccess' | 'UserSessionAnonymization' | 'DataPrivacy' | 'CaptureRequestData' | 'Davis' | 'DssFileManagement' | 'RumJavaScriptTagManagement' | 'TenantTokenManagement' | 'ActiveGateCertManagement' | 'RestRequestForwarding' | 'ReadSyntheticData' | 'DataImport' | 'syntheticExecutions.write' | 'syntheticExecutions.read' | 'auditLogs.read' | 'metrics.read' | 'metrics.write' | 'entities.read' | 'entities.write' | 'problems.read' | 'problems.write' | 'events.read' | 'events.ingest' | 'openpipeline.events' | 'openpipeline.events.custom' | 'openpipeline.events_security' | 'openpipeline.events_security.custom' | 'openpipeline.events_sdlc' | 'openpipeline.events_sdlc.custom' | 'bizevents.ingest' | 'analyzers.read' | 'analyzers.write' | 'networkZones.read' | 'networkZones.write' | 'activeGates.read' | 'activeGates.write' | 'activeGateTokenManagement.read' | 'activeGateTokenManagement.create' | 'activeGateTokenManagement.write' | 'agentTokenManagement.read' | 'credentialVault.read' | 'credentialVault.write' | 'extensions.read' | 'extensions.write' | 'extensionConfigurations.read' | 'extensionConfigurations.write' | 'extensionEnvironment.read' | 'extensionEnvironment.write' | 'metrics.ingest' | 'attacks.read' | 'attacks.write' | 'securityProblems.read' | 'securityProblems.write' | 'syntheticLocations.read' | 'syntheticLocations.write' | 'settings.read' | 'settings.write' | 'tenantTokenRotation.write' | 'slo.read' | 'slo.write' | 'releases.read' | 'apiTokens.read' | 'apiTokens.write' | 'openTelemetryTrace.ingest' | 'logs.read' | 'logs.ingest' | 'geographicRegions.read' | 'oneAgents.read' | 'oneAgents.write' | 'traces.lookup' | 'unifiedAnalysis.read' | 'hub.read' | 'hub.write' | 'hub.install' | 'javaScriptMappingFiles.read' | 'javaScriptMappingFiles.write' | 'extensionConfigurationActions.write' | 'rumCookieNames.read' | 'adaptiveTrafficManagement.read'>;
109
+ scopes?: Array<'InstallerDownload' | 'DataExport' | 'PluginUpload' | 'SupportAlert' | 'AdvancedSyntheticIntegration' | 'ExternalSyntheticIntegration' | 'RumBrowserExtension' | 'LogExport' | 'ReadConfig' | 'WriteConfig' | 'DTAQLAccess' | 'UserSessionAnonymization' | 'DataPrivacy' | 'CaptureRequestData' | 'Davis' | 'DssFileManagement' | 'RumJavaScriptTagManagement' | 'TenantTokenManagement' | 'ActiveGateCertManagement' | 'RestRequestForwarding' | 'ReadSyntheticData' | 'DataImport' | 'syntheticExecutions.write' | 'syntheticExecutions.read' | 'auditLogs.read' | 'metrics.read' | 'metrics.write' | 'entities.read' | 'entities.write' | 'problems.read' | 'problems.write' | 'events.read' | 'events.ingest' | 'openpipeline.events' | 'openpipeline.events.custom' | 'openpipeline.events_security' | 'openpipeline.events_security.custom' | 'openpipeline.events_sdlc' | 'openpipeline.events_sdlc.custom' | 'bizevents.ingest' | 'analyzers.read' | 'analyzers.write' | 'networkZones.read' | 'networkZones.write' | 'activeGates.read' | 'activeGates.write' | 'activeGateTokenManagement.read' | 'activeGateTokenManagement.create' | 'activeGateTokenManagement.write' | 'agentTokenManagement.read' | 'credentialVault.read' | 'credentialVault.write' | 'extensions.read' | 'extensions.write' | 'extensionConfigurations.read' | 'extensionConfigurations.write' | 'extensionEnvironment.read' | 'extensionEnvironment.write' | 'metrics.ingest' | 'attacks.read' | 'attacks.write' | 'securityProblems.read' | 'securityProblems.write' | 'syntheticLocations.read' | 'syntheticLocations.write' | 'settings.read' | 'settings.write' | 'tenantTokenRotation.write' | 'slo.read' | 'slo.write' | 'releases.read' | 'apiTokens.read' | 'apiTokens.write' | 'openTelemetryTrace.ingest' | 'logs.read' | 'logs.ingest' | 'geographicRegions.read' | 'oneAgents.read' | 'oneAgents.write' | 'traces.lookup' | 'unifiedAnalysis.read' | 'hub.read' | 'hub.write' | 'hub.install' | 'javaScriptMappingFiles.read' | 'javaScriptMappingFiles.write' | 'extensionConfigurationActions.write' | 'rumCookieNames.read' | 'adaptiveTrafficManagement.read' | 'rumManualInsertionTags.read'>;
109
110
  }