@datadog/datadog-api-client 1.35.0 → 1.36.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.
- package/CHANGELOG.md +19 -0
- package/dist/packages/datadog-api-client-common/configuration.js +0 -2
- package/dist/packages/datadog-api-client-common/configuration.js.map +1 -1
- package/dist/packages/datadog-api-client-common/servers.js +4 -4
- package/dist/packages/datadog-api-client-common/servers.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/apis/SnapshotsApi.d.ts +2 -1
- package/dist/packages/datadog-api-client-v1/apis/SnapshotsApi.js +2 -1
- package/dist/packages/datadog-api-client-v1/apis/SnapshotsApi.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/index.d.ts +1 -0
- package/dist/packages/datadog-api-client-v1/index.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/Monitor.d.ts +10 -0
- package/dist/packages/datadog-api-client-v1/models/Monitor.js +4 -0
- package/dist/packages/datadog-api-client-v1/models/Monitor.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/MonitorDraftStatus.d.ts +17 -0
- package/dist/packages/datadog-api-client-v1/models/MonitorDraftStatus.js +11 -0
- package/dist/packages/datadog-api-client-v1/models/MonitorDraftStatus.js.map +1 -0
- package/dist/packages/datadog-api-client-v1/models/MonitorOptions.d.ts +1 -1
- package/dist/packages/datadog-api-client-v1/models/MonitorUpdateRequest.d.ts +10 -0
- package/dist/packages/datadog-api-client-v1/models/MonitorUpdateRequest.js +4 -0
- package/dist/packages/datadog-api-client-v1/models/MonitorUpdateRequest.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/ObjectSerializer.js +11 -1
- package/dist/packages/datadog-api-client-v1/models/ObjectSerializer.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/SyntheticsAPITestStepSubtype.d.ts +7 -1
- package/dist/packages/datadog-api-client-v1/models/SyntheticsAPITestStepSubtype.js +7 -1
- package/dist/packages/datadog-api-client-v1/models/SyntheticsAPITestStepSubtype.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/SyntheticsTestRequest.d.ts +15 -1
- package/dist/packages/datadog-api-client-v1/models/SyntheticsTestRequest.js +12 -0
- package/dist/packages/datadog-api-client-v1/models/SyntheticsTestRequest.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/apis/DORAMetricsApi.d.ts +33 -7
- package/dist/packages/datadog-api-client-v2/apis/DORAMetricsApi.js +97 -11
- package/dist/packages/datadog-api-client-v2/apis/DORAMetricsApi.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/apis/OnCallApi.d.ts +27 -0
- package/dist/packages/datadog-api-client-v2/apis/OnCallApi.js +81 -0
- package/dist/packages/datadog-api-client-v2/apis/OnCallApi.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/apis/RestrictionPoliciesApi.d.ts +5 -3
- package/dist/packages/datadog-api-client-v2/apis/RestrictionPoliciesApi.js +2 -0
- package/dist/packages/datadog-api-client-v2/apis/RestrictionPoliciesApi.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/apis/SecurityMonitoringApi.d.ts +17 -1
- package/dist/packages/datadog-api-client-v2/apis/SecurityMonitoringApi.js +17 -3
- package/dist/packages/datadog-api-client-v2/apis/SecurityMonitoringApi.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/apis/SoftwareCatalogApi.d.ts +86 -0
- package/dist/packages/datadog-api-client-v2/apis/SoftwareCatalogApi.js +275 -0
- package/dist/packages/datadog-api-client-v2/apis/SoftwareCatalogApi.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/index.d.ts +36 -9
- package/dist/packages/datadog-api-client-v2/index.js +83 -43
- package/dist/packages/datadog-api-client-v2/index.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/CloudWorkloadSecurityAgentRuleAction.d.ts +10 -0
- package/dist/packages/datadog-api-client-v2/models/CloudWorkloadSecurityAgentRuleAction.js +8 -0
- package/dist/packages/datadog-api-client-v2/models/CloudWorkloadSecurityAgentRuleAction.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/CloudWorkloadSecurityAgentRuleActionMetadata.d.ts +44 -0
- package/dist/packages/datadog-api-client-v2/models/CloudWorkloadSecurityAgentRuleActionMetadata.js +43 -0
- package/dist/packages/datadog-api-client-v2/models/CloudWorkloadSecurityAgentRuleActionMetadata.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/CloudWorkloadSecurityAgentRuleActionSet.d.ts +60 -0
- package/dist/packages/datadog-api-client-v2/models/CloudWorkloadSecurityAgentRuleActionSet.js +61 -0
- package/dist/packages/datadog-api-client-v2/models/CloudWorkloadSecurityAgentRuleActionSet.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/CloudWorkloadSecurityAgentRuleAttributes.d.ts +12 -0
- package/dist/packages/datadog-api-client-v2/models/CloudWorkloadSecurityAgentRuleAttributes.js +12 -0
- package/dist/packages/datadog-api-client-v2/models/CloudWorkloadSecurityAgentRuleAttributes.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/CloudWorkloadSecurityAgentRuleCreateAttributes.d.ts +17 -0
- package/dist/packages/datadog-api-client-v2/models/CloudWorkloadSecurityAgentRuleCreateAttributes.js +16 -5
- package/dist/packages/datadog-api-client-v2/models/CloudWorkloadSecurityAgentRuleCreateAttributes.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/CloudWorkloadSecurityAgentRuleUpdateAttributes.d.ts +17 -0
- package/dist/packages/datadog-api-client-v2/models/CloudWorkloadSecurityAgentRuleUpdateAttributes.js +16 -5
- package/dist/packages/datadog-api-client-v2/models/CloudWorkloadSecurityAgentRuleUpdateAttributes.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/DORADeploymentRequestAttributes.d.ts +4 -0
- package/dist/packages/datadog-api-client-v2/models/DORADeploymentRequestAttributes.js +4 -0
- package/dist/packages/datadog-api-client-v2/models/DORADeploymentRequestAttributes.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/{DORAIncidentRequest.d.ts → DORAFailureRequest.d.ts} +4 -4
- package/dist/packages/datadog-api-client-v2/models/{DORAIncidentRequest.js → DORAFailureRequest.js} +8 -8
- package/dist/packages/datadog-api-client-v2/models/DORAFailureRequest.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/{DORAIncidentRequestAttributes.d.ts → DORAFailureRequestAttributes.d.ts} +13 -9
- package/dist/packages/datadog-api-client-v2/models/{DORAIncidentRequestAttributes.js → DORAFailureRequestAttributes.js} +11 -7
- package/dist/packages/datadog-api-client-v2/models/DORAFailureRequestAttributes.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/{DORAIncidentRequestData.d.ts → DORAFailureRequestData.d.ts} +4 -4
- package/dist/packages/datadog-api-client-v2/models/{DORAIncidentRequestData.js → DORAFailureRequestData.js} +7 -7
- package/dist/packages/datadog-api-client-v2/models/DORAFailureRequestData.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/{DORAIncidentResponse.d.ts → DORAFailureResponse.d.ts} +5 -5
- package/dist/packages/datadog-api-client-v2/models/{DORAIncidentResponse.js → DORAFailureResponse.js} +8 -8
- package/dist/packages/datadog-api-client-v2/models/{DORAIncidentRequest.js.map → DORAFailureResponse.js.map} +1 -1
- package/dist/packages/datadog-api-client-v2/models/{DORAIncidentResponseData.d.ts → DORAFailureResponseData.d.ts} +6 -6
- package/dist/packages/datadog-api-client-v2/models/{DORAIncidentResponseData.js → DORAFailureResponseData.js} +8 -8
- package/dist/packages/datadog-api-client-v2/models/DORAFailureResponseData.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/{DORAIncidentType.d.ts → DORAFailureType.d.ts} +3 -3
- package/dist/packages/datadog-api-client-v2/models/{DORAIncidentType.js → DORAFailureType.js} +3 -3
- package/dist/packages/datadog-api-client-v2/models/DORAFailureType.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/Escalation.d.ts +46 -0
- package/dist/packages/datadog-api-client-v2/models/Escalation.js +39 -0
- package/dist/packages/datadog-api-client-v2/models/Escalation.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EscalationRelationships.d.ts +37 -0
- package/dist/packages/datadog-api-client-v2/models/EscalationRelationships.js +30 -0
- package/dist/packages/datadog-api-client-v2/models/EscalationRelationships.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EscalationRelationshipsResponders.d.ts +37 -0
- package/dist/packages/datadog-api-client-v2/models/EscalationRelationshipsResponders.js +30 -0
- package/dist/packages/datadog-api-client-v2/models/EscalationRelationshipsResponders.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EscalationRelationshipsRespondersDataItems.d.ts +41 -0
- package/dist/packages/datadog-api-client-v2/models/EscalationRelationshipsRespondersDataItems.js +36 -0
- package/dist/packages/datadog-api-client-v2/models/EscalationRelationshipsRespondersDataItems.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EscalationRelationshipsRespondersDataItemsType.d.ts +11 -0
- package/dist/packages/datadog-api-client-v2/models/EscalationRelationshipsRespondersDataItemsType.js +10 -0
- package/dist/packages/datadog-api-client-v2/models/EscalationRelationshipsRespondersDataItemsType.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EscalationType.d.ts +11 -0
- package/dist/packages/datadog-api-client-v2/models/EscalationType.js +10 -0
- package/dist/packages/datadog-api-client-v2/models/EscalationType.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/FindingAttributes.d.ts +12 -0
- package/dist/packages/datadog-api-client-v2/models/FindingAttributes.js +12 -0
- package/dist/packages/datadog-api-client-v2/models/FindingAttributes.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/KindAttributes.d.ts +44 -0
- package/dist/packages/datadog-api-client-v2/models/KindAttributes.js +43 -0
- package/dist/packages/datadog-api-client-v2/models/KindAttributes.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/KindData.d.ts +50 -0
- package/dist/packages/datadog-api-client-v2/models/KindData.js +42 -0
- package/dist/packages/datadog-api-client-v2/models/KindData.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/KindMetadata.d.ts +40 -0
- package/dist/packages/datadog-api-client-v2/models/KindMetadata.js +39 -0
- package/dist/packages/datadog-api-client-v2/models/KindMetadata.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/KindObj.d.ts +44 -0
- package/dist/packages/datadog-api-client-v2/models/KindObj.js +44 -0
- package/dist/packages/datadog-api-client-v2/models/KindObj.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/KindResponseMeta.d.ts +36 -0
- package/dist/packages/datadog-api-client-v2/models/KindResponseMeta.js +36 -0
- package/dist/packages/datadog-api-client-v2/models/KindResponseMeta.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/ListKindCatalogResponse.d.ts +42 -0
- package/dist/packages/datadog-api-client-v2/models/ListKindCatalogResponse.js +34 -0
- package/dist/packages/datadog-api-client-v2/models/ListKindCatalogResponse.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/ObjectSerializer.js +60 -11
- package/dist/packages/datadog-api-client-v2/models/ObjectSerializer.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/TeamOnCallResponders.d.ts +42 -0
- package/dist/packages/datadog-api-client-v2/models/TeamOnCallResponders.js +34 -0
- package/dist/packages/datadog-api-client-v2/models/TeamOnCallResponders.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/TeamOnCallRespondersData.d.ts +46 -0
- package/dist/packages/datadog-api-client-v2/models/TeamOnCallRespondersData.js +39 -0
- package/dist/packages/datadog-api-client-v2/models/TeamOnCallRespondersData.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/TeamOnCallRespondersDataRelationships.d.ts +42 -0
- package/dist/packages/datadog-api-client-v2/models/TeamOnCallRespondersDataRelationships.js +34 -0
- package/dist/packages/datadog-api-client-v2/models/TeamOnCallRespondersDataRelationships.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/TeamOnCallRespondersDataRelationshipsEscalations.d.ts +37 -0
- package/dist/packages/datadog-api-client-v2/models/TeamOnCallRespondersDataRelationshipsEscalations.js +30 -0
- package/dist/packages/datadog-api-client-v2/models/TeamOnCallRespondersDataRelationshipsEscalations.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/TeamOnCallRespondersDataRelationshipsEscalationsDataItems.d.ts +41 -0
- package/dist/packages/datadog-api-client-v2/models/TeamOnCallRespondersDataRelationshipsEscalationsDataItems.js +36 -0
- package/dist/packages/datadog-api-client-v2/models/TeamOnCallRespondersDataRelationshipsEscalationsDataItems.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/TeamOnCallRespondersDataRelationshipsEscalationsDataItemsType.d.ts +11 -0
- package/dist/packages/datadog-api-client-v2/models/TeamOnCallRespondersDataRelationshipsEscalationsDataItemsType.js +10 -0
- package/dist/packages/datadog-api-client-v2/models/TeamOnCallRespondersDataRelationshipsEscalationsDataItemsType.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/TeamOnCallRespondersDataRelationshipsResponders.d.ts +37 -0
- package/dist/packages/datadog-api-client-v2/models/TeamOnCallRespondersDataRelationshipsResponders.js +30 -0
- package/dist/packages/datadog-api-client-v2/models/TeamOnCallRespondersDataRelationshipsResponders.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/TeamOnCallRespondersDataRelationshipsRespondersDataItems.d.ts +41 -0
- package/dist/packages/datadog-api-client-v2/models/TeamOnCallRespondersDataRelationshipsRespondersDataItems.js +36 -0
- package/dist/packages/datadog-api-client-v2/models/TeamOnCallRespondersDataRelationshipsRespondersDataItems.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/TeamOnCallRespondersDataRelationshipsRespondersDataItemsType.d.ts +11 -0
- package/dist/packages/datadog-api-client-v2/models/TeamOnCallRespondersDataRelationshipsRespondersDataItemsType.js +10 -0
- package/dist/packages/datadog-api-client-v2/models/TeamOnCallRespondersDataRelationshipsRespondersDataItemsType.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/TeamOnCallRespondersDataType.d.ts +11 -0
- package/dist/packages/datadog-api-client-v2/models/TeamOnCallRespondersDataType.js +10 -0
- package/dist/packages/datadog-api-client-v2/models/TeamOnCallRespondersDataType.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/TeamOnCallRespondersIncluded.d.ts +12 -0
- package/dist/packages/datadog-api-client-v2/models/TeamOnCallRespondersIncluded.js +3 -0
- package/dist/packages/datadog-api-client-v2/models/TeamOnCallRespondersIncluded.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/UpsertCatalogKindRequest.d.ts +11 -0
- package/dist/packages/datadog-api-client-v2/models/UpsertCatalogKindRequest.js +3 -0
- package/dist/packages/datadog-api-client-v2/models/UpsertCatalogKindRequest.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/UpsertCatalogKindResponse.d.ts +42 -0
- package/dist/packages/datadog-api-client-v2/models/UpsertCatalogKindResponse.js +34 -0
- package/dist/packages/datadog-api-client-v2/models/UpsertCatalogKindResponse.js.map +1 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/dist/packages/datadog-api-client-v2/models/DORAIncidentRequestAttributes.js.map +0 -1
- package/dist/packages/datadog-api-client-v2/models/DORAIncidentRequestData.js.map +0 -1
- package/dist/packages/datadog-api-client-v2/models/DORAIncidentResponse.js.map +0 -1
- package/dist/packages/datadog-api-client-v2/models/DORAIncidentResponseData.js.map +0 -1
- package/dist/packages/datadog-api-client-v2/models/DORAIncidentType.js.map +0 -1
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.DORAFailureResponseData = void 0;
|
|
4
4
|
/**
|
|
5
|
-
* Response after receiving a DORA
|
|
5
|
+
* Response after receiving a DORA failure event.
|
|
6
6
|
*/
|
|
7
|
-
class
|
|
7
|
+
class DORAFailureResponseData {
|
|
8
8
|
constructor() { }
|
|
9
9
|
/**
|
|
10
10
|
* @ignore
|
|
11
11
|
*/
|
|
12
12
|
static getAttributeTypeMap() {
|
|
13
|
-
return
|
|
13
|
+
return DORAFailureResponseData.attributeTypeMap;
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
|
-
exports.
|
|
16
|
+
exports.DORAFailureResponseData = DORAFailureResponseData;
|
|
17
17
|
/**
|
|
18
18
|
* @ignore
|
|
19
19
|
*/
|
|
20
|
-
|
|
20
|
+
DORAFailureResponseData.attributeTypeMap = {
|
|
21
21
|
id: {
|
|
22
22
|
baseName: "id",
|
|
23
23
|
type: "string",
|
|
@@ -25,11 +25,11 @@ DORAIncidentResponseData.attributeTypeMap = {
|
|
|
25
25
|
},
|
|
26
26
|
type: {
|
|
27
27
|
baseName: "type",
|
|
28
|
-
type: "
|
|
28
|
+
type: "DORAFailureType",
|
|
29
29
|
},
|
|
30
30
|
additionalProperties: {
|
|
31
31
|
baseName: "additionalProperties",
|
|
32
32
|
type: "any",
|
|
33
33
|
},
|
|
34
34
|
};
|
|
35
|
-
//# sourceMappingURL=
|
|
35
|
+
//# sourceMappingURL=DORAFailureResponseData.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DORAFailureResponseData.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/DORAFailureResponseData.ts"],"names":[],"mappings":";;;AASA;;GAEG;AACH,MAAa,uBAAuB;IAgDlC,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,uBAAuB,CAAC,gBAAgB,CAAC;IAClD,CAAC;;AA9CH,0DAiDC;AA3BC;;GAEG;AACa,wCAAgB,GAAqB;IACnD,EAAE,EAAE;QACF,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;KACf;IACD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,iBAAiB;KACxB;IACD,oBAAoB,EAAE;QACpB,QAAQ,EAAE,sBAAsB;QAChC,IAAI,EAAE,KAAK;KACZ;CACF,CAAC"}
|
package/dist/packages/datadog-api-client-v2/models/{DORAIncidentType.d.ts → DORAFailureType.d.ts}
RENAMED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
*/
|
|
6
6
|
import { UnparsedObject } from "../../datadog-api-client-common/util";
|
|
7
7
|
/**
|
|
8
|
-
* JSON:API type for DORA
|
|
8
|
+
* JSON:API type for DORA failure events.
|
|
9
9
|
*/
|
|
10
|
-
export declare type
|
|
11
|
-
export declare const
|
|
10
|
+
export declare type DORAFailureType = typeof DORA_FAILURE | UnparsedObject;
|
|
11
|
+
export declare const DORA_FAILURE = "dora_failure";
|
package/dist/packages/datadog-api-client-v2/models/{DORAIncidentType.js → DORAFailureType.js}
RENAMED
|
@@ -5,6 +5,6 @@
|
|
|
5
5
|
* Copyright 2020-Present Datadog, Inc.
|
|
6
6
|
*/
|
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
-
exports.
|
|
9
|
-
exports.
|
|
10
|
-
//# sourceMappingURL=
|
|
8
|
+
exports.DORA_FAILURE = void 0;
|
|
9
|
+
exports.DORA_FAILURE = "dora_failure";
|
|
10
|
+
//# sourceMappingURL=DORAFailureType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DORAFailureType.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/DORAFailureType.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AASU,QAAA,YAAY,GAAG,cAAc,CAAC"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
3
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
4
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
5
|
+
*/
|
|
6
|
+
import { EscalationRelationships } from "./EscalationRelationships";
|
|
7
|
+
import { EscalationType } from "./EscalationType";
|
|
8
|
+
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
|
|
9
|
+
/**
|
|
10
|
+
* Represents an escalation policy step.
|
|
11
|
+
*/
|
|
12
|
+
export declare class Escalation {
|
|
13
|
+
/**
|
|
14
|
+
* Unique identifier of the escalation step.
|
|
15
|
+
*/
|
|
16
|
+
"id"?: string;
|
|
17
|
+
/**
|
|
18
|
+
* Contains the relationships of an escalation object, including its responders.
|
|
19
|
+
*/
|
|
20
|
+
"relationships"?: EscalationRelationships;
|
|
21
|
+
/**
|
|
22
|
+
* Represents the resource type for individual steps in an escalation policy used during incident response.
|
|
23
|
+
*/
|
|
24
|
+
"type": EscalationType;
|
|
25
|
+
/**
|
|
26
|
+
* A container for additional, undeclared properties.
|
|
27
|
+
* This is a holder for any undeclared properties as specified with
|
|
28
|
+
* the 'additionalProperties' keyword in the OAS document.
|
|
29
|
+
*/
|
|
30
|
+
"additionalProperties"?: {
|
|
31
|
+
[key: string]: any;
|
|
32
|
+
};
|
|
33
|
+
/**
|
|
34
|
+
* @ignore
|
|
35
|
+
*/
|
|
36
|
+
"_unparsed"?: boolean;
|
|
37
|
+
/**
|
|
38
|
+
* @ignore
|
|
39
|
+
*/
|
|
40
|
+
static readonly attributeTypeMap: AttributeTypeMap;
|
|
41
|
+
/**
|
|
42
|
+
* @ignore
|
|
43
|
+
*/
|
|
44
|
+
static getAttributeTypeMap(): AttributeTypeMap;
|
|
45
|
+
constructor();
|
|
46
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Escalation = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* Represents an escalation policy step.
|
|
6
|
+
*/
|
|
7
|
+
class Escalation {
|
|
8
|
+
constructor() { }
|
|
9
|
+
/**
|
|
10
|
+
* @ignore
|
|
11
|
+
*/
|
|
12
|
+
static getAttributeTypeMap() {
|
|
13
|
+
return Escalation.attributeTypeMap;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
exports.Escalation = Escalation;
|
|
17
|
+
/**
|
|
18
|
+
* @ignore
|
|
19
|
+
*/
|
|
20
|
+
Escalation.attributeTypeMap = {
|
|
21
|
+
id: {
|
|
22
|
+
baseName: "id",
|
|
23
|
+
type: "string",
|
|
24
|
+
},
|
|
25
|
+
relationships: {
|
|
26
|
+
baseName: "relationships",
|
|
27
|
+
type: "EscalationRelationships",
|
|
28
|
+
},
|
|
29
|
+
type: {
|
|
30
|
+
baseName: "type",
|
|
31
|
+
type: "EscalationType",
|
|
32
|
+
required: true,
|
|
33
|
+
},
|
|
34
|
+
additionalProperties: {
|
|
35
|
+
baseName: "additionalProperties",
|
|
36
|
+
type: "any",
|
|
37
|
+
},
|
|
38
|
+
};
|
|
39
|
+
//# sourceMappingURL=Escalation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Escalation.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/Escalation.ts"],"names":[],"mappings":";;;AAUA;;GAEG;AACH,MAAa,UAAU;IAwDrB,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,UAAU,CAAC,gBAAgB,CAAC;IACrC,CAAC;;AAtDH,gCAyDC;AA/BC;;GAEG;AACa,2BAAgB,GAAqB;IACnD,EAAE,EAAE;QACF,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,QAAQ;KACf;IACD,aAAa,EAAE;QACb,QAAQ,EAAE,eAAe;QACzB,IAAI,EAAE,yBAAyB;KAChC;IACD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,gBAAgB;QACtB,QAAQ,EAAE,IAAI;KACf;IACD,oBAAoB,EAAE;QACpB,QAAQ,EAAE,sBAAsB;QAChC,IAAI,EAAE,KAAK;KACZ;CACF,CAAC"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
3
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
4
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
5
|
+
*/
|
|
6
|
+
import { EscalationRelationshipsResponders } from "./EscalationRelationshipsResponders";
|
|
7
|
+
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
|
|
8
|
+
/**
|
|
9
|
+
* Contains the relationships of an escalation object, including its responders.
|
|
10
|
+
*/
|
|
11
|
+
export declare class EscalationRelationships {
|
|
12
|
+
/**
|
|
13
|
+
* Lists the users involved in a specific step of the escalation policy.
|
|
14
|
+
*/
|
|
15
|
+
"responders"?: EscalationRelationshipsResponders;
|
|
16
|
+
/**
|
|
17
|
+
* A container for additional, undeclared properties.
|
|
18
|
+
* This is a holder for any undeclared properties as specified with
|
|
19
|
+
* the 'additionalProperties' keyword in the OAS document.
|
|
20
|
+
*/
|
|
21
|
+
"additionalProperties"?: {
|
|
22
|
+
[key: string]: any;
|
|
23
|
+
};
|
|
24
|
+
/**
|
|
25
|
+
* @ignore
|
|
26
|
+
*/
|
|
27
|
+
"_unparsed"?: boolean;
|
|
28
|
+
/**
|
|
29
|
+
* @ignore
|
|
30
|
+
*/
|
|
31
|
+
static readonly attributeTypeMap: AttributeTypeMap;
|
|
32
|
+
/**
|
|
33
|
+
* @ignore
|
|
34
|
+
*/
|
|
35
|
+
static getAttributeTypeMap(): AttributeTypeMap;
|
|
36
|
+
constructor();
|
|
37
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.EscalationRelationships = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* Contains the relationships of an escalation object, including its responders.
|
|
6
|
+
*/
|
|
7
|
+
class EscalationRelationships {
|
|
8
|
+
constructor() { }
|
|
9
|
+
/**
|
|
10
|
+
* @ignore
|
|
11
|
+
*/
|
|
12
|
+
static getAttributeTypeMap() {
|
|
13
|
+
return EscalationRelationships.attributeTypeMap;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
exports.EscalationRelationships = EscalationRelationships;
|
|
17
|
+
/**
|
|
18
|
+
* @ignore
|
|
19
|
+
*/
|
|
20
|
+
EscalationRelationships.attributeTypeMap = {
|
|
21
|
+
responders: {
|
|
22
|
+
baseName: "responders",
|
|
23
|
+
type: "EscalationRelationshipsResponders",
|
|
24
|
+
},
|
|
25
|
+
additionalProperties: {
|
|
26
|
+
baseName: "additionalProperties",
|
|
27
|
+
type: "any",
|
|
28
|
+
},
|
|
29
|
+
};
|
|
30
|
+
//# sourceMappingURL=EscalationRelationships.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EscalationRelationships.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/EscalationRelationships.ts"],"names":[],"mappings":";;;AASA;;GAEG;AACH,MAAa,uBAAuB;IAuClC,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,uBAAuB,CAAC,gBAAgB,CAAC;IAClD,CAAC;;AArCH,0DAwCC;AAtBC;;GAEG;AACa,wCAAgB,GAAqB;IACnD,UAAU,EAAE;QACV,QAAQ,EAAE,YAAY;QACtB,IAAI,EAAE,mCAAmC;KAC1C;IACD,oBAAoB,EAAE;QACpB,QAAQ,EAAE,sBAAsB;QAChC,IAAI,EAAE,KAAK;KACZ;CACF,CAAC"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
3
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
4
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
5
|
+
*/
|
|
6
|
+
import { EscalationRelationshipsRespondersDataItems } from "./EscalationRelationshipsRespondersDataItems";
|
|
7
|
+
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
|
|
8
|
+
/**
|
|
9
|
+
* Lists the users involved in a specific step of the escalation policy.
|
|
10
|
+
*/
|
|
11
|
+
export declare class EscalationRelationshipsResponders {
|
|
12
|
+
/**
|
|
13
|
+
* Array of user references assigned as responders for this escalation step.
|
|
14
|
+
*/
|
|
15
|
+
"data"?: Array<EscalationRelationshipsRespondersDataItems>;
|
|
16
|
+
/**
|
|
17
|
+
* A container for additional, undeclared properties.
|
|
18
|
+
* This is a holder for any undeclared properties as specified with
|
|
19
|
+
* the 'additionalProperties' keyword in the OAS document.
|
|
20
|
+
*/
|
|
21
|
+
"additionalProperties"?: {
|
|
22
|
+
[key: string]: any;
|
|
23
|
+
};
|
|
24
|
+
/**
|
|
25
|
+
* @ignore
|
|
26
|
+
*/
|
|
27
|
+
"_unparsed"?: boolean;
|
|
28
|
+
/**
|
|
29
|
+
* @ignore
|
|
30
|
+
*/
|
|
31
|
+
static readonly attributeTypeMap: AttributeTypeMap;
|
|
32
|
+
/**
|
|
33
|
+
* @ignore
|
|
34
|
+
*/
|
|
35
|
+
static getAttributeTypeMap(): AttributeTypeMap;
|
|
36
|
+
constructor();
|
|
37
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.EscalationRelationshipsResponders = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* Lists the users involved in a specific step of the escalation policy.
|
|
6
|
+
*/
|
|
7
|
+
class EscalationRelationshipsResponders {
|
|
8
|
+
constructor() { }
|
|
9
|
+
/**
|
|
10
|
+
* @ignore
|
|
11
|
+
*/
|
|
12
|
+
static getAttributeTypeMap() {
|
|
13
|
+
return EscalationRelationshipsResponders.attributeTypeMap;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
exports.EscalationRelationshipsResponders = EscalationRelationshipsResponders;
|
|
17
|
+
/**
|
|
18
|
+
* @ignore
|
|
19
|
+
*/
|
|
20
|
+
EscalationRelationshipsResponders.attributeTypeMap = {
|
|
21
|
+
data: {
|
|
22
|
+
baseName: "data",
|
|
23
|
+
type: "Array<EscalationRelationshipsRespondersDataItems>",
|
|
24
|
+
},
|
|
25
|
+
additionalProperties: {
|
|
26
|
+
baseName: "additionalProperties",
|
|
27
|
+
type: "any",
|
|
28
|
+
},
|
|
29
|
+
};
|
|
30
|
+
//# sourceMappingURL=EscalationRelationshipsResponders.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EscalationRelationshipsResponders.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/EscalationRelationshipsResponders.ts"],"names":[],"mappings":";;;AASA;;GAEG;AACH,MAAa,iCAAiC;IAuC5C,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,iCAAiC,CAAC,gBAAgB,CAAC;IAC5D,CAAC;;AArCH,8EAwCC;AAtBC;;GAEG;AACa,kDAAgB,GAAqB;IACnD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,mDAAmD;KAC1D;IACD,oBAAoB,EAAE;QACpB,QAAQ,EAAE,sBAAsB;QAChC,IAAI,EAAE,KAAK;KACZ;CACF,CAAC"}
|
package/dist/packages/datadog-api-client-v2/models/EscalationRelationshipsRespondersDataItems.d.ts
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
3
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
4
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
5
|
+
*/
|
|
6
|
+
import { EscalationRelationshipsRespondersDataItemsType } from "./EscalationRelationshipsRespondersDataItemsType";
|
|
7
|
+
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
|
|
8
|
+
/**
|
|
9
|
+
* Represents a user assigned to an escalation step.
|
|
10
|
+
*/
|
|
11
|
+
export declare class EscalationRelationshipsRespondersDataItems {
|
|
12
|
+
/**
|
|
13
|
+
* Unique identifier of the user assigned to the escalation step.
|
|
14
|
+
*/
|
|
15
|
+
"id": string;
|
|
16
|
+
/**
|
|
17
|
+
* Represents the resource type for users assigned as responders in an escalation step.
|
|
18
|
+
*/
|
|
19
|
+
"type": EscalationRelationshipsRespondersDataItemsType;
|
|
20
|
+
/**
|
|
21
|
+
* A container for additional, undeclared properties.
|
|
22
|
+
* This is a holder for any undeclared properties as specified with
|
|
23
|
+
* the 'additionalProperties' keyword in the OAS document.
|
|
24
|
+
*/
|
|
25
|
+
"additionalProperties"?: {
|
|
26
|
+
[key: string]: any;
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* @ignore
|
|
30
|
+
*/
|
|
31
|
+
"_unparsed"?: boolean;
|
|
32
|
+
/**
|
|
33
|
+
* @ignore
|
|
34
|
+
*/
|
|
35
|
+
static readonly attributeTypeMap: AttributeTypeMap;
|
|
36
|
+
/**
|
|
37
|
+
* @ignore
|
|
38
|
+
*/
|
|
39
|
+
static getAttributeTypeMap(): AttributeTypeMap;
|
|
40
|
+
constructor();
|
|
41
|
+
}
|
package/dist/packages/datadog-api-client-v2/models/EscalationRelationshipsRespondersDataItems.js
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.EscalationRelationshipsRespondersDataItems = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* Represents a user assigned to an escalation step.
|
|
6
|
+
*/
|
|
7
|
+
class EscalationRelationshipsRespondersDataItems {
|
|
8
|
+
constructor() { }
|
|
9
|
+
/**
|
|
10
|
+
* @ignore
|
|
11
|
+
*/
|
|
12
|
+
static getAttributeTypeMap() {
|
|
13
|
+
return EscalationRelationshipsRespondersDataItems.attributeTypeMap;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
exports.EscalationRelationshipsRespondersDataItems = EscalationRelationshipsRespondersDataItems;
|
|
17
|
+
/**
|
|
18
|
+
* @ignore
|
|
19
|
+
*/
|
|
20
|
+
EscalationRelationshipsRespondersDataItems.attributeTypeMap = {
|
|
21
|
+
id: {
|
|
22
|
+
baseName: "id",
|
|
23
|
+
type: "string",
|
|
24
|
+
required: true,
|
|
25
|
+
},
|
|
26
|
+
type: {
|
|
27
|
+
baseName: "type",
|
|
28
|
+
type: "EscalationRelationshipsRespondersDataItemsType",
|
|
29
|
+
required: true,
|
|
30
|
+
},
|
|
31
|
+
additionalProperties: {
|
|
32
|
+
baseName: "additionalProperties",
|
|
33
|
+
type: "any",
|
|
34
|
+
},
|
|
35
|
+
};
|
|
36
|
+
//# sourceMappingURL=EscalationRelationshipsRespondersDataItems.js.map
|
package/dist/packages/datadog-api-client-v2/models/EscalationRelationshipsRespondersDataItems.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EscalationRelationshipsRespondersDataItems.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/EscalationRelationshipsRespondersDataItems.ts"],"names":[],"mappings":";;;AASA;;GAEG;AACH,MAAa,0CAA0C;IAiDrD,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,0CAA0C,CAAC,gBAAgB,CAAC;IACrE,CAAC;;AA/CH,gGAkDC;AA5BC;;GAEG;AACa,2DAAgB,GAAqB;IACnD,EAAE,EAAE;QACF,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;KACf;IACD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,gDAAgD;QACtD,QAAQ,EAAE,IAAI;KACf;IACD,oBAAoB,EAAE;QACpB,QAAQ,EAAE,sBAAsB;QAChC,IAAI,EAAE,KAAK;KACZ;CACF,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
3
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
4
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
5
|
+
*/
|
|
6
|
+
import { UnparsedObject } from "../../datadog-api-client-common/util";
|
|
7
|
+
/**
|
|
8
|
+
* Represents the resource type for users assigned as responders in an escalation step.
|
|
9
|
+
*/
|
|
10
|
+
export declare type EscalationRelationshipsRespondersDataItemsType = typeof USERS | UnparsedObject;
|
|
11
|
+
export declare const USERS = "users";
|
package/dist/packages/datadog-api-client-v2/models/EscalationRelationshipsRespondersDataItemsType.js
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
4
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
5
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
6
|
+
*/
|
|
7
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
+
exports.USERS = void 0;
|
|
9
|
+
exports.USERS = "users";
|
|
10
|
+
//# sourceMappingURL=EscalationRelationshipsRespondersDataItemsType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EscalationRelationshipsRespondersDataItemsType.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/EscalationRelationshipsRespondersDataItemsType.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAWU,QAAA,KAAK,GAAG,OAAO,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
3
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
4
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
5
|
+
*/
|
|
6
|
+
import { UnparsedObject } from "../../datadog-api-client-common/util";
|
|
7
|
+
/**
|
|
8
|
+
* Represents the resource type for individual steps in an escalation policy used during incident response.
|
|
9
|
+
*/
|
|
10
|
+
export declare type EscalationType = typeof ESCALATION_POLICY_STEPS | UnparsedObject;
|
|
11
|
+
export declare const ESCALATION_POLICY_STEPS = "escalation_policy_steps";
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
4
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
5
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
6
|
+
*/
|
|
7
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
+
exports.ESCALATION_POLICY_STEPS = void 0;
|
|
9
|
+
exports.ESCALATION_POLICY_STEPS = "escalation_policy_steps";
|
|
10
|
+
//# sourceMappingURL=EscalationType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EscalationType.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/EscalationType.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AASU,QAAA,uBAAuB,GAAG,yBAAyB,CAAC"}
|
|
@@ -13,6 +13,14 @@ import { AttributeTypeMap } from "../../datadog-api-client-common/util";
|
|
|
13
13
|
* The JSON:API attributes of the finding.
|
|
14
14
|
*/
|
|
15
15
|
export declare class FindingAttributes {
|
|
16
|
+
/**
|
|
17
|
+
* The Datadog relative link for this finding.
|
|
18
|
+
*/
|
|
19
|
+
"datadogLink"?: string;
|
|
20
|
+
/**
|
|
21
|
+
* The description and remediation steps for this finding.
|
|
22
|
+
*/
|
|
23
|
+
"description"?: string;
|
|
16
24
|
/**
|
|
17
25
|
* The evaluation of the finding.
|
|
18
26
|
*/
|
|
@@ -21,6 +29,10 @@ export declare class FindingAttributes {
|
|
|
21
29
|
* The date on which the evaluation for this finding changed (Unix ms).
|
|
22
30
|
*/
|
|
23
31
|
"evaluationChangedAt"?: number;
|
|
32
|
+
/**
|
|
33
|
+
* The cloud-based ID for the resource related to the finding.
|
|
34
|
+
*/
|
|
35
|
+
"externalId"?: string;
|
|
24
36
|
/**
|
|
25
37
|
* Information about the mute status of this finding.
|
|
26
38
|
*/
|
|
@@ -18,6 +18,14 @@ exports.FindingAttributes = FindingAttributes;
|
|
|
18
18
|
* @ignore
|
|
19
19
|
*/
|
|
20
20
|
FindingAttributes.attributeTypeMap = {
|
|
21
|
+
datadogLink: {
|
|
22
|
+
baseName: "datadog_link",
|
|
23
|
+
type: "string",
|
|
24
|
+
},
|
|
25
|
+
description: {
|
|
26
|
+
baseName: "description",
|
|
27
|
+
type: "string",
|
|
28
|
+
},
|
|
21
29
|
evaluation: {
|
|
22
30
|
baseName: "evaluation",
|
|
23
31
|
type: "FindingEvaluation",
|
|
@@ -27,6 +35,10 @@ FindingAttributes.attributeTypeMap = {
|
|
|
27
35
|
type: "number",
|
|
28
36
|
format: "int64",
|
|
29
37
|
},
|
|
38
|
+
externalId: {
|
|
39
|
+
baseName: "external_id",
|
|
40
|
+
type: "string",
|
|
41
|
+
},
|
|
30
42
|
mute: {
|
|
31
43
|
baseName: "mute",
|
|
32
44
|
type: "FindingMute",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FindingAttributes.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/FindingAttributes.ts"],"names":[],"mappings":";;;AAaA;;GAEG;AACH,MAAa,iBAAiB;
|
|
1
|
+
{"version":3,"file":"FindingAttributes.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/FindingAttributes.ts"],"names":[],"mappings":";;;AAaA;;GAEG;AACH,MAAa,iBAAiB;IAyI5B,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,iBAAiB,CAAC,gBAAgB,CAAC;IAC5C,CAAC;;AAvIH,8CA0IC;AAxEC;;GAEG;AACa,kCAAgB,GAAqB;IACnD,WAAW,EAAE;QACX,QAAQ,EAAE,cAAc;QACxB,IAAI,EAAE,QAAQ;KACf;IACD,WAAW,EAAE;QACX,QAAQ,EAAE,aAAa;QACvB,IAAI,EAAE,QAAQ;KACf;IACD,UAAU,EAAE;QACV,QAAQ,EAAE,YAAY;QACtB,IAAI,EAAE,mBAAmB;KAC1B;IACD,mBAAmB,EAAE;QACnB,QAAQ,EAAE,uBAAuB;QACjC,IAAI,EAAE,QAAQ;QACd,MAAM,EAAE,OAAO;KAChB;IACD,UAAU,EAAE;QACV,QAAQ,EAAE,aAAa;QACvB,IAAI,EAAE,QAAQ;KACf;IACD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,aAAa;KACpB;IACD,QAAQ,EAAE;QACR,QAAQ,EAAE,UAAU;QACpB,IAAI,EAAE,QAAQ;KACf;IACD,qBAAqB,EAAE;QACrB,QAAQ,EAAE,yBAAyB;QACnC,IAAI,EAAE,QAAQ;QACd,MAAM,EAAE,OAAO;KAChB;IACD,YAAY,EAAE;QACZ,QAAQ,EAAE,eAAe;QACzB,IAAI,EAAE,QAAQ;KACf;IACD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,aAAa;KACpB;IACD,MAAM,EAAE;QACN,QAAQ,EAAE,QAAQ;QAClB,IAAI,EAAE,eAAe;KACtB;IACD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,eAAe;KACtB;IACD,iBAAiB,EAAE;QACjB,QAAQ,EAAE,oBAAoB;QAC9B,IAAI,EAAE,0BAA0B;KACjC;IACD,oBAAoB,EAAE;QACpB,QAAQ,EAAE,sBAAsB;QAChC,IAAI,EAAE,KAAK;KACZ;CACF,CAAC"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
3
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
4
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
5
|
+
*/
|
|
6
|
+
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
|
|
7
|
+
/**
|
|
8
|
+
* Kind attributes.
|
|
9
|
+
*/
|
|
10
|
+
export declare class KindAttributes {
|
|
11
|
+
/**
|
|
12
|
+
* Short description of the kind.
|
|
13
|
+
*/
|
|
14
|
+
"description"?: string;
|
|
15
|
+
/**
|
|
16
|
+
* User friendly name of the kind.
|
|
17
|
+
*/
|
|
18
|
+
"displayName"?: string;
|
|
19
|
+
/**
|
|
20
|
+
* The kind name.
|
|
21
|
+
*/
|
|
22
|
+
"name"?: string;
|
|
23
|
+
/**
|
|
24
|
+
* A container for additional, undeclared properties.
|
|
25
|
+
* This is a holder for any undeclared properties as specified with
|
|
26
|
+
* the 'additionalProperties' keyword in the OAS document.
|
|
27
|
+
*/
|
|
28
|
+
"additionalProperties"?: {
|
|
29
|
+
[key: string]: any;
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* @ignore
|
|
33
|
+
*/
|
|
34
|
+
"_unparsed"?: boolean;
|
|
35
|
+
/**
|
|
36
|
+
* @ignore
|
|
37
|
+
*/
|
|
38
|
+
static readonly attributeTypeMap: AttributeTypeMap;
|
|
39
|
+
/**
|
|
40
|
+
* @ignore
|
|
41
|
+
*/
|
|
42
|
+
static getAttributeTypeMap(): AttributeTypeMap;
|
|
43
|
+
constructor();
|
|
44
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
4
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
5
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
6
|
+
*/
|
|
7
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
+
exports.KindAttributes = void 0;
|
|
9
|
+
/**
|
|
10
|
+
* Kind attributes.
|
|
11
|
+
*/
|
|
12
|
+
class KindAttributes {
|
|
13
|
+
constructor() { }
|
|
14
|
+
/**
|
|
15
|
+
* @ignore
|
|
16
|
+
*/
|
|
17
|
+
static getAttributeTypeMap() {
|
|
18
|
+
return KindAttributes.attributeTypeMap;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
exports.KindAttributes = KindAttributes;
|
|
22
|
+
/**
|
|
23
|
+
* @ignore
|
|
24
|
+
*/
|
|
25
|
+
KindAttributes.attributeTypeMap = {
|
|
26
|
+
description: {
|
|
27
|
+
baseName: "description",
|
|
28
|
+
type: "string",
|
|
29
|
+
},
|
|
30
|
+
displayName: {
|
|
31
|
+
baseName: "displayName",
|
|
32
|
+
type: "string",
|
|
33
|
+
},
|
|
34
|
+
name: {
|
|
35
|
+
baseName: "name",
|
|
36
|
+
type: "string",
|
|
37
|
+
},
|
|
38
|
+
additionalProperties: {
|
|
39
|
+
baseName: "additionalProperties",
|
|
40
|
+
type: "any",
|
|
41
|
+
},
|
|
42
|
+
};
|
|
43
|
+
//# sourceMappingURL=KindAttributes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"KindAttributes.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/KindAttributes.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAIH;;GAEG;AACH,MAAa,cAAc;IAuDzB,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,cAAc,CAAC,gBAAgB,CAAC;IACzC,CAAC;;AArDH,wCAwDC;AA9BC;;GAEG;AACa,+BAAgB,GAAqB;IACnD,WAAW,EAAE;QACX,QAAQ,EAAE,aAAa;QACvB,IAAI,EAAE,QAAQ;KACf;IACD,WAAW,EAAE;QACX,QAAQ,EAAE,aAAa;QACvB,IAAI,EAAE,QAAQ;KACf;IACD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,QAAQ;KACf;IACD,oBAAoB,EAAE;QACpB,QAAQ,EAAE,sBAAsB;QAChC,IAAI,EAAE,KAAK;KACZ;CACF,CAAC"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
3
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
4
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
5
|
+
*/
|
|
6
|
+
import { KindAttributes } from "./KindAttributes";
|
|
7
|
+
import { KindMetadata } from "./KindMetadata";
|
|
8
|
+
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
|
|
9
|
+
/**
|
|
10
|
+
* Schema that defines the structure of a Kind object in the Software Catalog.
|
|
11
|
+
*/
|
|
12
|
+
export declare class KindData {
|
|
13
|
+
/**
|
|
14
|
+
* Kind attributes.
|
|
15
|
+
*/
|
|
16
|
+
"attributes"?: KindAttributes;
|
|
17
|
+
/**
|
|
18
|
+
* A read-only globally unique identifier for the entity generated by Datadog. User supplied values are ignored.
|
|
19
|
+
*/
|
|
20
|
+
"id"?: string;
|
|
21
|
+
/**
|
|
22
|
+
* Kind metadata.
|
|
23
|
+
*/
|
|
24
|
+
"meta"?: KindMetadata;
|
|
25
|
+
/**
|
|
26
|
+
* Kind.
|
|
27
|
+
*/
|
|
28
|
+
"type"?: string;
|
|
29
|
+
/**
|
|
30
|
+
* A container for additional, undeclared properties.
|
|
31
|
+
* This is a holder for any undeclared properties as specified with
|
|
32
|
+
* the 'additionalProperties' keyword in the OAS document.
|
|
33
|
+
*/
|
|
34
|
+
"additionalProperties"?: {
|
|
35
|
+
[key: string]: any;
|
|
36
|
+
};
|
|
37
|
+
/**
|
|
38
|
+
* @ignore
|
|
39
|
+
*/
|
|
40
|
+
"_unparsed"?: boolean;
|
|
41
|
+
/**
|
|
42
|
+
* @ignore
|
|
43
|
+
*/
|
|
44
|
+
static readonly attributeTypeMap: AttributeTypeMap;
|
|
45
|
+
/**
|
|
46
|
+
* @ignore
|
|
47
|
+
*/
|
|
48
|
+
static getAttributeTypeMap(): AttributeTypeMap;
|
|
49
|
+
constructor();
|
|
50
|
+
}
|