oci-apmtraces 2.82.1 → 2.82.2
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 +1 -0
- package/index.js +2 -1
- package/index.js.map +1 -1
- package/lib/client.d.ts +159 -6
- package/lib/client.js +641 -10
- package/lib/client.js.map +1 -1
- package/lib/model/attribute-pin-response.d.ts +95 -0
- package/lib/model/attribute-pin-response.js +63 -0
- package/lib/model/attribute-pin-response.js.map +1 -0
- package/lib/model/attribute-response.d.ts +142 -0
- package/lib/model/attribute-response.js +94 -0
- package/lib/model/attribute-response.js.map +1 -0
- package/lib/model/attribute-unpin-response.d.ts +88 -0
- package/lib/model/attribute-unpin-response.js +62 -0
- package/lib/model/attribute-unpin-response.js.map +1 -0
- package/lib/model/attribute-update-notes-response.d.ts +95 -0
- package/lib/model/attribute-update-notes-response.js +63 -0
- package/lib/model/attribute-update-notes-response.js.map +1 -0
- package/lib/model/attribute-update-response.d.ts +128 -0
- package/lib/model/attribute-update-response.js +88 -0
- package/lib/model/attribute-update-response.js.map +1 -0
- package/lib/model/auto-activate-status.d.ts +42 -0
- package/lib/model/auto-activate-status.js +40 -0
- package/lib/model/auto-activate-status.js.map +1 -0
- package/lib/model/auto-activate-toggle-status.d.ts +55 -0
- package/lib/model/auto-activate-toggle-status.js +49 -0
- package/lib/model/auto-activate-toggle-status.js.map +1 -0
- package/lib/model/bulk-activate-attribute-detail.d.ts +62 -0
- package/lib/model/bulk-activate-attribute-detail.js +50 -0
- package/lib/model/bulk-activate-attribute-detail.js.map +1 -0
- package/lib/model/bulk-activate-attribute-details.d.ts +29 -0
- package/lib/model/bulk-activate-attribute-details.js +62 -0
- package/lib/model/bulk-activate-attribute-details.js.map +1 -0
- package/lib/model/bulk-activation-metadata.d.ts +112 -0
- package/lib/model/bulk-activation-metadata.js +54 -0
- package/lib/model/bulk-activation-metadata.js.map +1 -0
- package/lib/model/bulk-activation-status.d.ts +33 -0
- package/lib/model/bulk-activation-status.js +68 -0
- package/lib/model/bulk-activation-status.js.map +1 -0
- package/lib/model/bulk-de-activate-attribute-detail.d.ts +38 -0
- package/lib/model/bulk-de-activate-attribute-detail.js +35 -0
- package/lib/model/bulk-de-activate-attribute-detail.js.map +1 -0
- package/lib/model/bulk-de-activate-attribute-details.d.ts +29 -0
- package/lib/model/bulk-de-activate-attribute-details.js +62 -0
- package/lib/model/bulk-de-activate-attribute-details.js.map +1 -0
- package/lib/model/bulk-de-activation-metadata.d.ts +95 -0
- package/lib/model/bulk-de-activation-metadata.js +52 -0
- package/lib/model/bulk-de-activation-metadata.js.map +1 -0
- package/lib/model/bulk-de-activation-status.d.ts +33 -0
- package/lib/model/bulk-de-activation-status.js +68 -0
- package/lib/model/bulk-de-activation-status.js.map +1 -0
- package/lib/model/bulk-pin-attribute-detail.d.ts +38 -0
- package/lib/model/bulk-pin-attribute-detail.js +35 -0
- package/lib/model/bulk-pin-attribute-detail.js.map +1 -0
- package/lib/model/bulk-pin-attribute-details.d.ts +29 -0
- package/lib/model/bulk-pin-attribute-details.js +62 -0
- package/lib/model/bulk-pin-attribute-details.js.map +1 -0
- package/lib/model/bulk-pin-metadata.d.ts +67 -0
- package/lib/model/bulk-pin-metadata.js +50 -0
- package/lib/model/bulk-pin-metadata.js.map +1 -0
- package/lib/model/bulk-pin-status.d.ts +33 -0
- package/lib/model/bulk-pin-status.js +68 -0
- package/lib/model/bulk-pin-status.js.map +1 -0
- package/lib/model/bulk-unpin-attribute-detail.d.ts +38 -0
- package/lib/model/bulk-unpin-attribute-detail.js +35 -0
- package/lib/model/bulk-unpin-attribute-detail.js.map +1 -0
- package/lib/model/bulk-unpin-attribute-details.d.ts +29 -0
- package/lib/model/bulk-unpin-attribute-details.js +62 -0
- package/lib/model/bulk-unpin-attribute-details.js.map +1 -0
- package/lib/model/bulk-unpin-metadata.d.ts +67 -0
- package/lib/model/bulk-unpin-metadata.js +50 -0
- package/lib/model/bulk-unpin-metadata.js.map +1 -0
- package/lib/model/bulk-unpin-status.d.ts +33 -0
- package/lib/model/bulk-unpin-status.js +68 -0
- package/lib/model/bulk-unpin-status.js.map +1 -0
- package/lib/model/bulk-update-attribute-detail.d.ts +51 -0
- package/lib/model/bulk-update-attribute-detail.js +45 -0
- package/lib/model/bulk-update-attribute-detail.js.map +1 -0
- package/lib/model/bulk-update-attribute-details.d.ts +29 -0
- package/lib/model/bulk-update-attribute-details.js +62 -0
- package/lib/model/bulk-update-attribute-details.js.map +1 -0
- package/lib/model/bulk-update-attribute-metadata.d.ts +67 -0
- package/lib/model/bulk-update-attribute-metadata.js +50 -0
- package/lib/model/bulk-update-attribute-metadata.js.map +1 -0
- package/lib/model/bulk-update-attribute-notes-detail.d.ts +43 -0
- package/lib/model/bulk-update-attribute-notes-detail.js +35 -0
- package/lib/model/bulk-update-attribute-notes-detail.js.map +1 -0
- package/lib/model/bulk-update-attribute-notes-details.d.ts +29 -0
- package/lib/model/bulk-update-attribute-notes-details.js +62 -0
- package/lib/model/bulk-update-attribute-notes-details.js.map +1 -0
- package/lib/model/bulk-update-attribute-status.d.ts +33 -0
- package/lib/model/bulk-update-attribute-status.js +68 -0
- package/lib/model/bulk-update-attribute-status.js.map +1 -0
- package/lib/model/bulk-update-notes-metadata.d.ts +67 -0
- package/lib/model/bulk-update-notes-metadata.js +50 -0
- package/lib/model/bulk-update-notes-metadata.js.map +1 -0
- package/lib/model/bulk-update-notes-status.d.ts +33 -0
- package/lib/model/bulk-update-notes-status.js +68 -0
- package/lib/model/bulk-update-notes-status.js.map +1 -0
- package/lib/model/index.d.ts +70 -0
- package/lib/model/index.js +72 -1
- package/lib/model/index.js.map +1 -1
- package/lib/model/query-result-metadata-summary.d.ts +1 -0
- package/lib/model/query-result-metadata-summary.js +6 -0
- package/lib/model/query-result-metadata-summary.js.map +1 -1
- package/lib/model/query-result-response.d.ts +12 -0
- package/lib/model/query-result-response.js +10 -0
- package/lib/model/query-result-response.js.map +1 -1
- package/lib/model/query-result-warning.d.ts +28 -0
- package/lib/model/query-result-warning.js +30 -0
- package/lib/model/query-result-warning.js.map +1 -0
- package/lib/model/query-results-topology-info.d.ts +29 -0
- package/lib/model/query-results-topology-info.js +62 -0
- package/lib/model/query-results-topology-info.js.map +1 -0
- package/lib/model/query-results-topology-node-info.d.ts +27 -0
- package/lib/model/query-results-topology-node-info.js +30 -0
- package/lib/model/query-results-topology-node-info.js.map +1 -0
- package/lib/model/span-log-collection.d.ts +5 -0
- package/lib/model/span-log-collection.js.map +1 -1
- package/lib/model/span.d.ts +21 -0
- package/lib/model/span.js +17 -0
- package/lib/model/span.js.map +1 -1
- package/lib/model/tag-metadata.d.ts +56 -0
- package/lib/model/tag-metadata.js +55 -0
- package/lib/model/tag-metadata.js.map +1 -0
- package/lib/model/trace.d.ts +14 -0
- package/lib/model/trace.js +10 -0
- package/lib/model/trace.js.map +1 -1
- package/lib/request/bulk-activate-attribute-request.d.ts +35 -0
- package/lib/request/bulk-activate-attribute-request.js +15 -0
- package/lib/request/bulk-activate-attribute-request.js.map +1 -0
- package/lib/request/bulk-de-activate-attribute-request.d.ts +35 -0
- package/lib/request/bulk-de-activate-attribute-request.js +15 -0
- package/lib/request/bulk-de-activate-attribute-request.js.map +1 -0
- package/lib/request/bulk-pin-attribute-request.d.ts +35 -0
- package/lib/request/bulk-pin-attribute-request.js +15 -0
- package/lib/request/bulk-pin-attribute-request.js.map +1 -0
- package/lib/request/bulk-unpin-attribute-request.d.ts +35 -0
- package/lib/request/bulk-unpin-attribute-request.js +15 -0
- package/lib/request/bulk-unpin-attribute-request.js.map +1 -0
- package/lib/request/bulk-update-attribute-notes-request.d.ts +35 -0
- package/lib/request/bulk-update-attribute-notes-request.js +15 -0
- package/lib/request/bulk-update-attribute-notes-request.js.map +1 -0
- package/lib/request/bulk-update-attribute-request.d.ts +35 -0
- package/lib/request/bulk-update-attribute-request.js +15 -0
- package/lib/request/bulk-update-attribute-request.js.map +1 -0
- package/lib/request/get-aggregated-snapshot-request.d.ts +22 -2
- package/lib/request/get-span-request.d.ts +23 -2
- package/lib/request/get-span-request.js +9 -0
- package/lib/request/get-span-request.js.map +1 -1
- package/lib/request/get-status-auto-activate-request.d.ts +40 -0
- package/lib/request/get-status-auto-activate-request.js +24 -0
- package/lib/request/get-status-auto-activate-request.js.map +1 -0
- package/lib/request/get-trace-request.d.ts +23 -2
- package/lib/request/get-trace-request.js +9 -0
- package/lib/request/get-trace-request.js.map +1 -1
- package/lib/request/get-trace-snapshot-request.d.ts +4 -4
- package/lib/request/index.d.ts +16 -0
- package/lib/request/index.js +28 -0
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-quick-picks-request.d.ts +3 -3
- package/lib/request/put-toggle-auto-activate-request.d.ts +45 -0
- package/lib/request/put-toggle-auto-activate-request.js +24 -0
- package/lib/request/put-toggle-auto-activate-request.js.map +1 -0
- package/lib/request/query-request.d.ts +3 -3
- package/lib/response/bulk-activate-attribute-response.d.ts +25 -0
- package/lib/response/bulk-activate-attribute-response.js +15 -0
- package/lib/response/bulk-activate-attribute-response.js.map +1 -0
- package/lib/response/bulk-de-activate-attribute-response.d.ts +25 -0
- package/lib/response/bulk-de-activate-attribute-response.js +15 -0
- package/lib/response/bulk-de-activate-attribute-response.js.map +1 -0
- package/lib/response/bulk-pin-attribute-response.d.ts +25 -0
- package/lib/response/bulk-pin-attribute-response.js +15 -0
- package/lib/response/bulk-pin-attribute-response.js.map +1 -0
- package/lib/response/bulk-unpin-attribute-response.d.ts +25 -0
- package/lib/response/bulk-unpin-attribute-response.js +15 -0
- package/lib/response/bulk-unpin-attribute-response.js.map +1 -0
- package/lib/response/bulk-update-attribute-notes-response.d.ts +25 -0
- package/lib/response/bulk-update-attribute-notes-response.js +15 -0
- package/lib/response/bulk-update-attribute-notes-response.js.map +1 -0
- package/lib/response/bulk-update-attribute-response.d.ts +25 -0
- package/lib/response/bulk-update-attribute-response.js +15 -0
- package/lib/response/bulk-update-attribute-response.js.map +1 -0
- package/lib/response/get-status-auto-activate-response.d.ts +25 -0
- package/lib/response/get-status-auto-activate-response.js +15 -0
- package/lib/response/get-status-auto-activate-response.js.map +1 -0
- package/lib/response/index.d.ts +16 -0
- package/lib/response/put-toggle-auto-activate-response.d.ts +25 -0
- package/lib/response/put-toggle-auto-activate-response.js +15 -0
- package/lib/response/put-toggle-auto-activate-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"span-log-collection.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/model/span-log-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"span-log-collection.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/model/span-log-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAyBlC,IAAiB,iBAAiB,CA6BjC;AA7BD,WAAiB,iBAAiB;IAChC,SAAgB,UAAU,CAAC,GAAsB;QAC/C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ;gBACtB,CAAC,CAAC,GAAG,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACtB,OAAO,KAAK,CAAC,OAAO,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACxC,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,4BAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsB;QAC3D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ;gBACtB,CAAC,CAAC,GAAG,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACtB,OAAO,KAAK,CAAC,OAAO,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACpD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,wCAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QA6BjC"}
|
package/lib/model/span.d.ts
CHANGED
|
@@ -69,6 +69,13 @@ export interface Span {
|
|
|
69
69
|
*
|
|
70
70
|
*/
|
|
71
71
|
"tags"?: Array<model.Tag>;
|
|
72
|
+
/**
|
|
73
|
+
* Metadata about the tags in the span.
|
|
74
|
+
*
|
|
75
|
+
*/
|
|
76
|
+
"tagsMetadata"?: {
|
|
77
|
+
[key: string]: model.TagMetadata;
|
|
78
|
+
};
|
|
72
79
|
/**
|
|
73
80
|
* List of logs associated with the span.
|
|
74
81
|
*
|
|
@@ -79,8 +86,22 @@ export interface Span {
|
|
|
79
86
|
*
|
|
80
87
|
*/
|
|
81
88
|
"isError": boolean;
|
|
89
|
+
/**
|
|
90
|
+
* Source of span (spans, syn_spans).
|
|
91
|
+
*
|
|
92
|
+
*/
|
|
93
|
+
"sourceName"?: Span.SourceName;
|
|
82
94
|
}
|
|
83
95
|
export declare namespace Span {
|
|
96
|
+
enum SourceName {
|
|
97
|
+
Spans = "SPANS",
|
|
98
|
+
SynSpans = "SYN_SPANS",
|
|
99
|
+
/**
|
|
100
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
101
|
+
* version of the SDK.
|
|
102
|
+
*/
|
|
103
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
104
|
+
}
|
|
84
105
|
function getJsonObj(obj: Span): object;
|
|
85
106
|
function getDeserializedJsonObj(obj: Span): object;
|
|
86
107
|
}
|
package/lib/model/span.js
CHANGED
|
@@ -34,8 +34,19 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
34
34
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
35
|
exports.Span = void 0;
|
|
36
36
|
const model = __importStar(require("../model"));
|
|
37
|
+
const common = require("oci-common");
|
|
37
38
|
var Span;
|
|
38
39
|
(function (Span) {
|
|
40
|
+
let SourceName;
|
|
41
|
+
(function (SourceName) {
|
|
42
|
+
SourceName["Spans"] = "SPANS";
|
|
43
|
+
SourceName["SynSpans"] = "SYN_SPANS";
|
|
44
|
+
/**
|
|
45
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
46
|
+
* version of the SDK.
|
|
47
|
+
*/
|
|
48
|
+
SourceName["UnknownValue"] = "UNKNOWN_VALUE";
|
|
49
|
+
})(SourceName = Span.SourceName || (Span.SourceName = {}));
|
|
39
50
|
function getJsonObj(obj) {
|
|
40
51
|
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
41
52
|
"tags": obj.tags
|
|
@@ -43,6 +54,9 @@ var Span;
|
|
|
43
54
|
return model.Tag.getJsonObj(item);
|
|
44
55
|
})
|
|
45
56
|
: undefined,
|
|
57
|
+
"tagsMetadata": obj.tagsMetadata
|
|
58
|
+
? common.mapContainer(obj.tagsMetadata, model.TagMetadata.getJsonObj)
|
|
59
|
+
: undefined,
|
|
46
60
|
"logs": obj.logs
|
|
47
61
|
? obj.logs.map(item => {
|
|
48
62
|
return model.SpanLogCollection.getJsonObj(item);
|
|
@@ -59,6 +73,9 @@ var Span;
|
|
|
59
73
|
return model.Tag.getDeserializedJsonObj(item);
|
|
60
74
|
})
|
|
61
75
|
: undefined,
|
|
76
|
+
"tagsMetadata": obj.tagsMetadata
|
|
77
|
+
? common.mapContainer(obj.tagsMetadata, model.TagMetadata.getDeserializedJsonObj)
|
|
78
|
+
: undefined,
|
|
62
79
|
"logs": obj.logs
|
|
63
80
|
? obj.logs.map(item => {
|
|
64
81
|
return model.SpanLogCollection.getDeserializedJsonObj(item);
|
package/lib/model/span.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"span.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/model/span.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"span.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/model/span.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAiFtC,IAAiB,IAAI,CAuDpB;AAvDD,WAAiB,IAAI;IACnB,IAAY,UAQX;IARD,WAAY,UAAU;QACpB,6BAAe,CAAA;QACf,oCAAsB,CAAA;QACtB;;;WAGG;QACH,4CAA8B,CAAA;IAChC,CAAC,EARW,UAAU,GAAV,eAAU,KAAV,eAAU,QAQrB;IAED,SAAgB,UAAU,CAAC,GAAS;QAClC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,MAAM,EAAE,GAAG,CAAC,IAAI;gBACd,CAAC,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAClB,OAAO,KAAK,CAAC,GAAG,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACpC,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,MAAM,CAAC,YAAY,CAAC,GAAG,CAAC,YAAY,EAAE,KAAK,CAAC,WAAW,CAAC,UAAU,CAAC;gBACrE,CAAC,CAAC,SAAS;YACb,MAAM,EAAE,GAAG,CAAC,IAAI;gBACd,CAAC,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAClB,OAAO,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAClD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IArBe,eAAU,aAqBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAS;QAC9C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,MAAM,EAAE,GAAG,CAAC,IAAI;gBACd,CAAC,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAClB,OAAO,KAAK,CAAC,GAAG,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAChD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,MAAM,CAAC,YAAY,CAAC,GAAG,CAAC,YAAY,EAAE,KAAK,CAAC,WAAW,CAAC,sBAAsB,CAAC;gBACjF,CAAC,CAAC,SAAS;YACb,MAAM,EAAE,GAAG,CAAC,IAAI;gBACd,CAAC,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAClB,OAAO,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC9D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IArBe,2BAAsB,yBAqBrC,CAAA;AACH,CAAC,EAvDgB,IAAI,GAAJ,YAAI,KAAJ,YAAI,QAuDpB"}
|
|
@@ -0,0 +1,56 @@
|
|
|
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, 2024, 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 tag metadata.
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
export interface TagMetadata {
|
|
19
|
+
/**
|
|
20
|
+
* Type associated with the tag key.
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
"tagType"?: TagMetadata.TagType;
|
|
24
|
+
/**
|
|
25
|
+
* Unit associated with the tag key.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"tagUnit"?: TagMetadata.TagUnit;
|
|
29
|
+
}
|
|
30
|
+
export declare namespace TagMetadata {
|
|
31
|
+
enum TagType {
|
|
32
|
+
String = "STRING",
|
|
33
|
+
Numeric = "NUMERIC",
|
|
34
|
+
/**
|
|
35
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
36
|
+
* version of the SDK.
|
|
37
|
+
*/
|
|
38
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
39
|
+
}
|
|
40
|
+
enum TagUnit {
|
|
41
|
+
EpochTimeMs = "EPOCH_TIME_MS",
|
|
42
|
+
Bytes = "BYTES",
|
|
43
|
+
Count = "COUNT",
|
|
44
|
+
DurationMs = "DURATION_MS",
|
|
45
|
+
TraceStatus = "TRACE_STATUS",
|
|
46
|
+
Percentage = "PERCENTAGE",
|
|
47
|
+
None = "NONE",
|
|
48
|
+
/**
|
|
49
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
50
|
+
* version of the SDK.
|
|
51
|
+
*/
|
|
52
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
53
|
+
}
|
|
54
|
+
function getJsonObj(obj: TagMetadata): object;
|
|
55
|
+
function getDeserializedJsonObj(obj: TagMetadata): object;
|
|
56
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
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, 2024, 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.TagMetadata = void 0;
|
|
17
|
+
var TagMetadata;
|
|
18
|
+
(function (TagMetadata) {
|
|
19
|
+
let TagType;
|
|
20
|
+
(function (TagType) {
|
|
21
|
+
TagType["String"] = "STRING";
|
|
22
|
+
TagType["Numeric"] = "NUMERIC";
|
|
23
|
+
/**
|
|
24
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
25
|
+
* version of the SDK.
|
|
26
|
+
*/
|
|
27
|
+
TagType["UnknownValue"] = "UNKNOWN_VALUE";
|
|
28
|
+
})(TagType = TagMetadata.TagType || (TagMetadata.TagType = {}));
|
|
29
|
+
let TagUnit;
|
|
30
|
+
(function (TagUnit) {
|
|
31
|
+
TagUnit["EpochTimeMs"] = "EPOCH_TIME_MS";
|
|
32
|
+
TagUnit["Bytes"] = "BYTES";
|
|
33
|
+
TagUnit["Count"] = "COUNT";
|
|
34
|
+
TagUnit["DurationMs"] = "DURATION_MS";
|
|
35
|
+
TagUnit["TraceStatus"] = "TRACE_STATUS";
|
|
36
|
+
TagUnit["Percentage"] = "PERCENTAGE";
|
|
37
|
+
TagUnit["None"] = "NONE";
|
|
38
|
+
/**
|
|
39
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
40
|
+
* version of the SDK.
|
|
41
|
+
*/
|
|
42
|
+
TagUnit["UnknownValue"] = "UNKNOWN_VALUE";
|
|
43
|
+
})(TagUnit = TagMetadata.TagUnit || (TagMetadata.TagUnit = {}));
|
|
44
|
+
function getJsonObj(obj) {
|
|
45
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
TagMetadata.getJsonObj = getJsonObj;
|
|
49
|
+
function getDeserializedJsonObj(obj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
51
|
+
return jsonObj;
|
|
52
|
+
}
|
|
53
|
+
TagMetadata.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
54
|
+
})(TagMetadata = exports.TagMetadata || (exports.TagMetadata = {}));
|
|
55
|
+
//# sourceMappingURL=tag-metadata.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tag-metadata.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/model/tag-metadata.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAsBH,IAAiB,WAAW,CAoC3B;AApCD,WAAiB,WAAW;IAC1B,IAAY,OAQX;IARD,WAAY,OAAO;QACjB,4BAAiB,CAAA;QACjB,8BAAmB,CAAA;QACnB;;;WAGG;QACH,yCAA8B,CAAA;IAChC,CAAC,EARW,OAAO,GAAP,mBAAO,KAAP,mBAAO,QAQlB;IAED,IAAY,OAaX;IAbD,WAAY,OAAO;QACjB,wCAA6B,CAAA;QAC7B,0BAAe,CAAA;QACf,0BAAe,CAAA;QACf,qCAA0B,CAAA;QAC1B,uCAA4B,CAAA;QAC5B,oCAAyB,CAAA;QACzB,wBAAa,CAAA;QACb;;;WAGG;QACH,yCAA8B,CAAA;IAChC,CAAC,EAbW,OAAO,GAAP,mBAAO,KAAP,mBAAO,QAalB;IAED,SAAgB,UAAU,CAAC,GAAgB;QACzC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgB;QACrD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kCAAsB,yBAIrC,CAAA;AACH,CAAC,EApCgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAoC3B"}
|
package/lib/model/trace.d.ts
CHANGED
|
@@ -108,6 +108,11 @@ export interface Trace {
|
|
|
108
108
|
*
|
|
109
109
|
*/
|
|
110
110
|
"serviceSummaries"?: Array<model.TraceServiceSummary>;
|
|
111
|
+
/**
|
|
112
|
+
* Source of trace (traces, syn_traces).
|
|
113
|
+
*
|
|
114
|
+
*/
|
|
115
|
+
"sourceName"?: Trace.SourceName;
|
|
111
116
|
"spanSummary"?: model.TraceSpanSummary;
|
|
112
117
|
/**
|
|
113
118
|
* An array of spans in the trace.
|
|
@@ -116,6 +121,15 @@ export interface Trace {
|
|
|
116
121
|
"spans": Array<model.Span>;
|
|
117
122
|
}
|
|
118
123
|
export declare namespace Trace {
|
|
124
|
+
enum SourceName {
|
|
125
|
+
Traces = "TRACES",
|
|
126
|
+
SynTraces = "SYN_TRACES",
|
|
127
|
+
/**
|
|
128
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
129
|
+
* version of the SDK.
|
|
130
|
+
*/
|
|
131
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
132
|
+
}
|
|
119
133
|
function getJsonObj(obj: Trace): object;
|
|
120
134
|
function getDeserializedJsonObj(obj: Trace): object;
|
|
121
135
|
}
|
package/lib/model/trace.js
CHANGED
|
@@ -36,6 +36,16 @@ exports.Trace = void 0;
|
|
|
36
36
|
const model = __importStar(require("../model"));
|
|
37
37
|
var Trace;
|
|
38
38
|
(function (Trace) {
|
|
39
|
+
let SourceName;
|
|
40
|
+
(function (SourceName) {
|
|
41
|
+
SourceName["Traces"] = "TRACES";
|
|
42
|
+
SourceName["SynTraces"] = "SYN_TRACES";
|
|
43
|
+
/**
|
|
44
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
45
|
+
* version of the SDK.
|
|
46
|
+
*/
|
|
47
|
+
SourceName["UnknownValue"] = "UNKNOWN_VALUE";
|
|
48
|
+
})(SourceName = Trace.SourceName || (Trace.SourceName = {}));
|
|
39
49
|
function getJsonObj(obj) {
|
|
40
50
|
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
41
51
|
"serviceSummaries": obj.serviceSummaries
|
package/lib/model/trace.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"trace.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/model/trace.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"trace.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/model/trace.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgHlC,IAAiB,KAAK,CAyDrB;AAzDD,WAAiB,KAAK;IACpB,IAAY,UAQX;IARD,WAAY,UAAU;QACpB,+BAAiB,CAAA;QACjB,sCAAwB,CAAA;QACxB;;;WAGG;QACH,4CAA8B,CAAA;IAChC,CAAC,EARW,UAAU,GAAV,gBAAU,KAAV,gBAAU,QAQrB;IAED,SAAgB,UAAU,CAAC,GAAU;QACnC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,GAAG,CAAC,gBAAgB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC9B,OAAO,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACpD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAC,GAAG,CAAC,WAAW,CAAC;gBACpD,CAAC,CAAC,SAAS;YACb,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACrC,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAtBe,gBAAU,aAsBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAU;QAC/C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,GAAG,CAAC,gBAAgB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC9B,OAAO,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAChE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,sBAAsB,CAAC,GAAG,CAAC,WAAW,CAAC;gBAChE,CAAC,CAAC,SAAS;YACb,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,IAAI,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACjD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAtBe,4BAAsB,yBAsBrC,CAAA;AACH,CAAC,EAzDgB,KAAK,GAAL,aAAK,KAAL,aAAK,QAyDrB"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20200630
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* 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.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apmtraces/BulkActivateAttribute.ts.html |here} to see how to use BulkActivateAttributeRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface BulkActivateAttributeRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The APM Domain ID for the intended request.
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
"apmDomainId": string;
|
|
24
|
+
/**
|
|
25
|
+
* Request body containing the details about the set of attributes to be activated.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"bulkActivateAttributeDetails": model.BulkActivateAttributeDetails;
|
|
29
|
+
/**
|
|
30
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
31
|
+
* particular request, please provide the request ID.
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"opcRequestId"?: string;
|
|
35
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
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, 2024, 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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=bulk-activate-attribute-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bulk-activate-attribute-request.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/request/bulk-activate-attribute-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20200630
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* 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.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apmtraces/BulkDeActivateAttribute.ts.html |here} to see how to use BulkDeActivateAttributeRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface BulkDeActivateAttributeRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The APM Domain ID for the intended request.
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
"apmDomainId": string;
|
|
24
|
+
/**
|
|
25
|
+
* Request body containing the details about the set of attributes to be deactivated.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"bulkDeActivateAttributeDetails": model.BulkDeActivateAttributeDetails;
|
|
29
|
+
/**
|
|
30
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
31
|
+
* particular request, please provide the request ID.
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"opcRequestId"?: string;
|
|
35
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
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, 2024, 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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=bulk-de-activate-attribute-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bulk-de-activate-attribute-request.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/request/bulk-de-activate-attribute-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20200630
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* 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.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apmtraces/BulkPinAttribute.ts.html |here} to see how to use BulkPinAttributeRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface BulkPinAttributeRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The APM Domain ID for the intended request.
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
"apmDomainId": string;
|
|
24
|
+
/**
|
|
25
|
+
* Request body containing the details about the set of attributes to be pinned.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"bulkPinAttributeDetails": model.BulkPinAttributeDetails;
|
|
29
|
+
/**
|
|
30
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
31
|
+
* particular request, please provide the request ID.
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"opcRequestId"?: string;
|
|
35
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
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, 2024, 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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=bulk-pin-attribute-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bulk-pin-attribute-request.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/request/bulk-pin-attribute-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20200630
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* 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.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apmtraces/BulkUnpinAttribute.ts.html |here} to see how to use BulkUnpinAttributeRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface BulkUnpinAttributeRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The APM Domain ID for the intended request.
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
"apmDomainId": string;
|
|
24
|
+
/**
|
|
25
|
+
* Request body containing the details about the set of attributes to be unpinned.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"bulkUnpinAttributeDetails": model.BulkUnpinAttributeDetails;
|
|
29
|
+
/**
|
|
30
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
31
|
+
* particular request, please provide the request ID.
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"opcRequestId"?: string;
|
|
35
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
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, 2024, 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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=bulk-unpin-attribute-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bulk-unpin-attribute-request.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/request/bulk-unpin-attribute-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20200630
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* 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.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apmtraces/BulkUpdateAttributeNotes.ts.html |here} to see how to use BulkUpdateAttributeNotesRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface BulkUpdateAttributeNotesRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The APM Domain ID for the intended request.
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
"apmDomainId": string;
|
|
24
|
+
/**
|
|
25
|
+
* Request body containing the details about the set of attributes for which notes are to be updated.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"bulkUpdateAttributeNotesDetails": model.BulkUpdateAttributeNotesDetails;
|
|
29
|
+
/**
|
|
30
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
31
|
+
* particular request, please provide the request ID.
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"opcRequestId"?: string;
|
|
35
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
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, 2024, 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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=bulk-update-attribute-notes-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bulk-update-attribute-notes-request.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/request/bulk-update-attribute-notes-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20200630
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* 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.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apmtraces/BulkUpdateAttribute.ts.html |here} to see how to use BulkUpdateAttributeRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface BulkUpdateAttributeRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The APM Domain ID for the intended request.
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
"apmDomainId": string;
|
|
24
|
+
/**
|
|
25
|
+
* Request body containing the details about the set of attributes for which properties are to be updated.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"bulkUpdateAttributeDetails": model.BulkUpdateAttributeDetails;
|
|
29
|
+
/**
|
|
30
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
31
|
+
* particular request, please provide the request ID.
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"opcRequestId"?: string;
|
|
35
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
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, 2024, 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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=bulk-update-attribute-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bulk-update-attribute-request.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/request/bulk-update-attribute-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apmtraces/GetAggregatedSnapshot.ts.html |here} to see how to use GetAggregatedSnapshotRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetAggregatedSnapshotRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The APM Domain ID the
|
|
19
|
+
* The APM Domain ID for the intended request.
|
|
20
20
|
*
|
|
21
21
|
*/
|
|
22
22
|
"apmDomainId": string;
|
|
@@ -31,4 +31,24 @@ export interface GetAggregatedSnapshotRequest extends common.BaseRequest {
|
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
"opcRequestId"?: string;
|
|
34
|
+
/**
|
|
35
|
+
* Name associated with the service.
|
|
36
|
+
*
|
|
37
|
+
*/
|
|
38
|
+
"serviceName"?: string;
|
|
39
|
+
/**
|
|
40
|
+
* Name of the server.
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
"serverName"?: string;
|
|
44
|
+
/**
|
|
45
|
+
* Unique Application Performance Monitoring span identifier (spanId).
|
|
46
|
+
*
|
|
47
|
+
*/
|
|
48
|
+
"spanKey"?: string;
|
|
49
|
+
/**
|
|
50
|
+
* Name of the span associated with the trace.
|
|
51
|
+
*
|
|
52
|
+
*/
|
|
53
|
+
"spanName"?: string;
|
|
34
54
|
}
|