@dynatrace-sdk/client-classic-environment-v2 0.6.4 → 0.6.8
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.
- package/CHANGELOG.md +27 -0
- package/README.md +39 -0
- package/cjs/index.js +3626 -814
- package/docs/DOCS.md +9170 -4780
- package/dynatrace-metadata.json +2 -2
- package/esm/index.js +3626 -814
- package/package.json +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-active-gate-tokens-api.d.ts +5 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/credential-vault-api.d.ts +8 -7
- package/types/packages/client/classic-environment-v2/src/lib/apis/davis-security-advisor-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/events-api.d.ts +14 -10
- package/types/packages/client/classic-environment-v2/src/lib/apis/extensions-2-0-api.d.ts +17 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/hub-items-api.d.ts +162 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/index.d.ts +2 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/logs-api.d.ts +4 -4
- package/types/packages/client/classic-environment-v2/src/lib/apis/metrics-api.d.ts +8 -7
- package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-api.d.ts +25 -11
- package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-custom-tags-api.d.ts +21 -21
- package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-monitoring-state-api.d.ts +59 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/problems-api.d.ts +6 -6
- package/types/packages/client/classic-environment-v2/src/lib/apis/security-problems-api.d.ts +77 -12
- package/types/packages/client/classic-environment-v2/src/lib/apis/settings-objects-api.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/index.d.ts +4 -4
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-module.d.ts +3 -3
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-create-scopes-item.d.ts +0 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-create.d.ts +5 -6
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-created.d.ts +5 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-list.d.ts +5 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-scopes-item.d.ts +0 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-update-scopes-item.d.ts +0 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-update.d.ts +5 -6
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token.d.ts +13 -13
- package/types/packages/client/classic-environment-v2/src/lib/models/asset-info-dto-type.d.ts +35 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/asset-info-dto.d.ts +28 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/asset-schema-details-dto.d.ts +27 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/category-list.d.ts +15 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/category.d.ts +27 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/comments-list.d.ts +5 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/complex-constraint.d.ts +5 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/constraint-violation-parameter-location.d.ts +1 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/constraint.d.ts +13 -13
- package/types/packages/client/classic-environment-v2/src/lib/models/credentials-id.d.ts +17 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/cyber-ark-config.d.ts +22 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/cyber-ark-dto.d.ts +38 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/cyber-ark-username-password-config.d.ts +24 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/cyber-ark-username-password.d.ts +43 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/datasource-definition.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/deletion-constraint.d.ts +22 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/description-block-type.d.ts +13 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/description-block.d.ts +36 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/effective-settings-value.d.ts +20 -15
- package/types/packages/client/classic-environment-v2/src/lib/models/effective-settings-values-list.d.ts +5 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/entity-icon.d.ts +8 -8
- package/types/packages/client/classic-environment-v2/src/lib/models/entity-type.d.ts +5 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/entity.d.ts +5 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/enum-value.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/error.d.ts +5 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/event-evidence.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/event-list.d.ts +5 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/event-properties-list.d.ts +35 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/event-property-details.d.ts +13 -16
- package/types/packages/client/classic-environment-v2/src/lib/models/event-type-list.d.ts +5 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/event-type.d.ts +5 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/event.d.ts +23 -23
- package/types/packages/client/classic-environment-v2/src/lib/models/execution-simple-results.d.ts +10 -10
- package/types/packages/client/classic-environment-v2/src/lib/models/exported-log-record-list.d.ts +5 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-assets-dto.d.ts +28 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-release-feature-sets.d.ts +15 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-release-notes.d.ts +17 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-release.d.ts +69 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/extension1-details.d.ts +18 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/extension1-release.d.ts +32 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/extension2-details.d.ts +28 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/external-vault-config-source-auth-method.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/external-vault-config-type.d.ts +2 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/external-vault-config.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/external-vault-source-auth-method.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/external-vault.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/filter.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/filtered-counts-dto.d.ts +77 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/global-counts-dto.d.ts +72 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/image.d.ts +27 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/index.d.ts +57 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/invocation.d.ts +5 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/item-details-type.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/item-details.d.ts +98 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/item-list.d.ts +32 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/item-overview-type.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/item-overview.d.ts +82 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/item.d.ts +12 -12
- package/types/packages/client/classic-environment-v2/src/lib/models/list-items-query-item-type.d.ts +11 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/log-message-json.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/log-record.d.ts +4 -4
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-data.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-default-aggregation.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-descriptor.d.ts +45 -45
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-ingest-error.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-series-collection.d.ts +5 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-state-param.d.ts +22 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-states-severity.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-states-state.d.ts +48 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-states.d.ts +29 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/monitored-states.d.ts +23 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/network-zone.d.ts +6 -6
- package/types/packages/client/classic-environment-v2/src/lib/models/objects-list.d.ts +5 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/precondition.d.ts +13 -13
- package/types/packages/client/classic-environment-v2/src/lib/models/problem.d.ts +23 -23
- package/types/packages/client/classic-environment-v2/src/lib/models/property-definition.d.ts +18 -18
- package/types/packages/client/classic-environment-v2/src/lib/models/registered-extension-result-dto.d.ts +19 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/related-item-type.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/related-item.d.ts +33 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/release-instance.d.ts +5 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/release.d.ts +15 -15
- package/types/packages/client/classic-environment-v2/src/lib/models/releases.d.ts +10 -10
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-muting-summary-reason.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-muting-summary.d.ts +25 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-mute-reason.d.ts +16 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-mute-response.d.ts +18 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-mute.d.ts +25 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-unmute-reason.d.ts +12 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-unmute-response.d.ts +18 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-unmute.d.ts +25 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/rollup.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto.d.ts +11 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/schema-type.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-bulk-muting-summary-reason.d.ts +13 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-bulk-muting-summary.d.ts +25 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-details.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-events-list.d.ts +5 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-mute.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-unmute.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-mute-reason.d.ts +16 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-mute-response.d.ts +18 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-mute.d.ts +25 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-unmute-reason.d.ts +12 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-unmute-response.d.ts +18 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-unmute.d.ts +25 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-create.d.ts +24 -17
- package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-update.d.ts +14 -14
- package/types/packages/client/classic-environment-v2/src/lib/models/settings-object.d.ts +27 -22
- package/types/packages/client/classic-environment-v2/src/lib/models/sl-os.d.ts +5 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/slo-burn-rate.d.ts +7 -7
- package/types/packages/client/classic-environment-v2/src/lib/models/slo.d.ts +47 -47
- package/types/packages/client/classic-environment-v2/src/lib/models/software-techs.d.ts +5 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/success.d.ts +5 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-processing-mode.d.ts +16 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request-monitor.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/technology-details.d.ts +17 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ui-customization.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/ui-expandable-section-customization.d.ts +5 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/ui-tab-group-customization.d.ts +5 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/update-job.d.ts +15 -15
- package/types/packages/client/classic-environment-v2/src/lib/models/upload-metadata-for-extension-body.d.ts +25 -0
- package/types/packages/platform/error-handlers/src/lib/add-global-error-serializer.d.ts +0 -1
- package/types/packages/platform/error-handlers/src/lib/types/index.d.ts +1 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/event-property-detail.d.ts +0 -32
|
@@ -3,14 +3,14 @@ import { EffectiveSettingsValue, _EffectiveSettingsValueTransformation } from '.
|
|
|
3
3
|
* A list of effective settings values.
|
|
4
4
|
*/
|
|
5
5
|
export interface EffectiveSettingsValuesList {
|
|
6
|
-
/**
|
|
7
|
-
* A list of effective settings values.
|
|
8
|
-
*/
|
|
9
|
-
items: EffectiveSettingsValue[];
|
|
10
6
|
/**
|
|
11
7
|
* The number of entries per page.
|
|
12
8
|
*/
|
|
13
9
|
pageSize: number;
|
|
10
|
+
/**
|
|
11
|
+
* A list of effective settings values.
|
|
12
|
+
*/
|
|
13
|
+
items: EffectiveSettingsValue[];
|
|
14
14
|
/**
|
|
15
15
|
* The total number of entries in the result.
|
|
16
16
|
*/
|
|
@@ -25,8 +25,8 @@ export interface EffectiveSettingsValuesList {
|
|
|
25
25
|
/** @ignore */
|
|
26
26
|
export declare namespace _EffectiveSettingsValuesListTransformation {
|
|
27
27
|
interface AsJson {
|
|
28
|
-
items: _EffectiveSettingsValueTransformation.AsJson[];
|
|
29
28
|
pageSize: number;
|
|
29
|
+
items: _EffectiveSettingsValueTransformation.AsJson[];
|
|
30
30
|
totalCount: number;
|
|
31
31
|
nextPageKey?: string;
|
|
32
32
|
}
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export interface EntityIcon {
|
|
5
5
|
/**
|
|
6
|
-
* The
|
|
6
|
+
* The secondary icon of the entity.
|
|
7
7
|
*
|
|
8
|
-
*
|
|
8
|
+
* Specified by the [barista](https://dt-url.net/u403suy) ID of the icon.
|
|
9
9
|
*/
|
|
10
|
-
|
|
10
|
+
secondaryIconType?: string;
|
|
11
11
|
/**
|
|
12
12
|
* The primary icon of the entity.
|
|
13
13
|
*
|
|
@@ -15,18 +15,18 @@ export interface EntityIcon {
|
|
|
15
15
|
*/
|
|
16
16
|
primaryIconType?: string;
|
|
17
17
|
/**
|
|
18
|
-
* The
|
|
18
|
+
* The user-defined icon of the entity.
|
|
19
19
|
*
|
|
20
|
-
*
|
|
20
|
+
* Specify the [barista](https://dt-url.net/u403suy) ID of the icon or a URL of your own icon.
|
|
21
21
|
*/
|
|
22
|
-
|
|
22
|
+
customIconPath?: string;
|
|
23
23
|
}
|
|
24
24
|
/** @ignore */
|
|
25
25
|
export declare namespace _EntityIconTransformation {
|
|
26
26
|
interface AsJson {
|
|
27
|
-
customIconPath?: string;
|
|
28
|
-
primaryIconType?: string;
|
|
29
27
|
secondaryIconType?: string;
|
|
28
|
+
primaryIconType?: string;
|
|
29
|
+
customIconPath?: string;
|
|
30
30
|
}
|
|
31
31
|
function fromJson(model: AsJson): EntityIcon;
|
|
32
32
|
function toJson(model: EntityIcon): AsJson;
|
|
@@ -17,6 +17,10 @@ export interface EntityType {
|
|
|
17
17
|
* A list of possible relationships where the monitored entity type occupies the TO position.
|
|
18
18
|
*/
|
|
19
19
|
toRelationships?: FromPosition[];
|
|
20
|
+
/**
|
|
21
|
+
* The dimension key used within metrics for this monitored entity.
|
|
22
|
+
*/
|
|
23
|
+
dimensionKey?: string;
|
|
20
24
|
/**
|
|
21
25
|
* The placeholder for the list of tags of an actual entity.
|
|
22
26
|
*/
|
|
@@ -25,10 +29,6 @@ export interface EntityType {
|
|
|
25
29
|
* The placeholder for the list of management zones of an actual entity.
|
|
26
30
|
*/
|
|
27
31
|
managementZones?: string;
|
|
28
|
-
/**
|
|
29
|
-
* The dimension key used within metrics for this monitored entity.
|
|
30
|
-
*/
|
|
31
|
-
dimensionKey?: string;
|
|
32
32
|
/**
|
|
33
33
|
* The display name of the monitored entity.
|
|
34
34
|
*/
|
|
@@ -48,9 +48,9 @@ export declare namespace _EntityTypeTransformation {
|
|
|
48
48
|
entityLimitExceeded?: boolean;
|
|
49
49
|
fromRelationships?: _ToPositionTransformation.AsJson[];
|
|
50
50
|
toRelationships?: _FromPositionTransformation.AsJson[];
|
|
51
|
+
dimensionKey?: string;
|
|
51
52
|
tags?: string;
|
|
52
53
|
managementZones?: string;
|
|
53
|
-
dimensionKey?: string;
|
|
54
54
|
displayName?: string;
|
|
55
55
|
properties?: _EntityTypePropertyDtoTransformation.AsJson[];
|
|
56
56
|
type?: string;
|
|
@@ -18,6 +18,10 @@ export interface Entity {
|
|
|
18
18
|
lastSeenTms?: number;
|
|
19
19
|
fromRelationships?: EntityFromRelationships;
|
|
20
20
|
toRelationships?: EntityToRelationships;
|
|
21
|
+
/**
|
|
22
|
+
* The ID of the entity.
|
|
23
|
+
*/
|
|
24
|
+
entityId?: string;
|
|
21
25
|
/**
|
|
22
26
|
* A set of tags assigned to the entity.
|
|
23
27
|
*/
|
|
@@ -26,10 +30,6 @@ export interface Entity {
|
|
|
26
30
|
* A set of management zones to which the entity belongs.
|
|
27
31
|
*/
|
|
28
32
|
managementZones?: ManagementZone[];
|
|
29
|
-
/**
|
|
30
|
-
* The ID of the entity.
|
|
31
|
-
*/
|
|
32
|
-
entityId?: string;
|
|
33
33
|
icon?: EntityIcon;
|
|
34
34
|
/**
|
|
35
35
|
* The name of the entity, displayed in the UI.
|
|
@@ -48,9 +48,9 @@ export declare namespace _EntityTransformation {
|
|
|
48
48
|
lastSeenTms?: number;
|
|
49
49
|
fromRelationships?: _EntityFromRelationshipsTransformation.AsJson;
|
|
50
50
|
toRelationships?: _EntityToRelationshipsTransformation.AsJson;
|
|
51
|
+
entityId?: string;
|
|
51
52
|
tags?: _METagTransformation.AsJson[];
|
|
52
53
|
managementZones?: _ManagementZoneTransformation.AsJson[];
|
|
53
|
-
entityId?: string;
|
|
54
54
|
icon?: _EntityIconTransformation.AsJson;
|
|
55
55
|
displayName?: string;
|
|
56
56
|
properties?: _EntityPropertiesTransformation.AsJson;
|
|
@@ -15,11 +15,11 @@ export interface EnumValue {
|
|
|
15
15
|
* The display name of the value.
|
|
16
16
|
*/
|
|
17
17
|
displayName: string;
|
|
18
|
-
value: EnumValueValue;
|
|
19
18
|
/**
|
|
20
19
|
* A short description of the value.
|
|
21
20
|
*/
|
|
22
21
|
description?: string;
|
|
22
|
+
value: EnumValueValue;
|
|
23
23
|
}
|
|
24
24
|
/** @ignore */
|
|
25
25
|
export declare namespace _EnumValueTransformation {
|
|
@@ -27,8 +27,8 @@ export declare namespace _EnumValueTransformation {
|
|
|
27
27
|
enumInstance?: string;
|
|
28
28
|
icon?: string;
|
|
29
29
|
displayName: string;
|
|
30
|
-
value: _EnumValueValueTransformation.AsJson;
|
|
31
30
|
description?: string;
|
|
31
|
+
value: _EnumValueValueTransformation.AsJson;
|
|
32
32
|
}
|
|
33
33
|
function fromJson(model: AsJson): EnumValue;
|
|
34
34
|
function toJson(model: EnumValue): AsJson;
|
|
@@ -4,21 +4,21 @@ export interface Error {
|
|
|
4
4
|
* A list of constraint violations
|
|
5
5
|
*/
|
|
6
6
|
constraintViolations?: ConstraintViolation[];
|
|
7
|
-
/**
|
|
8
|
-
* The error message
|
|
9
|
-
*/
|
|
10
|
-
message?: string;
|
|
11
7
|
/**
|
|
12
8
|
* The HTTP status code
|
|
13
9
|
*/
|
|
14
10
|
code?: number;
|
|
11
|
+
/**
|
|
12
|
+
* The error message
|
|
13
|
+
*/
|
|
14
|
+
message?: string;
|
|
15
15
|
}
|
|
16
16
|
/** @ignore */
|
|
17
17
|
export declare namespace _ErrorTransformation {
|
|
18
18
|
interface AsJson {
|
|
19
19
|
constraintViolations?: _ConstraintViolationTransformation.AsJson[];
|
|
20
|
-
message?: string;
|
|
21
20
|
code?: number;
|
|
21
|
+
message?: string;
|
|
22
22
|
}
|
|
23
23
|
function fromJson(model: AsJson): Error;
|
|
24
24
|
function toJson(model: Error): AsJson;
|
|
@@ -10,11 +10,11 @@ export interface EventEvidence extends Evidence {
|
|
|
10
10
|
* The ID of the event.
|
|
11
11
|
*/
|
|
12
12
|
eventId?: string;
|
|
13
|
+
data?: Event;
|
|
13
14
|
/**
|
|
14
15
|
* The type of the event.
|
|
15
16
|
*/
|
|
16
17
|
eventType?: string;
|
|
17
|
-
data?: Event;
|
|
18
18
|
/**
|
|
19
19
|
* The end timestamp of the event, in UTC milliseconds.
|
|
20
20
|
*
|
|
@@ -26,8 +26,8 @@ export interface EventEvidence extends Evidence {
|
|
|
26
26
|
export declare namespace _EventEvidenceTransformation {
|
|
27
27
|
interface AsJson extends _EvidenceTransformation.AsJson {
|
|
28
28
|
eventId?: string;
|
|
29
|
-
eventType?: string;
|
|
30
29
|
data?: _EventTransformation.AsJson;
|
|
30
|
+
eventType?: string;
|
|
31
31
|
endTime?: number;
|
|
32
32
|
}
|
|
33
33
|
function fromJson(model: AsJson): EventEvidence;
|
|
@@ -15,16 +15,16 @@ export interface EventList {
|
|
|
15
15
|
* The total number of entries in the result.
|
|
16
16
|
*/
|
|
17
17
|
totalCount: number;
|
|
18
|
+
/**
|
|
19
|
+
* The number of entries per page.
|
|
20
|
+
*/
|
|
21
|
+
pageSize?: number;
|
|
18
22
|
/**
|
|
19
23
|
* The cursor for the next page of results. Has the value of `null` on the last page.
|
|
20
24
|
*
|
|
21
25
|
* Use it in the **nextPageKey** query parameter to obtain subsequent pages of the result.
|
|
22
26
|
*/
|
|
23
27
|
nextPageKey?: string;
|
|
24
|
-
/**
|
|
25
|
-
* The number of entries per page.
|
|
26
|
-
*/
|
|
27
|
-
pageSize?: number;
|
|
28
28
|
}
|
|
29
29
|
/** @ignore */
|
|
30
30
|
export declare namespace _EventListTransformation {
|
|
@@ -32,8 +32,8 @@ export declare namespace _EventListTransformation {
|
|
|
32
32
|
warnings?: string[];
|
|
33
33
|
events?: _EventTransformation.AsJson[];
|
|
34
34
|
totalCount: number;
|
|
35
|
-
nextPageKey?: string;
|
|
36
35
|
pageSize?: number;
|
|
36
|
+
nextPageKey?: string;
|
|
37
37
|
}
|
|
38
38
|
function fromJson(model: AsJson): EventList;
|
|
39
39
|
function toJson(model: EventList): AsJson;
|
package/types/packages/client/classic-environment-v2/src/lib/models/event-properties-list.d.ts
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { EventPropertyDetails, _EventPropertyDetailsTransformation } from './event-property-details';
|
|
2
|
+
/**
|
|
3
|
+
* A list of event properties.
|
|
4
|
+
*/
|
|
5
|
+
export interface EventPropertiesList {
|
|
6
|
+
/**
|
|
7
|
+
* A list of event properties.
|
|
8
|
+
*/
|
|
9
|
+
eventProperties?: EventPropertyDetails[];
|
|
10
|
+
/**
|
|
11
|
+
* The total number of entries in the result.
|
|
12
|
+
*/
|
|
13
|
+
totalCount: number;
|
|
14
|
+
/**
|
|
15
|
+
* The number of entries per page.
|
|
16
|
+
*/
|
|
17
|
+
pageSize?: number;
|
|
18
|
+
/**
|
|
19
|
+
* The cursor for the next page of results. Has the value of `null` on the last page.
|
|
20
|
+
*
|
|
21
|
+
* Use it in the **nextPageKey** query parameter to obtain subsequent pages of the result.
|
|
22
|
+
*/
|
|
23
|
+
nextPageKey?: string;
|
|
24
|
+
}
|
|
25
|
+
/** @ignore */
|
|
26
|
+
export declare namespace _EventPropertiesListTransformation {
|
|
27
|
+
interface AsJson {
|
|
28
|
+
eventProperties?: _EventPropertyDetailsTransformation.AsJson[];
|
|
29
|
+
totalCount: number;
|
|
30
|
+
pageSize?: number;
|
|
31
|
+
nextPageKey?: string;
|
|
32
|
+
}
|
|
33
|
+
function fromJson(model: AsJson): EventPropertiesList;
|
|
34
|
+
function toJson(model: EventPropertiesList): AsJson;
|
|
35
|
+
}
|
package/types/packages/client/classic-environment-v2/src/lib/models/event-property-details.d.ts
CHANGED
|
@@ -1,34 +1,31 @@
|
|
|
1
|
-
import { EventPropertyDetail, _EventPropertyDetailTransformation } from './event-property-detail';
|
|
2
1
|
/**
|
|
3
|
-
*
|
|
2
|
+
* Configuration of an event property.
|
|
4
3
|
*/
|
|
5
4
|
export interface EventPropertyDetails {
|
|
6
5
|
/**
|
|
7
|
-
*
|
|
6
|
+
* The property can (`true`) or cannot (`false`) be set during event ingestion.
|
|
8
7
|
*/
|
|
9
|
-
|
|
8
|
+
writable?: boolean;
|
|
10
9
|
/**
|
|
11
|
-
* The
|
|
10
|
+
* The display name of the event property.
|
|
12
11
|
*/
|
|
13
|
-
|
|
12
|
+
displayName?: string;
|
|
14
13
|
/**
|
|
15
|
-
*
|
|
16
|
-
*
|
|
17
|
-
* Use it in the **nextPageKey** query parameter to obtain subsequent pages of the result.
|
|
14
|
+
* A short description of the event property.
|
|
18
15
|
*/
|
|
19
|
-
|
|
16
|
+
description?: string;
|
|
20
17
|
/**
|
|
21
|
-
* The
|
|
18
|
+
* The key of the event property.
|
|
22
19
|
*/
|
|
23
|
-
|
|
20
|
+
key?: string;
|
|
24
21
|
}
|
|
25
22
|
/** @ignore */
|
|
26
23
|
export declare namespace _EventPropertyDetailsTransformation {
|
|
27
24
|
interface AsJson {
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
25
|
+
writable?: boolean;
|
|
26
|
+
displayName?: string;
|
|
27
|
+
description?: string;
|
|
28
|
+
key?: string;
|
|
32
29
|
}
|
|
33
30
|
function fromJson(model: AsJson): EventPropertyDetails;
|
|
34
31
|
function toJson(model: EventPropertyDetails): AsJson;
|
|
@@ -11,24 +11,24 @@ export interface EventTypeList {
|
|
|
11
11
|
* The total number of entries in the result.
|
|
12
12
|
*/
|
|
13
13
|
totalCount: number;
|
|
14
|
+
/**
|
|
15
|
+
* The number of entries per page.
|
|
16
|
+
*/
|
|
17
|
+
pageSize?: number;
|
|
14
18
|
/**
|
|
15
19
|
* The cursor for the next page of results. Has the value of `null` on the last page.
|
|
16
20
|
*
|
|
17
21
|
* Use it in the **nextPageKey** query parameter to obtain subsequent pages of the result.
|
|
18
22
|
*/
|
|
19
23
|
nextPageKey?: string;
|
|
20
|
-
/**
|
|
21
|
-
* The number of entries per page.
|
|
22
|
-
*/
|
|
23
|
-
pageSize?: number;
|
|
24
24
|
}
|
|
25
25
|
/** @ignore */
|
|
26
26
|
export declare namespace _EventTypeListTransformation {
|
|
27
27
|
interface AsJson {
|
|
28
28
|
eventTypeInfos?: _EventTypeTransformation.AsJson[];
|
|
29
29
|
totalCount: number;
|
|
30
|
-
nextPageKey?: string;
|
|
31
30
|
pageSize?: number;
|
|
31
|
+
nextPageKey?: string;
|
|
32
32
|
}
|
|
33
33
|
function fromJson(model: AsJson): EventTypeList;
|
|
34
34
|
function toJson(model: EventTypeList): AsJson;
|
|
@@ -8,22 +8,22 @@ export interface EventType {
|
|
|
8
8
|
* The display name of the event type.
|
|
9
9
|
*/
|
|
10
10
|
displayName?: string;
|
|
11
|
-
/**
|
|
12
|
-
* The event type.
|
|
13
|
-
*/
|
|
14
|
-
type?: string;
|
|
15
11
|
/**
|
|
16
12
|
* A short description of the event type.
|
|
17
13
|
*/
|
|
18
14
|
description?: string;
|
|
15
|
+
/**
|
|
16
|
+
* The event type.
|
|
17
|
+
*/
|
|
18
|
+
type?: string;
|
|
19
19
|
}
|
|
20
20
|
/** @ignore */
|
|
21
21
|
export declare namespace _EventTypeTransformation {
|
|
22
22
|
interface AsJson {
|
|
23
23
|
severityLevel?: _EventTypeSeverityLevelTransformation.AsJson;
|
|
24
24
|
displayName?: string;
|
|
25
|
-
type?: string;
|
|
26
25
|
description?: string;
|
|
26
|
+
type?: string;
|
|
27
27
|
}
|
|
28
28
|
function fromJson(model: AsJson): EventType;
|
|
29
29
|
function toJson(model: EventType): AsJson;
|
|
@@ -7,12 +7,6 @@ import { METag, _METagTransformation } from './me-tag';
|
|
|
7
7
|
* Configuration of an event.
|
|
8
8
|
*/
|
|
9
9
|
export interface Event {
|
|
10
|
-
/**
|
|
11
|
-
* If `true`, the event happens [frequently](https://dt-url.net/4da3kdg).
|
|
12
|
-
*
|
|
13
|
-
* A frequent event doesn't raise a problem.
|
|
14
|
-
*/
|
|
15
|
-
frequentEvent?: boolean;
|
|
16
10
|
/**
|
|
17
11
|
* The alerting status during a [maintenance](https://dt-url.net/b2123rg0):
|
|
18
12
|
*
|
|
@@ -20,10 +14,6 @@ export interface Event {
|
|
|
20
14
|
* * `true`: Alerting is disabled.
|
|
21
15
|
*/
|
|
22
16
|
suppressAlert?: boolean;
|
|
23
|
-
/**
|
|
24
|
-
* If `true`, the event happened while the monitored system was under maintenance.
|
|
25
|
-
*/
|
|
26
|
-
underMaintenance?: boolean;
|
|
27
17
|
/**
|
|
28
18
|
* The problem detection status during a [maintenance](https://dt-url.net/b2123rg0):
|
|
29
19
|
*
|
|
@@ -32,26 +22,32 @@ export interface Event {
|
|
|
32
22
|
*/
|
|
33
23
|
suppressProblem?: boolean;
|
|
34
24
|
/**
|
|
35
|
-
*
|
|
25
|
+
* If `true`, the event happens [frequently](https://dt-url.net/4da3kdg).
|
|
26
|
+
*
|
|
27
|
+
* A frequent event doesn't raise a problem.
|
|
36
28
|
*/
|
|
37
|
-
|
|
29
|
+
frequentEvent?: boolean;
|
|
30
|
+
/**
|
|
31
|
+
* If `true`, the event happened while the monitored system was under maintenance.
|
|
32
|
+
*/
|
|
33
|
+
underMaintenance?: boolean;
|
|
38
34
|
entityId?: EntityStub;
|
|
35
|
+
/**
|
|
36
|
+
* A list of tags of the related entity.
|
|
37
|
+
*/
|
|
38
|
+
entityTags?: METag[];
|
|
39
39
|
/**
|
|
40
40
|
* The ID of the event.
|
|
41
41
|
*/
|
|
42
42
|
eventId?: string;
|
|
43
43
|
/**
|
|
44
|
-
* A list of
|
|
44
|
+
* A list of all management zones that the event belongs to.
|
|
45
45
|
*/
|
|
46
|
-
|
|
46
|
+
managementZones?: ManagementZone[];
|
|
47
47
|
/**
|
|
48
48
|
* The type of the event.
|
|
49
49
|
*/
|
|
50
50
|
eventType?: string;
|
|
51
|
-
/**
|
|
52
|
-
* A list of event properties.
|
|
53
|
-
*/
|
|
54
|
-
properties?: EventProperty[];
|
|
55
51
|
status?: EventStatus;
|
|
56
52
|
/**
|
|
57
53
|
* The timestamp when the event was raised, in UTC milliseconds.
|
|
@@ -71,25 +67,29 @@ export interface Event {
|
|
|
71
67
|
* The correlation ID of the event.
|
|
72
68
|
*/
|
|
73
69
|
correlationId?: string;
|
|
70
|
+
/**
|
|
71
|
+
* A list of event properties.
|
|
72
|
+
*/
|
|
73
|
+
properties?: EventProperty[];
|
|
74
74
|
}
|
|
75
75
|
/** @ignore */
|
|
76
76
|
export declare namespace _EventTransformation {
|
|
77
77
|
interface AsJson {
|
|
78
|
-
frequentEvent?: boolean;
|
|
79
78
|
suppressAlert?: boolean;
|
|
80
|
-
underMaintenance?: boolean;
|
|
81
79
|
suppressProblem?: boolean;
|
|
82
|
-
|
|
80
|
+
frequentEvent?: boolean;
|
|
81
|
+
underMaintenance?: boolean;
|
|
83
82
|
entityId?: _EntityStubTransformation.AsJson;
|
|
84
|
-
eventId?: string;
|
|
85
83
|
entityTags?: _METagTransformation.AsJson[];
|
|
84
|
+
eventId?: string;
|
|
85
|
+
managementZones?: _ManagementZoneTransformation.AsJson[];
|
|
86
86
|
eventType?: string;
|
|
87
|
-
properties?: _EventPropertyTransformation.AsJson[];
|
|
88
87
|
status?: _EventStatusTransformation.AsJson;
|
|
89
88
|
startTime?: number;
|
|
90
89
|
endTime?: number;
|
|
91
90
|
title?: string;
|
|
92
91
|
correlationId?: string;
|
|
92
|
+
properties?: _EventPropertyTransformation.AsJson[];
|
|
93
93
|
}
|
|
94
94
|
function fromJson(model: AsJson): Event;
|
|
95
95
|
function toJson(model: Event): AsJson;
|
package/types/packages/client/classic-environment-v2/src/lib/models/execution-simple-results.d.ts
CHANGED
|
@@ -26,14 +26,6 @@ export interface ExecutionSimpleResults {
|
|
|
26
26
|
* Synthetic engine id on which monitor was executed.
|
|
27
27
|
*/
|
|
28
28
|
engineId?: number;
|
|
29
|
-
/**
|
|
30
|
-
* Informs whether is HTTP error.
|
|
31
|
-
*/
|
|
32
|
-
httperror?: boolean;
|
|
33
|
-
/**
|
|
34
|
-
* Informs whether is Chrome error.
|
|
35
|
-
*/
|
|
36
|
-
chromeError?: boolean;
|
|
37
29
|
/**
|
|
38
30
|
* Flag informs whether request was executed on public location.
|
|
39
31
|
*/
|
|
@@ -78,6 +70,14 @@ export interface ExecutionSimpleResults {
|
|
|
78
70
|
* Number of redirects.
|
|
79
71
|
*/
|
|
80
72
|
redirectsCount?: number;
|
|
73
|
+
/**
|
|
74
|
+
* Informs whether is HTTP error.
|
|
75
|
+
*/
|
|
76
|
+
httperror?: boolean;
|
|
77
|
+
/**
|
|
78
|
+
* Informs whether is Chrome error.
|
|
79
|
+
*/
|
|
80
|
+
chromeError?: boolean;
|
|
81
81
|
/**
|
|
82
82
|
* Start timestamp.
|
|
83
83
|
*/
|
|
@@ -92,8 +92,6 @@ export declare namespace _ExecutionSimpleResultsTransformation {
|
|
|
92
92
|
responseStatusCode?: number;
|
|
93
93
|
executedSteps?: number;
|
|
94
94
|
engineId?: number;
|
|
95
|
-
httperror?: boolean;
|
|
96
|
-
chromeError?: boolean;
|
|
97
95
|
publicLocation?: boolean;
|
|
98
96
|
responseSize?: number;
|
|
99
97
|
responseBodySizeLimitExceeded?: boolean;
|
|
@@ -105,6 +103,8 @@ export declare namespace _ExecutionSimpleResultsTransformation {
|
|
|
105
103
|
timeToFirstByte?: number;
|
|
106
104
|
redirectionTime?: number;
|
|
107
105
|
redirectsCount?: number;
|
|
106
|
+
httperror?: boolean;
|
|
107
|
+
chromeError?: boolean;
|
|
108
108
|
startTimestamp?: number;
|
|
109
109
|
}
|
|
110
110
|
function fromJson(model: AsJson): ExecutionSimpleResults;
|
package/types/packages/client/classic-environment-v2/src/lib/models/exported-log-record-list.d.ts
CHANGED
|
@@ -11,24 +11,24 @@ export interface ExportedLogRecordList {
|
|
|
11
11
|
* The total number of entries in the result.
|
|
12
12
|
*/
|
|
13
13
|
totalCount: number;
|
|
14
|
+
/**
|
|
15
|
+
* The number of entries per page.
|
|
16
|
+
*/
|
|
17
|
+
pageSize?: number;
|
|
14
18
|
/**
|
|
15
19
|
* The cursor for the next page of results. Has the value of `null` on the last page.
|
|
16
20
|
*
|
|
17
21
|
* Use it in the **nextPageKey** query parameter to obtain subsequent pages of the result.
|
|
18
22
|
*/
|
|
19
23
|
nextPageKey?: string;
|
|
20
|
-
/**
|
|
21
|
-
* The number of entries per page.
|
|
22
|
-
*/
|
|
23
|
-
pageSize?: number;
|
|
24
24
|
}
|
|
25
25
|
/** @ignore */
|
|
26
26
|
export declare namespace _ExportedLogRecordListTransformation {
|
|
27
27
|
interface AsJson {
|
|
28
28
|
results?: _LogRecordTransformation.AsJson[];
|
|
29
29
|
totalCount: number;
|
|
30
|
-
nextPageKey?: string;
|
|
31
30
|
pageSize?: number;
|
|
31
|
+
nextPageKey?: string;
|
|
32
32
|
}
|
|
33
33
|
function fromJson(model: AsJson): ExportedLogRecordList;
|
|
34
34
|
function toJson(model: ExportedLogRecordList): AsJson;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { AssetInfoDto, _AssetInfoDtoTransformation } from './asset-info-dto';
|
|
2
|
+
/**
|
|
3
|
+
* List of assets imported with the active extension environment configuration.
|
|
4
|
+
*/
|
|
5
|
+
export interface ExtensionAssetsDto {
|
|
6
|
+
/**
|
|
7
|
+
* Extension version
|
|
8
|
+
*/
|
|
9
|
+
version?: string;
|
|
10
|
+
/**
|
|
11
|
+
* The status of the assets list.
|
|
12
|
+
*/
|
|
13
|
+
status?: string;
|
|
14
|
+
/**
|
|
15
|
+
* The list of the imported assets.
|
|
16
|
+
*/
|
|
17
|
+
assets?: AssetInfoDto[];
|
|
18
|
+
}
|
|
19
|
+
/** @ignore */
|
|
20
|
+
export declare namespace _ExtensionAssetsDtoTransformation {
|
|
21
|
+
interface AsJson {
|
|
22
|
+
version?: string;
|
|
23
|
+
status?: string;
|
|
24
|
+
assets?: _AssetInfoDtoTransformation.AsJson[];
|
|
25
|
+
}
|
|
26
|
+
function fromJson(model: AsJson): ExtensionAssetsDto;
|
|
27
|
+
function toJson(model: ExtensionAssetsDto): AsJson;
|
|
28
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { FeatureSetDetails, _FeatureSetDetailsTransformation } from './feature-set-details';
|
|
2
|
+
/**
|
|
3
|
+
* Feature sets contained in the given release
|
|
4
|
+
*/
|
|
5
|
+
export interface ExtensionReleaseFeatureSets {
|
|
6
|
+
[propName: string]: FeatureSetDetails | undefined;
|
|
7
|
+
}
|
|
8
|
+
/** @ignore */
|
|
9
|
+
export declare namespace _ExtensionReleaseFeatureSetsTransformation {
|
|
10
|
+
interface AsJson {
|
|
11
|
+
[propName: string]: _FeatureSetDetailsTransformation.AsJson | undefined;
|
|
12
|
+
}
|
|
13
|
+
function fromJson(model: AsJson): ExtensionReleaseFeatureSets;
|
|
14
|
+
function toJson(model: ExtensionReleaseFeatureSets): AsJson;
|
|
15
|
+
}
|
package/types/packages/client/classic-environment-v2/src/lib/models/extension-release-notes.d.ts
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Releases notes for an extension.
|
|
3
|
+
*/
|
|
4
|
+
export interface ExtensionReleaseNotes {
|
|
5
|
+
/**
|
|
6
|
+
* Release notes in markdown format
|
|
7
|
+
*/
|
|
8
|
+
markdown?: string;
|
|
9
|
+
}
|
|
10
|
+
/** @ignore */
|
|
11
|
+
export declare namespace _ExtensionReleaseNotesTransformation {
|
|
12
|
+
interface AsJson {
|
|
13
|
+
markdown?: string;
|
|
14
|
+
}
|
|
15
|
+
function fromJson(model: AsJson): ExtensionReleaseNotes;
|
|
16
|
+
function toJson(model: ExtensionReleaseNotes): AsJson;
|
|
17
|
+
}
|