oci-apmtraces 2.82.1 → 2.83.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 +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
|
@@ -0,0 +1,62 @@
|
|
|
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.AttributeUnpinResponse = void 0;
|
|
17
|
+
var AttributeUnpinResponse;
|
|
18
|
+
(function (AttributeUnpinResponse) {
|
|
19
|
+
let OperationType;
|
|
20
|
+
(function (OperationType) {
|
|
21
|
+
OperationType["Unpin"] = "UNPIN";
|
|
22
|
+
/**
|
|
23
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
24
|
+
* version of the SDK.
|
|
25
|
+
*/
|
|
26
|
+
OperationType["UnknownValue"] = "UNKNOWN_VALUE";
|
|
27
|
+
})(OperationType = AttributeUnpinResponse.OperationType || (AttributeUnpinResponse.OperationType = {}));
|
|
28
|
+
let AttributeNameSpace;
|
|
29
|
+
(function (AttributeNameSpace) {
|
|
30
|
+
AttributeNameSpace["Traces"] = "TRACES";
|
|
31
|
+
AttributeNameSpace["Synthetic"] = "SYNTHETIC";
|
|
32
|
+
/**
|
|
33
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
34
|
+
* version of the SDK.
|
|
35
|
+
*/
|
|
36
|
+
AttributeNameSpace["UnknownValue"] = "UNKNOWN_VALUE";
|
|
37
|
+
})(AttributeNameSpace = AttributeUnpinResponse.AttributeNameSpace || (AttributeUnpinResponse.AttributeNameSpace = {}));
|
|
38
|
+
let AttributeStatus;
|
|
39
|
+
(function (AttributeStatus) {
|
|
40
|
+
AttributeStatus["AttributeUnpinned"] = "ATTRIBUTE_UNPINNED";
|
|
41
|
+
AttributeStatus["DuplicateAttribute"] = "DUPLICATE_ATTRIBUTE";
|
|
42
|
+
AttributeStatus["InvalidAttribute"] = "INVALID_ATTRIBUTE";
|
|
43
|
+
AttributeStatus["AttributeNotFound"] = "ATTRIBUTE_NOT_FOUND";
|
|
44
|
+
AttributeStatus["AttributeNotProcessed"] = "ATTRIBUTE_NOT_PROCESSED";
|
|
45
|
+
/**
|
|
46
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
47
|
+
* version of the SDK.
|
|
48
|
+
*/
|
|
49
|
+
AttributeStatus["UnknownValue"] = "UNKNOWN_VALUE";
|
|
50
|
+
})(AttributeStatus = AttributeUnpinResponse.AttributeStatus || (AttributeUnpinResponse.AttributeStatus = {}));
|
|
51
|
+
function getJsonObj(obj) {
|
|
52
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
53
|
+
return jsonObj;
|
|
54
|
+
}
|
|
55
|
+
AttributeUnpinResponse.getJsonObj = getJsonObj;
|
|
56
|
+
function getDeserializedJsonObj(obj) {
|
|
57
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
58
|
+
return jsonObj;
|
|
59
|
+
}
|
|
60
|
+
AttributeUnpinResponse.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
61
|
+
})(AttributeUnpinResponse = exports.AttributeUnpinResponse || (exports.AttributeUnpinResponse = {}));
|
|
62
|
+
//# sourceMappingURL=attribute-unpin-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"attribute-unpin-response.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/model/attribute-unpin-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAgDH,IAAiB,sBAAsB,CA2CtC;AA3CD,WAAiB,sBAAsB;IACrC,IAAY,aAOX;IAPD,WAAY,aAAa;QACvB,gCAAe,CAAA;QACf;;;WAGG;QACH,+CAA8B,CAAA;IAChC,CAAC,EAPW,aAAa,GAAb,oCAAa,KAAb,oCAAa,QAOxB;IAED,IAAY,kBAQX;IARD,WAAY,kBAAkB;QAC5B,uCAAiB,CAAA;QACjB,6CAAuB,CAAA;QACvB;;;WAGG;QACH,oDAA8B,CAAA;IAChC,CAAC,EARW,kBAAkB,GAAlB,yCAAkB,KAAlB,yCAAkB,QAQ7B;IAED,IAAY,eAWX;IAXD,WAAY,eAAe;QACzB,2DAAwC,CAAA;QACxC,6DAA0C,CAAA;QAC1C,yDAAsC,CAAA;QACtC,4DAAyC,CAAA;QACzC,oEAAiD,CAAA;QACjD;;;WAGG;QACH,iDAA8B,CAAA;IAChC,CAAC,EAXW,eAAe,GAAf,sCAAe,KAAf,sCAAe,QAW1B;IAED,SAAgB,UAAU,CAAC,GAA2B;QACpD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6CAAsB,yBAIrC,CAAA;AACH,CAAC,EA3CgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QA2CtC"}
|
|
@@ -0,0 +1,95 @@
|
|
|
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
|
+
* Response of an individual attribute item in the bulk update notes operation.
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
export interface AttributeUpdateNotesResponse {
|
|
19
|
+
/**
|
|
20
|
+
* Attribute for which notes were added to or edited in this bulk operation.
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
"attributeName": string;
|
|
24
|
+
/**
|
|
25
|
+
* Notes added to or edited for this attribute.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"notes": string;
|
|
29
|
+
/**
|
|
30
|
+
* Type of operation - UPDATE_NOTES.
|
|
31
|
+
*
|
|
32
|
+
*/
|
|
33
|
+
"operationType": AttributeUpdateNotesResponse.OperationType;
|
|
34
|
+
/**
|
|
35
|
+
* Namespace of the attribute whose notes were updated. The attributeNameSpace will default to TRACES if it is
|
|
36
|
+
* not passed in.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"attributeNameSpace": AttributeUpdateNotesResponse.AttributeNameSpace;
|
|
40
|
+
/**
|
|
41
|
+
* Status of the attribute after this operation. The attribute can have one of the following statuses after the update notes operation. The attribute
|
|
42
|
+
* can have either a success status or an error status. The status of the attribute must be correlated with the operation status property in the bulk operation metadata
|
|
43
|
+
* object. The bulk operation will be successful only when all attributes in the bulk request are processed successfully and they get a success status back.
|
|
44
|
+
* The following are successful status values of individual attribute items in a bulk update notes operation.
|
|
45
|
+
* ATTRIBUTE_NOTES_UPDATED - The attribute's notes have been updated with the given notes.
|
|
46
|
+
* DUPLICATE_ATTRIBUTE - The attribute is a duplicate of an attribute that was present in this bulk request. Note that we deduplicate the attribute collection, process only unique attributes,
|
|
47
|
+
* and call out duplicates. A duplicate attribute in a bulk request will not prevent the processing of further attributes in the bulk operation.
|
|
48
|
+
* The following values are error statuses and the bulk processing is stopped when the first error is encountered.
|
|
49
|
+
* INVALID_ATTRIBUTE - The attribute is invalid. The length of the notes is more than a 1000 characters.
|
|
50
|
+
* ATTRIBUTE_NOT_PROCESSED - The attribute was not processed, as there was another attribute in this bulk request collection that resulted in a processing error.
|
|
51
|
+
* ATTRIBUTE_DOES_NOT_EXIST - Attribute was neither active nor pinned inactive.
|
|
52
|
+
* NOTES_TOO_LONG - Attribute notes were too long (more than 1000 chars).
|
|
53
|
+
*
|
|
54
|
+
*/
|
|
55
|
+
"attributeStatus": AttributeUpdateNotesResponse.AttributeStatus;
|
|
56
|
+
/**
|
|
57
|
+
* Time when the attribute's notes were updated.
|
|
58
|
+
*
|
|
59
|
+
*/
|
|
60
|
+
"timeUpdated": Date;
|
|
61
|
+
}
|
|
62
|
+
export declare namespace AttributeUpdateNotesResponse {
|
|
63
|
+
enum OperationType {
|
|
64
|
+
UpdateNotes = "UPDATE_NOTES",
|
|
65
|
+
/**
|
|
66
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
67
|
+
* version of the SDK.
|
|
68
|
+
*/
|
|
69
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
70
|
+
}
|
|
71
|
+
enum AttributeNameSpace {
|
|
72
|
+
Traces = "TRACES",
|
|
73
|
+
Synthetic = "SYNTHETIC",
|
|
74
|
+
/**
|
|
75
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
76
|
+
* version of the SDK.
|
|
77
|
+
*/
|
|
78
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
79
|
+
}
|
|
80
|
+
enum AttributeStatus {
|
|
81
|
+
AttributeNotesUpdated = "ATTRIBUTE_NOTES_UPDATED",
|
|
82
|
+
DuplicateAttribute = "DUPLICATE_ATTRIBUTE",
|
|
83
|
+
InvalidAttribute = "INVALID_ATTRIBUTE",
|
|
84
|
+
AttributeNotProcessed = "ATTRIBUTE_NOT_PROCESSED",
|
|
85
|
+
AttributeDoesNotExist = "ATTRIBUTE_DOES_NOT_EXIST",
|
|
86
|
+
NotesTooLong = "NOTES_TOO_LONG",
|
|
87
|
+
/**
|
|
88
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
89
|
+
* version of the SDK.
|
|
90
|
+
*/
|
|
91
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
92
|
+
}
|
|
93
|
+
function getJsonObj(obj: AttributeUpdateNotesResponse): object;
|
|
94
|
+
function getDeserializedJsonObj(obj: AttributeUpdateNotesResponse): object;
|
|
95
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
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.AttributeUpdateNotesResponse = void 0;
|
|
17
|
+
var AttributeUpdateNotesResponse;
|
|
18
|
+
(function (AttributeUpdateNotesResponse) {
|
|
19
|
+
let OperationType;
|
|
20
|
+
(function (OperationType) {
|
|
21
|
+
OperationType["UpdateNotes"] = "UPDATE_NOTES";
|
|
22
|
+
/**
|
|
23
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
24
|
+
* version of the SDK.
|
|
25
|
+
*/
|
|
26
|
+
OperationType["UnknownValue"] = "UNKNOWN_VALUE";
|
|
27
|
+
})(OperationType = AttributeUpdateNotesResponse.OperationType || (AttributeUpdateNotesResponse.OperationType = {}));
|
|
28
|
+
let AttributeNameSpace;
|
|
29
|
+
(function (AttributeNameSpace) {
|
|
30
|
+
AttributeNameSpace["Traces"] = "TRACES";
|
|
31
|
+
AttributeNameSpace["Synthetic"] = "SYNTHETIC";
|
|
32
|
+
/**
|
|
33
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
34
|
+
* version of the SDK.
|
|
35
|
+
*/
|
|
36
|
+
AttributeNameSpace["UnknownValue"] = "UNKNOWN_VALUE";
|
|
37
|
+
})(AttributeNameSpace = AttributeUpdateNotesResponse.AttributeNameSpace || (AttributeUpdateNotesResponse.AttributeNameSpace = {}));
|
|
38
|
+
let AttributeStatus;
|
|
39
|
+
(function (AttributeStatus) {
|
|
40
|
+
AttributeStatus["AttributeNotesUpdated"] = "ATTRIBUTE_NOTES_UPDATED";
|
|
41
|
+
AttributeStatus["DuplicateAttribute"] = "DUPLICATE_ATTRIBUTE";
|
|
42
|
+
AttributeStatus["InvalidAttribute"] = "INVALID_ATTRIBUTE";
|
|
43
|
+
AttributeStatus["AttributeNotProcessed"] = "ATTRIBUTE_NOT_PROCESSED";
|
|
44
|
+
AttributeStatus["AttributeDoesNotExist"] = "ATTRIBUTE_DOES_NOT_EXIST";
|
|
45
|
+
AttributeStatus["NotesTooLong"] = "NOTES_TOO_LONG";
|
|
46
|
+
/**
|
|
47
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
48
|
+
* version of the SDK.
|
|
49
|
+
*/
|
|
50
|
+
AttributeStatus["UnknownValue"] = "UNKNOWN_VALUE";
|
|
51
|
+
})(AttributeStatus = AttributeUpdateNotesResponse.AttributeStatus || (AttributeUpdateNotesResponse.AttributeStatus = {}));
|
|
52
|
+
function getJsonObj(obj) {
|
|
53
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
54
|
+
return jsonObj;
|
|
55
|
+
}
|
|
56
|
+
AttributeUpdateNotesResponse.getJsonObj = getJsonObj;
|
|
57
|
+
function getDeserializedJsonObj(obj) {
|
|
58
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
59
|
+
return jsonObj;
|
|
60
|
+
}
|
|
61
|
+
AttributeUpdateNotesResponse.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
62
|
+
})(AttributeUpdateNotesResponse = exports.AttributeUpdateNotesResponse || (exports.AttributeUpdateNotesResponse = {}));
|
|
63
|
+
//# sourceMappingURL=attribute-update-notes-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"attribute-update-notes-response.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/model/attribute-update-notes-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAsDH,IAAiB,4BAA4B,CA4C5C;AA5CD,WAAiB,4BAA4B;IAC3C,IAAY,aAOX;IAPD,WAAY,aAAa;QACvB,6CAA4B,CAAA;QAC5B;;;WAGG;QACH,+CAA8B,CAAA;IAChC,CAAC,EAPW,aAAa,GAAb,0CAAa,KAAb,0CAAa,QAOxB;IAED,IAAY,kBAQX;IARD,WAAY,kBAAkB;QAC5B,uCAAiB,CAAA;QACjB,6CAAuB,CAAA;QACvB;;;WAGG;QACH,oDAA8B,CAAA;IAChC,CAAC,EARW,kBAAkB,GAAlB,+CAAkB,KAAlB,+CAAkB,QAQ7B;IAED,IAAY,eAYX;IAZD,WAAY,eAAe;QACzB,oEAAiD,CAAA;QACjD,6DAA0C,CAAA;QAC1C,yDAAsC,CAAA;QACtC,oEAAiD,CAAA;QACjD,qEAAkD,CAAA;QAClD,kDAA+B,CAAA;QAC/B;;;WAGG;QACH,iDAA8B,CAAA;IAChC,CAAC,EAZW,eAAe,GAAf,4CAAe,KAAf,4CAAe,QAY1B;IAED,SAAgB,UAAU,CAAC,GAAiC;QAC1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiC;QACtE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mDAAsB,yBAIrC,CAAA;AACH,CAAC,EA5CgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QA4C5C"}
|
|
@@ -0,0 +1,128 @@
|
|
|
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
|
+
* Response of an individual attribute item in the bulk update attribute operation.
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
export interface AttributeUpdateResponse {
|
|
19
|
+
/**
|
|
20
|
+
* Attribute for which properties were updated in this bulk operation.
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
"attributeName": string;
|
|
24
|
+
/**
|
|
25
|
+
* Type of the attribute.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"attributeType"?: AttributeUpdateResponse.AttributeType;
|
|
29
|
+
/**
|
|
30
|
+
* Unit updated for this attribute.
|
|
31
|
+
*
|
|
32
|
+
*/
|
|
33
|
+
"unit"?: AttributeUpdateResponse.Unit;
|
|
34
|
+
/**
|
|
35
|
+
* Notes for the attribute.
|
|
36
|
+
*
|
|
37
|
+
*/
|
|
38
|
+
"notes"?: string;
|
|
39
|
+
/**
|
|
40
|
+
* Type of operation - UPDATE_ATTRIBUTE_PROPERTIES.
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
"operationType"?: AttributeUpdateResponse.OperationType;
|
|
44
|
+
/**
|
|
45
|
+
* Status of the attribute after this operation. The attribute can have one of the following statuses after the update operation. The attribute
|
|
46
|
+
* can have either a success status or an error status. The status of the attribute must be correlated with the operation status property in the bulk operation metadata
|
|
47
|
+
* object. The bulk operation will be successful only when all attributes in the bulk request are processed successfully and they get a success status back.
|
|
48
|
+
* The following are successful status values of individual attribute items in a bulk update attribute operation.
|
|
49
|
+
* ATTRIBUTE_UPDATED - The attribute's properites have been updated with the given properties.
|
|
50
|
+
* DUPLICATE_ATTRIBUTE - The attribute is a duplicate of an attribute that was present in this bulk request. Note that we deduplicate the attribute collection, process only unique attributes,
|
|
51
|
+
* and call out duplicates. A duplicate attribute in a bulk request will not prevent the processing of further attributes in the bulk operation.
|
|
52
|
+
* The following values are error statuses and the bulk processing is stopped when the first error is encountered.
|
|
53
|
+
* INVALID_ATTRIBUTE - The attribute is invalid.
|
|
54
|
+
* ATTRIBUTE_NOT_PROCESSED - The attribute was not processed, as there was another attribute in this bulk request collection that resulted in a processing error.
|
|
55
|
+
* ATTRIBUTE_DOES_NOT_EXIST - Attribute was neither active nor pinned inactive.
|
|
56
|
+
* ATTRIBUTE_UPDATE_NOT_ALLOWED - Attribute update is not allowed as it is an in-built system attribute.
|
|
57
|
+
*
|
|
58
|
+
*/
|
|
59
|
+
"attributeStatus"?: AttributeUpdateResponse.AttributeStatus;
|
|
60
|
+
/**
|
|
61
|
+
* Namespace of the attribute whose properties were updated. The attributeNameSpace will default to TRACES if it is
|
|
62
|
+
* not passed in.
|
|
63
|
+
*
|
|
64
|
+
*/
|
|
65
|
+
"attributeNameSpace": AttributeUpdateResponse.AttributeNameSpace;
|
|
66
|
+
/**
|
|
67
|
+
* Time when the attribute's properties were updated.
|
|
68
|
+
*
|
|
69
|
+
*/
|
|
70
|
+
"timeUpdated": Date;
|
|
71
|
+
}
|
|
72
|
+
export declare namespace AttributeUpdateResponse {
|
|
73
|
+
enum AttributeType {
|
|
74
|
+
Numeric = "NUMERIC",
|
|
75
|
+
String = "STRING",
|
|
76
|
+
/**
|
|
77
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
78
|
+
* version of the SDK.
|
|
79
|
+
*/
|
|
80
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
81
|
+
}
|
|
82
|
+
enum Unit {
|
|
83
|
+
None = "NONE",
|
|
84
|
+
EpochTimeMs = "EPOCH_TIME_MS",
|
|
85
|
+
Bytes = "BYTES",
|
|
86
|
+
Count = "COUNT",
|
|
87
|
+
DurationMs = "DURATION_MS",
|
|
88
|
+
TraceStatus = "TRACE_STATUS",
|
|
89
|
+
Percentage = "PERCENTAGE",
|
|
90
|
+
/**
|
|
91
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
92
|
+
* version of the SDK.
|
|
93
|
+
*/
|
|
94
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
95
|
+
}
|
|
96
|
+
enum OperationType {
|
|
97
|
+
UpdateAttributeProperties = "UPDATE_ATTRIBUTE_PROPERTIES",
|
|
98
|
+
/**
|
|
99
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
100
|
+
* version of the SDK.
|
|
101
|
+
*/
|
|
102
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
103
|
+
}
|
|
104
|
+
enum AttributeStatus {
|
|
105
|
+
AttributeUpdated = "ATTRIBUTE_UPDATED",
|
|
106
|
+
DuplicateAttribute = "DUPLICATE_ATTRIBUTE",
|
|
107
|
+
InvalidAttribute = "INVALID_ATTRIBUTE",
|
|
108
|
+
AttributeNotProcessed = "ATTRIBUTE_NOT_PROCESSED",
|
|
109
|
+
AttributeDoesNotExist = "ATTRIBUTE_DOES_NOT_EXIST",
|
|
110
|
+
AttributeUpdateNotAllowed = "ATTRIBUTE_UPDATE_NOT_ALLOWED",
|
|
111
|
+
/**
|
|
112
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
113
|
+
* version of the SDK.
|
|
114
|
+
*/
|
|
115
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
116
|
+
}
|
|
117
|
+
enum AttributeNameSpace {
|
|
118
|
+
Traces = "TRACES",
|
|
119
|
+
Synthetic = "SYNTHETIC",
|
|
120
|
+
/**
|
|
121
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
122
|
+
* version of the SDK.
|
|
123
|
+
*/
|
|
124
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
125
|
+
}
|
|
126
|
+
function getJsonObj(obj: AttributeUpdateResponse): object;
|
|
127
|
+
function getDeserializedJsonObj(obj: AttributeUpdateResponse): object;
|
|
128
|
+
}
|
|
@@ -0,0 +1,88 @@
|
|
|
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.AttributeUpdateResponse = void 0;
|
|
17
|
+
var AttributeUpdateResponse;
|
|
18
|
+
(function (AttributeUpdateResponse) {
|
|
19
|
+
let AttributeType;
|
|
20
|
+
(function (AttributeType) {
|
|
21
|
+
AttributeType["Numeric"] = "NUMERIC";
|
|
22
|
+
AttributeType["String"] = "STRING";
|
|
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
|
+
AttributeType["UnknownValue"] = "UNKNOWN_VALUE";
|
|
28
|
+
})(AttributeType = AttributeUpdateResponse.AttributeType || (AttributeUpdateResponse.AttributeType = {}));
|
|
29
|
+
let Unit;
|
|
30
|
+
(function (Unit) {
|
|
31
|
+
Unit["None"] = "NONE";
|
|
32
|
+
Unit["EpochTimeMs"] = "EPOCH_TIME_MS";
|
|
33
|
+
Unit["Bytes"] = "BYTES";
|
|
34
|
+
Unit["Count"] = "COUNT";
|
|
35
|
+
Unit["DurationMs"] = "DURATION_MS";
|
|
36
|
+
Unit["TraceStatus"] = "TRACE_STATUS";
|
|
37
|
+
Unit["Percentage"] = "PERCENTAGE";
|
|
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
|
+
Unit["UnknownValue"] = "UNKNOWN_VALUE";
|
|
43
|
+
})(Unit = AttributeUpdateResponse.Unit || (AttributeUpdateResponse.Unit = {}));
|
|
44
|
+
let OperationType;
|
|
45
|
+
(function (OperationType) {
|
|
46
|
+
OperationType["UpdateAttributeProperties"] = "UPDATE_ATTRIBUTE_PROPERTIES";
|
|
47
|
+
/**
|
|
48
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
49
|
+
* version of the SDK.
|
|
50
|
+
*/
|
|
51
|
+
OperationType["UnknownValue"] = "UNKNOWN_VALUE";
|
|
52
|
+
})(OperationType = AttributeUpdateResponse.OperationType || (AttributeUpdateResponse.OperationType = {}));
|
|
53
|
+
let AttributeStatus;
|
|
54
|
+
(function (AttributeStatus) {
|
|
55
|
+
AttributeStatus["AttributeUpdated"] = "ATTRIBUTE_UPDATED";
|
|
56
|
+
AttributeStatus["DuplicateAttribute"] = "DUPLICATE_ATTRIBUTE";
|
|
57
|
+
AttributeStatus["InvalidAttribute"] = "INVALID_ATTRIBUTE";
|
|
58
|
+
AttributeStatus["AttributeNotProcessed"] = "ATTRIBUTE_NOT_PROCESSED";
|
|
59
|
+
AttributeStatus["AttributeDoesNotExist"] = "ATTRIBUTE_DOES_NOT_EXIST";
|
|
60
|
+
AttributeStatus["AttributeUpdateNotAllowed"] = "ATTRIBUTE_UPDATE_NOT_ALLOWED";
|
|
61
|
+
/**
|
|
62
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
63
|
+
* version of the SDK.
|
|
64
|
+
*/
|
|
65
|
+
AttributeStatus["UnknownValue"] = "UNKNOWN_VALUE";
|
|
66
|
+
})(AttributeStatus = AttributeUpdateResponse.AttributeStatus || (AttributeUpdateResponse.AttributeStatus = {}));
|
|
67
|
+
let AttributeNameSpace;
|
|
68
|
+
(function (AttributeNameSpace) {
|
|
69
|
+
AttributeNameSpace["Traces"] = "TRACES";
|
|
70
|
+
AttributeNameSpace["Synthetic"] = "SYNTHETIC";
|
|
71
|
+
/**
|
|
72
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
73
|
+
* version of the SDK.
|
|
74
|
+
*/
|
|
75
|
+
AttributeNameSpace["UnknownValue"] = "UNKNOWN_VALUE";
|
|
76
|
+
})(AttributeNameSpace = AttributeUpdateResponse.AttributeNameSpace || (AttributeUpdateResponse.AttributeNameSpace = {}));
|
|
77
|
+
function getJsonObj(obj) {
|
|
78
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
79
|
+
return jsonObj;
|
|
80
|
+
}
|
|
81
|
+
AttributeUpdateResponse.getJsonObj = getJsonObj;
|
|
82
|
+
function getDeserializedJsonObj(obj) {
|
|
83
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
84
|
+
return jsonObj;
|
|
85
|
+
}
|
|
86
|
+
AttributeUpdateResponse.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
87
|
+
})(AttributeUpdateResponse = exports.AttributeUpdateResponse || (exports.AttributeUpdateResponse = {}));
|
|
88
|
+
//# sourceMappingURL=attribute-update-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"attribute-update-response.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/model/attribute-update-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAgEH,IAAiB,uBAAuB,CAqEvC;AArED,WAAiB,uBAAuB;IACtC,IAAY,aAQX;IARD,WAAY,aAAa;QACvB,oCAAmB,CAAA;QACnB,kCAAiB,CAAA;QACjB;;;WAGG;QACH,+CAA8B,CAAA;IAChC,CAAC,EARW,aAAa,GAAb,qCAAa,KAAb,qCAAa,QAQxB;IAED,IAAY,IAaX;IAbD,WAAY,IAAI;QACd,qBAAa,CAAA;QACb,qCAA6B,CAAA;QAC7B,uBAAe,CAAA;QACf,uBAAe,CAAA;QACf,kCAA0B,CAAA;QAC1B,oCAA4B,CAAA;QAC5B,iCAAyB,CAAA;QACzB;;;WAGG;QACH,sCAA8B,CAAA;IAChC,CAAC,EAbW,IAAI,GAAJ,4BAAI,KAAJ,4BAAI,QAaf;IAED,IAAY,aAOX;IAPD,WAAY,aAAa;QACvB,0EAAyD,CAAA;QACzD;;;WAGG;QACH,+CAA8B,CAAA;IAChC,CAAC,EAPW,aAAa,GAAb,qCAAa,KAAb,qCAAa,QAOxB;IAED,IAAY,eAYX;IAZD,WAAY,eAAe;QACzB,yDAAsC,CAAA;QACtC,6DAA0C,CAAA;QAC1C,yDAAsC,CAAA;QACtC,oEAAiD,CAAA;QACjD,qEAAkD,CAAA;QAClD,6EAA0D,CAAA;QAC1D;;;WAGG;QACH,iDAA8B,CAAA;IAChC,CAAC,EAZW,eAAe,GAAf,uCAAe,KAAf,uCAAe,QAY1B;IAED,IAAY,kBAQX;IARD,WAAY,kBAAkB;QAC5B,uCAAiB,CAAA;QACjB,6CAAuB,CAAA;QACvB;;;WAGG;QACH,oDAA8B,CAAA;IAChC,CAAC,EARW,kBAAkB,GAAlB,0CAAkB,KAAlB,0CAAkB,QAQ7B;IAED,SAAgB,UAAU,CAAC,GAA4B;QACrD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8CAAsB,yBAIrC,CAAA;AACH,CAAC,EArEgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAqEvC"}
|
|
@@ -0,0 +1,42 @@
|
|
|
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
|
+
* Status of autoactivation for the given data key in the APM Domain.
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
export interface AutoActivateStatus {
|
|
19
|
+
/**
|
|
20
|
+
* State of autoactivation in this APM Domain. If \"ON\" auto-activate is set to true, if \"OFF\" auto-activate is set to false.
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
"state": string;
|
|
24
|
+
/**
|
|
25
|
+
* Data key type for which auto-activate needs needs to be turned on or off.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"dataKey": AutoActivateStatus.DataKey;
|
|
29
|
+
}
|
|
30
|
+
export declare namespace AutoActivateStatus {
|
|
31
|
+
enum DataKey {
|
|
32
|
+
PrivateDataKey = "PRIVATE_DATA_KEY",
|
|
33
|
+
PublicDataKey = "PUBLIC_DATA_KEY",
|
|
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
|
+
function getJsonObj(obj: AutoActivateStatus): object;
|
|
41
|
+
function getDeserializedJsonObj(obj: AutoActivateStatus): object;
|
|
42
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
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.AutoActivateStatus = void 0;
|
|
17
|
+
var AutoActivateStatus;
|
|
18
|
+
(function (AutoActivateStatus) {
|
|
19
|
+
let DataKey;
|
|
20
|
+
(function (DataKey) {
|
|
21
|
+
DataKey["PrivateDataKey"] = "PRIVATE_DATA_KEY";
|
|
22
|
+
DataKey["PublicDataKey"] = "PUBLIC_DATA_KEY";
|
|
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
|
+
DataKey["UnknownValue"] = "UNKNOWN_VALUE";
|
|
28
|
+
})(DataKey = AutoActivateStatus.DataKey || (AutoActivateStatus.DataKey = {}));
|
|
29
|
+
function getJsonObj(obj) {
|
|
30
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
31
|
+
return jsonObj;
|
|
32
|
+
}
|
|
33
|
+
AutoActivateStatus.getJsonObj = getJsonObj;
|
|
34
|
+
function getDeserializedJsonObj(obj) {
|
|
35
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
36
|
+
return jsonObj;
|
|
37
|
+
}
|
|
38
|
+
AutoActivateStatus.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
39
|
+
})(AutoActivateStatus = exports.AutoActivateStatus || (exports.AutoActivateStatus = {}));
|
|
40
|
+
//# sourceMappingURL=auto-activate-status.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"auto-activate-status.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/model/auto-activate-status.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAsBH,IAAiB,kBAAkB,CAqBlC;AArBD,WAAiB,kBAAkB;IACjC,IAAY,OAQX;IARD,WAAY,OAAO;QACjB,8CAAmC,CAAA;QACnC,4CAAiC,CAAA;QACjC;;;WAGG;QACH,yCAA8B,CAAA;IAChC,CAAC,EARW,OAAO,GAAP,0BAAO,KAAP,0BAAO,QAQlB;IAED,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yCAAsB,yBAIrC,CAAA;AACH,CAAC,EArBgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAqBlC"}
|
|
@@ -0,0 +1,55 @@
|
|
|
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
|
+
* Response of a auto-activate toggle operation.
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
export interface AutoActivateToggleStatus {
|
|
19
|
+
/**
|
|
20
|
+
* Status of this operation.
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
"status": AutoActivateToggleStatus.Status;
|
|
24
|
+
/**
|
|
25
|
+
* State of autoactivation in this APM Domain. If \"ON\" auto-activate is set to true, if \"OFF\" auto-activate is set to false.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"state": string;
|
|
29
|
+
/**
|
|
30
|
+
* Data key type for which auto-activate needs needs to be turned on or off.
|
|
31
|
+
*
|
|
32
|
+
*/
|
|
33
|
+
"dataKey": AutoActivateToggleStatus.DataKey;
|
|
34
|
+
}
|
|
35
|
+
export declare namespace AutoActivateToggleStatus {
|
|
36
|
+
enum Status {
|
|
37
|
+
Success = "SUCCESS",
|
|
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
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
43
|
+
}
|
|
44
|
+
enum DataKey {
|
|
45
|
+
PrivateDataKey = "PRIVATE_DATA_KEY",
|
|
46
|
+
PublicDataKey = "PUBLIC_DATA_KEY",
|
|
47
|
+
/**
|
|
48
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
49
|
+
* version of the SDK.
|
|
50
|
+
*/
|
|
51
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
52
|
+
}
|
|
53
|
+
function getJsonObj(obj: AutoActivateToggleStatus): object;
|
|
54
|
+
function getDeserializedJsonObj(obj: AutoActivateToggleStatus): object;
|
|
55
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
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.AutoActivateToggleStatus = void 0;
|
|
17
|
+
var AutoActivateToggleStatus;
|
|
18
|
+
(function (AutoActivateToggleStatus) {
|
|
19
|
+
let Status;
|
|
20
|
+
(function (Status) {
|
|
21
|
+
Status["Success"] = "SUCCESS";
|
|
22
|
+
/**
|
|
23
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
24
|
+
* version of the SDK.
|
|
25
|
+
*/
|
|
26
|
+
Status["UnknownValue"] = "UNKNOWN_VALUE";
|
|
27
|
+
})(Status = AutoActivateToggleStatus.Status || (AutoActivateToggleStatus.Status = {}));
|
|
28
|
+
let DataKey;
|
|
29
|
+
(function (DataKey) {
|
|
30
|
+
DataKey["PrivateDataKey"] = "PRIVATE_DATA_KEY";
|
|
31
|
+
DataKey["PublicDataKey"] = "PUBLIC_DATA_KEY";
|
|
32
|
+
/**
|
|
33
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
34
|
+
* version of the SDK.
|
|
35
|
+
*/
|
|
36
|
+
DataKey["UnknownValue"] = "UNKNOWN_VALUE";
|
|
37
|
+
})(DataKey = AutoActivateToggleStatus.DataKey || (AutoActivateToggleStatus.DataKey = {}));
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
40
|
+
return jsonObj;
|
|
41
|
+
}
|
|
42
|
+
AutoActivateToggleStatus.getJsonObj = getJsonObj;
|
|
43
|
+
function getDeserializedJsonObj(obj) {
|
|
44
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
45
|
+
return jsonObj;
|
|
46
|
+
}
|
|
47
|
+
AutoActivateToggleStatus.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
48
|
+
})(AutoActivateToggleStatus = exports.AutoActivateToggleStatus || (exports.AutoActivateToggleStatus = {}));
|
|
49
|
+
//# sourceMappingURL=auto-activate-toggle-status.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"auto-activate-toggle-status.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/model/auto-activate-toggle-status.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AA2BH,IAAiB,wBAAwB,CA8BxC;AA9BD,WAAiB,wBAAwB;IACvC,IAAY,MAOX;IAPD,WAAY,MAAM;QAChB,6BAAmB,CAAA;QACnB;;;WAGG;QACH,wCAA8B,CAAA;IAChC,CAAC,EAPW,MAAM,GAAN,+BAAM,KAAN,+BAAM,QAOjB;IAED,IAAY,OAQX;IARD,WAAY,OAAO;QACjB,8CAAmC,CAAA;QACnC,4CAAiC,CAAA;QACjC;;;WAGG;QACH,yCAA8B,CAAA;IAChC,CAAC,EARW,OAAO,GAAP,gCAAO,KAAP,gCAAO,QAQlB;IAED,SAAgB,UAAU,CAAC,GAA6B;QACtD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;QAClE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+CAAsB,yBAIrC,CAAA;AACH,CAAC,EA9BgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QA8BxC"}
|