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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
16
|
+
if (k2 === undefined) k2 = k;
|
|
17
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
18
|
+
}) : (function(o, m, k, k2) {
|
|
19
|
+
if (k2 === undefined) k2 = k;
|
|
20
|
+
o[k2] = m[k];
|
|
21
|
+
}));
|
|
22
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
23
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
24
|
+
}) : function(o, v) {
|
|
25
|
+
o["default"] = v;
|
|
26
|
+
});
|
|
27
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
|
+
exports.BulkUpdateAttributeDetails = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var BulkUpdateAttributeDetails;
|
|
38
|
+
(function (BulkUpdateAttributeDetails) {
|
|
39
|
+
function getJsonObj(obj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
41
|
+
"attributeDetails": obj.attributeDetails
|
|
42
|
+
? obj.attributeDetails.map(item => {
|
|
43
|
+
return model.BulkUpdateAttributeDetail.getJsonObj(item);
|
|
44
|
+
})
|
|
45
|
+
: undefined
|
|
46
|
+
});
|
|
47
|
+
return jsonObj;
|
|
48
|
+
}
|
|
49
|
+
BulkUpdateAttributeDetails.getJsonObj = getJsonObj;
|
|
50
|
+
function getDeserializedJsonObj(obj) {
|
|
51
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
52
|
+
"attributeDetails": obj.attributeDetails
|
|
53
|
+
? obj.attributeDetails.map(item => {
|
|
54
|
+
return model.BulkUpdateAttributeDetail.getDeserializedJsonObj(item);
|
|
55
|
+
})
|
|
56
|
+
: undefined
|
|
57
|
+
});
|
|
58
|
+
return jsonObj;
|
|
59
|
+
}
|
|
60
|
+
BulkUpdateAttributeDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
61
|
+
})(BulkUpdateAttributeDetails = exports.BulkUpdateAttributeDetails || (exports.BulkUpdateAttributeDetails = {}));
|
|
62
|
+
//# sourceMappingURL=bulk-update-attribute-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bulk-update-attribute-details.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/model/bulk-update-attribute-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAelC,IAAiB,0BAA0B,CA6B1C;AA7BD,WAAiB,0BAA0B;IACzC,SAAgB,UAAU,CAAC,GAA+B;QACxD,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,yBAAyB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC1D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,qCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA+B;QACpE,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,yBAAyB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACtE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,iDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QA6B1C"}
|
|
@@ -0,0 +1,67 @@
|
|
|
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
|
+
* Metadata about the bulk attribute update operation. The bulk attribute update operation is atomic and binary. If the processing of any of the attributes
|
|
16
|
+
* in the bulk attribute update request results in a processing or validation error, then none of the attributes updated.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
export interface BulkUpdateAttributeMetadata {
|
|
20
|
+
/**
|
|
21
|
+
* Operation status of the bulk update attribute operation.
|
|
22
|
+
* SUCCESS - The bulk attribute update request has succeeded and all the attributes in the request have been updated.
|
|
23
|
+
* The following are error statuses for the bulk update attributes operation.
|
|
24
|
+
* EMPTY_ATTRIBUTE_LIST - The bulk update attributes request object was empty and did not contain any attributes for which properties had to be updated.
|
|
25
|
+
* INVALID_BULK_REQUEST - The bulk request contains invalid attribute(s), or attribute(s) that resulted in a validation error, or an attribute that resulted
|
|
26
|
+
* in a processing error.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"operationStatus": BulkUpdateAttributeMetadata.OperationStatus;
|
|
30
|
+
/**
|
|
31
|
+
* Type of operation.
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"operationType": BulkUpdateAttributeMetadata.OperationType;
|
|
35
|
+
/**
|
|
36
|
+
* Total number attributes (both string and numeric) in TRACES namespace for which properties were updated.
|
|
37
|
+
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
38
|
+
*/
|
|
39
|
+
"attributesUpdated": number;
|
|
40
|
+
/**
|
|
41
|
+
* Total number attributes (both string and numeric) in SYNTHETIC namespace for which properties were updated.
|
|
42
|
+
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
43
|
+
*/
|
|
44
|
+
"syntheticAttributesUpdated"?: number;
|
|
45
|
+
}
|
|
46
|
+
export declare namespace BulkUpdateAttributeMetadata {
|
|
47
|
+
enum OperationStatus {
|
|
48
|
+
Success = "SUCCESS",
|
|
49
|
+
EmptyAttributeList = "EMPTY_ATTRIBUTE_LIST",
|
|
50
|
+
InvalidBulkRequest = "INVALID_BULK_REQUEST",
|
|
51
|
+
/**
|
|
52
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
53
|
+
* version of the SDK.
|
|
54
|
+
*/
|
|
55
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
56
|
+
}
|
|
57
|
+
enum OperationType {
|
|
58
|
+
UpdateAttributeProperties = "UPDATE_ATTRIBUTE_PROPERTIES",
|
|
59
|
+
/**
|
|
60
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
61
|
+
* version of the SDK.
|
|
62
|
+
*/
|
|
63
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
64
|
+
}
|
|
65
|
+
function getJsonObj(obj: BulkUpdateAttributeMetadata): object;
|
|
66
|
+
function getDeserializedJsonObj(obj: BulkUpdateAttributeMetadata): object;
|
|
67
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
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.BulkUpdateAttributeMetadata = void 0;
|
|
17
|
+
var BulkUpdateAttributeMetadata;
|
|
18
|
+
(function (BulkUpdateAttributeMetadata) {
|
|
19
|
+
let OperationStatus;
|
|
20
|
+
(function (OperationStatus) {
|
|
21
|
+
OperationStatus["Success"] = "SUCCESS";
|
|
22
|
+
OperationStatus["EmptyAttributeList"] = "EMPTY_ATTRIBUTE_LIST";
|
|
23
|
+
OperationStatus["InvalidBulkRequest"] = "INVALID_BULK_REQUEST";
|
|
24
|
+
/**
|
|
25
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
26
|
+
* version of the SDK.
|
|
27
|
+
*/
|
|
28
|
+
OperationStatus["UnknownValue"] = "UNKNOWN_VALUE";
|
|
29
|
+
})(OperationStatus = BulkUpdateAttributeMetadata.OperationStatus || (BulkUpdateAttributeMetadata.OperationStatus = {}));
|
|
30
|
+
let OperationType;
|
|
31
|
+
(function (OperationType) {
|
|
32
|
+
OperationType["UpdateAttributeProperties"] = "UPDATE_ATTRIBUTE_PROPERTIES";
|
|
33
|
+
/**
|
|
34
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
35
|
+
* version of the SDK.
|
|
36
|
+
*/
|
|
37
|
+
OperationType["UnknownValue"] = "UNKNOWN_VALUE";
|
|
38
|
+
})(OperationType = BulkUpdateAttributeMetadata.OperationType || (BulkUpdateAttributeMetadata.OperationType = {}));
|
|
39
|
+
function getJsonObj(obj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
41
|
+
return jsonObj;
|
|
42
|
+
}
|
|
43
|
+
BulkUpdateAttributeMetadata.getJsonObj = getJsonObj;
|
|
44
|
+
function getDeserializedJsonObj(obj) {
|
|
45
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
BulkUpdateAttributeMetadata.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
49
|
+
})(BulkUpdateAttributeMetadata = exports.BulkUpdateAttributeMetadata || (exports.BulkUpdateAttributeMetadata = {}));
|
|
50
|
+
//# sourceMappingURL=bulk-update-attribute-metadata.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bulk-update-attribute-metadata.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/model/bulk-update-attribute-metadata.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAsCH,IAAiB,2BAA2B,CA+B3C;AA/BD,WAAiB,2BAA2B;IAC1C,IAAY,eASX;IATD,WAAY,eAAe;QACzB,sCAAmB,CAAA;QACnB,8DAA2C,CAAA;QAC3C,8DAA2C,CAAA;QAC3C;;;WAGG;QACH,iDAA8B,CAAA;IAChC,CAAC,EATW,eAAe,GAAf,2CAAe,KAAf,2CAAe,QAS1B;IAED,IAAY,aAOX;IAPD,WAAY,aAAa;QACvB,0EAAyD,CAAA;QACzD;;;WAGG;QACH,+CAA8B,CAAA;IAChC,CAAC,EAPW,aAAa,GAAb,yCAAa,KAAb,yCAAa,QAOxB;IAED,SAAgB,UAAU,CAAC,GAAgC;QACzD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgC;QACrE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kDAAsB,yBAIrC,CAAA;AACH,CAAC,EA/BgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QA+B3C"}
|
|
@@ -0,0 +1,43 @@
|
|
|
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
|
+
* Object that contains the details about a single attribute in the bulk request for which notes are to be updated.
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
export interface BulkUpdateAttributeNotesDetail {
|
|
19
|
+
/**
|
|
20
|
+
* Name of the attribute for which notes are to be updated.
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
"attributeName": string;
|
|
24
|
+
/**
|
|
25
|
+
* Notes to be updated. The size of notes cannot exceed 1000 chars.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"notes": string;
|
|
29
|
+
/**
|
|
30
|
+
* Namespace of the attribute for which the notes are to be updated. The attributeNameSpace will default to TRACES if it is
|
|
31
|
+
* not passed in.
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"attributeNameSpace"?: BulkUpdateAttributeNotesDetail.AttributeNameSpace;
|
|
35
|
+
}
|
|
36
|
+
export declare namespace BulkUpdateAttributeNotesDetail {
|
|
37
|
+
enum AttributeNameSpace {
|
|
38
|
+
Traces = "TRACES",
|
|
39
|
+
Synthetic = "SYNTHETIC"
|
|
40
|
+
}
|
|
41
|
+
function getJsonObj(obj: BulkUpdateAttributeNotesDetail): object;
|
|
42
|
+
function getDeserializedJsonObj(obj: BulkUpdateAttributeNotesDetail): object;
|
|
43
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Application Performance Monitoring Trace Explorer API
|
|
4
|
+
* Use the Application Performance Monitoring Trace Explorer API to query traces and associated spans in Trace Explorer. For more information, see [Application Performance Monitoring](https://docs.oracle.com/iaas/application-performance-monitoring/index.html).
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20200630
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 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.BulkUpdateAttributeNotesDetail = void 0;
|
|
17
|
+
var BulkUpdateAttributeNotesDetail;
|
|
18
|
+
(function (BulkUpdateAttributeNotesDetail) {
|
|
19
|
+
let AttributeNameSpace;
|
|
20
|
+
(function (AttributeNameSpace) {
|
|
21
|
+
AttributeNameSpace["Traces"] = "TRACES";
|
|
22
|
+
AttributeNameSpace["Synthetic"] = "SYNTHETIC";
|
|
23
|
+
})(AttributeNameSpace = BulkUpdateAttributeNotesDetail.AttributeNameSpace || (BulkUpdateAttributeNotesDetail.AttributeNameSpace = {}));
|
|
24
|
+
function getJsonObj(obj) {
|
|
25
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
26
|
+
return jsonObj;
|
|
27
|
+
}
|
|
28
|
+
BulkUpdateAttributeNotesDetail.getJsonObj = getJsonObj;
|
|
29
|
+
function getDeserializedJsonObj(obj) {
|
|
30
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
31
|
+
return jsonObj;
|
|
32
|
+
}
|
|
33
|
+
BulkUpdateAttributeNotesDetail.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
34
|
+
})(BulkUpdateAttributeNotesDetail = exports.BulkUpdateAttributeNotesDetail || (exports.BulkUpdateAttributeNotesDetail = {}));
|
|
35
|
+
//# sourceMappingURL=bulk-update-attribute-notes-detail.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bulk-update-attribute-notes-detail.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/model/bulk-update-attribute-notes-detail.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AA4BH,IAAiB,8BAA8B,CAgB9C;AAhBD,WAAiB,8BAA8B;IAC7C,IAAY,kBAGX;IAHD,WAAY,kBAAkB;QAC5B,uCAAiB,CAAA;QACjB,6CAAuB,CAAA;IACzB,CAAC,EAHW,kBAAkB,GAAlB,iDAAkB,KAAlB,iDAAkB,QAG7B;IAED,SAAgB,UAAU,CAAC,GAAmC;QAC5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmC;QACxE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qDAAsB,yBAIrC,CAAA;AACH,CAAC,EAhBgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAgB9C"}
|
|
@@ -0,0 +1,29 @@
|
|
|
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
|
+
import * as model from "../model";
|
|
15
|
+
/**
|
|
16
|
+
* Bulk request object containing the details of the attributes for which notes are to be updated.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
export interface BulkUpdateAttributeNotesDetails {
|
|
20
|
+
/**
|
|
21
|
+
* Collection of objects containing the details about individual attribute for which notes are to be updated.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"attributeDetails"?: Array<model.BulkUpdateAttributeNotesDetail>;
|
|
25
|
+
}
|
|
26
|
+
export declare namespace BulkUpdateAttributeNotesDetails {
|
|
27
|
+
function getJsonObj(obj: BulkUpdateAttributeNotesDetails): object;
|
|
28
|
+
function getDeserializedJsonObj(obj: BulkUpdateAttributeNotesDetails): object;
|
|
29
|
+
}
|
|
@@ -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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
16
|
+
if (k2 === undefined) k2 = k;
|
|
17
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
18
|
+
}) : (function(o, m, k, k2) {
|
|
19
|
+
if (k2 === undefined) k2 = k;
|
|
20
|
+
o[k2] = m[k];
|
|
21
|
+
}));
|
|
22
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
23
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
24
|
+
}) : function(o, v) {
|
|
25
|
+
o["default"] = v;
|
|
26
|
+
});
|
|
27
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
|
+
exports.BulkUpdateAttributeNotesDetails = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var BulkUpdateAttributeNotesDetails;
|
|
38
|
+
(function (BulkUpdateAttributeNotesDetails) {
|
|
39
|
+
function getJsonObj(obj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
41
|
+
"attributeDetails": obj.attributeDetails
|
|
42
|
+
? obj.attributeDetails.map(item => {
|
|
43
|
+
return model.BulkUpdateAttributeNotesDetail.getJsonObj(item);
|
|
44
|
+
})
|
|
45
|
+
: undefined
|
|
46
|
+
});
|
|
47
|
+
return jsonObj;
|
|
48
|
+
}
|
|
49
|
+
BulkUpdateAttributeNotesDetails.getJsonObj = getJsonObj;
|
|
50
|
+
function getDeserializedJsonObj(obj) {
|
|
51
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
52
|
+
"attributeDetails": obj.attributeDetails
|
|
53
|
+
? obj.attributeDetails.map(item => {
|
|
54
|
+
return model.BulkUpdateAttributeNotesDetail.getDeserializedJsonObj(item);
|
|
55
|
+
})
|
|
56
|
+
: undefined
|
|
57
|
+
});
|
|
58
|
+
return jsonObj;
|
|
59
|
+
}
|
|
60
|
+
BulkUpdateAttributeNotesDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
61
|
+
})(BulkUpdateAttributeNotesDetails = exports.BulkUpdateAttributeNotesDetails || (exports.BulkUpdateAttributeNotesDetails = {}));
|
|
62
|
+
//# sourceMappingURL=bulk-update-attribute-notes-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bulk-update-attribute-notes-details.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/model/bulk-update-attribute-notes-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAelC,IAAiB,+BAA+B,CA6B/C;AA7BD,WAAiB,+BAA+B;IAC9C,SAAgB,UAAU,CAAC,GAAoC;QAC7D,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,8BAA8B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC/D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,0CAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoC;QACzE,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,8BAA8B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC3E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,sDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QA6B/C"}
|
|
@@ -0,0 +1,33 @@
|
|
|
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
|
+
import * as model from "../model";
|
|
15
|
+
/**
|
|
16
|
+
* Response of a bulk update attribute operation.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
export interface BulkUpdateAttributeStatus {
|
|
20
|
+
/**
|
|
21
|
+
* We preserve the order of the attribute items from the bulk update attribute request in this collection. The ith object in this collection represents the
|
|
22
|
+
* bulk update attribute operation status of the ith object in the BulkUpdateAttributeDetails object in the Bulk update attribute request. If the
|
|
23
|
+
* bulk update attribute operation results in a processing error or a validation error, the operationStatus property in the BulkUpdateAttributeMetadata object will
|
|
24
|
+
* contain the appropriate bulk error status for the bulk operation.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"attributeStatuses": Array<model.AttributeUpdateResponse>;
|
|
28
|
+
"bulkUpdateAttributeMetadata": model.BulkUpdateAttributeMetadata;
|
|
29
|
+
}
|
|
30
|
+
export declare namespace BulkUpdateAttributeStatus {
|
|
31
|
+
function getJsonObj(obj: BulkUpdateAttributeStatus): object;
|
|
32
|
+
function getDeserializedJsonObj(obj: BulkUpdateAttributeStatus): object;
|
|
33
|
+
}
|
|
@@ -0,0 +1,68 @@
|
|
|
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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
16
|
+
if (k2 === undefined) k2 = k;
|
|
17
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
18
|
+
}) : (function(o, m, k, k2) {
|
|
19
|
+
if (k2 === undefined) k2 = k;
|
|
20
|
+
o[k2] = m[k];
|
|
21
|
+
}));
|
|
22
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
23
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
24
|
+
}) : function(o, v) {
|
|
25
|
+
o["default"] = v;
|
|
26
|
+
});
|
|
27
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
|
+
exports.BulkUpdateAttributeStatus = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var BulkUpdateAttributeStatus;
|
|
38
|
+
(function (BulkUpdateAttributeStatus) {
|
|
39
|
+
function getJsonObj(obj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
41
|
+
"attributeStatuses": obj.attributeStatuses
|
|
42
|
+
? obj.attributeStatuses.map(item => {
|
|
43
|
+
return model.AttributeUpdateResponse.getJsonObj(item);
|
|
44
|
+
})
|
|
45
|
+
: undefined,
|
|
46
|
+
"bulkUpdateAttributeMetadata": obj.bulkUpdateAttributeMetadata
|
|
47
|
+
? model.BulkUpdateAttributeMetadata.getJsonObj(obj.bulkUpdateAttributeMetadata)
|
|
48
|
+
: undefined
|
|
49
|
+
});
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
BulkUpdateAttributeStatus.getJsonObj = getJsonObj;
|
|
53
|
+
function getDeserializedJsonObj(obj) {
|
|
54
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
55
|
+
"attributeStatuses": obj.attributeStatuses
|
|
56
|
+
? obj.attributeStatuses.map(item => {
|
|
57
|
+
return model.AttributeUpdateResponse.getDeserializedJsonObj(item);
|
|
58
|
+
})
|
|
59
|
+
: undefined,
|
|
60
|
+
"bulkUpdateAttributeMetadata": obj.bulkUpdateAttributeMetadata
|
|
61
|
+
? model.BulkUpdateAttributeMetadata.getDeserializedJsonObj(obj.bulkUpdateAttributeMetadata)
|
|
62
|
+
: undefined
|
|
63
|
+
});
|
|
64
|
+
return jsonObj;
|
|
65
|
+
}
|
|
66
|
+
BulkUpdateAttributeStatus.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
67
|
+
})(BulkUpdateAttributeStatus = exports.BulkUpdateAttributeStatus || (exports.BulkUpdateAttributeStatus = {}));
|
|
68
|
+
//# sourceMappingURL=bulk-update-attribute-status.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bulk-update-attribute-status.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/model/bulk-update-attribute-status.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmBlC,IAAiB,yBAAyB,CAqCzC;AArCD,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B;QACvD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,GAAG,CAAC,iBAAiB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC/B,OAAO,KAAK,CAAC,uBAAuB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACxD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,6BAA6B,EAAE,GAAG,CAAC,2BAA2B;gBAC5D,CAAC,CAAC,KAAK,CAAC,2BAA2B,CAAC,UAAU,CAAC,GAAG,CAAC,2BAA2B,CAAC;gBAC/E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,oCAAU,aAgBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8B;QACnE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,GAAG,CAAC,iBAAiB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC/B,OAAO,KAAK,CAAC,uBAAuB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACpE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,6BAA6B,EAAE,GAAG,CAAC,2BAA2B;gBAC5D,CAAC,CAAC,KAAK,CAAC,2BAA2B,CAAC,sBAAsB,CACtD,GAAG,CAAC,2BAA2B,CAChC;gBACH,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,gDAAsB,yBAkBrC,CAAA;AACH,CAAC,EArCgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAqCzC"}
|
|
@@ -0,0 +1,67 @@
|
|
|
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
|
+
* Metadata about the bulk update notes operation. The bulk update notes operation is atomic and binary. If the processing of any of the attributes
|
|
16
|
+
* in the bulk update notes request results in a processing or validation error, then none of the notes in the update notes request are updated.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
export interface BulkUpdateNotesMetadata {
|
|
20
|
+
/**
|
|
21
|
+
* Operation status of the bulk update notes operation.
|
|
22
|
+
* SUCCESS - The bulk updates notes request has succeeded and all the attributes in the bulk update notes request have been updated with the provided notes.
|
|
23
|
+
* The following are error statuses for the bulk update notes operation.
|
|
24
|
+
* EMPTY_ATTRIBUTE_LIST - The bulk update notes request object was empty and did not contain any attributes for which notes had to be updated.
|
|
25
|
+
* INVALID_BULK_REQUEST - The bulk request contains invalid attribute(s), or attribute(s) that resulted in a validation error, or an attribute that resulted
|
|
26
|
+
* in a processing error.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"operationStatus": BulkUpdateNotesMetadata.OperationStatus;
|
|
30
|
+
/**
|
|
31
|
+
* Type of operation.
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"operationType": BulkUpdateNotesMetadata.OperationType;
|
|
35
|
+
/**
|
|
36
|
+
* Total number attributes (both string and numeric) in TRACES namespace for which notes were updated.
|
|
37
|
+
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
38
|
+
*/
|
|
39
|
+
"attributesNotesUpdated": number;
|
|
40
|
+
/**
|
|
41
|
+
* Total number attributes (both string and numeric) in SYNTHETIC namespace that were pinned.
|
|
42
|
+
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
43
|
+
*/
|
|
44
|
+
"syntheticAttributesPinned"?: number;
|
|
45
|
+
}
|
|
46
|
+
export declare namespace BulkUpdateNotesMetadata {
|
|
47
|
+
enum OperationStatus {
|
|
48
|
+
Success = "SUCCESS",
|
|
49
|
+
EmptyAttributeList = "EMPTY_ATTRIBUTE_LIST",
|
|
50
|
+
InvalidBulkRequest = "INVALID_BULK_REQUEST",
|
|
51
|
+
/**
|
|
52
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
53
|
+
* version of the SDK.
|
|
54
|
+
*/
|
|
55
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
56
|
+
}
|
|
57
|
+
enum OperationType {
|
|
58
|
+
UpdateNotes = "UPDATE_NOTES",
|
|
59
|
+
/**
|
|
60
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
61
|
+
* version of the SDK.
|
|
62
|
+
*/
|
|
63
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
64
|
+
}
|
|
65
|
+
function getJsonObj(obj: BulkUpdateNotesMetadata): object;
|
|
66
|
+
function getDeserializedJsonObj(obj: BulkUpdateNotesMetadata): object;
|
|
67
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
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.BulkUpdateNotesMetadata = void 0;
|
|
17
|
+
var BulkUpdateNotesMetadata;
|
|
18
|
+
(function (BulkUpdateNotesMetadata) {
|
|
19
|
+
let OperationStatus;
|
|
20
|
+
(function (OperationStatus) {
|
|
21
|
+
OperationStatus["Success"] = "SUCCESS";
|
|
22
|
+
OperationStatus["EmptyAttributeList"] = "EMPTY_ATTRIBUTE_LIST";
|
|
23
|
+
OperationStatus["InvalidBulkRequest"] = "INVALID_BULK_REQUEST";
|
|
24
|
+
/**
|
|
25
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
26
|
+
* version of the SDK.
|
|
27
|
+
*/
|
|
28
|
+
OperationStatus["UnknownValue"] = "UNKNOWN_VALUE";
|
|
29
|
+
})(OperationStatus = BulkUpdateNotesMetadata.OperationStatus || (BulkUpdateNotesMetadata.OperationStatus = {}));
|
|
30
|
+
let OperationType;
|
|
31
|
+
(function (OperationType) {
|
|
32
|
+
OperationType["UpdateNotes"] = "UPDATE_NOTES";
|
|
33
|
+
/**
|
|
34
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
35
|
+
* version of the SDK.
|
|
36
|
+
*/
|
|
37
|
+
OperationType["UnknownValue"] = "UNKNOWN_VALUE";
|
|
38
|
+
})(OperationType = BulkUpdateNotesMetadata.OperationType || (BulkUpdateNotesMetadata.OperationType = {}));
|
|
39
|
+
function getJsonObj(obj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
41
|
+
return jsonObj;
|
|
42
|
+
}
|
|
43
|
+
BulkUpdateNotesMetadata.getJsonObj = getJsonObj;
|
|
44
|
+
function getDeserializedJsonObj(obj) {
|
|
45
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
BulkUpdateNotesMetadata.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
49
|
+
})(BulkUpdateNotesMetadata = exports.BulkUpdateNotesMetadata || (exports.BulkUpdateNotesMetadata = {}));
|
|
50
|
+
//# sourceMappingURL=bulk-update-notes-metadata.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bulk-update-notes-metadata.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/model/bulk-update-notes-metadata.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAsCH,IAAiB,uBAAuB,CA+BvC;AA/BD,WAAiB,uBAAuB;IACtC,IAAY,eASX;IATD,WAAY,eAAe;QACzB,sCAAmB,CAAA;QACnB,8DAA2C,CAAA;QAC3C,8DAA2C,CAAA;QAC3C;;;WAGG;QACH,iDAA8B,CAAA;IAChC,CAAC,EATW,eAAe,GAAf,uCAAe,KAAf,uCAAe,QAS1B;IAED,IAAY,aAOX;IAPD,WAAY,aAAa;QACvB,6CAA4B,CAAA;QAC5B;;;WAGG;QACH,+CAA8B,CAAA;IAChC,CAAC,EAPW,aAAa,GAAb,qCAAa,KAAb,qCAAa,QAOxB;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,EA/BgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QA+BvC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
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
|
+
import * as model from "../model";
|
|
15
|
+
/**
|
|
16
|
+
* Response of a bulk update notes operation.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
export interface BulkUpdateNotesStatus {
|
|
20
|
+
/**
|
|
21
|
+
* We preserve the order of the attribute items from the bulk update notes request in this collection. The ith object in this collection represents the
|
|
22
|
+
* bulk update notes operation status of the ith object in the BulkUpdateAttributeNotesDetails object in the Bulk update notes request. If the
|
|
23
|
+
* bulk update notes operation results in a processing error or a validation error, the operationStatus property in the BulkUpdateNotesMetadata object will
|
|
24
|
+
* contain the appropriate bulk error status for the bulk operation.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"attributeStatuses": Array<model.AttributeUpdateNotesResponse>;
|
|
28
|
+
"bulkUpdateNotesMetadata": model.BulkUpdateNotesMetadata;
|
|
29
|
+
}
|
|
30
|
+
export declare namespace BulkUpdateNotesStatus {
|
|
31
|
+
function getJsonObj(obj: BulkUpdateNotesStatus): object;
|
|
32
|
+
function getDeserializedJsonObj(obj: BulkUpdateNotesStatus): object;
|
|
33
|
+
}
|