oci-apmtraces 2.81.0 → 2.82.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +1 -0
- package/index.js +2 -1
- package/index.js.map +1 -1
- package/lib/client.d.ts +159 -6
- package/lib/client.js +641 -10
- package/lib/client.js.map +1 -1
- package/lib/model/attribute-pin-response.d.ts +95 -0
- package/lib/model/attribute-pin-response.js +63 -0
- package/lib/model/attribute-pin-response.js.map +1 -0
- package/lib/model/attribute-response.d.ts +142 -0
- package/lib/model/attribute-response.js +94 -0
- package/lib/model/attribute-response.js.map +1 -0
- package/lib/model/attribute-unpin-response.d.ts +88 -0
- package/lib/model/attribute-unpin-response.js +62 -0
- package/lib/model/attribute-unpin-response.js.map +1 -0
- package/lib/model/attribute-update-notes-response.d.ts +95 -0
- package/lib/model/attribute-update-notes-response.js +63 -0
- package/lib/model/attribute-update-notes-response.js.map +1 -0
- package/lib/model/attribute-update-response.d.ts +128 -0
- package/lib/model/attribute-update-response.js +88 -0
- package/lib/model/attribute-update-response.js.map +1 -0
- package/lib/model/auto-activate-status.d.ts +42 -0
- package/lib/model/auto-activate-status.js +40 -0
- package/lib/model/auto-activate-status.js.map +1 -0
- package/lib/model/auto-activate-toggle-status.d.ts +55 -0
- package/lib/model/auto-activate-toggle-status.js +49 -0
- package/lib/model/auto-activate-toggle-status.js.map +1 -0
- package/lib/model/bulk-activate-attribute-detail.d.ts +62 -0
- package/lib/model/bulk-activate-attribute-detail.js +50 -0
- package/lib/model/bulk-activate-attribute-detail.js.map +1 -0
- package/lib/model/bulk-activate-attribute-details.d.ts +29 -0
- package/lib/model/bulk-activate-attribute-details.js +62 -0
- package/lib/model/bulk-activate-attribute-details.js.map +1 -0
- package/lib/model/bulk-activation-metadata.d.ts +112 -0
- package/lib/model/bulk-activation-metadata.js +54 -0
- package/lib/model/bulk-activation-metadata.js.map +1 -0
- package/lib/model/bulk-activation-status.d.ts +33 -0
- package/lib/model/bulk-activation-status.js +68 -0
- package/lib/model/bulk-activation-status.js.map +1 -0
- package/lib/model/bulk-de-activate-attribute-detail.d.ts +38 -0
- package/lib/model/bulk-de-activate-attribute-detail.js +35 -0
- package/lib/model/bulk-de-activate-attribute-detail.js.map +1 -0
- package/lib/model/bulk-de-activate-attribute-details.d.ts +29 -0
- package/lib/model/bulk-de-activate-attribute-details.js +62 -0
- package/lib/model/bulk-de-activate-attribute-details.js.map +1 -0
- package/lib/model/bulk-de-activation-metadata.d.ts +95 -0
- package/lib/model/bulk-de-activation-metadata.js +52 -0
- package/lib/model/bulk-de-activation-metadata.js.map +1 -0
- package/lib/model/bulk-de-activation-status.d.ts +33 -0
- package/lib/model/bulk-de-activation-status.js +68 -0
- package/lib/model/bulk-de-activation-status.js.map +1 -0
- package/lib/model/bulk-pin-attribute-detail.d.ts +38 -0
- package/lib/model/bulk-pin-attribute-detail.js +35 -0
- package/lib/model/bulk-pin-attribute-detail.js.map +1 -0
- package/lib/model/bulk-pin-attribute-details.d.ts +29 -0
- package/lib/model/bulk-pin-attribute-details.js +62 -0
- package/lib/model/bulk-pin-attribute-details.js.map +1 -0
- package/lib/model/bulk-pin-metadata.d.ts +67 -0
- package/lib/model/bulk-pin-metadata.js +50 -0
- package/lib/model/bulk-pin-metadata.js.map +1 -0
- package/lib/model/bulk-pin-status.d.ts +33 -0
- package/lib/model/bulk-pin-status.js +68 -0
- package/lib/model/bulk-pin-status.js.map +1 -0
- package/lib/model/bulk-unpin-attribute-detail.d.ts +38 -0
- package/lib/model/bulk-unpin-attribute-detail.js +35 -0
- package/lib/model/bulk-unpin-attribute-detail.js.map +1 -0
- package/lib/model/bulk-unpin-attribute-details.d.ts +29 -0
- package/lib/model/bulk-unpin-attribute-details.js +62 -0
- package/lib/model/bulk-unpin-attribute-details.js.map +1 -0
- package/lib/model/bulk-unpin-metadata.d.ts +67 -0
- package/lib/model/bulk-unpin-metadata.js +50 -0
- package/lib/model/bulk-unpin-metadata.js.map +1 -0
- package/lib/model/bulk-unpin-status.d.ts +33 -0
- package/lib/model/bulk-unpin-status.js +68 -0
- package/lib/model/bulk-unpin-status.js.map +1 -0
- package/lib/model/bulk-update-attribute-detail.d.ts +51 -0
- package/lib/model/bulk-update-attribute-detail.js +45 -0
- package/lib/model/bulk-update-attribute-detail.js.map +1 -0
- package/lib/model/bulk-update-attribute-details.d.ts +29 -0
- package/lib/model/bulk-update-attribute-details.js +62 -0
- package/lib/model/bulk-update-attribute-details.js.map +1 -0
- package/lib/model/bulk-update-attribute-metadata.d.ts +67 -0
- package/lib/model/bulk-update-attribute-metadata.js +50 -0
- package/lib/model/bulk-update-attribute-metadata.js.map +1 -0
- package/lib/model/bulk-update-attribute-notes-detail.d.ts +43 -0
- package/lib/model/bulk-update-attribute-notes-detail.js +35 -0
- package/lib/model/bulk-update-attribute-notes-detail.js.map +1 -0
- package/lib/model/bulk-update-attribute-notes-details.d.ts +29 -0
- package/lib/model/bulk-update-attribute-notes-details.js +62 -0
- package/lib/model/bulk-update-attribute-notes-details.js.map +1 -0
- package/lib/model/bulk-update-attribute-status.d.ts +33 -0
- package/lib/model/bulk-update-attribute-status.js +68 -0
- package/lib/model/bulk-update-attribute-status.js.map +1 -0
- package/lib/model/bulk-update-notes-metadata.d.ts +67 -0
- package/lib/model/bulk-update-notes-metadata.js +50 -0
- package/lib/model/bulk-update-notes-metadata.js.map +1 -0
- package/lib/model/bulk-update-notes-status.d.ts +33 -0
- package/lib/model/bulk-update-notes-status.js +68 -0
- package/lib/model/bulk-update-notes-status.js.map +1 -0
- package/lib/model/index.d.ts +70 -0
- package/lib/model/index.js +72 -1
- package/lib/model/index.js.map +1 -1
- package/lib/model/query-result-metadata-summary.d.ts +1 -0
- package/lib/model/query-result-metadata-summary.js +6 -0
- package/lib/model/query-result-metadata-summary.js.map +1 -1
- package/lib/model/query-result-response.d.ts +12 -0
- package/lib/model/query-result-response.js +10 -0
- package/lib/model/query-result-response.js.map +1 -1
- package/lib/model/query-result-warning.d.ts +28 -0
- package/lib/model/query-result-warning.js +30 -0
- package/lib/model/query-result-warning.js.map +1 -0
- package/lib/model/query-results-topology-info.d.ts +29 -0
- package/lib/model/query-results-topology-info.js +62 -0
- package/lib/model/query-results-topology-info.js.map +1 -0
- package/lib/model/query-results-topology-node-info.d.ts +27 -0
- package/lib/model/query-results-topology-node-info.js +30 -0
- package/lib/model/query-results-topology-node-info.js.map +1 -0
- package/lib/model/span-log-collection.d.ts +5 -0
- package/lib/model/span-log-collection.js.map +1 -1
- package/lib/model/span.d.ts +21 -0
- package/lib/model/span.js +17 -0
- package/lib/model/span.js.map +1 -1
- package/lib/model/tag-metadata.d.ts +56 -0
- package/lib/model/tag-metadata.js +55 -0
- package/lib/model/tag-metadata.js.map +1 -0
- package/lib/model/trace.d.ts +14 -0
- package/lib/model/trace.js +10 -0
- package/lib/model/trace.js.map +1 -1
- package/lib/request/bulk-activate-attribute-request.d.ts +35 -0
- package/lib/request/bulk-activate-attribute-request.js +15 -0
- package/lib/request/bulk-activate-attribute-request.js.map +1 -0
- package/lib/request/bulk-de-activate-attribute-request.d.ts +35 -0
- package/lib/request/bulk-de-activate-attribute-request.js +15 -0
- package/lib/request/bulk-de-activate-attribute-request.js.map +1 -0
- package/lib/request/bulk-pin-attribute-request.d.ts +35 -0
- package/lib/request/bulk-pin-attribute-request.js +15 -0
- package/lib/request/bulk-pin-attribute-request.js.map +1 -0
- package/lib/request/bulk-unpin-attribute-request.d.ts +35 -0
- package/lib/request/bulk-unpin-attribute-request.js +15 -0
- package/lib/request/bulk-unpin-attribute-request.js.map +1 -0
- package/lib/request/bulk-update-attribute-notes-request.d.ts +35 -0
- package/lib/request/bulk-update-attribute-notes-request.js +15 -0
- package/lib/request/bulk-update-attribute-notes-request.js.map +1 -0
- package/lib/request/bulk-update-attribute-request.d.ts +35 -0
- package/lib/request/bulk-update-attribute-request.js +15 -0
- package/lib/request/bulk-update-attribute-request.js.map +1 -0
- package/lib/request/get-aggregated-snapshot-request.d.ts +22 -2
- package/lib/request/get-span-request.d.ts +23 -2
- package/lib/request/get-span-request.js +9 -0
- package/lib/request/get-span-request.js.map +1 -1
- package/lib/request/get-status-auto-activate-request.d.ts +40 -0
- package/lib/request/get-status-auto-activate-request.js +24 -0
- package/lib/request/get-status-auto-activate-request.js.map +1 -0
- package/lib/request/get-trace-request.d.ts +23 -2
- package/lib/request/get-trace-request.js +9 -0
- package/lib/request/get-trace-request.js.map +1 -1
- package/lib/request/get-trace-snapshot-request.d.ts +4 -4
- package/lib/request/index.d.ts +16 -0
- package/lib/request/index.js +28 -0
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-quick-picks-request.d.ts +3 -3
- package/lib/request/put-toggle-auto-activate-request.d.ts +45 -0
- package/lib/request/put-toggle-auto-activate-request.js +24 -0
- package/lib/request/put-toggle-auto-activate-request.js.map +1 -0
- package/lib/request/query-request.d.ts +3 -3
- package/lib/response/bulk-activate-attribute-response.d.ts +25 -0
- package/lib/response/bulk-activate-attribute-response.js +15 -0
- package/lib/response/bulk-activate-attribute-response.js.map +1 -0
- package/lib/response/bulk-de-activate-attribute-response.d.ts +25 -0
- package/lib/response/bulk-de-activate-attribute-response.js +15 -0
- package/lib/response/bulk-de-activate-attribute-response.js.map +1 -0
- package/lib/response/bulk-pin-attribute-response.d.ts +25 -0
- package/lib/response/bulk-pin-attribute-response.js +15 -0
- package/lib/response/bulk-pin-attribute-response.js.map +1 -0
- package/lib/response/bulk-unpin-attribute-response.d.ts +25 -0
- package/lib/response/bulk-unpin-attribute-response.js +15 -0
- package/lib/response/bulk-unpin-attribute-response.js.map +1 -0
- package/lib/response/bulk-update-attribute-notes-response.d.ts +25 -0
- package/lib/response/bulk-update-attribute-notes-response.js +15 -0
- package/lib/response/bulk-update-attribute-notes-response.js.map +1 -0
- package/lib/response/bulk-update-attribute-response.d.ts +25 -0
- package/lib/response/bulk-update-attribute-response.js +15 -0
- package/lib/response/bulk-update-attribute-response.js.map +1 -0
- package/lib/response/get-status-auto-activate-response.d.ts +25 -0
- package/lib/response/get-status-auto-activate-response.js +15 -0
- package/lib/response/get-status-auto-activate-response.js.map +1 -0
- package/lib/response/index.d.ts +16 -0
- package/lib/response/put-toggle-auto-activate-response.d.ts +25 -0
- package/lib/response/put-toggle-auto-activate-response.js +15 -0
- package/lib/response/put-toggle-auto-activate-response.js.map +1 -0
- package/package.json +3 -3
package/index.d.ts
CHANGED
|
@@ -18,5 +18,6 @@ import * as client from "./lib/client";
|
|
|
18
18
|
export { models };
|
|
19
19
|
export { requests };
|
|
20
20
|
export { responses };
|
|
21
|
+
export import AttributesClient = client.AttributesClient;
|
|
21
22
|
export import QueryClient = client.QueryClient;
|
|
22
23
|
export import TraceClient = client.TraceClient;
|
package/index.js
CHANGED
|
@@ -32,7 +32,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
32
32
|
return result;
|
|
33
33
|
};
|
|
34
34
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
|
-
exports.TraceClient = exports.QueryClient = exports.responses = exports.requests = exports.models = void 0;
|
|
35
|
+
exports.TraceClient = exports.QueryClient = exports.AttributesClient = exports.responses = exports.requests = exports.models = void 0;
|
|
36
36
|
const requests = __importStar(require("./lib/request"));
|
|
37
37
|
exports.requests = requests;
|
|
38
38
|
const models = __importStar(require("./lib/model"));
|
|
@@ -40,6 +40,7 @@ exports.models = models;
|
|
|
40
40
|
const responses = __importStar(require("./lib/response"));
|
|
41
41
|
exports.responses = responses;
|
|
42
42
|
const client = __importStar(require("./lib/client"));
|
|
43
|
+
exports.AttributesClient = client.AttributesClient;
|
|
43
44
|
exports.QueryClient = client.QueryClient;
|
|
44
45
|
exports.TraceClient = client.TraceClient;
|
|
45
46
|
//# sourceMappingURL=index.js.map
|
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../lib/apmtraces/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,wDAA0C;AAMjC,4BAAQ;AALjB,oDAAsC;AAI7B,wBAAM;AAHf,0DAA4C;AAKnC,8BAAS;AAJlB,qDAAuC;AAKzB,QAAA,WAAW,GAAG,MAAM,CAAC,WAAW,CAAC;AACjC,QAAA,WAAW,GAAG,MAAM,CAAC,WAAW,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../lib/apmtraces/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,wDAA0C;AAMjC,4BAAQ;AALjB,oDAAsC;AAI7B,wBAAM;AAHf,0DAA4C;AAKnC,8BAAS;AAJlB,qDAAuC;AAKzB,QAAA,gBAAgB,GAAG,MAAM,CAAC,gBAAgB,CAAC;AAC3C,QAAA,WAAW,GAAG,MAAM,CAAC,WAAW,CAAC;AACjC,QAAA,WAAW,GAAG,MAAM,CAAC,WAAW,CAAC"}
|
package/lib/client.d.ts
CHANGED
|
@@ -16,6 +16,159 @@ import * as requests from "./request";
|
|
|
16
16
|
import * as model from "./model";
|
|
17
17
|
import * as responses from "./response";
|
|
18
18
|
declare const Breaker: any;
|
|
19
|
+
export declare enum AttributesApiKeys {
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
|
|
23
|
+
*/
|
|
24
|
+
export declare class AttributesClient {
|
|
25
|
+
protected static serviceEndpointTemplate: string;
|
|
26
|
+
protected static endpointServiceName: string;
|
|
27
|
+
protected "_realmSpecificEndpointTemplateEnabled": boolean | undefined;
|
|
28
|
+
protected "_endpoint": string;
|
|
29
|
+
protected "_defaultHeaders": any;
|
|
30
|
+
protected "_clientConfiguration": common.ClientConfiguration;
|
|
31
|
+
protected _circuitBreaker: typeof Breaker | null;
|
|
32
|
+
protected _httpOptions: any;
|
|
33
|
+
protected _bodyDuplexMode: any;
|
|
34
|
+
targetService: string;
|
|
35
|
+
protected _regionId: string;
|
|
36
|
+
protected "_region": common.Region;
|
|
37
|
+
protected _lastSetRegionOrRegionId: string;
|
|
38
|
+
protected _httpClient: common.HttpClient;
|
|
39
|
+
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
|
|
40
|
+
/**
|
|
41
|
+
* Get the endpoint that is being used to call (ex, https://www.example.com).
|
|
42
|
+
*/
|
|
43
|
+
get endpoint(): string;
|
|
44
|
+
/**
|
|
45
|
+
* Sets the endpoint to call (ex, https://www.example.com).
|
|
46
|
+
* @param endpoint The endpoint of the service.
|
|
47
|
+
*/
|
|
48
|
+
set endpoint(endpoint: string);
|
|
49
|
+
get logger(): import("oci-common/lib/log").Logger;
|
|
50
|
+
/**
|
|
51
|
+
* Determines whether realm specific endpoint should be used or not.
|
|
52
|
+
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
53
|
+
* @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
|
|
54
|
+
*/
|
|
55
|
+
set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
|
|
56
|
+
/**
|
|
57
|
+
* Sets the region to call (ex, Region.US_PHOENIX_1).
|
|
58
|
+
* Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
|
|
59
|
+
* @param region The region of the service.
|
|
60
|
+
*/
|
|
61
|
+
set region(region: common.Region);
|
|
62
|
+
/**
|
|
63
|
+
* Sets the regionId to call (ex, 'us-phoenix-1').
|
|
64
|
+
*
|
|
65
|
+
* Note, this will first try to map the region ID to a known Region and call {@link #region(Region) region}.
|
|
66
|
+
* If no known Region could be determined, it will create an endpoint assuming its in default Realm OC1
|
|
67
|
+
* and then call {@link #endpoint(String) endpoint}.
|
|
68
|
+
* @param regionId The public region ID.
|
|
69
|
+
*/
|
|
70
|
+
set regionId(regionId: string);
|
|
71
|
+
/**
|
|
72
|
+
* Shutdown the circuit breaker used by the client when it is no longer needed
|
|
73
|
+
*/
|
|
74
|
+
shutdownCircuitBreaker(): void;
|
|
75
|
+
/**
|
|
76
|
+
* Activates a set of attributes for the given APM Domain. The API is not case-sensitive. Any duplicates present in the bulk activation
|
|
77
|
+
* request are deduplicated and only unique attributes are activated. A maximum number of 700 string attributes and 100 numeric attributes
|
|
78
|
+
* can be activated in an APM Domain subject to the available string and numeric slots. Once an attribute has been activated, it may take sometime
|
|
79
|
+
* for it to be appear in searches as ingest might not have picked up the changes or any associated caches might not have refreshed. The
|
|
80
|
+
* bulk activation operation is atomic, and the operation succeeds only if all the attributes in the request have been processed successfully and they
|
|
81
|
+
* get a success status back. If the processing of any attribute results in a processing or validation error, then none of the attributes in the bulk
|
|
82
|
+
* request are activated. Attributes that are activated are unpinned by default if they are pinned.
|
|
83
|
+
*
|
|
84
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
85
|
+
* @param BulkActivateAttributeRequest
|
|
86
|
+
* @return BulkActivateAttributeResponse
|
|
87
|
+
* @throws OciError when an error occurs
|
|
88
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apmtraces/BulkActivateAttribute.ts.html |here} to see how to use BulkActivateAttribute API.
|
|
89
|
+
*/
|
|
90
|
+
bulkActivateAttribute(bulkActivateAttributeRequest: requests.BulkActivateAttributeRequest): Promise<responses.BulkActivateAttributeResponse>;
|
|
91
|
+
/**
|
|
92
|
+
* Deactivates a set of attributes for the given APM Domain. The API is case in-sensitive. Any duplicates present in the bulk deactivation
|
|
93
|
+
* request are deduplicated and only unique attributes are deactivated. A maximum number of 700 string attributes and 100 numeric attributes
|
|
94
|
+
* can be deactivated in an APM Domain subject to the available string and numeric slots. Out of box attributes (Trace and Span) cannot be
|
|
95
|
+
* deactivated, and will result in a processing error. Once an attribute has been deactivated, it may take sometime for it to disappear in
|
|
96
|
+
* searches as ingest might not have picked up the changes or any associated caches might not have refreshed. The bulk deactivation
|
|
97
|
+
* operation is atomic, and the operation succeeds only if all the attributes in the request have been processed successfully and they get a success
|
|
98
|
+
* status back. If the processing of any attribute results in a processing or validation error, then none of the attributes in the bulk request
|
|
99
|
+
* are deactivated.
|
|
100
|
+
*
|
|
101
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
102
|
+
* @param BulkDeActivateAttributeRequest
|
|
103
|
+
* @return BulkDeActivateAttributeResponse
|
|
104
|
+
* @throws OciError when an error occurs
|
|
105
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apmtraces/BulkDeActivateAttribute.ts.html |here} to see how to use BulkDeActivateAttribute API.
|
|
106
|
+
*/
|
|
107
|
+
bulkDeActivateAttribute(bulkDeActivateAttributeRequest: requests.BulkDeActivateAttributeRequest): Promise<responses.BulkDeActivateAttributeResponse>;
|
|
108
|
+
/**
|
|
109
|
+
* Pin a set of attributes in the APM Domain. Attributes that are marked pinned are not autoactivated by ingest.
|
|
110
|
+
* Attributes that are deactivated are pinned by default.
|
|
111
|
+
*
|
|
112
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
113
|
+
* @param BulkPinAttributeRequest
|
|
114
|
+
* @return BulkPinAttributeResponse
|
|
115
|
+
* @throws OciError when an error occurs
|
|
116
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apmtraces/BulkPinAttribute.ts.html |here} to see how to use BulkPinAttribute API.
|
|
117
|
+
*/
|
|
118
|
+
bulkPinAttribute(bulkPinAttributeRequest: requests.BulkPinAttributeRequest): Promise<responses.BulkPinAttributeResponse>;
|
|
119
|
+
/**
|
|
120
|
+
* Unpin a set of attributes in the APM Domain.
|
|
121
|
+
*
|
|
122
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
123
|
+
* @param BulkUnpinAttributeRequest
|
|
124
|
+
* @return BulkUnpinAttributeResponse
|
|
125
|
+
* @throws OciError when an error occurs
|
|
126
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apmtraces/BulkUnpinAttribute.ts.html |here} to see how to use BulkUnpinAttribute API.
|
|
127
|
+
*/
|
|
128
|
+
bulkUnpinAttribute(bulkUnpinAttributeRequest: requests.BulkUnpinAttributeRequest): Promise<responses.BulkUnpinAttributeResponse>;
|
|
129
|
+
/**
|
|
130
|
+
* Update a set of attribute properties in the APM Domain.
|
|
131
|
+
*
|
|
132
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
133
|
+
* @param BulkUpdateAttributeRequest
|
|
134
|
+
* @return BulkUpdateAttributeResponse
|
|
135
|
+
* @throws OciError when an error occurs
|
|
136
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apmtraces/BulkUpdateAttribute.ts.html |here} to see how to use BulkUpdateAttribute API.
|
|
137
|
+
*/
|
|
138
|
+
bulkUpdateAttribute(bulkUpdateAttributeRequest: requests.BulkUpdateAttributeRequest): Promise<responses.BulkUpdateAttributeResponse>;
|
|
139
|
+
/**
|
|
140
|
+
* Add or edit notes to a set of attributes in the APM Domain. Notes can be added to either an active or an inactive attribute. The
|
|
141
|
+
* notes will be preserved even if the attribute changes state (when an active attribute is deactivated or when an inactive attribute
|
|
142
|
+
* is activated).
|
|
143
|
+
*
|
|
144
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
145
|
+
* @param BulkUpdateAttributeNotesRequest
|
|
146
|
+
* @return BulkUpdateAttributeNotesResponse
|
|
147
|
+
* @throws OciError when an error occurs
|
|
148
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apmtraces/BulkUpdateAttributeNotes.ts.html |here} to see how to use BulkUpdateAttributeNotes API.
|
|
149
|
+
*/
|
|
150
|
+
bulkUpdateAttributeNotes(bulkUpdateAttributeNotesRequest: requests.BulkUpdateAttributeNotesRequest): Promise<responses.BulkUpdateAttributeNotesResponse>;
|
|
151
|
+
/**
|
|
152
|
+
* Get autoactivation status for a private data key or public data key in the APM Domain.
|
|
153
|
+
*
|
|
154
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
155
|
+
* @param GetStatusAutoActivateRequest
|
|
156
|
+
* @return GetStatusAutoActivateResponse
|
|
157
|
+
* @throws OciError when an error occurs
|
|
158
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apmtraces/GetStatusAutoActivate.ts.html |here} to see how to use GetStatusAutoActivate API.
|
|
159
|
+
*/
|
|
160
|
+
getStatusAutoActivate(getStatusAutoActivateRequest: requests.GetStatusAutoActivateRequest): Promise<responses.GetStatusAutoActivateResponse>;
|
|
161
|
+
/**
|
|
162
|
+
* Turn on or off autoactivate for private data key or public data key traffic a given APM Domain.
|
|
163
|
+
*
|
|
164
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
165
|
+
* @param PutToggleAutoActivateRequest
|
|
166
|
+
* @return PutToggleAutoActivateResponse
|
|
167
|
+
* @throws OciError when an error occurs
|
|
168
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apmtraces/PutToggleAutoActivate.ts.html |here} to see how to use PutToggleAutoActivate API.
|
|
169
|
+
*/
|
|
170
|
+
putToggleAutoActivate(putToggleAutoActivateRequest: requests.PutToggleAutoActivateRequest): Promise<responses.PutToggleAutoActivateResponse>;
|
|
171
|
+
}
|
|
19
172
|
export declare enum QueryApiKeys {
|
|
20
173
|
}
|
|
21
174
|
/**
|
|
@@ -80,7 +233,7 @@ export declare class QueryClient {
|
|
|
80
233
|
* @param ListQuickPicksRequest
|
|
81
234
|
* @return ListQuickPicksResponse
|
|
82
235
|
* @throws OciError when an error occurs
|
|
83
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
236
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apmtraces/ListQuickPicks.ts.html |here} to see how to use ListQuickPicks API.
|
|
84
237
|
*/
|
|
85
238
|
listQuickPicks(listQuickPicksRequest: requests.ListQuickPicksRequest): Promise<responses.ListQuickPicksResponse>;
|
|
86
239
|
/**
|
|
@@ -125,7 +278,7 @@ export declare class QueryClient {
|
|
|
125
278
|
* @param QueryRequest
|
|
126
279
|
* @return QueryResponse
|
|
127
280
|
* @throws OciError when an error occurs
|
|
128
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
281
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apmtraces/Query.ts.html |here} to see how to use Query API.
|
|
129
282
|
*/
|
|
130
283
|
query(queryRequest: requests.QueryRequest): Promise<responses.QueryResponse>;
|
|
131
284
|
}
|
|
@@ -192,7 +345,7 @@ export declare class TraceClient {
|
|
|
192
345
|
* @param GetAggregatedSnapshotRequest
|
|
193
346
|
* @return GetAggregatedSnapshotResponse
|
|
194
347
|
* @throws OciError when an error occurs
|
|
195
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
348
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apmtraces/GetAggregatedSnapshot.ts.html |here} to see how to use GetAggregatedSnapshot API.
|
|
196
349
|
*/
|
|
197
350
|
getAggregatedSnapshot(getAggregatedSnapshotRequest: requests.GetAggregatedSnapshotRequest): Promise<responses.GetAggregatedSnapshotResponse>;
|
|
198
351
|
/**
|
|
@@ -202,7 +355,7 @@ export declare class TraceClient {
|
|
|
202
355
|
* @param GetSpanRequest
|
|
203
356
|
* @return GetSpanResponse
|
|
204
357
|
* @throws OciError when an error occurs
|
|
205
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
358
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apmtraces/GetSpan.ts.html |here} to see how to use GetSpan API.
|
|
206
359
|
*/
|
|
207
360
|
getSpan(getSpanRequest: requests.GetSpanRequest): Promise<responses.GetSpanResponse>;
|
|
208
361
|
/**
|
|
@@ -212,7 +365,7 @@ export declare class TraceClient {
|
|
|
212
365
|
* @param GetTraceRequest
|
|
213
366
|
* @return GetTraceResponse
|
|
214
367
|
* @throws OciError when an error occurs
|
|
215
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
368
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apmtraces/GetTrace.ts.html |here} to see how to use GetTrace API.
|
|
216
369
|
*/
|
|
217
370
|
getTrace(getTraceRequest: requests.GetTraceRequest): Promise<responses.GetTraceResponse>;
|
|
218
371
|
/**
|
|
@@ -222,7 +375,7 @@ export declare class TraceClient {
|
|
|
222
375
|
* @param GetTraceSnapshotRequest
|
|
223
376
|
* @return GetTraceSnapshotResponse
|
|
224
377
|
* @throws OciError when an error occurs
|
|
225
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
378
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apmtraces/GetTraceSnapshot.ts.html |here} to see how to use GetTraceSnapshot API.
|
|
226
379
|
*/
|
|
227
380
|
getTraceSnapshot(getTraceSnapshotRequest: requests.GetTraceSnapshotRequest): Promise<responses.GetTraceSnapshotResponse>;
|
|
228
381
|
}
|