oci-loganalytics 2.5.1 → 2.5.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/LICENSE.txt +6 -0
- package/lib/client.d.ts +207 -160
- package/lib/client.js +463 -166
- package/lib/client.js.map +1 -1
- package/lib/model/abstract-column.d.ts +5 -0
- package/lib/model/abstract-column.js.map +1 -1
- package/lib/model/abstract-command-descriptor.js +4 -0
- package/lib/model/abstract-command-descriptor.js.map +1 -1
- package/lib/model/create-log-analytics-object-collection-rule-details.d.ts +7 -0
- package/lib/model/create-log-analytics-object-collection-rule-details.js.map +1 -1
- package/lib/model/extract-log-header-results.d.ts +4 -0
- package/lib/model/extract-log-header-results.js.map +1 -1
- package/lib/model/geo-stats-command-descriptor.d.ts +51 -0
- package/lib/model/geo-stats-command-descriptor.js +88 -0
- package/lib/model/geo-stats-command-descriptor.js.map +1 -0
- package/lib/model/highlight-groups-command-descriptor.d.ts +5 -0
- package/lib/model/highlight-groups-command-descriptor.js.map +1 -1
- package/lib/model/index.d.ts +10 -0
- package/lib/model/index.js +15 -5
- package/lib/model/index.js.map +1 -1
- package/lib/model/log-analytics-object-collection-rule-summary.d.ts +7 -0
- package/lib/model/log-analytics-object-collection-rule-summary.js.map +1 -1
- package/lib/model/log-analytics-object-collection-rule.d.ts +7 -0
- package/lib/model/log-analytics-object-collection-rule.js.map +1 -1
- package/lib/model/log-analytics-parser-summary.d.ts +5 -0
- package/lib/model/log-analytics-parser-summary.js.map +1 -1
- package/lib/model/log-analytics-parser.d.ts +5 -0
- package/lib/model/log-analytics-parser.js.map +1 -1
- package/lib/model/log-analytics-preference-collection.d.ts +27 -0
- package/lib/model/log-analytics-preference-collection.js +62 -0
- package/lib/model/log-analytics-preference-collection.js.map +1 -0
- package/lib/model/log-analytics-preference-details.d.ts +27 -0
- package/lib/model/log-analytics-preference-details.js +62 -0
- package/lib/model/log-analytics-preference-details.js.map +1 -0
- package/lib/model/log-analytics-preference.d.ts +30 -0
- package/lib/model/log-analytics-preference.js +30 -0
- package/lib/model/log-analytics-preference.js.map +1 -0
- package/lib/model/log-analytics-source-function.d.ts +4 -0
- package/lib/model/log-analytics-source-function.js.map +1 -1
- package/lib/model/test-parser-payload-details.d.ts +5 -0
- package/lib/model/test-parser-payload-details.js.map +1 -1
- package/lib/model/unprocessed-data-bucket.d.ts +44 -0
- package/lib/model/unprocessed-data-bucket.js +30 -0
- package/lib/model/unprocessed-data-bucket.js.map +1 -0
- package/lib/model/update-log-analytics-object-collection-rule-details.d.ts +7 -0
- package/lib/model/update-log-analytics-object-collection-rule-details.js.map +1 -1
- package/lib/model/upsert-log-analytics-parser-details.d.ts +5 -0
- package/lib/model/upsert-log-analytics-parser-details.js.map +1 -1
- package/lib/request/add-entity-association-request.d.ts +1 -1
- package/lib/request/add-source-event-types-request.d.ts +1 -1
- package/lib/request/append-lookup-data-request.d.ts +8 -1
- package/lib/request/batch-get-basic-info-request.d.ts +1 -1
- package/lib/request/cancel-query-work-request-request.d.ts +1 -1
- package/lib/request/change-log-analytics-em-bridge-compartment-request.d.ts +1 -1
- package/lib/request/change-log-analytics-entity-compartment-request.d.ts +1 -1
- package/lib/request/change-log-analytics-log-group-compartment-request.d.ts +1 -1
- package/lib/request/change-log-analytics-object-collection-rule-compartment-request.d.ts +1 -1
- package/lib/request/change-scheduled-task-compartment-request.d.ts +1 -1
- package/lib/request/clean-request.d.ts +1 -1
- package/lib/request/create-log-analytics-em-bridge-request.d.ts +1 -1
- package/lib/request/create-log-analytics-entity-request.d.ts +1 -1
- package/lib/request/create-log-analytics-entity-type-request.d.ts +1 -1
- package/lib/request/create-log-analytics-log-group-request.d.ts +1 -1
- package/lib/request/create-log-analytics-object-collection-rule-request.d.ts +1 -1
- package/lib/request/create-scheduled-task-request.d.ts +1 -1
- package/lib/request/delete-associations-request.d.ts +1 -1
- package/lib/request/delete-field-request.d.ts +1 -1
- package/lib/request/delete-label-request.d.ts +1 -1
- package/lib/request/delete-log-analytics-em-bridge-request.d.ts +1 -1
- package/lib/request/delete-log-analytics-entity-request.d.ts +1 -1
- package/lib/request/delete-log-analytics-entity-type-request.d.ts +1 -1
- package/lib/request/delete-log-analytics-log-group-request.d.ts +1 -1
- package/lib/request/delete-log-analytics-object-collection-rule-request.d.ts +1 -1
- package/lib/request/delete-lookup-request.d.ts +1 -1
- package/lib/request/delete-parser-request.d.ts +1 -1
- package/lib/request/delete-scheduled-task-request.d.ts +1 -1
- package/lib/request/delete-source-request.d.ts +1 -1
- package/lib/request/delete-upload-file-request.d.ts +1 -1
- package/lib/request/delete-upload-request.d.ts +1 -1
- package/lib/request/delete-upload-warning-request.d.ts +1 -1
- package/lib/request/disable-archiving-request.d.ts +1 -1
- package/lib/request/disable-auto-association-request.d.ts +1 -1
- package/lib/request/disable-source-event-types-request.d.ts +1 -1
- package/lib/request/enable-archiving-request.d.ts +1 -1
- package/lib/request/enable-auto-association-request.d.ts +1 -1
- package/lib/request/enable-source-event-types-request.d.ts +1 -1
- package/lib/request/estimate-purge-data-size-request.d.ts +1 -1
- package/lib/request/estimate-recall-data-size-request.d.ts +1 -1
- package/lib/request/estimate-release-data-size-request.d.ts +1 -1
- package/lib/request/export-custom-content-request.d.ts +1 -1
- package/lib/request/export-query-result-request.d.ts +1 -1
- package/lib/request/extract-structured-log-field-paths-request.d.ts +3 -2
- package/lib/request/extract-structured-log-field-paths-request.js +1 -0
- package/lib/request/extract-structured-log-field-paths-request.js.map +1 -1
- package/lib/request/extract-structured-log-header-paths-request.d.ts +3 -2
- package/lib/request/extract-structured-log-header-paths-request.js +1 -0
- package/lib/request/extract-structured-log-header-paths-request.js.map +1 -1
- package/lib/request/filter-request.d.ts +1 -1
- package/lib/request/get-association-summary-request.d.ts +1 -1
- package/lib/request/get-column-names-request.d.ts +1 -1
- package/lib/request/get-config-work-request-request.d.ts +1 -1
- package/lib/request/get-field-request.d.ts +1 -1
- package/lib/request/get-fields-summary-request.d.ts +1 -1
- package/lib/request/get-label-request.d.ts +1 -1
- package/lib/request/get-label-summary-request.d.ts +1 -1
- package/lib/request/get-log-analytics-em-bridge-request.d.ts +1 -1
- package/lib/request/get-log-analytics-em-bridge-summary-request.d.ts +1 -1
- package/lib/request/get-log-analytics-entities-summary-request.d.ts +1 -1
- package/lib/request/get-log-analytics-entity-request.d.ts +1 -1
- package/lib/request/get-log-analytics-entity-type-request.d.ts +1 -1
- package/lib/request/get-log-analytics-log-group-request.d.ts +1 -1
- package/lib/request/get-log-analytics-log-groups-summary-request.d.ts +1 -1
- package/lib/request/get-log-analytics-object-collection-rule-request.d.ts +1 -1
- package/lib/request/get-log-sets-count-request.d.ts +1 -1
- package/lib/request/get-lookup-request.d.ts +1 -1
- package/lib/request/get-lookup-summary-request.d.ts +1 -1
- package/lib/request/get-namespace-request.d.ts +1 -1
- package/lib/request/get-parser-request.d.ts +1 -1
- package/lib/request/get-parser-summary-request.d.ts +1 -1
- package/lib/request/get-preferences-request.d.ts +53 -0
- package/lib/request/get-preferences-request.js +28 -0
- package/lib/request/get-preferences-request.js.map +1 -0
- package/lib/request/get-query-result-request.d.ts +1 -1
- package/lib/request/get-query-work-request-request.d.ts +1 -1
- package/lib/request/get-scheduled-task-request.d.ts +1 -1
- package/lib/request/get-source-request.d.ts +1 -1
- package/lib/request/get-source-summary-request.d.ts +1 -1
- package/lib/request/get-storage-request.d.ts +1 -1
- package/lib/request/get-storage-usage-request.d.ts +1 -1
- package/lib/request/get-storage-work-request-request.d.ts +1 -1
- package/lib/request/get-unprocessed-data-bucket-request.d.ts +27 -0
- package/lib/request/get-unprocessed-data-bucket-request.js +15 -0
- package/lib/request/get-unprocessed-data-bucket-request.js.map +1 -0
- package/lib/request/get-upload-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/import-custom-content-request.d.ts +8 -1
- package/lib/request/index.d.ts +10 -0
- package/lib/request/index.js +3 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-associable-entities-request.d.ts +1 -1
- package/lib/request/list-associated-entities-request.d.ts +1 -1
- package/lib/request/list-auto-associations-request.d.ts +1 -1
- package/lib/request/list-config-work-requests-request.d.ts +1 -1
- package/lib/request/list-entity-associations-request.d.ts +1 -1
- package/lib/request/list-entity-source-associations-request.d.ts +1 -1
- package/lib/request/list-fields-request.d.ts +1 -1
- package/lib/request/list-label-priorities-request.d.ts +1 -1
- package/lib/request/list-label-source-details-request.d.ts +1 -1
- package/lib/request/list-labels-request.d.ts +1 -1
- package/lib/request/list-log-analytics-em-bridges-request.d.ts +1 -1
- package/lib/request/list-log-analytics-entities-request.d.ts +1 -1
- package/lib/request/list-log-analytics-entity-types-request.d.ts +1 -1
- package/lib/request/list-log-analytics-log-groups-request.d.ts +1 -1
- package/lib/request/list-log-analytics-object-collection-rules-request.d.ts +1 -1
- package/lib/request/list-log-sets-request.d.ts +1 -1
- package/lib/request/list-lookups-request.d.ts +1 -1
- package/lib/request/list-meta-source-types-request.d.ts +1 -1
- package/lib/request/list-namespaces-request.d.ts +1 -1
- package/lib/request/list-parser-functions-request.d.ts +1 -1
- package/lib/request/list-parser-meta-plugins-request.d.ts +1 -1
- package/lib/request/list-parsers-request.d.ts +1 -1
- package/lib/request/list-query-work-requests-request.d.ts +1 -1
- package/lib/request/list-recalled-data-request.d.ts +1 -1
- package/lib/request/list-scheduled-tasks-request.d.ts +1 -1
- package/lib/request/list-source-associations-request.d.ts +1 -1
- package/lib/request/list-source-event-types-request.d.ts +1 -1
- package/lib/request/list-source-extended-field-definitions-request.d.ts +1 -1
- package/lib/request/list-source-label-operators-request.d.ts +1 -1
- package/lib/request/list-source-meta-functions-request.d.ts +1 -1
- package/lib/request/list-source-patterns-request.d.ts +1 -1
- package/lib/request/list-sources-request.d.ts +1 -1
- package/lib/request/list-storage-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-storage-work-requests-request.d.ts +1 -1
- package/lib/request/list-supported-char-encodings-request.d.ts +1 -1
- package/lib/request/list-supported-timezones-request.d.ts +1 -1
- package/lib/request/list-upload-files-request.d.ts +1 -1
- package/lib/request/list-upload-warnings-request.d.ts +1 -1
- package/lib/request/list-uploads-request.d.ts +1 -1
- package/lib/request/list-warnings-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/offboard-namespace-request.d.ts +1 -1
- package/lib/request/onboard-namespace-request.d.ts +1 -1
- package/lib/request/parse-query-request.d.ts +1 -1
- package/lib/request/pause-scheduled-task-request.d.ts +1 -1
- package/lib/request/purge-storage-data-request.d.ts +1 -1
- package/lib/request/put-query-work-request-background-request.d.ts +1 -1
- package/lib/request/query-request.d.ts +1 -1
- package/lib/request/recall-archived-data-request.d.ts +1 -1
- package/lib/request/register-lookup-request.d.ts +8 -1
- package/lib/request/register-lookup-request.js.map +1 -1
- package/lib/request/release-recalled-data-request.d.ts +1 -1
- package/lib/request/remove-entity-associations-request.d.ts +1 -1
- package/lib/request/remove-preferences-request.d.ts +41 -0
- package/lib/request/remove-preferences-request.js +15 -0
- package/lib/request/remove-preferences-request.js.map +1 -0
- package/lib/request/remove-source-event-types-request.d.ts +1 -1
- package/lib/request/resume-scheduled-task-request.d.ts +1 -1
- package/lib/request/run-request.d.ts +1 -1
- package/lib/request/set-unprocessed-data-bucket-request.d.ts +37 -0
- package/lib/request/set-unprocessed-data-bucket-request.js +15 -0
- package/lib/request/set-unprocessed-data-bucket-request.js.map +1 -0
- package/lib/request/suggest-request.d.ts +1 -1
- package/lib/request/suppress-warning-request.d.ts +1 -1
- package/lib/request/test-parser-request.d.ts +1 -1
- package/lib/request/unsuppress-warning-request.d.ts +1 -1
- package/lib/request/update-log-analytics-em-bridge-request.d.ts +1 -1
- package/lib/request/update-log-analytics-entity-request.d.ts +1 -1
- package/lib/request/update-log-analytics-entity-type-request.d.ts +1 -1
- package/lib/request/update-log-analytics-log-group-request.d.ts +1 -1
- package/lib/request/update-log-analytics-object-collection-rule-request.d.ts +1 -1
- package/lib/request/update-lookup-data-request.d.ts +8 -1
- package/lib/request/update-lookup-request.d.ts +1 -1
- package/lib/request/update-preferences-request.d.ts +41 -0
- package/lib/request/update-preferences-request.js +15 -0
- package/lib/request/update-preferences-request.js.map +1 -0
- package/lib/request/update-scheduled-task-request.d.ts +1 -1
- package/lib/request/update-storage-request.d.ts +1 -1
- package/lib/request/upload-log-events-file-request.d.ts +8 -1
- package/lib/request/upload-log-file-request.d.ts +8 -1
- package/lib/request/upsert-associations-request.d.ts +1 -1
- package/lib/request/upsert-field-request.d.ts +1 -1
- package/lib/request/upsert-label-request.d.ts +1 -1
- package/lib/request/upsert-parser-request.d.ts +1 -1
- package/lib/request/upsert-source-request.d.ts +1 -1
- package/lib/request/validate-association-parameters-request.d.ts +1 -1
- package/lib/request/validate-file-request.d.ts +1 -1
- package/lib/request/validate-source-extended-field-details-request.d.ts +1 -1
- package/lib/request/validate-source-mapping-request.d.ts +1 -1
- package/lib/request/validate-source-request.d.ts +1 -1
- package/lib/response/get-preferences-response.d.ts +38 -0
- package/lib/response/get-preferences-response.js +15 -0
- package/lib/response/get-preferences-response.js.map +1 -0
- package/lib/response/get-unprocessed-data-bucket-response.d.ts +24 -0
- package/lib/response/get-unprocessed-data-bucket-response.js +15 -0
- package/lib/response/get-unprocessed-data-bucket-response.js.map +1 -0
- package/lib/response/index.d.ts +10 -0
- package/lib/response/remove-preferences-response.d.ts +19 -0
- package/lib/response/remove-preferences-response.js +15 -0
- package/lib/response/remove-preferences-response.js.map +1 -0
- package/lib/response/set-unprocessed-data-bucket-response.d.ts +24 -0
- package/lib/response/set-unprocessed-data-bucket-response.js +15 -0
- package/lib/response/set-unprocessed-data-bucket-response.js.map +1 -0
- package/lib/response/update-preferences-response.d.ts +19 -0
- package/lib/response/update-preferences-response.js +15 -0
- package/lib/response/update-preferences-response.js.map +1 -0
- package/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -140,7 +140,7 @@ class LogAnalyticsClient {
|
|
|
140
140
|
* @param AddEntityAssociationRequest
|
|
141
141
|
* @return AddEntityAssociationResponse
|
|
142
142
|
* @throws OciError when an error occurs
|
|
143
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
143
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/AddEntityAssociation.ts.html |here} to see how to use AddEntityAssociation API.
|
|
144
144
|
*/
|
|
145
145
|
addEntityAssociation(addEntityAssociationRequest) {
|
|
146
146
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -195,7 +195,7 @@ class LogAnalyticsClient {
|
|
|
195
195
|
* @param AddSourceEventTypesRequest
|
|
196
196
|
* @return AddSourceEventTypesResponse
|
|
197
197
|
* @throws OciError when an error occurs
|
|
198
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
198
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/AddSourceEventTypes.ts.html |here} to see how to use AddSourceEventTypes API.
|
|
199
199
|
*/
|
|
200
200
|
addSourceEventTypes(addSourceEventTypesRequest) {
|
|
201
201
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -249,7 +249,7 @@ class LogAnalyticsClient {
|
|
|
249
249
|
* @param AppendLookupDataRequest
|
|
250
250
|
* @return AppendLookupDataResponse
|
|
251
251
|
* @throws OciError when an error occurs
|
|
252
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
252
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/AppendLookupData.ts.html |here} to see how to use AppendLookupData API.
|
|
253
253
|
*/
|
|
254
254
|
appendLookupData(appendLookupDataRequest) {
|
|
255
255
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -266,7 +266,8 @@ class LogAnalyticsClient {
|
|
|
266
266
|
let headerParams = {
|
|
267
267
|
"opc-retry-token": appendLookupDataRequest.opcRetryToken,
|
|
268
268
|
"opc-request-id": appendLookupDataRequest.opcRequestId,
|
|
269
|
-
"if-match": appendLookupDataRequest.ifMatch
|
|
269
|
+
"if-match": appendLookupDataRequest.ifMatch,
|
|
270
|
+
"expect": appendLookupDataRequest.expect
|
|
270
271
|
};
|
|
271
272
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, appendLookupDataRequest.retryConfiguration);
|
|
272
273
|
if (this.logger)
|
|
@@ -312,7 +313,7 @@ class LogAnalyticsClient {
|
|
|
312
313
|
* @param BatchGetBasicInfoRequest
|
|
313
314
|
* @return BatchGetBasicInfoResponse
|
|
314
315
|
* @throws OciError when an error occurs
|
|
315
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
316
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/BatchGetBasicInfo.ts.html |here} to see how to use BatchGetBasicInfo API.
|
|
316
317
|
*/
|
|
317
318
|
batchGetBasicInfo(batchGetBasicInfoRequest) {
|
|
318
319
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -383,7 +384,7 @@ class LogAnalyticsClient {
|
|
|
383
384
|
* @param CancelQueryWorkRequestRequest
|
|
384
385
|
* @return CancelQueryWorkRequestResponse
|
|
385
386
|
* @throws OciError when an error occurs
|
|
386
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
387
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/CancelQueryWorkRequest.ts.html |here} to see how to use CancelQueryWorkRequest API.
|
|
387
388
|
*/
|
|
388
389
|
cancelQueryWorkRequest(cancelQueryWorkRequestRequest) {
|
|
389
390
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -435,7 +436,7 @@ class LogAnalyticsClient {
|
|
|
435
436
|
* @param ChangeLogAnalyticsEmBridgeCompartmentRequest
|
|
436
437
|
* @return ChangeLogAnalyticsEmBridgeCompartmentResponse
|
|
437
438
|
* @throws OciError when an error occurs
|
|
438
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
439
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ChangeLogAnalyticsEmBridgeCompartment.ts.html |here} to see how to use ChangeLogAnalyticsEmBridgeCompartment API.
|
|
439
440
|
*/
|
|
440
441
|
changeLogAnalyticsEmBridgeCompartment(changeLogAnalyticsEmBridgeCompartmentRequest) {
|
|
441
442
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -489,7 +490,7 @@ class LogAnalyticsClient {
|
|
|
489
490
|
* @param ChangeLogAnalyticsEntityCompartmentRequest
|
|
490
491
|
* @return ChangeLogAnalyticsEntityCompartmentResponse
|
|
491
492
|
* @throws OciError when an error occurs
|
|
492
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
493
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ChangeLogAnalyticsEntityCompartment.ts.html |here} to see how to use ChangeLogAnalyticsEntityCompartment API.
|
|
493
494
|
*/
|
|
494
495
|
changeLogAnalyticsEntityCompartment(changeLogAnalyticsEntityCompartmentRequest) {
|
|
495
496
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -544,7 +545,7 @@ class LogAnalyticsClient {
|
|
|
544
545
|
* @param ChangeLogAnalyticsLogGroupCompartmentRequest
|
|
545
546
|
* @return ChangeLogAnalyticsLogGroupCompartmentResponse
|
|
546
547
|
* @throws OciError when an error occurs
|
|
547
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
548
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ChangeLogAnalyticsLogGroupCompartment.ts.html |here} to see how to use ChangeLogAnalyticsLogGroupCompartment API.
|
|
548
549
|
*/
|
|
549
550
|
changeLogAnalyticsLogGroupCompartment(changeLogAnalyticsLogGroupCompartmentRequest) {
|
|
550
551
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -598,7 +599,7 @@ class LogAnalyticsClient {
|
|
|
598
599
|
* @param ChangeLogAnalyticsObjectCollectionRuleCompartmentRequest
|
|
599
600
|
* @return ChangeLogAnalyticsObjectCollectionRuleCompartmentResponse
|
|
600
601
|
* @throws OciError when an error occurs
|
|
601
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
602
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ChangeLogAnalyticsObjectCollectionRuleCompartment.ts.html |here} to see how to use ChangeLogAnalyticsObjectCollectionRuleCompartment API.
|
|
602
603
|
*/
|
|
603
604
|
changeLogAnalyticsObjectCollectionRuleCompartment(changeLogAnalyticsObjectCollectionRuleCompartmentRequest) {
|
|
604
605
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -652,7 +653,7 @@ class LogAnalyticsClient {
|
|
|
652
653
|
* @param ChangeScheduledTaskCompartmentRequest
|
|
653
654
|
* @return ChangeScheduledTaskCompartmentResponse
|
|
654
655
|
* @throws OciError when an error occurs
|
|
655
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
656
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ChangeScheduledTaskCompartment.ts.html |here} to see how to use ChangeScheduledTaskCompartment API.
|
|
656
657
|
*/
|
|
657
658
|
changeScheduledTaskCompartment(changeScheduledTaskCompartmentRequest) {
|
|
658
659
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -708,7 +709,7 @@ class LogAnalyticsClient {
|
|
|
708
709
|
* @param CleanRequest
|
|
709
710
|
* @return CleanResponse
|
|
710
711
|
* @throws OciError when an error occurs
|
|
711
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
712
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/Clean.ts.html |here} to see how to use Clean API.
|
|
712
713
|
*/
|
|
713
714
|
clean(cleanRequest) {
|
|
714
715
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -763,7 +764,7 @@ class LogAnalyticsClient {
|
|
|
763
764
|
* @param CreateLogAnalyticsEmBridgeRequest
|
|
764
765
|
* @return CreateLogAnalyticsEmBridgeResponse
|
|
765
766
|
* @throws OciError when an error occurs
|
|
766
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
767
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/CreateLogAnalyticsEmBridge.ts.html |here} to see how to use CreateLogAnalyticsEmBridge API.
|
|
767
768
|
*/
|
|
768
769
|
createLogAnalyticsEmBridge(createLogAnalyticsEmBridgeRequest) {
|
|
769
770
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -824,7 +825,7 @@ class LogAnalyticsClient {
|
|
|
824
825
|
* @param CreateLogAnalyticsEntityRequest
|
|
825
826
|
* @return CreateLogAnalyticsEntityResponse
|
|
826
827
|
* @throws OciError when an error occurs
|
|
827
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
828
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/CreateLogAnalyticsEntity.ts.html |here} to see how to use CreateLogAnalyticsEntity API.
|
|
828
829
|
*/
|
|
829
830
|
createLogAnalyticsEntity(createLogAnalyticsEntityRequest) {
|
|
830
831
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -885,7 +886,7 @@ class LogAnalyticsClient {
|
|
|
885
886
|
* @param CreateLogAnalyticsEntityTypeRequest
|
|
886
887
|
* @return CreateLogAnalyticsEntityTypeResponse
|
|
887
888
|
* @throws OciError when an error occurs
|
|
888
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
889
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/CreateLogAnalyticsEntityType.ts.html |here} to see how to use CreateLogAnalyticsEntityType API.
|
|
889
890
|
*/
|
|
890
891
|
createLogAnalyticsEntityType(createLogAnalyticsEntityTypeRequest) {
|
|
891
892
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -938,7 +939,7 @@ class LogAnalyticsClient {
|
|
|
938
939
|
* @param CreateLogAnalyticsLogGroupRequest
|
|
939
940
|
* @return CreateLogAnalyticsLogGroupResponse
|
|
940
941
|
* @throws OciError when an error occurs
|
|
941
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
942
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/CreateLogAnalyticsLogGroup.ts.html |here} to see how to use CreateLogAnalyticsLogGroup API.
|
|
942
943
|
*/
|
|
943
944
|
createLogAnalyticsLogGroup(createLogAnalyticsLogGroupRequest) {
|
|
944
945
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -999,7 +1000,7 @@ class LogAnalyticsClient {
|
|
|
999
1000
|
* @param CreateLogAnalyticsObjectCollectionRuleRequest
|
|
1000
1001
|
* @return CreateLogAnalyticsObjectCollectionRuleResponse
|
|
1001
1002
|
* @throws OciError when an error occurs
|
|
1002
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1003
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/CreateLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use CreateLogAnalyticsObjectCollectionRule API.
|
|
1003
1004
|
*/
|
|
1004
1005
|
createLogAnalyticsObjectCollectionRule(createLogAnalyticsObjectCollectionRuleRequest) {
|
|
1005
1006
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1059,7 +1060,7 @@ class LogAnalyticsClient {
|
|
|
1059
1060
|
* @param CreateScheduledTaskRequest
|
|
1060
1061
|
* @return CreateScheduledTaskResponse
|
|
1061
1062
|
* @throws OciError when an error occurs
|
|
1062
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1063
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/CreateScheduledTask.ts.html |here} to see how to use CreateScheduledTask API.
|
|
1063
1064
|
*/
|
|
1064
1065
|
createScheduledTask(createScheduledTaskRequest) {
|
|
1065
1066
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1121,7 +1122,7 @@ class LogAnalyticsClient {
|
|
|
1121
1122
|
* @param DeleteAssociationsRequest
|
|
1122
1123
|
* @return DeleteAssociationsResponse
|
|
1123
1124
|
* @throws OciError when an error occurs
|
|
1124
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1125
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/DeleteAssociations.ts.html |here} to see how to use DeleteAssociations API.
|
|
1125
1126
|
*/
|
|
1126
1127
|
deleteAssociations(deleteAssociationsRequest) {
|
|
1127
1128
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1179,7 +1180,7 @@ class LogAnalyticsClient {
|
|
|
1179
1180
|
* @param DeleteFieldRequest
|
|
1180
1181
|
* @return DeleteFieldResponse
|
|
1181
1182
|
* @throws OciError when an error occurs
|
|
1182
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1183
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/DeleteField.ts.html |here} to see how to use DeleteField API.
|
|
1183
1184
|
*/
|
|
1184
1185
|
deleteField(deleteFieldRequest) {
|
|
1185
1186
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1233,7 +1234,7 @@ class LogAnalyticsClient {
|
|
|
1233
1234
|
* @param DeleteLabelRequest
|
|
1234
1235
|
* @return DeleteLabelResponse
|
|
1235
1236
|
* @throws OciError when an error occurs
|
|
1236
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1237
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/DeleteLabel.ts.html |here} to see how to use DeleteLabel API.
|
|
1237
1238
|
*/
|
|
1238
1239
|
deleteLabel(deleteLabelRequest) {
|
|
1239
1240
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1286,7 +1287,7 @@ class LogAnalyticsClient {
|
|
|
1286
1287
|
* @param DeleteLogAnalyticsEmBridgeRequest
|
|
1287
1288
|
* @return DeleteLogAnalyticsEmBridgeResponse
|
|
1288
1289
|
* @throws OciError when an error occurs
|
|
1289
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1290
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/DeleteLogAnalyticsEmBridge.ts.html |here} to see how to use DeleteLogAnalyticsEmBridge API.
|
|
1290
1291
|
*/
|
|
1291
1292
|
deleteLogAnalyticsEmBridge(deleteLogAnalyticsEmBridgeRequest) {
|
|
1292
1293
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1338,7 +1339,7 @@ class LogAnalyticsClient {
|
|
|
1338
1339
|
* @param DeleteLogAnalyticsEntityRequest
|
|
1339
1340
|
* @return DeleteLogAnalyticsEntityResponse
|
|
1340
1341
|
* @throws OciError when an error occurs
|
|
1341
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1342
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/DeleteLogAnalyticsEntity.ts.html |here} to see how to use DeleteLogAnalyticsEntity API.
|
|
1342
1343
|
*/
|
|
1343
1344
|
deleteLogAnalyticsEntity(deleteLogAnalyticsEntityRequest) {
|
|
1344
1345
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1390,7 +1391,7 @@ class LogAnalyticsClient {
|
|
|
1390
1391
|
* @param DeleteLogAnalyticsEntityTypeRequest
|
|
1391
1392
|
* @return DeleteLogAnalyticsEntityTypeResponse
|
|
1392
1393
|
* @throws OciError when an error occurs
|
|
1393
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1394
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/DeleteLogAnalyticsEntityType.ts.html |here} to see how to use DeleteLogAnalyticsEntityType API.
|
|
1394
1395
|
*/
|
|
1395
1396
|
deleteLogAnalyticsEntityType(deleteLogAnalyticsEntityTypeRequest) {
|
|
1396
1397
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1443,7 +1444,7 @@ class LogAnalyticsClient {
|
|
|
1443
1444
|
* @param DeleteLogAnalyticsLogGroupRequest
|
|
1444
1445
|
* @return DeleteLogAnalyticsLogGroupResponse
|
|
1445
1446
|
* @throws OciError when an error occurs
|
|
1446
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1447
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/DeleteLogAnalyticsLogGroup.ts.html |here} to see how to use DeleteLogAnalyticsLogGroup API.
|
|
1447
1448
|
*/
|
|
1448
1449
|
deleteLogAnalyticsLogGroup(deleteLogAnalyticsLogGroupRequest) {
|
|
1449
1450
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1497,7 +1498,7 @@ class LogAnalyticsClient {
|
|
|
1497
1498
|
* @param DeleteLogAnalyticsObjectCollectionRuleRequest
|
|
1498
1499
|
* @return DeleteLogAnalyticsObjectCollectionRuleResponse
|
|
1499
1500
|
* @throws OciError when an error occurs
|
|
1500
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1501
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/DeleteLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use DeleteLogAnalyticsObjectCollectionRule API.
|
|
1501
1502
|
*/
|
|
1502
1503
|
deleteLogAnalyticsObjectCollectionRule(deleteLogAnalyticsObjectCollectionRuleRequest) {
|
|
1503
1504
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1550,7 +1551,7 @@ class LogAnalyticsClient {
|
|
|
1550
1551
|
* @param DeleteLookupRequest
|
|
1551
1552
|
* @return DeleteLookupResponse
|
|
1552
1553
|
* @throws OciError when an error occurs
|
|
1553
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1554
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/DeleteLookup.ts.html |here} to see how to use DeleteLookup API.
|
|
1554
1555
|
*/
|
|
1555
1556
|
deleteLookup(deleteLookupRequest) {
|
|
1556
1557
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1611,7 +1612,7 @@ class LogAnalyticsClient {
|
|
|
1611
1612
|
* @param DeleteParserRequest
|
|
1612
1613
|
* @return DeleteParserResponse
|
|
1613
1614
|
* @throws OciError when an error occurs
|
|
1614
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1615
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/DeleteParser.ts.html |here} to see how to use DeleteParser API.
|
|
1615
1616
|
*/
|
|
1616
1617
|
deleteParser(deleteParserRequest) {
|
|
1617
1618
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1664,7 +1665,7 @@ class LogAnalyticsClient {
|
|
|
1664
1665
|
* @param DeleteScheduledTaskRequest
|
|
1665
1666
|
* @return DeleteScheduledTaskResponse
|
|
1666
1667
|
* @throws OciError when an error occurs
|
|
1667
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1668
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/DeleteScheduledTask.ts.html |here} to see how to use DeleteScheduledTask API.
|
|
1668
1669
|
*/
|
|
1669
1670
|
deleteScheduledTask(deleteScheduledTaskRequest) {
|
|
1670
1671
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1717,7 +1718,7 @@ class LogAnalyticsClient {
|
|
|
1717
1718
|
* @param DeleteSourceRequest
|
|
1718
1719
|
* @return DeleteSourceResponse
|
|
1719
1720
|
* @throws OciError when an error occurs
|
|
1720
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1721
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/DeleteSource.ts.html |here} to see how to use DeleteSource API.
|
|
1721
1722
|
*/
|
|
1722
1723
|
deleteSource(deleteSourceRequest) {
|
|
1723
1724
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1772,7 +1773,7 @@ class LogAnalyticsClient {
|
|
|
1772
1773
|
* @param DeleteUploadRequest
|
|
1773
1774
|
* @return DeleteUploadResponse
|
|
1774
1775
|
* @throws OciError when an error occurs
|
|
1775
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1776
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/DeleteUpload.ts.html |here} to see how to use DeleteUpload API.
|
|
1776
1777
|
*/
|
|
1777
1778
|
deleteUpload(deleteUploadRequest) {
|
|
1778
1779
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1836,7 +1837,7 @@ class LogAnalyticsClient {
|
|
|
1836
1837
|
* @param DeleteUploadFileRequest
|
|
1837
1838
|
* @return DeleteUploadFileResponse
|
|
1838
1839
|
* @throws OciError when an error occurs
|
|
1839
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1840
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/DeleteUploadFile.ts.html |here} to see how to use DeleteUploadFile API.
|
|
1840
1841
|
*/
|
|
1841
1842
|
deleteUploadFile(deleteUploadFileRequest) {
|
|
1842
1843
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1899,7 +1900,7 @@ class LogAnalyticsClient {
|
|
|
1899
1900
|
* @param DeleteUploadWarningRequest
|
|
1900
1901
|
* @return DeleteUploadWarningResponse
|
|
1901
1902
|
* @throws OciError when an error occurs
|
|
1902
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1903
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/DeleteUploadWarning.ts.html |here} to see how to use DeleteUploadWarning API.
|
|
1903
1904
|
*/
|
|
1904
1905
|
deleteUploadWarning(deleteUploadWarningRequest) {
|
|
1905
1906
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1952,7 +1953,7 @@ class LogAnalyticsClient {
|
|
|
1952
1953
|
* @param DisableArchivingRequest
|
|
1953
1954
|
* @return DisableArchivingResponse
|
|
1954
1955
|
* @throws OciError when an error occurs
|
|
1955
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1956
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/DisableArchiving.ts.html |here} to see how to use DisableArchiving API.
|
|
1956
1957
|
*/
|
|
1957
1958
|
disableArchiving(disableArchivingRequest) {
|
|
1958
1959
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2015,7 +2016,7 @@ class LogAnalyticsClient {
|
|
|
2015
2016
|
* @param DisableAutoAssociationRequest
|
|
2016
2017
|
* @return DisableAutoAssociationResponse
|
|
2017
2018
|
* @throws OciError when an error occurs
|
|
2018
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
2019
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/DisableAutoAssociation.ts.html |here} to see how to use DisableAutoAssociation API.
|
|
2019
2020
|
*/
|
|
2020
2021
|
disableAutoAssociation(disableAutoAssociationRequest) {
|
|
2021
2022
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2074,7 +2075,7 @@ class LogAnalyticsClient {
|
|
|
2074
2075
|
* @param DisableSourceEventTypesRequest
|
|
2075
2076
|
* @return DisableSourceEventTypesResponse
|
|
2076
2077
|
* @throws OciError when an error occurs
|
|
2077
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
2078
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/DisableSourceEventTypes.ts.html |here} to see how to use DisableSourceEventTypes API.
|
|
2078
2079
|
*/
|
|
2079
2080
|
disableSourceEventTypes(disableSourceEventTypesRequest) {
|
|
2080
2081
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2128,7 +2129,7 @@ class LogAnalyticsClient {
|
|
|
2128
2129
|
* @param EnableArchivingRequest
|
|
2129
2130
|
* @return EnableArchivingResponse
|
|
2130
2131
|
* @throws OciError when an error occurs
|
|
2131
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
2132
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/EnableArchiving.ts.html |here} to see how to use EnableArchiving API.
|
|
2132
2133
|
*/
|
|
2133
2134
|
enableArchiving(enableArchivingRequest) {
|
|
2134
2135
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2191,7 +2192,7 @@ class LogAnalyticsClient {
|
|
|
2191
2192
|
* @param EnableAutoAssociationRequest
|
|
2192
2193
|
* @return EnableAutoAssociationResponse
|
|
2193
2194
|
* @throws OciError when an error occurs
|
|
2194
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
2195
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/EnableAutoAssociation.ts.html |here} to see how to use EnableAutoAssociation API.
|
|
2195
2196
|
*/
|
|
2196
2197
|
enableAutoAssociation(enableAutoAssociationRequest) {
|
|
2197
2198
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2250,7 +2251,7 @@ class LogAnalyticsClient {
|
|
|
2250
2251
|
* @param EnableSourceEventTypesRequest
|
|
2251
2252
|
* @return EnableSourceEventTypesResponse
|
|
2252
2253
|
* @throws OciError when an error occurs
|
|
2253
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
2254
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/EnableSourceEventTypes.ts.html |here} to see how to use EnableSourceEventTypes API.
|
|
2254
2255
|
*/
|
|
2255
2256
|
enableSourceEventTypes(enableSourceEventTypesRequest) {
|
|
2256
2257
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2304,7 +2305,7 @@ class LogAnalyticsClient {
|
|
|
2304
2305
|
* @param EstimatePurgeDataSizeRequest
|
|
2305
2306
|
* @return EstimatePurgeDataSizeResponse
|
|
2306
2307
|
* @throws OciError when an error occurs
|
|
2307
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
2308
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/EstimatePurgeDataSize.ts.html |here} to see how to use EstimatePurgeDataSize API.
|
|
2308
2309
|
*/
|
|
2309
2310
|
estimatePurgeDataSize(estimatePurgeDataSizeRequest) {
|
|
2310
2311
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2367,7 +2368,7 @@ class LogAnalyticsClient {
|
|
|
2367
2368
|
* @param EstimateRecallDataSizeRequest
|
|
2368
2369
|
* @return EstimateRecallDataSizeResponse
|
|
2369
2370
|
* @throws OciError when an error occurs
|
|
2370
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
2371
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/EstimateRecallDataSize.ts.html |here} to see how to use EstimateRecallDataSize API.
|
|
2371
2372
|
*/
|
|
2372
2373
|
estimateRecallDataSize(estimateRecallDataSizeRequest) {
|
|
2373
2374
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2423,7 +2424,7 @@ class LogAnalyticsClient {
|
|
|
2423
2424
|
* @param EstimateReleaseDataSizeRequest
|
|
2424
2425
|
* @return EstimateReleaseDataSizeResponse
|
|
2425
2426
|
* @throws OciError when an error occurs
|
|
2426
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
2427
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/EstimateReleaseDataSize.ts.html |here} to see how to use EstimateReleaseDataSize API.
|
|
2427
2428
|
*/
|
|
2428
2429
|
estimateReleaseDataSize(estimateReleaseDataSizeRequest) {
|
|
2429
2430
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2479,7 +2480,7 @@ class LogAnalyticsClient {
|
|
|
2479
2480
|
* @param ExportCustomContentRequest
|
|
2480
2481
|
* @return ExportCustomContentResponse
|
|
2481
2482
|
* @throws OciError when an error occurs
|
|
2482
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
2483
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ExportCustomContent.ts.html |here} to see how to use ExportCustomContent API.
|
|
2483
2484
|
*/
|
|
2484
2485
|
exportCustomContent(exportCustomContentRequest) {
|
|
2485
2486
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2534,7 +2535,7 @@ class LogAnalyticsClient {
|
|
|
2534
2535
|
* @param ExportQueryResultRequest
|
|
2535
2536
|
* @return ExportQueryResultResponse
|
|
2536
2537
|
* @throws OciError when an error occurs
|
|
2537
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
2538
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ExportQueryResult.ts.html |here} to see how to use ExportQueryResult API.
|
|
2538
2539
|
*/
|
|
2539
2540
|
exportQueryResult(exportQueryResultRequest) {
|
|
2540
2541
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2589,7 +2590,7 @@ class LogAnalyticsClient {
|
|
|
2589
2590
|
* @param ExtractStructuredLogFieldPathsRequest
|
|
2590
2591
|
* @return ExtractStructuredLogFieldPathsResponse
|
|
2591
2592
|
* @throws OciError when an error occurs
|
|
2592
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
2593
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ExtractStructuredLogFieldPaths.ts.html |here} to see how to use ExtractStructuredLogFieldPaths API.
|
|
2593
2594
|
*/
|
|
2594
2595
|
extractStructuredLogFieldPaths(extractStructuredLogFieldPathsRequest) {
|
|
2595
2596
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2648,7 +2649,7 @@ class LogAnalyticsClient {
|
|
|
2648
2649
|
* @param ExtractStructuredLogHeaderPathsRequest
|
|
2649
2650
|
* @return ExtractStructuredLogHeaderPathsResponse
|
|
2650
2651
|
* @throws OciError when an error occurs
|
|
2651
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
2652
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ExtractStructuredLogHeaderPaths.ts.html |here} to see how to use ExtractStructuredLogHeaderPaths API.
|
|
2652
2653
|
*/
|
|
2653
2654
|
extractStructuredLogHeaderPaths(extractStructuredLogHeaderPathsRequest) {
|
|
2654
2655
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2706,7 +2707,7 @@ class LogAnalyticsClient {
|
|
|
2706
2707
|
* @param FilterRequest
|
|
2707
2708
|
* @return FilterResponse
|
|
2708
2709
|
* @throws OciError when an error occurs
|
|
2709
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
2710
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/Filter.ts.html |here} to see how to use Filter API.
|
|
2710
2711
|
*/
|
|
2711
2712
|
filter(filterRequest) {
|
|
2712
2713
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2762,7 +2763,7 @@ class LogAnalyticsClient {
|
|
|
2762
2763
|
* @param GetAssociationSummaryRequest
|
|
2763
2764
|
* @return GetAssociationSummaryResponse
|
|
2764
2765
|
* @throws OciError when an error occurs
|
|
2765
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
2766
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetAssociationSummary.ts.html |here} to see how to use GetAssociationSummary API.
|
|
2766
2767
|
*/
|
|
2767
2768
|
getAssociationSummary(getAssociationSummaryRequest) {
|
|
2768
2769
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2819,7 +2820,7 @@ class LogAnalyticsClient {
|
|
|
2819
2820
|
* @param GetColumnNamesRequest
|
|
2820
2821
|
* @return GetColumnNamesResponse
|
|
2821
2822
|
* @throws OciError when an error occurs
|
|
2822
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
2823
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetColumnNames.ts.html |here} to see how to use GetColumnNames API.
|
|
2823
2824
|
*/
|
|
2824
2825
|
getColumnNames(getColumnNamesRequest) {
|
|
2825
2826
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2877,7 +2878,7 @@ class LogAnalyticsClient {
|
|
|
2877
2878
|
* @param GetConfigWorkRequestRequest
|
|
2878
2879
|
* @return GetConfigWorkRequestResponse
|
|
2879
2880
|
* @throws OciError when an error occurs
|
|
2880
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
2881
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetConfigWorkRequest.ts.html |here} to see how to use GetConfigWorkRequest API.
|
|
2881
2882
|
*/
|
|
2882
2883
|
getConfigWorkRequest(getConfigWorkRequestRequest) {
|
|
2883
2884
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2933,7 +2934,7 @@ class LogAnalyticsClient {
|
|
|
2933
2934
|
* @param GetFieldRequest
|
|
2934
2935
|
* @return GetFieldResponse
|
|
2935
2936
|
* @throws OciError when an error occurs
|
|
2936
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
2937
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetField.ts.html |here} to see how to use GetField API.
|
|
2937
2938
|
*/
|
|
2938
2939
|
getField(getFieldRequest) {
|
|
2939
2940
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2994,7 +2995,7 @@ class LogAnalyticsClient {
|
|
|
2994
2995
|
* @param GetFieldsSummaryRequest
|
|
2995
2996
|
* @return GetFieldsSummaryResponse
|
|
2996
2997
|
* @throws OciError when an error occurs
|
|
2997
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
2998
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetFieldsSummary.ts.html |here} to see how to use GetFieldsSummary API.
|
|
2998
2999
|
*/
|
|
2999
3000
|
getFieldsSummary(getFieldsSummaryRequest) {
|
|
3000
3001
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3051,7 +3052,7 @@ class LogAnalyticsClient {
|
|
|
3051
3052
|
* @param GetLabelRequest
|
|
3052
3053
|
* @return GetLabelResponse
|
|
3053
3054
|
* @throws OciError when an error occurs
|
|
3054
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
3055
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetLabel.ts.html |here} to see how to use GetLabel API.
|
|
3055
3056
|
*/
|
|
3056
3057
|
getLabel(getLabelRequest) {
|
|
3057
3058
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3112,7 +3113,7 @@ class LogAnalyticsClient {
|
|
|
3112
3113
|
* @param GetLabelSummaryRequest
|
|
3113
3114
|
* @return GetLabelSummaryResponse
|
|
3114
3115
|
* @throws OciError when an error occurs
|
|
3115
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
3116
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetLabelSummary.ts.html |here} to see how to use GetLabelSummary API.
|
|
3116
3117
|
*/
|
|
3117
3118
|
getLabelSummary(getLabelSummaryRequest) {
|
|
3118
3119
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3166,7 +3167,7 @@ class LogAnalyticsClient {
|
|
|
3166
3167
|
* @param GetLogAnalyticsEmBridgeRequest
|
|
3167
3168
|
* @return GetLogAnalyticsEmBridgeResponse
|
|
3168
3169
|
* @throws OciError when an error occurs
|
|
3169
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
3170
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetLogAnalyticsEmBridge.ts.html |here} to see how to use GetLogAnalyticsEmBridge API.
|
|
3170
3171
|
*/
|
|
3171
3172
|
getLogAnalyticsEmBridge(getLogAnalyticsEmBridgeRequest) {
|
|
3172
3173
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3226,7 +3227,7 @@ class LogAnalyticsClient {
|
|
|
3226
3227
|
* @param GetLogAnalyticsEmBridgeSummaryRequest
|
|
3227
3228
|
* @return GetLogAnalyticsEmBridgeSummaryResponse
|
|
3228
3229
|
* @throws OciError when an error occurs
|
|
3229
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
3230
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetLogAnalyticsEmBridgeSummary.ts.html |here} to see how to use GetLogAnalyticsEmBridgeSummary API.
|
|
3230
3231
|
*/
|
|
3231
3232
|
getLogAnalyticsEmBridgeSummary(getLogAnalyticsEmBridgeSummaryRequest) {
|
|
3232
3233
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3282,7 +3283,7 @@ class LogAnalyticsClient {
|
|
|
3282
3283
|
* @param GetLogAnalyticsEntitiesSummaryRequest
|
|
3283
3284
|
* @return GetLogAnalyticsEntitiesSummaryResponse
|
|
3284
3285
|
* @throws OciError when an error occurs
|
|
3285
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
3286
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetLogAnalyticsEntitiesSummary.ts.html |here} to see how to use GetLogAnalyticsEntitiesSummary API.
|
|
3286
3287
|
*/
|
|
3287
3288
|
getLogAnalyticsEntitiesSummary(getLogAnalyticsEntitiesSummaryRequest) {
|
|
3288
3289
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3338,7 +3339,7 @@ class LogAnalyticsClient {
|
|
|
3338
3339
|
* @param GetLogAnalyticsEntityRequest
|
|
3339
3340
|
* @return GetLogAnalyticsEntityResponse
|
|
3340
3341
|
* @throws OciError when an error occurs
|
|
3341
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
3342
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetLogAnalyticsEntity.ts.html |here} to see how to use GetLogAnalyticsEntity API.
|
|
3342
3343
|
*/
|
|
3343
3344
|
getLogAnalyticsEntity(getLogAnalyticsEntityRequest) {
|
|
3344
3345
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3398,7 +3399,7 @@ class LogAnalyticsClient {
|
|
|
3398
3399
|
* @param GetLogAnalyticsEntityTypeRequest
|
|
3399
3400
|
* @return GetLogAnalyticsEntityTypeResponse
|
|
3400
3401
|
* @throws OciError when an error occurs
|
|
3401
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
3402
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetLogAnalyticsEntityType.ts.html |here} to see how to use GetLogAnalyticsEntityType API.
|
|
3402
3403
|
*/
|
|
3403
3404
|
getLogAnalyticsEntityType(getLogAnalyticsEntityTypeRequest) {
|
|
3404
3405
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3459,7 +3460,7 @@ class LogAnalyticsClient {
|
|
|
3459
3460
|
* @param GetLogAnalyticsLogGroupRequest
|
|
3460
3461
|
* @return GetLogAnalyticsLogGroupResponse
|
|
3461
3462
|
* @throws OciError when an error occurs
|
|
3462
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
3463
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetLogAnalyticsLogGroup.ts.html |here} to see how to use GetLogAnalyticsLogGroup API.
|
|
3463
3464
|
*/
|
|
3464
3465
|
getLogAnalyticsLogGroup(getLogAnalyticsLogGroupRequest) {
|
|
3465
3466
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3520,7 +3521,7 @@ class LogAnalyticsClient {
|
|
|
3520
3521
|
* @param GetLogAnalyticsLogGroupsSummaryRequest
|
|
3521
3522
|
* @return GetLogAnalyticsLogGroupsSummaryResponse
|
|
3522
3523
|
* @throws OciError when an error occurs
|
|
3523
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
3524
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetLogAnalyticsLogGroupsSummary.ts.html |here} to see how to use GetLogAnalyticsLogGroupsSummary API.
|
|
3524
3525
|
*/
|
|
3525
3526
|
getLogAnalyticsLogGroupsSummary(getLogAnalyticsLogGroupsSummaryRequest) {
|
|
3526
3527
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3576,7 +3577,7 @@ class LogAnalyticsClient {
|
|
|
3576
3577
|
* @param GetLogAnalyticsObjectCollectionRuleRequest
|
|
3577
3578
|
* @return GetLogAnalyticsObjectCollectionRuleResponse
|
|
3578
3579
|
* @throws OciError when an error occurs
|
|
3579
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
3580
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use GetLogAnalyticsObjectCollectionRule API.
|
|
3580
3581
|
*/
|
|
3581
3582
|
getLogAnalyticsObjectCollectionRule(getLogAnalyticsObjectCollectionRuleRequest) {
|
|
3582
3583
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3637,7 +3638,7 @@ class LogAnalyticsClient {
|
|
|
3637
3638
|
* @param GetLogSetsCountRequest
|
|
3638
3639
|
* @return GetLogSetsCountResponse
|
|
3639
3640
|
* @throws OciError when an error occurs
|
|
3640
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
3641
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetLogSetsCount.ts.html |here} to see how to use GetLogSetsCount API.
|
|
3641
3642
|
*/
|
|
3642
3643
|
getLogSetsCount(getLogSetsCountRequest) {
|
|
3643
3644
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3692,7 +3693,7 @@ class LogAnalyticsClient {
|
|
|
3692
3693
|
* @param GetLookupRequest
|
|
3693
3694
|
* @return GetLookupResponse
|
|
3694
3695
|
* @throws OciError when an error occurs
|
|
3695
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
3696
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetLookup.ts.html |here} to see how to use GetLookup API.
|
|
3696
3697
|
*/
|
|
3697
3698
|
getLookup(getLookupRequest) {
|
|
3698
3699
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3752,7 +3753,7 @@ class LogAnalyticsClient {
|
|
|
3752
3753
|
* @param GetLookupSummaryRequest
|
|
3753
3754
|
* @return GetLookupSummaryResponse
|
|
3754
3755
|
* @throws OciError when an error occurs
|
|
3755
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
3756
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetLookupSummary.ts.html |here} to see how to use GetLookupSummary API.
|
|
3756
3757
|
*/
|
|
3757
3758
|
getLookupSummary(getLookupSummaryRequest) {
|
|
3758
3759
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3807,7 +3808,7 @@ class LogAnalyticsClient {
|
|
|
3807
3808
|
* @param GetNamespaceRequest
|
|
3808
3809
|
* @return GetNamespaceResponse
|
|
3809
3810
|
* @throws OciError when an error occurs
|
|
3810
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
3811
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetNamespace.ts.html |here} to see how to use GetNamespace API.
|
|
3811
3812
|
*/
|
|
3812
3813
|
getNamespace(getNamespaceRequest) {
|
|
3813
3814
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3867,7 +3868,7 @@ class LogAnalyticsClient {
|
|
|
3867
3868
|
* @param GetParserRequest
|
|
3868
3869
|
* @return GetParserResponse
|
|
3869
3870
|
* @throws OciError when an error occurs
|
|
3870
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
3871
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetParser.ts.html |here} to see how to use GetParser API.
|
|
3871
3872
|
*/
|
|
3872
3873
|
getParser(getParserRequest) {
|
|
3873
3874
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3928,7 +3929,7 @@ class LogAnalyticsClient {
|
|
|
3928
3929
|
* @param GetParserSummaryRequest
|
|
3929
3930
|
* @return GetParserSummaryResponse
|
|
3930
3931
|
* @throws OciError when an error occurs
|
|
3931
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
3932
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetParserSummary.ts.html |here} to see how to use GetParserSummary API.
|
|
3932
3933
|
*/
|
|
3933
3934
|
getParserSummary(getParserSummaryRequest) {
|
|
3934
3935
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3977,6 +3978,76 @@ class LogAnalyticsClient {
|
|
|
3977
3978
|
}
|
|
3978
3979
|
});
|
|
3979
3980
|
}
|
|
3981
|
+
/**
|
|
3982
|
+
* Lists the preferences of the tenant. Currently, only \"DEFAULT_HOMEPAGE\" is supported.
|
|
3983
|
+
*
|
|
3984
|
+
* @param GetPreferencesRequest
|
|
3985
|
+
* @return GetPreferencesResponse
|
|
3986
|
+
* @throws OciError when an error occurs
|
|
3987
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetPreferences.ts.html |here} to see how to use GetPreferences API.
|
|
3988
|
+
*/
|
|
3989
|
+
getPreferences(getPreferencesRequest) {
|
|
3990
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3991
|
+
if (this.logger)
|
|
3992
|
+
this.logger.debug("Calling operation LogAnalyticsClient#getPreferences.");
|
|
3993
|
+
const pathParams = {
|
|
3994
|
+
"{namespaceName}": getPreferencesRequest.namespaceName
|
|
3995
|
+
};
|
|
3996
|
+
const queryParams = {
|
|
3997
|
+
"sortOrder": getPreferencesRequest.sortOrder,
|
|
3998
|
+
"sortBy": getPreferencesRequest.sortBy,
|
|
3999
|
+
"limit": getPreferencesRequest.limit,
|
|
4000
|
+
"page": getPreferencesRequest.page
|
|
4001
|
+
};
|
|
4002
|
+
let headerParams = {
|
|
4003
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
4004
|
+
"opc-request-id": getPreferencesRequest.opcRequestId
|
|
4005
|
+
};
|
|
4006
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getPreferencesRequest.retryConfiguration);
|
|
4007
|
+
if (this.logger)
|
|
4008
|
+
retrier.logger = this.logger;
|
|
4009
|
+
const request = yield oci_common_1.composeRequest({
|
|
4010
|
+
baseEndpoint: this._endpoint,
|
|
4011
|
+
defaultHeaders: this._defaultHeaders,
|
|
4012
|
+
path: "/namespaces/{namespaceName}/preferences",
|
|
4013
|
+
method: "GET",
|
|
4014
|
+
pathParams: pathParams,
|
|
4015
|
+
headerParams: headerParams,
|
|
4016
|
+
queryParams: queryParams
|
|
4017
|
+
});
|
|
4018
|
+
try {
|
|
4019
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
4020
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
4021
|
+
responseObject: {},
|
|
4022
|
+
body: yield response.json(),
|
|
4023
|
+
bodyKey: "logAnalyticsPreferenceCollection",
|
|
4024
|
+
bodyModel: model.LogAnalyticsPreferenceCollection,
|
|
4025
|
+
type: "model.LogAnalyticsPreferenceCollection",
|
|
4026
|
+
responseHeaders: [
|
|
4027
|
+
{
|
|
4028
|
+
value: response.headers.get("opc-prev-page"),
|
|
4029
|
+
key: "opcPrevPage",
|
|
4030
|
+
dataType: "string"
|
|
4031
|
+
},
|
|
4032
|
+
{
|
|
4033
|
+
value: response.headers.get("opc-next-page"),
|
|
4034
|
+
key: "opcNextPage",
|
|
4035
|
+
dataType: "string"
|
|
4036
|
+
},
|
|
4037
|
+
{
|
|
4038
|
+
value: response.headers.get("opc-request-id"),
|
|
4039
|
+
key: "opcRequestId",
|
|
4040
|
+
dataType: "string"
|
|
4041
|
+
}
|
|
4042
|
+
]
|
|
4043
|
+
});
|
|
4044
|
+
return sdkResponse;
|
|
4045
|
+
}
|
|
4046
|
+
catch (err) {
|
|
4047
|
+
throw err;
|
|
4048
|
+
}
|
|
4049
|
+
});
|
|
4050
|
+
}
|
|
3980
4051
|
/**
|
|
3981
4052
|
* Returns the intermediate results for a query that was specified to run asynchronously if the query has not completed,
|
|
3982
4053
|
* otherwise the final query results identified by a queryWorkRequestId returned when submitting the query execute asynchronously.
|
|
@@ -3984,7 +4055,7 @@ class LogAnalyticsClient {
|
|
|
3984
4055
|
* @param GetQueryResultRequest
|
|
3985
4056
|
* @return GetQueryResultResponse
|
|
3986
4057
|
* @throws OciError when an error occurs
|
|
3987
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
4058
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetQueryResult.ts.html |here} to see how to use GetQueryResult API.
|
|
3988
4059
|
*/
|
|
3989
4060
|
getQueryResult(getQueryResultRequest) {
|
|
3990
4061
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4060,7 +4131,7 @@ class LogAnalyticsClient {
|
|
|
4060
4131
|
* @param GetQueryWorkRequestRequest
|
|
4061
4132
|
* @return GetQueryWorkRequestResponse
|
|
4062
4133
|
* @throws OciError when an error occurs
|
|
4063
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
4134
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetQueryWorkRequest.ts.html |here} to see how to use GetQueryWorkRequest API.
|
|
4064
4135
|
*/
|
|
4065
4136
|
getQueryWorkRequest(getQueryWorkRequestRequest) {
|
|
4066
4137
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4125,7 +4196,7 @@ class LogAnalyticsClient {
|
|
|
4125
4196
|
* @param GetScheduledTaskRequest
|
|
4126
4197
|
* @return GetScheduledTaskResponse
|
|
4127
4198
|
* @throws OciError when an error occurs
|
|
4128
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
4199
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetScheduledTask.ts.html |here} to see how to use GetScheduledTask API.
|
|
4129
4200
|
*/
|
|
4130
4201
|
getScheduledTask(getScheduledTaskRequest) {
|
|
4131
4202
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4186,7 +4257,7 @@ class LogAnalyticsClient {
|
|
|
4186
4257
|
* @param GetSourceRequest
|
|
4187
4258
|
* @return GetSourceResponse
|
|
4188
4259
|
* @throws OciError when an error occurs
|
|
4189
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
4260
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetSource.ts.html |here} to see how to use GetSource API.
|
|
4190
4261
|
*/
|
|
4191
4262
|
getSource(getSourceRequest) {
|
|
4192
4263
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4249,7 +4320,7 @@ class LogAnalyticsClient {
|
|
|
4249
4320
|
* @param GetSourceSummaryRequest
|
|
4250
4321
|
* @return GetSourceSummaryResponse
|
|
4251
4322
|
* @throws OciError when an error occurs
|
|
4252
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
4323
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetSourceSummary.ts.html |here} to see how to use GetSourceSummary API.
|
|
4253
4324
|
*/
|
|
4254
4325
|
getSourceSummary(getSourceSummaryRequest) {
|
|
4255
4326
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4304,7 +4375,7 @@ class LogAnalyticsClient {
|
|
|
4304
4375
|
* @param GetStorageRequest
|
|
4305
4376
|
* @return GetStorageResponse
|
|
4306
4377
|
* @throws OciError when an error occurs
|
|
4307
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
4378
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetStorage.ts.html |here} to see how to use GetStorage API.
|
|
4308
4379
|
*/
|
|
4309
4380
|
getStorage(getStorageRequest) {
|
|
4310
4381
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4365,7 +4436,7 @@ class LogAnalyticsClient {
|
|
|
4365
4436
|
* @param GetStorageUsageRequest
|
|
4366
4437
|
* @return GetStorageUsageResponse
|
|
4367
4438
|
* @throws OciError when an error occurs
|
|
4368
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
4439
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetStorageUsage.ts.html |here} to see how to use GetStorageUsage API.
|
|
4369
4440
|
*/
|
|
4370
4441
|
getStorageUsage(getStorageUsageRequest) {
|
|
4371
4442
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4421,7 +4492,7 @@ class LogAnalyticsClient {
|
|
|
4421
4492
|
* @param GetStorageWorkRequestRequest
|
|
4422
4493
|
* @return GetStorageWorkRequestResponse
|
|
4423
4494
|
* @throws OciError when an error occurs
|
|
4424
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
4495
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetStorageWorkRequest.ts.html |here} to see how to use GetStorageWorkRequest API.
|
|
4425
4496
|
*/
|
|
4426
4497
|
getStorageWorkRequest(getStorageWorkRequestRequest) {
|
|
4427
4498
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4481,12 +4552,67 @@ class LogAnalyticsClient {
|
|
|
4481
4552
|
}
|
|
4482
4553
|
});
|
|
4483
4554
|
}
|
|
4555
|
+
/**
|
|
4556
|
+
* This API retrieves details of the configured bucket that stores unprocessed payloads.
|
|
4557
|
+
*
|
|
4558
|
+
* @param GetUnprocessedDataBucketRequest
|
|
4559
|
+
* @return GetUnprocessedDataBucketResponse
|
|
4560
|
+
* @throws OciError when an error occurs
|
|
4561
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetUnprocessedDataBucket.ts.html |here} to see how to use GetUnprocessedDataBucket API.
|
|
4562
|
+
*/
|
|
4563
|
+
getUnprocessedDataBucket(getUnprocessedDataBucketRequest) {
|
|
4564
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
4565
|
+
if (this.logger)
|
|
4566
|
+
this.logger.debug("Calling operation LogAnalyticsClient#getUnprocessedDataBucket.");
|
|
4567
|
+
const pathParams = {
|
|
4568
|
+
"{namespaceName}": getUnprocessedDataBucketRequest.namespaceName
|
|
4569
|
+
};
|
|
4570
|
+
const queryParams = {};
|
|
4571
|
+
let headerParams = {
|
|
4572
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
4573
|
+
"opc-request-id": getUnprocessedDataBucketRequest.opcRequestId
|
|
4574
|
+
};
|
|
4575
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getUnprocessedDataBucketRequest.retryConfiguration);
|
|
4576
|
+
if (this.logger)
|
|
4577
|
+
retrier.logger = this.logger;
|
|
4578
|
+
const request = yield oci_common_1.composeRequest({
|
|
4579
|
+
baseEndpoint: this._endpoint,
|
|
4580
|
+
defaultHeaders: this._defaultHeaders,
|
|
4581
|
+
path: "/namespaces/{namespaceName}/unprocessedDataBucket",
|
|
4582
|
+
method: "GET",
|
|
4583
|
+
pathParams: pathParams,
|
|
4584
|
+
headerParams: headerParams,
|
|
4585
|
+
queryParams: queryParams
|
|
4586
|
+
});
|
|
4587
|
+
try {
|
|
4588
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
4589
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
4590
|
+
responseObject: {},
|
|
4591
|
+
body: yield response.json(),
|
|
4592
|
+
bodyKey: "unprocessedDataBucket",
|
|
4593
|
+
bodyModel: model.UnprocessedDataBucket,
|
|
4594
|
+
type: "model.UnprocessedDataBucket",
|
|
4595
|
+
responseHeaders: [
|
|
4596
|
+
{
|
|
4597
|
+
value: response.headers.get("opc-request-id"),
|
|
4598
|
+
key: "opcRequestId",
|
|
4599
|
+
dataType: "string"
|
|
4600
|
+
}
|
|
4601
|
+
]
|
|
4602
|
+
});
|
|
4603
|
+
return sdkResponse;
|
|
4604
|
+
}
|
|
4605
|
+
catch (err) {
|
|
4606
|
+
throw err;
|
|
4607
|
+
}
|
|
4608
|
+
});
|
|
4609
|
+
}
|
|
4484
4610
|
/**
|
|
4485
4611
|
* Gets an On-Demand Upload info by reference.
|
|
4486
4612
|
* @param GetUploadRequest
|
|
4487
4613
|
* @return GetUploadResponse
|
|
4488
4614
|
* @throws OciError when an error occurs
|
|
4489
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
4615
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetUpload.ts.html |here} to see how to use GetUpload API.
|
|
4490
4616
|
*/
|
|
4491
4617
|
getUpload(getUploadRequest) {
|
|
4492
4618
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4546,7 +4672,7 @@ class LogAnalyticsClient {
|
|
|
4546
4672
|
* @param GetWorkRequestRequest
|
|
4547
4673
|
* @return GetWorkRequestResponse
|
|
4548
4674
|
* @throws OciError when an error occurs
|
|
4549
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
4675
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
4550
4676
|
*/
|
|
4551
4677
|
getWorkRequest(getWorkRequestRequest) {
|
|
4552
4678
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4607,7 +4733,7 @@ class LogAnalyticsClient {
|
|
|
4607
4733
|
* @param ImportCustomContentRequest
|
|
4608
4734
|
* @return ImportCustomContentResponse
|
|
4609
4735
|
* @throws OciError when an error occurs
|
|
4610
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
4736
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ImportCustomContent.ts.html |here} to see how to use ImportCustomContent API.
|
|
4611
4737
|
*/
|
|
4612
4738
|
importCustomContent(importCustomContentRequest) {
|
|
4613
4739
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4621,7 +4747,8 @@ class LogAnalyticsClient {
|
|
|
4621
4747
|
};
|
|
4622
4748
|
let headerParams = {
|
|
4623
4749
|
"opc-retry-token": importCustomContentRequest.opcRetryToken,
|
|
4624
|
-
"opc-request-id": importCustomContentRequest.opcRequestId
|
|
4750
|
+
"opc-request-id": importCustomContentRequest.opcRequestId,
|
|
4751
|
+
"expect": importCustomContentRequest.expect
|
|
4625
4752
|
};
|
|
4626
4753
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, importCustomContentRequest.retryConfiguration);
|
|
4627
4754
|
if (this.logger)
|
|
@@ -4666,7 +4793,7 @@ class LogAnalyticsClient {
|
|
|
4666
4793
|
* @param ListAssociableEntitiesRequest
|
|
4667
4794
|
* @return ListAssociableEntitiesResponse
|
|
4668
4795
|
* @throws OciError when an error occurs
|
|
4669
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
4796
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListAssociableEntities.ts.html |here} to see how to use ListAssociableEntities API.
|
|
4670
4797
|
*/
|
|
4671
4798
|
listAssociableEntities(listAssociableEntitiesRequest) {
|
|
4672
4799
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4740,7 +4867,7 @@ class LogAnalyticsClient {
|
|
|
4740
4867
|
* @param ListAssociatedEntitiesRequest
|
|
4741
4868
|
* @return ListAssociatedEntitiesResponse
|
|
4742
4869
|
* @throws OciError when an error occurs
|
|
4743
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
4870
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListAssociatedEntities.ts.html |here} to see how to use ListAssociatedEntities API.
|
|
4744
4871
|
*/
|
|
4745
4872
|
listAssociatedEntities(listAssociatedEntitiesRequest) {
|
|
4746
4873
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4814,7 +4941,7 @@ class LogAnalyticsClient {
|
|
|
4814
4941
|
* @param ListAutoAssociationsRequest
|
|
4815
4942
|
* @return ListAutoAssociationsResponse
|
|
4816
4943
|
* @throws OciError when an error occurs
|
|
4817
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
4944
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListAutoAssociations.ts.html |here} to see how to use ListAutoAssociations API.
|
|
4818
4945
|
*/
|
|
4819
4946
|
listAutoAssociations(listAutoAssociationsRequest) {
|
|
4820
4947
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4885,7 +5012,7 @@ class LogAnalyticsClient {
|
|
|
4885
5012
|
* @param ListConfigWorkRequestsRequest
|
|
4886
5013
|
* @return ListConfigWorkRequestsResponse
|
|
4887
5014
|
* @throws OciError when an error occurs
|
|
4888
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
5015
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListConfigWorkRequests.ts.html |here} to see how to use ListConfigWorkRequests API.
|
|
4889
5016
|
*/
|
|
4890
5017
|
listConfigWorkRequests(listConfigWorkRequestsRequest) {
|
|
4891
5018
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4954,7 +5081,7 @@ class LogAnalyticsClient {
|
|
|
4954
5081
|
* @param ListEntityAssociationsRequest
|
|
4955
5082
|
* @return ListEntityAssociationsResponse
|
|
4956
5083
|
* @throws OciError when an error occurs
|
|
4957
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
5084
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListEntityAssociations.ts.html |here} to see how to use ListEntityAssociations API.
|
|
4958
5085
|
*/
|
|
4959
5086
|
listEntityAssociations(listEntityAssociationsRequest) {
|
|
4960
5087
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5021,7 +5148,7 @@ class LogAnalyticsClient {
|
|
|
5021
5148
|
* @param ListEntitySourceAssociationsRequest
|
|
5022
5149
|
* @return ListEntitySourceAssociationsResponse
|
|
5023
5150
|
* @throws OciError when an error occurs
|
|
5024
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
5151
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListEntitySourceAssociations.ts.html |here} to see how to use ListEntitySourceAssociations API.
|
|
5025
5152
|
*/
|
|
5026
5153
|
listEntitySourceAssociations(listEntitySourceAssociationsRequest) {
|
|
5027
5154
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5097,7 +5224,7 @@ class LogAnalyticsClient {
|
|
|
5097
5224
|
* @param ListFieldsRequest
|
|
5098
5225
|
* @return ListFieldsResponse
|
|
5099
5226
|
* @throws OciError when an error occurs
|
|
5100
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
5227
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListFields.ts.html |here} to see how to use ListFields API.
|
|
5101
5228
|
*/
|
|
5102
5229
|
listFields(listFieldsRequest) {
|
|
5103
5230
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5175,7 +5302,7 @@ class LogAnalyticsClient {
|
|
|
5175
5302
|
* @param ListLabelPrioritiesRequest
|
|
5176
5303
|
* @return ListLabelPrioritiesResponse
|
|
5177
5304
|
* @throws OciError when an error occurs
|
|
5178
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
5305
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListLabelPriorities.ts.html |here} to see how to use ListLabelPriorities API.
|
|
5179
5306
|
*/
|
|
5180
5307
|
listLabelPriorities(listLabelPrioritiesRequest) {
|
|
5181
5308
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5243,7 +5370,7 @@ class LogAnalyticsClient {
|
|
|
5243
5370
|
* @param ListLabelSourceDetailsRequest
|
|
5244
5371
|
* @return ListLabelSourceDetailsResponse
|
|
5245
5372
|
* @throws OciError when an error occurs
|
|
5246
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
5373
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListLabelSourceDetails.ts.html |here} to see how to use ListLabelSourceDetails API.
|
|
5247
5374
|
*/
|
|
5248
5375
|
listLabelSourceDetails(listLabelSourceDetailsRequest) {
|
|
5249
5376
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5314,7 +5441,7 @@ class LogAnalyticsClient {
|
|
|
5314
5441
|
* @param ListLabelsRequest
|
|
5315
5442
|
* @return ListLabelsResponse
|
|
5316
5443
|
* @throws OciError when an error occurs
|
|
5317
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
5444
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListLabels.ts.html |here} to see how to use ListLabels API.
|
|
5318
5445
|
*/
|
|
5319
5446
|
listLabels(listLabelsRequest) {
|
|
5320
5447
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5389,7 +5516,7 @@ class LogAnalyticsClient {
|
|
|
5389
5516
|
* @param ListLogAnalyticsEmBridgesRequest
|
|
5390
5517
|
* @return ListLogAnalyticsEmBridgesResponse
|
|
5391
5518
|
* @throws OciError when an error occurs
|
|
5392
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
5519
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListLogAnalyticsEmBridges.ts.html |here} to see how to use ListLogAnalyticsEmBridges API.
|
|
5393
5520
|
*/
|
|
5394
5521
|
listLogAnalyticsEmBridges(listLogAnalyticsEmBridgesRequest) {
|
|
5395
5522
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5458,7 +5585,7 @@ class LogAnalyticsClient {
|
|
|
5458
5585
|
* @param ListLogAnalyticsEntitiesRequest
|
|
5459
5586
|
* @return ListLogAnalyticsEntitiesResponse
|
|
5460
5587
|
* @throws OciError when an error occurs
|
|
5461
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
5588
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListLogAnalyticsEntities.ts.html |here} to see how to use ListLogAnalyticsEntities API.
|
|
5462
5589
|
*/
|
|
5463
5590
|
listLogAnalyticsEntities(listLogAnalyticsEntitiesRequest) {
|
|
5464
5591
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5535,7 +5662,7 @@ class LogAnalyticsClient {
|
|
|
5535
5662
|
* @param ListLogAnalyticsEntityTypesRequest
|
|
5536
5663
|
* @return ListLogAnalyticsEntityTypesResponse
|
|
5537
5664
|
* @throws OciError when an error occurs
|
|
5538
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
5665
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListLogAnalyticsEntityTypes.ts.html |here} to see how to use ListLogAnalyticsEntityTypes API.
|
|
5539
5666
|
*/
|
|
5540
5667
|
listLogAnalyticsEntityTypes(listLogAnalyticsEntityTypesRequest) {
|
|
5541
5668
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5604,7 +5731,7 @@ class LogAnalyticsClient {
|
|
|
5604
5731
|
* @param ListLogAnalyticsLogGroupsRequest
|
|
5605
5732
|
* @return ListLogAnalyticsLogGroupsResponse
|
|
5606
5733
|
* @throws OciError when an error occurs
|
|
5607
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
5734
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListLogAnalyticsLogGroups.ts.html |here} to see how to use ListLogAnalyticsLogGroups API.
|
|
5608
5735
|
*/
|
|
5609
5736
|
listLogAnalyticsLogGroups(listLogAnalyticsLogGroupsRequest) {
|
|
5610
5737
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5675,7 +5802,7 @@ class LogAnalyticsClient {
|
|
|
5675
5802
|
* @param ListLogAnalyticsObjectCollectionRulesRequest
|
|
5676
5803
|
* @return ListLogAnalyticsObjectCollectionRulesResponse
|
|
5677
5804
|
* @throws OciError when an error occurs
|
|
5678
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
5805
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListLogAnalyticsObjectCollectionRules.ts.html |here} to see how to use ListLogAnalyticsObjectCollectionRules API.
|
|
5679
5806
|
*/
|
|
5680
5807
|
listLogAnalyticsObjectCollectionRules(listLogAnalyticsObjectCollectionRulesRequest) {
|
|
5681
5808
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5743,7 +5870,7 @@ class LogAnalyticsClient {
|
|
|
5743
5870
|
* @param ListLogSetsRequest
|
|
5744
5871
|
* @return ListLogSetsResponse
|
|
5745
5872
|
* @throws OciError when an error occurs
|
|
5746
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
5873
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListLogSets.ts.html |here} to see how to use ListLogSets API.
|
|
5747
5874
|
*/
|
|
5748
5875
|
listLogSets(listLogSetsRequest) {
|
|
5749
5876
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5808,7 +5935,7 @@ class LogAnalyticsClient {
|
|
|
5808
5935
|
* @param ListLookupsRequest
|
|
5809
5936
|
* @return ListLookupsResponse
|
|
5810
5937
|
* @throws OciError when an error occurs
|
|
5811
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
5938
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListLookups.ts.html |here} to see how to use ListLookups API.
|
|
5812
5939
|
*/
|
|
5813
5940
|
listLookups(listLookupsRequest) {
|
|
5814
5941
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5883,7 +6010,7 @@ class LogAnalyticsClient {
|
|
|
5883
6010
|
* @param ListMetaSourceTypesRequest
|
|
5884
6011
|
* @return ListMetaSourceTypesResponse
|
|
5885
6012
|
* @throws OciError when an error occurs
|
|
5886
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
6013
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListMetaSourceTypes.ts.html |here} to see how to use ListMetaSourceTypes API.
|
|
5887
6014
|
*/
|
|
5888
6015
|
listMetaSourceTypes(listMetaSourceTypesRequest) {
|
|
5889
6016
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5954,7 +6081,7 @@ class LogAnalyticsClient {
|
|
|
5954
6081
|
* @param ListNamespacesRequest
|
|
5955
6082
|
* @return ListNamespacesResponse
|
|
5956
6083
|
* @throws OciError when an error occurs
|
|
5957
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
6084
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListNamespaces.ts.html |here} to see how to use ListNamespaces API.
|
|
5958
6085
|
*/
|
|
5959
6086
|
listNamespaces(listNamespacesRequest) {
|
|
5960
6087
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6009,7 +6136,7 @@ class LogAnalyticsClient {
|
|
|
6009
6136
|
* @param ListParserFunctionsRequest
|
|
6010
6137
|
* @return ListParserFunctionsResponse
|
|
6011
6138
|
* @throws OciError when an error occurs
|
|
6012
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
6139
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListParserFunctions.ts.html |here} to see how to use ListParserFunctions API.
|
|
6013
6140
|
*/
|
|
6014
6141
|
listParserFunctions(listParserFunctionsRequest) {
|
|
6015
6142
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6080,7 +6207,7 @@ class LogAnalyticsClient {
|
|
|
6080
6207
|
* @param ListParserMetaPluginsRequest
|
|
6081
6208
|
* @return ListParserMetaPluginsResponse
|
|
6082
6209
|
* @throws OciError when an error occurs
|
|
6083
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
6210
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListParserMetaPlugins.ts.html |here} to see how to use ListParserMetaPlugins API.
|
|
6084
6211
|
*/
|
|
6085
6212
|
listParserMetaPlugins(listParserMetaPluginsRequest) {
|
|
6086
6213
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6150,7 +6277,7 @@ class LogAnalyticsClient {
|
|
|
6150
6277
|
* @param ListParsersRequest
|
|
6151
6278
|
* @return ListParsersResponse
|
|
6152
6279
|
* @throws OciError when an error occurs
|
|
6153
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
6280
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListParsers.ts.html |here} to see how to use ListParsers API.
|
|
6154
6281
|
*/
|
|
6155
6282
|
listParsers(listParsersRequest) {
|
|
6156
6283
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6225,7 +6352,7 @@ class LogAnalyticsClient {
|
|
|
6225
6352
|
* @param ListQueryWorkRequestsRequest
|
|
6226
6353
|
* @return ListQueryWorkRequestsResponse
|
|
6227
6354
|
* @throws OciError when an error occurs
|
|
6228
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
6355
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListQueryWorkRequests.ts.html |here} to see how to use ListQueryWorkRequests API.
|
|
6229
6356
|
*/
|
|
6230
6357
|
listQueryWorkRequests(listQueryWorkRequestsRequest) {
|
|
6231
6358
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6297,7 +6424,7 @@ class LogAnalyticsClient {
|
|
|
6297
6424
|
* @param ListRecalledDataRequest
|
|
6298
6425
|
* @return ListRecalledDataResponse
|
|
6299
6426
|
* @throws OciError when an error occurs
|
|
6300
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
6427
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListRecalledData.ts.html |here} to see how to use ListRecalledData API.
|
|
6301
6428
|
*/
|
|
6302
6429
|
listRecalledData(listRecalledDataRequest) {
|
|
6303
6430
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6368,7 +6495,7 @@ class LogAnalyticsClient {
|
|
|
6368
6495
|
* @param ListScheduledTasksRequest
|
|
6369
6496
|
* @return ListScheduledTasksResponse
|
|
6370
6497
|
* @throws OciError when an error occurs
|
|
6371
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
6498
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListScheduledTasks.ts.html |here} to see how to use ListScheduledTasks API.
|
|
6372
6499
|
*/
|
|
6373
6500
|
listScheduledTasks(listScheduledTasksRequest) {
|
|
6374
6501
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6443,7 +6570,7 @@ class LogAnalyticsClient {
|
|
|
6443
6570
|
* @param ListSourceAssociationsRequest
|
|
6444
6571
|
* @return ListSourceAssociationsResponse
|
|
6445
6572
|
* @throws OciError when an error occurs
|
|
6446
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
6573
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListSourceAssociations.ts.html |here} to see how to use ListSourceAssociations API.
|
|
6447
6574
|
*/
|
|
6448
6575
|
listSourceAssociations(listSourceAssociationsRequest) {
|
|
6449
6576
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6518,7 +6645,7 @@ class LogAnalyticsClient {
|
|
|
6518
6645
|
* @param ListSourceEventTypesRequest
|
|
6519
6646
|
* @return ListSourceEventTypesResponse
|
|
6520
6647
|
* @throws OciError when an error occurs
|
|
6521
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
6648
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListSourceEventTypes.ts.html |here} to see how to use ListSourceEventTypes API.
|
|
6522
6649
|
*/
|
|
6523
6650
|
listSourceEventTypes(listSourceEventTypesRequest) {
|
|
6524
6651
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6592,7 +6719,7 @@ class LogAnalyticsClient {
|
|
|
6592
6719
|
* @param ListSourceExtendedFieldDefinitionsRequest
|
|
6593
6720
|
* @return ListSourceExtendedFieldDefinitionsResponse
|
|
6594
6721
|
* @throws OciError when an error occurs
|
|
6595
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
6722
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListSourceExtendedFieldDefinitions.ts.html |here} to see how to use ListSourceExtendedFieldDefinitions API.
|
|
6596
6723
|
*/
|
|
6597
6724
|
listSourceExtendedFieldDefinitions(listSourceExtendedFieldDefinitionsRequest) {
|
|
6598
6725
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6663,7 +6790,7 @@ class LogAnalyticsClient {
|
|
|
6663
6790
|
* @param ListSourceLabelOperatorsRequest
|
|
6664
6791
|
* @return ListSourceLabelOperatorsResponse
|
|
6665
6792
|
* @throws OciError when an error occurs
|
|
6666
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
6793
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListSourceLabelOperators.ts.html |here} to see how to use ListSourceLabelOperators API.
|
|
6667
6794
|
*/
|
|
6668
6795
|
listSourceLabelOperators(listSourceLabelOperatorsRequest) {
|
|
6669
6796
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6733,7 +6860,7 @@ class LogAnalyticsClient {
|
|
|
6733
6860
|
* @param ListSourceMetaFunctionsRequest
|
|
6734
6861
|
* @return ListSourceMetaFunctionsResponse
|
|
6735
6862
|
* @throws OciError when an error occurs
|
|
6736
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
6863
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListSourceMetaFunctions.ts.html |here} to see how to use ListSourceMetaFunctions API.
|
|
6737
6864
|
*/
|
|
6738
6865
|
listSourceMetaFunctions(listSourceMetaFunctionsRequest) {
|
|
6739
6866
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6803,7 +6930,7 @@ class LogAnalyticsClient {
|
|
|
6803
6930
|
* @param ListSourcePatternsRequest
|
|
6804
6931
|
* @return ListSourcePatternsResponse
|
|
6805
6932
|
* @throws OciError when an error occurs
|
|
6806
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
6933
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListSourcePatterns.ts.html |here} to see how to use ListSourcePatterns API.
|
|
6807
6934
|
*/
|
|
6808
6935
|
listSourcePatterns(listSourcePatternsRequest) {
|
|
6809
6936
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6875,7 +7002,7 @@ class LogAnalyticsClient {
|
|
|
6875
7002
|
* @param ListSourcesRequest
|
|
6876
7003
|
* @return ListSourcesResponse
|
|
6877
7004
|
* @throws OciError when an error occurs
|
|
6878
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
7005
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListSources.ts.html |here} to see how to use ListSources API.
|
|
6879
7006
|
*/
|
|
6880
7007
|
listSources(listSourcesRequest) {
|
|
6881
7008
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6951,7 +7078,7 @@ class LogAnalyticsClient {
|
|
|
6951
7078
|
* @param ListStorageWorkRequestErrorsRequest
|
|
6952
7079
|
* @return ListStorageWorkRequestErrorsResponse
|
|
6953
7080
|
* @throws OciError when an error occurs
|
|
6954
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
7081
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListStorageWorkRequestErrors.ts.html |here} to see how to use ListStorageWorkRequestErrors API.
|
|
6955
7082
|
*/
|
|
6956
7083
|
listStorageWorkRequestErrors(listStorageWorkRequestErrorsRequest) {
|
|
6957
7084
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7023,7 +7150,7 @@ class LogAnalyticsClient {
|
|
|
7023
7150
|
* @param ListStorageWorkRequestsRequest
|
|
7024
7151
|
* @return ListStorageWorkRequestsResponse
|
|
7025
7152
|
* @throws OciError when an error occurs
|
|
7026
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
7153
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListStorageWorkRequests.ts.html |here} to see how to use ListStorageWorkRequests API.
|
|
7027
7154
|
*/
|
|
7028
7155
|
listStorageWorkRequests(listStorageWorkRequestsRequest) {
|
|
7029
7156
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7099,7 +7226,7 @@ class LogAnalyticsClient {
|
|
|
7099
7226
|
* @param ListSupportedCharEncodingsRequest
|
|
7100
7227
|
* @return ListSupportedCharEncodingsResponse
|
|
7101
7228
|
* @throws OciError when an error occurs
|
|
7102
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
7229
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListSupportedCharEncodings.ts.html |here} to see how to use ListSupportedCharEncodings API.
|
|
7103
7230
|
*/
|
|
7104
7231
|
listSupportedCharEncodings(listSupportedCharEncodingsRequest) {
|
|
7105
7232
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7166,7 +7293,7 @@ class LogAnalyticsClient {
|
|
|
7166
7293
|
* @param ListSupportedTimezonesRequest
|
|
7167
7294
|
* @return ListSupportedTimezonesResponse
|
|
7168
7295
|
* @throws OciError when an error occurs
|
|
7169
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
7296
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListSupportedTimezones.ts.html |here} to see how to use ListSupportedTimezones API.
|
|
7170
7297
|
*/
|
|
7171
7298
|
listSupportedTimezones(listSupportedTimezonesRequest) {
|
|
7172
7299
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7233,7 +7360,7 @@ class LogAnalyticsClient {
|
|
|
7233
7360
|
* @param ListUploadFilesRequest
|
|
7234
7361
|
* @return ListUploadFilesResponse
|
|
7235
7362
|
* @throws OciError when an error occurs
|
|
7236
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
7363
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListUploadFiles.ts.html |here} to see how to use ListUploadFiles API.
|
|
7237
7364
|
*/
|
|
7238
7365
|
listUploadFiles(listUploadFilesRequest) {
|
|
7239
7366
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7300,7 +7427,7 @@ class LogAnalyticsClient {
|
|
|
7300
7427
|
* @param ListUploadWarningsRequest
|
|
7301
7428
|
* @return ListUploadWarningsResponse
|
|
7302
7429
|
* @throws OciError when an error occurs
|
|
7303
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
7430
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListUploadWarnings.ts.html |here} to see how to use ListUploadWarnings API.
|
|
7304
7431
|
*/
|
|
7305
7432
|
listUploadWarnings(listUploadWarningsRequest) {
|
|
7306
7433
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7365,7 +7492,7 @@ class LogAnalyticsClient {
|
|
|
7365
7492
|
* @param ListUploadsRequest
|
|
7366
7493
|
* @return ListUploadsResponse
|
|
7367
7494
|
* @throws OciError when an error occurs
|
|
7368
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
7495
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListUploads.ts.html |here} to see how to use ListUploads API.
|
|
7369
7496
|
*/
|
|
7370
7497
|
listUploads(listUploadsRequest) {
|
|
7371
7498
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7438,7 +7565,7 @@ class LogAnalyticsClient {
|
|
|
7438
7565
|
* @param ListWarningsRequest
|
|
7439
7566
|
* @return ListWarningsResponse
|
|
7440
7567
|
* @throws OciError when an error occurs
|
|
7441
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
7568
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListWarnings.ts.html |here} to see how to use ListWarnings API.
|
|
7442
7569
|
*/
|
|
7443
7570
|
listWarnings(listWarningsRequest) {
|
|
7444
7571
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7519,7 +7646,7 @@ class LogAnalyticsClient {
|
|
|
7519
7646
|
* @param ListWorkRequestErrorsRequest
|
|
7520
7647
|
* @return ListWorkRequestErrorsResponse
|
|
7521
7648
|
* @throws OciError when an error occurs
|
|
7522
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
7649
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
7523
7650
|
*/
|
|
7524
7651
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
7525
7652
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7583,7 +7710,7 @@ class LogAnalyticsClient {
|
|
|
7583
7710
|
* @param ListWorkRequestLogsRequest
|
|
7584
7711
|
* @return ListWorkRequestLogsResponse
|
|
7585
7712
|
* @throws OciError when an error occurs
|
|
7586
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
7713
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
7587
7714
|
*/
|
|
7588
7715
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
7589
7716
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7647,7 +7774,7 @@ class LogAnalyticsClient {
|
|
|
7647
7774
|
* @param ListWorkRequestsRequest
|
|
7648
7775
|
* @return ListWorkRequestsResponse
|
|
7649
7776
|
* @throws OciError when an error occurs
|
|
7650
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
7777
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
7651
7778
|
*/
|
|
7652
7779
|
listWorkRequests(listWorkRequestsRequest) {
|
|
7653
7780
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7710,7 +7837,7 @@ class LogAnalyticsClient {
|
|
|
7710
7837
|
* @param OffboardNamespaceRequest
|
|
7711
7838
|
* @return OffboardNamespaceResponse
|
|
7712
7839
|
* @throws OciError when an error occurs
|
|
7713
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
7840
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/OffboardNamespace.ts.html |here} to see how to use OffboardNamespace API.
|
|
7714
7841
|
*/
|
|
7715
7842
|
offboardNamespace(offboardNamespaceRequest) {
|
|
7716
7843
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7767,7 +7894,7 @@ class LogAnalyticsClient {
|
|
|
7767
7894
|
* @param OnboardNamespaceRequest
|
|
7768
7895
|
* @return OnboardNamespaceResponse
|
|
7769
7896
|
* @throws OciError when an error occurs
|
|
7770
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
7897
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/OnboardNamespace.ts.html |here} to see how to use OnboardNamespace API.
|
|
7771
7898
|
*/
|
|
7772
7899
|
onboardNamespace(onboardNamespaceRequest) {
|
|
7773
7900
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7823,7 +7950,7 @@ class LogAnalyticsClient {
|
|
|
7823
7950
|
* @param ParseQueryRequest
|
|
7824
7951
|
* @return ParseQueryResponse
|
|
7825
7952
|
* @throws OciError when an error occurs
|
|
7826
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
7953
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ParseQuery.ts.html |here} to see how to use ParseQuery API.
|
|
7827
7954
|
*/
|
|
7828
7955
|
parseQuery(parseQueryRequest) {
|
|
7829
7956
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7879,7 +8006,7 @@ class LogAnalyticsClient {
|
|
|
7879
8006
|
* @param PauseScheduledTaskRequest
|
|
7880
8007
|
* @return PauseScheduledTaskResponse
|
|
7881
8008
|
* @throws OciError when an error occurs
|
|
7882
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
8009
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/PauseScheduledTask.ts.html |here} to see how to use PauseScheduledTask API.
|
|
7883
8010
|
*/
|
|
7884
8011
|
pauseScheduledTask(pauseScheduledTaskRequest) {
|
|
7885
8012
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7942,7 +8069,7 @@ class LogAnalyticsClient {
|
|
|
7942
8069
|
* @param PurgeStorageDataRequest
|
|
7943
8070
|
* @return PurgeStorageDataResponse
|
|
7944
8071
|
* @throws OciError when an error occurs
|
|
7945
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
8072
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/PurgeStorageData.ts.html |here} to see how to use PurgeStorageData API.
|
|
7946
8073
|
*/
|
|
7947
8074
|
purgeStorageData(purgeStorageDataRequest) {
|
|
7948
8075
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8005,7 +8132,7 @@ class LogAnalyticsClient {
|
|
|
8005
8132
|
* @param PutQueryWorkRequestBackgroundRequest
|
|
8006
8133
|
* @return PutQueryWorkRequestBackgroundResponse
|
|
8007
8134
|
* @throws OciError when an error occurs
|
|
8008
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
8135
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/PutQueryWorkRequestBackground.ts.html |here} to see how to use PutQueryWorkRequestBackground API.
|
|
8009
8136
|
*/
|
|
8010
8137
|
putQueryWorkRequestBackground(putQueryWorkRequestBackgroundRequest) {
|
|
8011
8138
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8067,7 +8194,7 @@ class LogAnalyticsClient {
|
|
|
8067
8194
|
* @param QueryRequest
|
|
8068
8195
|
* @return QueryResponse
|
|
8069
8196
|
* @throws OciError when an error occurs
|
|
8070
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
8197
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/Query.ts.html |here} to see how to use Query API.
|
|
8071
8198
|
*/
|
|
8072
8199
|
query(queryRequest) {
|
|
8073
8200
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8146,7 +8273,7 @@ class LogAnalyticsClient {
|
|
|
8146
8273
|
* @param RecallArchivedDataRequest
|
|
8147
8274
|
* @return RecallArchivedDataResponse
|
|
8148
8275
|
* @throws OciError when an error occurs
|
|
8149
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
8276
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/RecallArchivedData.ts.html |here} to see how to use RecallArchivedData API.
|
|
8150
8277
|
*/
|
|
8151
8278
|
recallArchivedData(recallArchivedDataRequest) {
|
|
8152
8279
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8210,7 +8337,7 @@ class LogAnalyticsClient {
|
|
|
8210
8337
|
* @param RegisterLookupRequest
|
|
8211
8338
|
* @return RegisterLookupResponse
|
|
8212
8339
|
* @throws OciError when an error occurs
|
|
8213
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
8340
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/RegisterLookup.ts.html |here} to see how to use RegisterLookup API.
|
|
8214
8341
|
*/
|
|
8215
8342
|
registerLookup(registerLookupRequest) {
|
|
8216
8343
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8228,7 +8355,8 @@ class LogAnalyticsClient {
|
|
|
8228
8355
|
};
|
|
8229
8356
|
let headerParams = {
|
|
8230
8357
|
"opc-retry-token": registerLookupRequest.opcRetryToken,
|
|
8231
|
-
"opc-request-id": registerLookupRequest.opcRequestId
|
|
8358
|
+
"opc-request-id": registerLookupRequest.opcRequestId,
|
|
8359
|
+
"expect": registerLookupRequest.expect
|
|
8232
8360
|
};
|
|
8233
8361
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, registerLookupRequest.retryConfiguration);
|
|
8234
8362
|
if (this.logger)
|
|
@@ -8278,7 +8406,7 @@ class LogAnalyticsClient {
|
|
|
8278
8406
|
* @param ReleaseRecalledDataRequest
|
|
8279
8407
|
* @return ReleaseRecalledDataResponse
|
|
8280
8408
|
* @throws OciError when an error occurs
|
|
8281
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
8409
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ReleaseRecalledData.ts.html |here} to see how to use ReleaseRecalledData API.
|
|
8282
8410
|
*/
|
|
8283
8411
|
releaseRecalledData(releaseRecalledDataRequest) {
|
|
8284
8412
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8341,7 +8469,7 @@ class LogAnalyticsClient {
|
|
|
8341
8469
|
* @param RemoveEntityAssociationsRequest
|
|
8342
8470
|
* @return RemoveEntityAssociationsResponse
|
|
8343
8471
|
* @throws OciError when an error occurs
|
|
8344
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
8472
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/RemoveEntityAssociations.ts.html |here} to see how to use RemoveEntityAssociations API.
|
|
8345
8473
|
*/
|
|
8346
8474
|
removeEntityAssociations(removeEntityAssociationsRequest) {
|
|
8347
8475
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8390,13 +8518,66 @@ class LogAnalyticsClient {
|
|
|
8390
8518
|
}
|
|
8391
8519
|
});
|
|
8392
8520
|
}
|
|
8521
|
+
/**
|
|
8522
|
+
* Removes the tenant preferences. Currently, only \"DEFAULT_HOMEPAGE\" is supported.
|
|
8523
|
+
*
|
|
8524
|
+
* @param RemovePreferencesRequest
|
|
8525
|
+
* @return RemovePreferencesResponse
|
|
8526
|
+
* @throws OciError when an error occurs
|
|
8527
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/RemovePreferences.ts.html |here} to see how to use RemovePreferences API.
|
|
8528
|
+
*/
|
|
8529
|
+
removePreferences(removePreferencesRequest) {
|
|
8530
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
8531
|
+
if (this.logger)
|
|
8532
|
+
this.logger.debug("Calling operation LogAnalyticsClient#removePreferences.");
|
|
8533
|
+
const pathParams = {
|
|
8534
|
+
"{namespaceName}": removePreferencesRequest.namespaceName
|
|
8535
|
+
};
|
|
8536
|
+
const queryParams = {};
|
|
8537
|
+
let headerParams = {
|
|
8538
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
8539
|
+
"opc-retry-token": removePreferencesRequest.opcRetryToken,
|
|
8540
|
+
"opc-request-id": removePreferencesRequest.opcRequestId
|
|
8541
|
+
};
|
|
8542
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, removePreferencesRequest.retryConfiguration);
|
|
8543
|
+
if (this.logger)
|
|
8544
|
+
retrier.logger = this.logger;
|
|
8545
|
+
const request = yield oci_common_1.composeRequest({
|
|
8546
|
+
baseEndpoint: this._endpoint,
|
|
8547
|
+
defaultHeaders: this._defaultHeaders,
|
|
8548
|
+
path: "/namespaces/{namespaceName}/preferences/actions/removePreferences",
|
|
8549
|
+
method: "POST",
|
|
8550
|
+
bodyContent: common.ObjectSerializer.serialize(removePreferencesRequest.removePreferencesDetails, "LogAnalyticsPreferenceDetails", model.LogAnalyticsPreferenceDetails.getJsonObj),
|
|
8551
|
+
pathParams: pathParams,
|
|
8552
|
+
headerParams: headerParams,
|
|
8553
|
+
queryParams: queryParams
|
|
8554
|
+
});
|
|
8555
|
+
try {
|
|
8556
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
8557
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
8558
|
+
responseObject: {},
|
|
8559
|
+
responseHeaders: [
|
|
8560
|
+
{
|
|
8561
|
+
value: response.headers.get("opc-request-id"),
|
|
8562
|
+
key: "opcRequestId",
|
|
8563
|
+
dataType: "string"
|
|
8564
|
+
}
|
|
8565
|
+
]
|
|
8566
|
+
});
|
|
8567
|
+
return sdkResponse;
|
|
8568
|
+
}
|
|
8569
|
+
catch (err) {
|
|
8570
|
+
throw err;
|
|
8571
|
+
}
|
|
8572
|
+
});
|
|
8573
|
+
}
|
|
8393
8574
|
/**
|
|
8394
8575
|
* Remove one or more event types from a source.
|
|
8395
8576
|
*
|
|
8396
8577
|
* @param RemoveSourceEventTypesRequest
|
|
8397
8578
|
* @return RemoveSourceEventTypesResponse
|
|
8398
8579
|
* @throws OciError when an error occurs
|
|
8399
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
8580
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/RemoveSourceEventTypes.ts.html |here} to see how to use RemoveSourceEventTypes API.
|
|
8400
8581
|
*/
|
|
8401
8582
|
removeSourceEventTypes(removeSourceEventTypesRequest) {
|
|
8402
8583
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8450,7 +8631,7 @@ class LogAnalyticsClient {
|
|
|
8450
8631
|
* @param ResumeScheduledTaskRequest
|
|
8451
8632
|
* @return ResumeScheduledTaskResponse
|
|
8452
8633
|
* @throws OciError when an error occurs
|
|
8453
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
8634
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ResumeScheduledTask.ts.html |here} to see how to use ResumeScheduledTask API.
|
|
8454
8635
|
*/
|
|
8455
8636
|
resumeScheduledTask(resumeScheduledTaskRequest) {
|
|
8456
8637
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8514,7 +8695,7 @@ class LogAnalyticsClient {
|
|
|
8514
8695
|
* @param RunRequest
|
|
8515
8696
|
* @return RunResponse
|
|
8516
8697
|
* @throws OciError when an error occurs
|
|
8517
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
8698
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/Run.ts.html |here} to see how to use Run API.
|
|
8518
8699
|
*/
|
|
8519
8700
|
run(runRequest) {
|
|
8520
8701
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8564,12 +8745,72 @@ class LogAnalyticsClient {
|
|
|
8564
8745
|
}
|
|
8565
8746
|
});
|
|
8566
8747
|
}
|
|
8748
|
+
/**
|
|
8749
|
+
* This API configures a bucket to store unprocessed payloads.
|
|
8750
|
+
* While processing there could be reasons a payload cannot be processed (mismatched structure, corrupted archive format, etc),
|
|
8751
|
+
* if configured the payload would be uploaded to the bucket for verification.
|
|
8752
|
+
*
|
|
8753
|
+
* @param SetUnprocessedDataBucketRequest
|
|
8754
|
+
* @return SetUnprocessedDataBucketResponse
|
|
8755
|
+
* @throws OciError when an error occurs
|
|
8756
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/SetUnprocessedDataBucket.ts.html |here} to see how to use SetUnprocessedDataBucket API.
|
|
8757
|
+
*/
|
|
8758
|
+
setUnprocessedDataBucket(setUnprocessedDataBucketRequest) {
|
|
8759
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
8760
|
+
if (this.logger)
|
|
8761
|
+
this.logger.debug("Calling operation LogAnalyticsClient#setUnprocessedDataBucket.");
|
|
8762
|
+
const pathParams = {
|
|
8763
|
+
"{namespaceName}": setUnprocessedDataBucketRequest.namespaceName
|
|
8764
|
+
};
|
|
8765
|
+
const queryParams = {
|
|
8766
|
+
"bucketName": setUnprocessedDataBucketRequest.bucketName,
|
|
8767
|
+
"isEnabled": setUnprocessedDataBucketRequest.isEnabled
|
|
8768
|
+
};
|
|
8769
|
+
let headerParams = {
|
|
8770
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
8771
|
+
"opc-request-id": setUnprocessedDataBucketRequest.opcRequestId
|
|
8772
|
+
};
|
|
8773
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, setUnprocessedDataBucketRequest.retryConfiguration);
|
|
8774
|
+
if (this.logger)
|
|
8775
|
+
retrier.logger = this.logger;
|
|
8776
|
+
const request = yield oci_common_1.composeRequest({
|
|
8777
|
+
baseEndpoint: this._endpoint,
|
|
8778
|
+
defaultHeaders: this._defaultHeaders,
|
|
8779
|
+
path: "/namespaces/{namespaceName}/actions/setUnprocessedDataBucket",
|
|
8780
|
+
method: "POST",
|
|
8781
|
+
pathParams: pathParams,
|
|
8782
|
+
headerParams: headerParams,
|
|
8783
|
+
queryParams: queryParams
|
|
8784
|
+
});
|
|
8785
|
+
try {
|
|
8786
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
8787
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
8788
|
+
responseObject: {},
|
|
8789
|
+
body: yield response.json(),
|
|
8790
|
+
bodyKey: "unprocessedDataBucket",
|
|
8791
|
+
bodyModel: model.UnprocessedDataBucket,
|
|
8792
|
+
type: "model.UnprocessedDataBucket",
|
|
8793
|
+
responseHeaders: [
|
|
8794
|
+
{
|
|
8795
|
+
value: response.headers.get("opc-request-id"),
|
|
8796
|
+
key: "opcRequestId",
|
|
8797
|
+
dataType: "string"
|
|
8798
|
+
}
|
|
8799
|
+
]
|
|
8800
|
+
});
|
|
8801
|
+
return sdkResponse;
|
|
8802
|
+
}
|
|
8803
|
+
catch (err) {
|
|
8804
|
+
throw err;
|
|
8805
|
+
}
|
|
8806
|
+
});
|
|
8807
|
+
}
|
|
8567
8808
|
/**
|
|
8568
8809
|
* Returns a context specific list of either commands, fields, or values to append to the end of the specified query string if applicable.
|
|
8569
8810
|
* @param SuggestRequest
|
|
8570
8811
|
* @return SuggestResponse
|
|
8571
8812
|
* @throws OciError when an error occurs
|
|
8572
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
8813
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/Suggest.ts.html |here} to see how to use Suggest API.
|
|
8573
8814
|
*/
|
|
8574
8815
|
suggest(suggestRequest) {
|
|
8575
8816
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8625,7 +8866,7 @@ class LogAnalyticsClient {
|
|
|
8625
8866
|
* @param SuppressWarningRequest
|
|
8626
8867
|
* @return SuppressWarningResponse
|
|
8627
8868
|
* @throws OciError when an error occurs
|
|
8628
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
8869
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/SuppressWarning.ts.html |here} to see how to use SuppressWarning API.
|
|
8629
8870
|
*/
|
|
8630
8871
|
suppressWarning(suppressWarningRequest) {
|
|
8631
8872
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8680,7 +8921,7 @@ class LogAnalyticsClient {
|
|
|
8680
8921
|
* @param TestParserRequest
|
|
8681
8922
|
* @return TestParserResponse
|
|
8682
8923
|
* @throws OciError when an error occurs
|
|
8683
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
8924
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/TestParser.ts.html |here} to see how to use TestParser API.
|
|
8684
8925
|
*/
|
|
8685
8926
|
testParser(testParserRequest) {
|
|
8686
8927
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8740,7 +8981,7 @@ class LogAnalyticsClient {
|
|
|
8740
8981
|
* @param UnsuppressWarningRequest
|
|
8741
8982
|
* @return UnsuppressWarningResponse
|
|
8742
8983
|
* @throws OciError when an error occurs
|
|
8743
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
8984
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/UnsuppressWarning.ts.html |here} to see how to use UnsuppressWarning API.
|
|
8744
8985
|
*/
|
|
8745
8986
|
unsuppressWarning(unsuppressWarningRequest) {
|
|
8746
8987
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8794,7 +9035,7 @@ class LogAnalyticsClient {
|
|
|
8794
9035
|
* @param UpdateLogAnalyticsEmBridgeRequest
|
|
8795
9036
|
* @return UpdateLogAnalyticsEmBridgeResponse
|
|
8796
9037
|
* @throws OciError when an error occurs
|
|
8797
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
9038
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/UpdateLogAnalyticsEmBridge.ts.html |here} to see how to use UpdateLogAnalyticsEmBridge API.
|
|
8798
9039
|
*/
|
|
8799
9040
|
updateLogAnalyticsEmBridge(updateLogAnalyticsEmBridgeRequest) {
|
|
8800
9041
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8856,7 +9097,7 @@ class LogAnalyticsClient {
|
|
|
8856
9097
|
* @param UpdateLogAnalyticsEntityRequest
|
|
8857
9098
|
* @return UpdateLogAnalyticsEntityResponse
|
|
8858
9099
|
* @throws OciError when an error occurs
|
|
8859
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
9100
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/UpdateLogAnalyticsEntity.ts.html |here} to see how to use UpdateLogAnalyticsEntity API.
|
|
8860
9101
|
*/
|
|
8861
9102
|
updateLogAnalyticsEntity(updateLogAnalyticsEntityRequest) {
|
|
8862
9103
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8918,7 +9159,7 @@ class LogAnalyticsClient {
|
|
|
8918
9159
|
* @param UpdateLogAnalyticsEntityTypeRequest
|
|
8919
9160
|
* @return UpdateLogAnalyticsEntityTypeResponse
|
|
8920
9161
|
* @throws OciError when an error occurs
|
|
8921
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
9162
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/UpdateLogAnalyticsEntityType.ts.html |here} to see how to use UpdateLogAnalyticsEntityType API.
|
|
8922
9163
|
*/
|
|
8923
9164
|
updateLogAnalyticsEntityType(updateLogAnalyticsEntityTypeRequest) {
|
|
8924
9165
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8972,7 +9213,7 @@ class LogAnalyticsClient {
|
|
|
8972
9213
|
* @param UpdateLogAnalyticsLogGroupRequest
|
|
8973
9214
|
* @return UpdateLogAnalyticsLogGroupResponse
|
|
8974
9215
|
* @throws OciError when an error occurs
|
|
8975
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
9216
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/UpdateLogAnalyticsLogGroup.ts.html |here} to see how to use UpdateLogAnalyticsLogGroup API.
|
|
8976
9217
|
*/
|
|
8977
9218
|
updateLogAnalyticsLogGroup(updateLogAnalyticsLogGroupRequest) {
|
|
8978
9219
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9034,7 +9275,7 @@ class LogAnalyticsClient {
|
|
|
9034
9275
|
* @param UpdateLogAnalyticsObjectCollectionRuleRequest
|
|
9035
9276
|
* @return UpdateLogAnalyticsObjectCollectionRuleResponse
|
|
9036
9277
|
* @throws OciError when an error occurs
|
|
9037
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
9278
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/UpdateLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use UpdateLogAnalyticsObjectCollectionRule API.
|
|
9038
9279
|
*/
|
|
9039
9280
|
updateLogAnalyticsObjectCollectionRule(updateLogAnalyticsObjectCollectionRuleRequest) {
|
|
9040
9281
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9097,7 +9338,7 @@ class LogAnalyticsClient {
|
|
|
9097
9338
|
* @param UpdateLookupRequest
|
|
9098
9339
|
* @return UpdateLookupResponse
|
|
9099
9340
|
* @throws OciError when an error occurs
|
|
9100
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
9341
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/UpdateLookup.ts.html |here} to see how to use UpdateLookup API.
|
|
9101
9342
|
*/
|
|
9102
9343
|
updateLookup(updateLookupRequest) {
|
|
9103
9344
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9161,7 +9402,7 @@ class LogAnalyticsClient {
|
|
|
9161
9402
|
* @param UpdateLookupDataRequest
|
|
9162
9403
|
* @return UpdateLookupDataResponse
|
|
9163
9404
|
* @throws OciError when an error occurs
|
|
9164
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
9405
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/UpdateLookupData.ts.html |here} to see how to use UpdateLookupData API.
|
|
9165
9406
|
*/
|
|
9166
9407
|
updateLookupData(updateLookupDataRequest) {
|
|
9167
9408
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9178,7 +9419,8 @@ class LogAnalyticsClient {
|
|
|
9178
9419
|
let headerParams = {
|
|
9179
9420
|
"opc-retry-token": updateLookupDataRequest.opcRetryToken,
|
|
9180
9421
|
"opc-request-id": updateLookupDataRequest.opcRequestId,
|
|
9181
|
-
"if-match": updateLookupDataRequest.ifMatch
|
|
9422
|
+
"if-match": updateLookupDataRequest.ifMatch,
|
|
9423
|
+
"expect": updateLookupDataRequest.expect
|
|
9182
9424
|
};
|
|
9183
9425
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, updateLookupDataRequest.retryConfiguration);
|
|
9184
9426
|
if (this.logger)
|
|
@@ -9218,12 +9460,65 @@ class LogAnalyticsClient {
|
|
|
9218
9460
|
}
|
|
9219
9461
|
});
|
|
9220
9462
|
}
|
|
9463
|
+
/**
|
|
9464
|
+
* Updates the tenant preferences. Currently, only \"DEFAULT_HOMEPAGE\" is supported.
|
|
9465
|
+
*
|
|
9466
|
+
* @param UpdatePreferencesRequest
|
|
9467
|
+
* @return UpdatePreferencesResponse
|
|
9468
|
+
* @throws OciError when an error occurs
|
|
9469
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/UpdatePreferences.ts.html |here} to see how to use UpdatePreferences API.
|
|
9470
|
+
*/
|
|
9471
|
+
updatePreferences(updatePreferencesRequest) {
|
|
9472
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
9473
|
+
if (this.logger)
|
|
9474
|
+
this.logger.debug("Calling operation LogAnalyticsClient#updatePreferences.");
|
|
9475
|
+
const pathParams = {
|
|
9476
|
+
"{namespaceName}": updatePreferencesRequest.namespaceName
|
|
9477
|
+
};
|
|
9478
|
+
const queryParams = {};
|
|
9479
|
+
let headerParams = {
|
|
9480
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
9481
|
+
"opc-retry-token": updatePreferencesRequest.opcRetryToken,
|
|
9482
|
+
"opc-request-id": updatePreferencesRequest.opcRequestId
|
|
9483
|
+
};
|
|
9484
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, updatePreferencesRequest.retryConfiguration);
|
|
9485
|
+
if (this.logger)
|
|
9486
|
+
retrier.logger = this.logger;
|
|
9487
|
+
const request = yield oci_common_1.composeRequest({
|
|
9488
|
+
baseEndpoint: this._endpoint,
|
|
9489
|
+
defaultHeaders: this._defaultHeaders,
|
|
9490
|
+
path: "/namespaces/{namespaceName}/preferences/actions/updatePreferences",
|
|
9491
|
+
method: "POST",
|
|
9492
|
+
bodyContent: common.ObjectSerializer.serialize(updatePreferencesRequest.updatePreferencesDetails, "LogAnalyticsPreferenceDetails", model.LogAnalyticsPreferenceDetails.getJsonObj),
|
|
9493
|
+
pathParams: pathParams,
|
|
9494
|
+
headerParams: headerParams,
|
|
9495
|
+
queryParams: queryParams
|
|
9496
|
+
});
|
|
9497
|
+
try {
|
|
9498
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
9499
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
9500
|
+
responseObject: {},
|
|
9501
|
+
responseHeaders: [
|
|
9502
|
+
{
|
|
9503
|
+
value: response.headers.get("opc-request-id"),
|
|
9504
|
+
key: "opcRequestId",
|
|
9505
|
+
dataType: "string"
|
|
9506
|
+
}
|
|
9507
|
+
]
|
|
9508
|
+
});
|
|
9509
|
+
return sdkResponse;
|
|
9510
|
+
}
|
|
9511
|
+
catch (err) {
|
|
9512
|
+
throw err;
|
|
9513
|
+
}
|
|
9514
|
+
});
|
|
9515
|
+
}
|
|
9221
9516
|
/**
|
|
9222
9517
|
* Update the scheduled task. Schedules may be updated only for taskType SAVED_SEARCH and PURGE.
|
|
9223
9518
|
* @param UpdateScheduledTaskRequest
|
|
9224
9519
|
* @return UpdateScheduledTaskResponse
|
|
9225
9520
|
* @throws OciError when an error occurs
|
|
9226
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
9521
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/UpdateScheduledTask.ts.html |here} to see how to use UpdateScheduledTask API.
|
|
9227
9522
|
*/
|
|
9228
9523
|
updateScheduledTask(updateScheduledTaskRequest) {
|
|
9229
9524
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9286,7 +9581,7 @@ class LogAnalyticsClient {
|
|
|
9286
9581
|
* @param UpdateStorageRequest
|
|
9287
9582
|
* @return UpdateStorageResponse
|
|
9288
9583
|
* @throws OciError when an error occurs
|
|
9289
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
9584
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/UpdateStorage.ts.html |here} to see how to use UpdateStorage API.
|
|
9290
9585
|
*/
|
|
9291
9586
|
updateStorage(updateStorageRequest) {
|
|
9292
9587
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9348,7 +9643,7 @@ class LogAnalyticsClient {
|
|
|
9348
9643
|
* @param UploadLogEventsFileRequest
|
|
9349
9644
|
* @return UploadLogEventsFileResponse
|
|
9350
9645
|
* @throws OciError when an error occurs
|
|
9351
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
9646
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/UploadLogEventsFile.ts.html |here} to see how to use UploadLogEventsFile API.
|
|
9352
9647
|
*/
|
|
9353
9648
|
uploadLogEventsFile(uploadLogEventsFileRequest) {
|
|
9354
9649
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9365,7 +9660,8 @@ class LogAnalyticsClient {
|
|
|
9365
9660
|
let headerParams = {
|
|
9366
9661
|
"opc-request-id": uploadLogEventsFileRequest.opcRequestId,
|
|
9367
9662
|
"content-type": uploadLogEventsFileRequest.contentType,
|
|
9368
|
-
"opc-retry-token": uploadLogEventsFileRequest.opcRetryToken
|
|
9663
|
+
"opc-retry-token": uploadLogEventsFileRequest.opcRetryToken,
|
|
9664
|
+
"expect": uploadLogEventsFileRequest.expect
|
|
9369
9665
|
};
|
|
9370
9666
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, uploadLogEventsFileRequest.retryConfiguration);
|
|
9371
9667
|
if (this.logger)
|
|
@@ -9416,7 +9712,7 @@ class LogAnalyticsClient {
|
|
|
9416
9712
|
* @param UploadLogFileRequest
|
|
9417
9713
|
* @return UploadLogFileResponse
|
|
9418
9714
|
* @throws OciError when an error occurs
|
|
9419
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
9715
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/UploadLogFile.ts.html |here} to see how to use UploadLogFile API.
|
|
9420
9716
|
*/
|
|
9421
9717
|
uploadLogFile(uploadLogFileRequest) {
|
|
9422
9718
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9442,7 +9738,8 @@ class LogAnalyticsClient {
|
|
|
9442
9738
|
"content-md5": uploadLogFileRequest.contentMd5,
|
|
9443
9739
|
"content-type": uploadLogFileRequest.contentType,
|
|
9444
9740
|
"opc-meta-loggrpid": uploadLogFileRequest.opcMetaLoggrpid,
|
|
9445
|
-
"opc-retry-token": uploadLogFileRequest.opcRetryToken
|
|
9741
|
+
"opc-retry-token": uploadLogFileRequest.opcRetryToken,
|
|
9742
|
+
"expect": uploadLogFileRequest.expect
|
|
9446
9743
|
};
|
|
9447
9744
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, uploadLogFileRequest.retryConfiguration);
|
|
9448
9745
|
if (this.logger)
|
|
@@ -9497,7 +9794,7 @@ class LogAnalyticsClient {
|
|
|
9497
9794
|
* @param UpsertAssociationsRequest
|
|
9498
9795
|
* @return UpsertAssociationsResponse
|
|
9499
9796
|
* @throws OciError when an error occurs
|
|
9500
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
9797
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/UpsertAssociations.ts.html |here} to see how to use UpsertAssociations API.
|
|
9501
9798
|
*/
|
|
9502
9799
|
upsertAssociations(upsertAssociationsRequest) {
|
|
9503
9800
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9557,7 +9854,7 @@ class LogAnalyticsClient {
|
|
|
9557
9854
|
* @param UpsertFieldRequest
|
|
9558
9855
|
* @return UpsertFieldResponse
|
|
9559
9856
|
* @throws OciError when an error occurs
|
|
9560
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
9857
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/UpsertField.ts.html |here} to see how to use UpsertField API.
|
|
9561
9858
|
*/
|
|
9562
9859
|
upsertField(upsertFieldRequest) {
|
|
9563
9860
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9620,7 +9917,7 @@ class LogAnalyticsClient {
|
|
|
9620
9917
|
* @param UpsertLabelRequest
|
|
9621
9918
|
* @return UpsertLabelResponse
|
|
9622
9919
|
* @throws OciError when an error occurs
|
|
9623
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
9920
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/UpsertLabel.ts.html |here} to see how to use UpsertLabel API.
|
|
9624
9921
|
*/
|
|
9625
9922
|
upsertLabel(upsertLabelRequest) {
|
|
9626
9923
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9683,7 +9980,7 @@ class LogAnalyticsClient {
|
|
|
9683
9980
|
* @param UpsertParserRequest
|
|
9684
9981
|
* @return UpsertParserResponse
|
|
9685
9982
|
* @throws OciError when an error occurs
|
|
9686
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
9983
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/UpsertParser.ts.html |here} to see how to use UpsertParser API.
|
|
9687
9984
|
*/
|
|
9688
9985
|
upsertParser(upsertParserRequest) {
|
|
9689
9986
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9746,7 +10043,7 @@ class LogAnalyticsClient {
|
|
|
9746
10043
|
* @param UpsertSourceRequest
|
|
9747
10044
|
* @return UpsertSourceResponse
|
|
9748
10045
|
* @throws OciError when an error occurs
|
|
9749
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
10046
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/UpsertSource.ts.html |here} to see how to use UpsertSource API.
|
|
9750
10047
|
*/
|
|
9751
10048
|
upsertSource(upsertSourceRequest) {
|
|
9752
10049
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9813,7 +10110,7 @@ class LogAnalyticsClient {
|
|
|
9813
10110
|
* @param ValidateAssociationParametersRequest
|
|
9814
10111
|
* @return ValidateAssociationParametersResponse
|
|
9815
10112
|
* @throws OciError when an error occurs
|
|
9816
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
10113
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ValidateAssociationParameters.ts.html |here} to see how to use ValidateAssociationParameters API.
|
|
9817
10114
|
*/
|
|
9818
10115
|
validateAssociationParameters(validateAssociationParametersRequest) {
|
|
9819
10116
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9879,7 +10176,7 @@ class LogAnalyticsClient {
|
|
|
9879
10176
|
* @param ValidateFileRequest
|
|
9880
10177
|
* @return ValidateFileResponse
|
|
9881
10178
|
* @throws OciError when an error occurs
|
|
9882
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
10179
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ValidateFile.ts.html |here} to see how to use ValidateFile API.
|
|
9883
10180
|
*/
|
|
9884
10181
|
validateFile(validateFileRequest) {
|
|
9885
10182
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9937,7 +10234,7 @@ class LogAnalyticsClient {
|
|
|
9937
10234
|
* @param ValidateSourceRequest
|
|
9938
10235
|
* @return ValidateSourceResponse
|
|
9939
10236
|
* @throws OciError when an error occurs
|
|
9940
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
10237
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ValidateSource.ts.html |here} to see how to use ValidateSource API.
|
|
9941
10238
|
*/
|
|
9942
10239
|
validateSource(validateSourceRequest) {
|
|
9943
10240
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9998,7 +10295,7 @@ class LogAnalyticsClient {
|
|
|
9998
10295
|
* @param ValidateSourceExtendedFieldDetailsRequest
|
|
9999
10296
|
* @return ValidateSourceExtendedFieldDetailsResponse
|
|
10000
10297
|
* @throws OciError when an error occurs
|
|
10001
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
10298
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ValidateSourceExtendedFieldDetails.ts.html |here} to see how to use ValidateSourceExtendedFieldDetails API.
|
|
10002
10299
|
*/
|
|
10003
10300
|
validateSourceExtendedFieldDetails(validateSourceExtendedFieldDetailsRequest) {
|
|
10004
10301
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10054,7 +10351,7 @@ class LogAnalyticsClient {
|
|
|
10054
10351
|
* @param ValidateSourceMappingRequest
|
|
10055
10352
|
* @return ValidateSourceMappingResponse
|
|
10056
10353
|
* @throws OciError when an error occurs
|
|
10057
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
10354
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ValidateSourceMapping.ts.html |here} to see how to use ValidateSourceMapping API.
|
|
10058
10355
|
*/
|
|
10059
10356
|
validateSourceMapping(validateSourceMappingRequest) {
|
|
10060
10357
|
return __awaiter(this, void 0, void 0, function* () {
|