oci-apmtraces 2.111.3 → 2.112.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/index.d.ts +3 -0
- package/index.js +4 -1
- package/index.js.map +1 -1
- package/lib/client.d.ts +145 -4
- package/lib/client.js +570 -5
- package/lib/client.js.map +1 -1
- package/lib/model/attribute-metadata.d.ts +55 -0
- package/lib/model/attribute-metadata.js +54 -0
- package/lib/model/attribute-metadata.js.map +1 -0
- package/lib/model/attribute-response.d.ts +1 -1
- package/lib/model/attribute-update-response.d.ts +1 -1
- package/lib/model/attribute.d.ts +33 -0
- package/lib/model/attribute.js +30 -0
- package/lib/model/attribute.js.map +1 -0
- package/lib/model/auto-activate-status.d.ts +10 -1
- package/lib/model/auto-activate-status.js +10 -0
- package/lib/model/auto-activate-status.js.map +1 -1
- package/lib/model/auto-activate-toggle-status.d.ts +10 -1
- package/lib/model/auto-activate-toggle-status.js +10 -0
- package/lib/model/auto-activate-toggle-status.js.map +1 -1
- package/lib/model/bulk-activate-attribute-detail.d.ts +10 -3
- package/lib/model/bulk-activate-attribute-detail.js +2 -0
- package/lib/model/bulk-activate-attribute-detail.js.map +1 -1
- package/lib/model/bulk-de-activate-attribute-detail.d.ts +2 -1
- package/lib/model/bulk-de-activate-attribute-detail.js +1 -0
- package/lib/model/bulk-de-activate-attribute-detail.js.map +1 -1
- package/lib/model/bulk-pin-attribute-detail.d.ts +2 -1
- package/lib/model/bulk-pin-attribute-detail.js +1 -0
- package/lib/model/bulk-pin-attribute-detail.js.map +1 -1
- package/lib/model/bulk-unpin-attribute-detail.d.ts +2 -1
- package/lib/model/bulk-unpin-attribute-detail.js +1 -0
- package/lib/model/bulk-unpin-attribute-detail.js.map +1 -1
- package/lib/model/bulk-update-attribute-detail.d.ts +3 -2
- package/lib/model/bulk-update-attribute-detail.js +1 -0
- package/lib/model/bulk-update-attribute-detail.js.map +1 -1
- package/lib/model/bulk-update-attribute-notes-detail.d.ts +2 -1
- package/lib/model/bulk-update-attribute-notes-detail.js +1 -0
- package/lib/model/bulk-update-attribute-notes-detail.js.map +1 -1
- package/lib/model/create-scheduled-query-details.d.ts +88 -0
- package/lib/model/create-scheduled-query-details.js +58 -0
- package/lib/model/create-scheduled-query-details.js.map +1 -0
- package/lib/model/custom-metric.d.ts +67 -0
- package/lib/model/custom-metric.js +30 -0
- package/lib/model/custom-metric.js.map +1 -0
- package/lib/model/index.d.ts +34 -0
- package/lib/model/index.js +36 -2
- package/lib/model/index.js.map +1 -1
- package/lib/model/lifecycle-states.d.ts +33 -0
- package/lib/model/lifecycle-states.js +44 -0
- package/lib/model/lifecycle-states.js.map +1 -0
- package/lib/model/log.d.ts +97 -0
- package/lib/model/log.js +69 -0
- package/lib/model/log.js.map +1 -0
- package/lib/model/object-storage.d.ts +38 -0
- package/lib/model/object-storage.js +30 -0
- package/lib/model/object-storage.js.map +1 -0
- package/lib/model/scheduled-query-collection.d.ts +29 -0
- package/lib/model/scheduled-query-collection.js +62 -0
- package/lib/model/scheduled-query-collection.js.map +1 -0
- package/lib/model/scheduled-query-processing-config.d.ts +27 -0
- package/lib/model/scheduled-query-processing-config.js +68 -0
- package/lib/model/scheduled-query-processing-config.js.map +1 -0
- package/lib/model/scheduled-query-processing-sub-type.d.ts +32 -0
- package/lib/model/scheduled-query-processing-sub-type.js +43 -0
- package/lib/model/scheduled-query-processing-sub-type.js.map +1 -0
- package/lib/model/scheduled-query-processing-type.d.ts +31 -0
- package/lib/model/scheduled-query-processing-type.js +42 -0
- package/lib/model/scheduled-query-processing-type.js.map +1 -0
- package/lib/model/scheduled-query-retention-criteria.d.ts +30 -0
- package/lib/model/scheduled-query-retention-criteria.js +41 -0
- package/lib/model/scheduled-query-retention-criteria.js.map +1 -0
- package/lib/model/scheduled-query-summary.d.ts +103 -0
- package/lib/model/scheduled-query-summary.js +58 -0
- package/lib/model/scheduled-query-summary.js.map +1 -0
- package/lib/model/scheduled-query.d.ts +118 -0
- package/lib/model/scheduled-query.js +58 -0
- package/lib/model/scheduled-query.js.map +1 -0
- package/lib/model/sort-order.d.ts +24 -0
- package/lib/model/sort-order.js +35 -0
- package/lib/model/sort-order.js.map +1 -0
- package/lib/model/streaming.d.ts +28 -0
- package/lib/model/streaming.js +30 -0
- package/lib/model/streaming.js.map +1 -0
- package/lib/model/tag-metadata.d.ts +1 -1
- package/lib/model/update-scheduled-query-details.d.ts +88 -0
- package/lib/model/update-scheduled-query-details.js +58 -0
- package/lib/model/update-scheduled-query-details.js.map +1 -0
- package/lib/request/create-scheduled-query-request.d.ts +50 -0
- package/lib/request/create-scheduled-query-request.js +15 -0
- package/lib/request/create-scheduled-query-request.js.map +1 -0
- package/lib/request/delete-scheduled-query-request.d.ts +52 -0
- package/lib/request/delete-scheduled-query-request.js +15 -0
- package/lib/request/delete-scheduled-query-request.js.map +1 -0
- package/lib/request/get-log-request.d.ts +53 -0
- package/lib/request/get-log-request.js +15 -0
- package/lib/request/get-log-request.js.map +1 -0
- package/lib/request/get-scheduled-query-request.d.ts +43 -0
- package/lib/request/get-scheduled-query-request.js +15 -0
- package/lib/request/get-scheduled-query-request.js.map +1 -0
- package/lib/request/get-trace-request.d.ts +2 -2
- package/lib/request/index.d.ts +12 -0
- package/lib/request/index.js +3 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-scheduled-queries-request.d.ts +74 -0
- package/lib/request/list-scheduled-queries-request.js +27 -0
- package/lib/request/list-scheduled-queries-request.js.map +1 -0
- package/lib/request/query-request.d.ts +6 -4
- package/lib/request/update-scheduled-query-request.d.ts +64 -0
- package/lib/request/update-scheduled-query-request.js +15 -0
- package/lib/request/update-scheduled-query-request.js.map +1 -0
- package/lib/response/create-scheduled-query-response.d.ts +30 -0
- package/lib/response/create-scheduled-query-response.js +15 -0
- package/lib/response/create-scheduled-query-response.js.map +1 -0
- package/lib/response/delete-scheduled-query-response.d.ts +20 -0
- package/lib/response/delete-scheduled-query-response.js +15 -0
- package/lib/response/delete-scheduled-query-response.js.map +1 -0
- package/lib/response/get-log-response.d.ts +30 -0
- package/lib/response/get-log-response.js +15 -0
- package/lib/response/get-log-response.js.map +1 -0
- package/lib/response/get-scheduled-query-response.d.ts +30 -0
- package/lib/response/get-scheduled-query-response.js +15 -0
- package/lib/response/get-scheduled-query-response.js.map +1 -0
- package/lib/response/index.d.ts +12 -0
- package/lib/response/list-scheduled-queries-response.d.ts +32 -0
- package/lib/response/list-scheduled-queries-response.js +15 -0
- package/lib/response/list-scheduled-queries-response.js.map +1 -0
- package/lib/response/update-scheduled-query-response.d.ts +30 -0
- package/lib/response/update-scheduled-query-response.js +15 -0
- package/lib/response/update-scheduled-query-response.js.map +1 -0
- package/lib/scheduledquery-waiter.d.ts +30 -0
- package/lib/scheduledquery-waiter.js +66 -0
- package/lib/scheduledquery-waiter.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Application Performance Monitoring Trace Explorer API
|
|
4
|
+
* Use the Application Performance Monitoring Trace Explorer API to query traces and associated spans in Trace Explorer. For more information, see [Application Performance Monitoring](https://docs.oracle.com/iaas/application-performance-monitoring/index.html).
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20200630
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.ScheduledQueryRetentionCriteria = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* Retention crtieria for the scheduled query.
|
|
19
|
+
*
|
|
20
|
+
**/
|
|
21
|
+
var ScheduledQueryRetentionCriteria;
|
|
22
|
+
(function (ScheduledQueryRetentionCriteria) {
|
|
23
|
+
ScheduledQueryRetentionCriteria["KeepDataUntilRetentionPeriod"] = "KEEP_DATA_UNTIL_RETENTION_PERIOD";
|
|
24
|
+
ScheduledQueryRetentionCriteria["Update"] = "UPDATE";
|
|
25
|
+
/**
|
|
26
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
27
|
+
* version of the SDK.
|
|
28
|
+
*/
|
|
29
|
+
ScheduledQueryRetentionCriteria["UnknownValue"] = "UNKNOWN_VALUE";
|
|
30
|
+
})(ScheduledQueryRetentionCriteria = exports.ScheduledQueryRetentionCriteria || (exports.ScheduledQueryRetentionCriteria = {}));
|
|
31
|
+
(function (ScheduledQueryRetentionCriteria) {
|
|
32
|
+
function getJsonObj(obj) {
|
|
33
|
+
return obj;
|
|
34
|
+
}
|
|
35
|
+
ScheduledQueryRetentionCriteria.getJsonObj = getJsonObj;
|
|
36
|
+
function getDeserializedJsonObj(obj) {
|
|
37
|
+
return obj;
|
|
38
|
+
}
|
|
39
|
+
ScheduledQueryRetentionCriteria.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
40
|
+
})(ScheduledQueryRetentionCriteria = exports.ScheduledQueryRetentionCriteria || (exports.ScheduledQueryRetentionCriteria = {}));
|
|
41
|
+
//# sourceMappingURL=scheduled-query-retention-criteria.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scheduled-query-retention-criteria.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/model/scheduled-query-retention-criteria.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAKH;;;IAGI;AACJ,IAAY,+BASX;AATD,WAAY,+BAA+B;IACzC,oGAAiE,CAAA;IACjE,oDAAiB,CAAA;IAEjB;;;OAGG;IACH,iEAA8B,CAAA;AAChC,CAAC,EATW,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QAS1C;AAED,WAAiB,+BAA+B;IAC9C,SAAgB,UAAU,CACxB,GAAoC;QAEpC,OAAO,GAAG,CAAC;IACb,CAAC;IAJe,0CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAoC;QAEpC,OAAO,GAAG,CAAC;IACb,CAAC;IAJe,sDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QAW/C"}
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Application Performance Monitoring Trace Explorer API
|
|
3
|
+
* Use the Application Performance Monitoring Trace Explorer API to query traces and associated spans in Trace Explorer. For more information, see [Application Performance Monitoring](https://docs.oracle.com/iaas/application-performance-monitoring/index.html).
|
|
4
|
+
|
|
5
|
+
* OpenAPI spec version: 20200630
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
import * as model from "../model";
|
|
15
|
+
/**
|
|
16
|
+
* Scheduled Query object.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
export interface ScheduledQuerySummary {
|
|
20
|
+
/**
|
|
21
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the scheduled query . An OCID is generated
|
|
22
|
+
* when the scheduled query is created.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"id"?: string;
|
|
26
|
+
/**
|
|
27
|
+
* Name of the scheduled query.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"scheduledQueryName"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* Processing type of the scheduled query.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"scheduledQueryProcessingType"?: model.ScheduledQueryProcessingType;
|
|
36
|
+
/**
|
|
37
|
+
* Scheduled query to be run.
|
|
38
|
+
*
|
|
39
|
+
*/
|
|
40
|
+
"scheduledQueryText"?: string;
|
|
41
|
+
/**
|
|
42
|
+
* Schedule for the scheduled query.
|
|
43
|
+
*
|
|
44
|
+
*/
|
|
45
|
+
"scheduledQuerySchedule"?: string;
|
|
46
|
+
/**
|
|
47
|
+
* Processing sub type of the scheduled query.
|
|
48
|
+
*
|
|
49
|
+
*/
|
|
50
|
+
"scheduledQueryProcessingSubType"?: model.ScheduledQueryProcessingSubType;
|
|
51
|
+
"scheduledQueryProcessingConfiguration"?: model.ScheduledQueryProcessingConfig;
|
|
52
|
+
/**
|
|
53
|
+
* Scheduled query instances.
|
|
54
|
+
*
|
|
55
|
+
*/
|
|
56
|
+
"scheduledQueryInstances"?: string;
|
|
57
|
+
/**
|
|
58
|
+
* Next run for the scheduled query.
|
|
59
|
+
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
60
|
+
*/
|
|
61
|
+
"scheduledQueryNextRunInMs"?: number;
|
|
62
|
+
/**
|
|
63
|
+
* Retention criteria for the scheduled query.
|
|
64
|
+
*
|
|
65
|
+
*/
|
|
66
|
+
"scheduledQueryRetentionCriteria"?: model.ScheduledQueryRetentionCriteria;
|
|
67
|
+
/**
|
|
68
|
+
* The current lifecycle state of the Scheduled Query.
|
|
69
|
+
*/
|
|
70
|
+
"lifecycleState"?: model.LifecycleStates;
|
|
71
|
+
/**
|
|
72
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
73
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
74
|
+
*
|
|
75
|
+
*/
|
|
76
|
+
"freeformTags"?: {
|
|
77
|
+
[key: string]: string;
|
|
78
|
+
};
|
|
79
|
+
/**
|
|
80
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
81
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
82
|
+
*
|
|
83
|
+
*/
|
|
84
|
+
"definedTags"?: {
|
|
85
|
+
[key: string]: {
|
|
86
|
+
[key: string]: any;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
89
|
+
/**
|
|
90
|
+
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
91
|
+
* Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
92
|
+
*
|
|
93
|
+
*/
|
|
94
|
+
"systemTags"?: {
|
|
95
|
+
[key: string]: {
|
|
96
|
+
[key: string]: any;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
99
|
+
}
|
|
100
|
+
export declare namespace ScheduledQuerySummary {
|
|
101
|
+
function getJsonObj(obj: ScheduledQuerySummary): object;
|
|
102
|
+
function getDeserializedJsonObj(obj: ScheduledQuerySummary): object;
|
|
103
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Application Performance Monitoring Trace Explorer API
|
|
4
|
+
* Use the Application Performance Monitoring Trace Explorer API to query traces and associated spans in Trace Explorer. For more information, see [Application Performance Monitoring](https://docs.oracle.com/iaas/application-performance-monitoring/index.html).
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20200630
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
14
|
+
*/
|
|
15
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
16
|
+
if (k2 === undefined) k2 = k;
|
|
17
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
18
|
+
}) : (function(o, m, k, k2) {
|
|
19
|
+
if (k2 === undefined) k2 = k;
|
|
20
|
+
o[k2] = m[k];
|
|
21
|
+
}));
|
|
22
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
23
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
24
|
+
}) : function(o, v) {
|
|
25
|
+
o["default"] = v;
|
|
26
|
+
});
|
|
27
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
|
+
exports.ScheduledQuerySummary = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var ScheduledQuerySummary;
|
|
38
|
+
(function (ScheduledQuerySummary) {
|
|
39
|
+
function getJsonObj(obj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
41
|
+
"scheduledQueryProcessingConfiguration": obj.scheduledQueryProcessingConfiguration
|
|
42
|
+
? model.ScheduledQueryProcessingConfig.getJsonObj(obj.scheduledQueryProcessingConfiguration)
|
|
43
|
+
: undefined
|
|
44
|
+
});
|
|
45
|
+
return jsonObj;
|
|
46
|
+
}
|
|
47
|
+
ScheduledQuerySummary.getJsonObj = getJsonObj;
|
|
48
|
+
function getDeserializedJsonObj(obj) {
|
|
49
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
50
|
+
"scheduledQueryProcessingConfiguration": obj.scheduledQueryProcessingConfiguration
|
|
51
|
+
? model.ScheduledQueryProcessingConfig.getDeserializedJsonObj(obj.scheduledQueryProcessingConfiguration)
|
|
52
|
+
: undefined
|
|
53
|
+
});
|
|
54
|
+
return jsonObj;
|
|
55
|
+
}
|
|
56
|
+
ScheduledQuerySummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
57
|
+
})(ScheduledQuerySummary = exports.ScheduledQuerySummary || (exports.ScheduledQuerySummary = {}));
|
|
58
|
+
//# sourceMappingURL=scheduled-query-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scheduled-query-summary.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/model/scheduled-query-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA+ElC,IAAiB,qBAAqB,CA6BrC;AA7BD,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B;QACnD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,uCAAuC,EAAE,GAAG,CAAC,qCAAqC;gBAChF,CAAC,CAAC,KAAK,CAAC,8BAA8B,CAAC,UAAU,CAC7C,GAAG,CAAC,qCAAqC,CAC1C;gBACH,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,gCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,uCAAuC,EAAE,GAAG,CAAC,qCAAqC;gBAChF,CAAC,CAAC,KAAK,CAAC,8BAA8B,CAAC,sBAAsB,CACzD,GAAG,CAAC,qCAAqC,CAC1C;gBACH,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,4CAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QA6BrC"}
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Application Performance Monitoring Trace Explorer API
|
|
3
|
+
* Use the Application Performance Monitoring Trace Explorer API to query traces and associated spans in Trace Explorer. For more information, see [Application Performance Monitoring](https://docs.oracle.com/iaas/application-performance-monitoring/index.html).
|
|
4
|
+
|
|
5
|
+
* OpenAPI spec version: 20200630
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
import * as model from "../model";
|
|
15
|
+
/**
|
|
16
|
+
* Scheduled Query object.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
export interface ScheduledQuery {
|
|
20
|
+
/**
|
|
21
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the scheduled query . An OCID is generated
|
|
22
|
+
* when the scheduled query is created.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"id"?: string;
|
|
26
|
+
/**
|
|
27
|
+
* Processing type of the scheduled query.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"scheduledQueryProcessingType"?: model.ScheduledQueryProcessingType;
|
|
31
|
+
/**
|
|
32
|
+
* Name of the scheduled query.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"scheduledQueryName"?: string;
|
|
36
|
+
/**
|
|
37
|
+
* Scheduled query to be run.
|
|
38
|
+
*
|
|
39
|
+
*/
|
|
40
|
+
"scheduledQueryText"?: string;
|
|
41
|
+
/**
|
|
42
|
+
* Description for the scheduled query.
|
|
43
|
+
*
|
|
44
|
+
*/
|
|
45
|
+
"scheduledQueryDescription"?: string;
|
|
46
|
+
/**
|
|
47
|
+
* Schedule for the scheduled query.
|
|
48
|
+
*
|
|
49
|
+
*/
|
|
50
|
+
"scheduledQuerySchedule"?: string;
|
|
51
|
+
/**
|
|
52
|
+
* Maximum runtime for the scheduled query in seconds.
|
|
53
|
+
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
54
|
+
*/
|
|
55
|
+
"scheduledQueryMaximumRuntimeInSeconds"?: number;
|
|
56
|
+
/**
|
|
57
|
+
* Next run for the scheduled query.
|
|
58
|
+
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
59
|
+
*/
|
|
60
|
+
"scheduledQueryNextRunInMs"?: number;
|
|
61
|
+
/**
|
|
62
|
+
* Retention period for the scheduled query in milliseconds.
|
|
63
|
+
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
64
|
+
*/
|
|
65
|
+
"scheduledQueryRetentionPeriodInMs"?: number;
|
|
66
|
+
/**
|
|
67
|
+
* Processing sub type of the scheduled query.
|
|
68
|
+
*
|
|
69
|
+
*/
|
|
70
|
+
"scheduledQueryProcessingSubType"?: model.ScheduledQueryProcessingSubType;
|
|
71
|
+
"scheduledQueryProcessingConfiguration"?: model.ScheduledQueryProcessingConfig;
|
|
72
|
+
/**
|
|
73
|
+
* Retention criteria for the scheduled query.
|
|
74
|
+
*
|
|
75
|
+
*/
|
|
76
|
+
"scheduledQueryRetentionCriteria"?: model.ScheduledQueryRetentionCriteria;
|
|
77
|
+
/**
|
|
78
|
+
* Scheduled query instances.
|
|
79
|
+
*
|
|
80
|
+
*/
|
|
81
|
+
"scheduledQueryInstances"?: string;
|
|
82
|
+
/**
|
|
83
|
+
* The current lifecycle state of the Scheduled Query.
|
|
84
|
+
*/
|
|
85
|
+
"lifecycleState"?: model.LifecycleStates;
|
|
86
|
+
/**
|
|
87
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
88
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
89
|
+
*
|
|
90
|
+
*/
|
|
91
|
+
"freeformTags"?: {
|
|
92
|
+
[key: string]: string;
|
|
93
|
+
};
|
|
94
|
+
/**
|
|
95
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
96
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
97
|
+
*
|
|
98
|
+
*/
|
|
99
|
+
"definedTags"?: {
|
|
100
|
+
[key: string]: {
|
|
101
|
+
[key: string]: any;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
104
|
+
/**
|
|
105
|
+
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
106
|
+
* Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
107
|
+
*
|
|
108
|
+
*/
|
|
109
|
+
"systemTags"?: {
|
|
110
|
+
[key: string]: {
|
|
111
|
+
[key: string]: any;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
114
|
+
}
|
|
115
|
+
export declare namespace ScheduledQuery {
|
|
116
|
+
function getJsonObj(obj: ScheduledQuery): object;
|
|
117
|
+
function getDeserializedJsonObj(obj: ScheduledQuery): object;
|
|
118
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Application Performance Monitoring Trace Explorer API
|
|
4
|
+
* Use the Application Performance Monitoring Trace Explorer API to query traces and associated spans in Trace Explorer. For more information, see [Application Performance Monitoring](https://docs.oracle.com/iaas/application-performance-monitoring/index.html).
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20200630
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
14
|
+
*/
|
|
15
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
16
|
+
if (k2 === undefined) k2 = k;
|
|
17
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
18
|
+
}) : (function(o, m, k, k2) {
|
|
19
|
+
if (k2 === undefined) k2 = k;
|
|
20
|
+
o[k2] = m[k];
|
|
21
|
+
}));
|
|
22
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
23
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
24
|
+
}) : function(o, v) {
|
|
25
|
+
o["default"] = v;
|
|
26
|
+
});
|
|
27
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
|
+
exports.ScheduledQuery = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var ScheduledQuery;
|
|
38
|
+
(function (ScheduledQuery) {
|
|
39
|
+
function getJsonObj(obj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
41
|
+
"scheduledQueryProcessingConfiguration": obj.scheduledQueryProcessingConfiguration
|
|
42
|
+
? model.ScheduledQueryProcessingConfig.getJsonObj(obj.scheduledQueryProcessingConfiguration)
|
|
43
|
+
: undefined
|
|
44
|
+
});
|
|
45
|
+
return jsonObj;
|
|
46
|
+
}
|
|
47
|
+
ScheduledQuery.getJsonObj = getJsonObj;
|
|
48
|
+
function getDeserializedJsonObj(obj) {
|
|
49
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
50
|
+
"scheduledQueryProcessingConfiguration": obj.scheduledQueryProcessingConfiguration
|
|
51
|
+
? model.ScheduledQueryProcessingConfig.getDeserializedJsonObj(obj.scheduledQueryProcessingConfiguration)
|
|
52
|
+
: undefined
|
|
53
|
+
});
|
|
54
|
+
return jsonObj;
|
|
55
|
+
}
|
|
56
|
+
ScheduledQuery.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
57
|
+
})(ScheduledQuery = exports.ScheduledQuery || (exports.ScheduledQuery = {}));
|
|
58
|
+
//# sourceMappingURL=scheduled-query.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scheduled-query.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/model/scheduled-query.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA8FlC,IAAiB,cAAc,CA6B9B;AA7BD,WAAiB,cAAc;IAC7B,SAAgB,UAAU,CAAC,GAAmB;QAC5C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,uCAAuC,EAAE,GAAG,CAAC,qCAAqC;gBAChF,CAAC,CAAC,KAAK,CAAC,8BAA8B,CAAC,UAAU,CAC7C,GAAG,CAAC,qCAAqC,CAC1C;gBACH,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,yBAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmB;QACxD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,uCAAuC,EAAE,GAAG,CAAC,qCAAqC;gBAChF,CAAC,CAAC,KAAK,CAAC,8BAA8B,CAAC,sBAAsB,CACzD,GAAG,CAAC,qCAAqC,CAC1C;gBACH,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,qCAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QA6B9B"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Application Performance Monitoring Trace Explorer API
|
|
3
|
+
* Use the Application Performance Monitoring Trace Explorer API to query traces and associated spans in Trace Explorer. For more information, see [Application Performance Monitoring](https://docs.oracle.com/iaas/application-performance-monitoring/index.html).
|
|
4
|
+
|
|
5
|
+
* OpenAPI spec version: 20200630
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
/**
|
|
15
|
+
* Sort orders.
|
|
16
|
+
**/
|
|
17
|
+
export declare enum SortOrder {
|
|
18
|
+
Asc = "ASC",
|
|
19
|
+
Desc = "DESC"
|
|
20
|
+
}
|
|
21
|
+
export declare namespace SortOrder {
|
|
22
|
+
function getJsonObj(obj: SortOrder): SortOrder;
|
|
23
|
+
function getDeserializedJsonObj(obj: SortOrder): SortOrder;
|
|
24
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Application Performance Monitoring Trace Explorer API
|
|
4
|
+
* Use the Application Performance Monitoring Trace Explorer API to query traces and associated spans in Trace Explorer. For more information, see [Application Performance Monitoring](https://docs.oracle.com/iaas/application-performance-monitoring/index.html).
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20200630
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.SortOrder = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* Sort orders.
|
|
19
|
+
**/
|
|
20
|
+
var SortOrder;
|
|
21
|
+
(function (SortOrder) {
|
|
22
|
+
SortOrder["Asc"] = "ASC";
|
|
23
|
+
SortOrder["Desc"] = "DESC";
|
|
24
|
+
})(SortOrder = exports.SortOrder || (exports.SortOrder = {}));
|
|
25
|
+
(function (SortOrder) {
|
|
26
|
+
function getJsonObj(obj) {
|
|
27
|
+
return obj;
|
|
28
|
+
}
|
|
29
|
+
SortOrder.getJsonObj = getJsonObj;
|
|
30
|
+
function getDeserializedJsonObj(obj) {
|
|
31
|
+
return obj;
|
|
32
|
+
}
|
|
33
|
+
SortOrder.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
34
|
+
})(SortOrder = exports.SortOrder || (exports.SortOrder = {}));
|
|
35
|
+
//# sourceMappingURL=sort-order.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sort-order.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/model/sort-order.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAKH;;IAEI;AACJ,IAAY,SAGX;AAHD,WAAY,SAAS;IACnB,wBAAW,CAAA;IACX,0BAAa,CAAA;AACf,CAAC,EAHW,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAGpB;AAED,WAAiB,SAAS;IACxB,SAAgB,UAAU,CAAC,GAAc;QACvC,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,oBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAc;QACnD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,gCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAOzB"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Application Performance Monitoring Trace Explorer API
|
|
3
|
+
* Use the Application Performance Monitoring Trace Explorer API to query traces and associated spans in Trace Explorer. For more information, see [Application Performance Monitoring](https://docs.oracle.com/iaas/application-performance-monitoring/index.html).
|
|
4
|
+
|
|
5
|
+
* OpenAPI spec version: 20200630
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
/**
|
|
15
|
+
* Definition of the Stream.
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
export interface Streaming {
|
|
19
|
+
/**
|
|
20
|
+
* Stream Id.
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
"streamId"?: string;
|
|
24
|
+
}
|
|
25
|
+
export declare namespace Streaming {
|
|
26
|
+
function getJsonObj(obj: Streaming): object;
|
|
27
|
+
function getDeserializedJsonObj(obj: Streaming): object;
|
|
28
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Application Performance Monitoring Trace Explorer API
|
|
4
|
+
* Use the Application Performance Monitoring Trace Explorer API to query traces and associated spans in Trace Explorer. For more information, see [Application Performance Monitoring](https://docs.oracle.com/iaas/application-performance-monitoring/index.html).
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20200630
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.Streaming = void 0;
|
|
17
|
+
var Streaming;
|
|
18
|
+
(function (Streaming) {
|
|
19
|
+
function getJsonObj(obj) {
|
|
20
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
21
|
+
return jsonObj;
|
|
22
|
+
}
|
|
23
|
+
Streaming.getJsonObj = getJsonObj;
|
|
24
|
+
function getDeserializedJsonObj(obj) {
|
|
25
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
26
|
+
return jsonObj;
|
|
27
|
+
}
|
|
28
|
+
Streaming.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
29
|
+
})(Streaming = exports.Streaming || (exports.Streaming = {}));
|
|
30
|
+
//# sourceMappingURL=streaming.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"streaming.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/model/streaming.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAiBH,IAAiB,SAAS,CAWzB;AAXD,WAAiB,SAAS;IACxB,SAAgB,UAAU,CAAC,GAAc;QACvC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAc;QACnD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAWzB"}
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Application Performance Monitoring Trace Explorer API
|
|
3
|
+
* Use the Application Performance Monitoring Trace Explorer API to query traces and associated spans in Trace Explorer. For more information, see [Application Performance Monitoring](https://docs.oracle.com/iaas/application-performance-monitoring/index.html).
|
|
4
|
+
|
|
5
|
+
* OpenAPI spec version: 20200630
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
import * as model from "../model";
|
|
15
|
+
/**
|
|
16
|
+
* Object that contains the details about the scheduled query to be updated.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
export interface UpdateScheduledQueryDetails {
|
|
20
|
+
/**
|
|
21
|
+
* Name of the scheduled query.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"scheduledQueryName"?: string;
|
|
25
|
+
/**
|
|
26
|
+
* Type of the scheduled query.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"scheduledQueryProcessingType"?: model.ScheduledQueryProcessingType;
|
|
30
|
+
/**
|
|
31
|
+
* Processing sub type of the scheduled query.
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"scheduledQueryProcessingSubType"?: model.ScheduledQueryProcessingSubType;
|
|
35
|
+
/**
|
|
36
|
+
* Scheduled query to be run.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"scheduledQueryText"?: string;
|
|
40
|
+
/**
|
|
41
|
+
* Schedule for the scheduled query.
|
|
42
|
+
*
|
|
43
|
+
*/
|
|
44
|
+
"scheduledQuerySchedule"?: string;
|
|
45
|
+
/**
|
|
46
|
+
* Description for the scheduled query.
|
|
47
|
+
*
|
|
48
|
+
*/
|
|
49
|
+
"scheduledQueryDescription"?: string;
|
|
50
|
+
/**
|
|
51
|
+
* Maximum runtime for the scheduled query in seconds.
|
|
52
|
+
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
53
|
+
*/
|
|
54
|
+
"scheduledQueryMaximumRuntimeInSeconds"?: number;
|
|
55
|
+
/**
|
|
56
|
+
* Retention period for the scheduled query in milliseconds.
|
|
57
|
+
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
58
|
+
*/
|
|
59
|
+
"scheduledQueryRetentionPeriodInMs"?: number;
|
|
60
|
+
"scheduledQueryProcessingConfiguration"?: model.ScheduledQueryProcessingConfig;
|
|
61
|
+
/**
|
|
62
|
+
* Retention criteria for the scheduled query.
|
|
63
|
+
*
|
|
64
|
+
*/
|
|
65
|
+
"scheduledQueryRetentionCriteria"?: model.ScheduledQueryRetentionCriteria;
|
|
66
|
+
/**
|
|
67
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
68
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
69
|
+
*
|
|
70
|
+
*/
|
|
71
|
+
"freeformTags"?: {
|
|
72
|
+
[key: string]: string;
|
|
73
|
+
};
|
|
74
|
+
/**
|
|
75
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
76
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
77
|
+
*
|
|
78
|
+
*/
|
|
79
|
+
"definedTags"?: {
|
|
80
|
+
[key: string]: {
|
|
81
|
+
[key: string]: any;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
84
|
+
}
|
|
85
|
+
export declare namespace UpdateScheduledQueryDetails {
|
|
86
|
+
function getJsonObj(obj: UpdateScheduledQueryDetails): object;
|
|
87
|
+
function getDeserializedJsonObj(obj: UpdateScheduledQueryDetails): object;
|
|
88
|
+
}
|