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.d.ts
CHANGED
|
@@ -69,7 +69,7 @@ export declare class LogAnalyticsClient {
|
|
|
69
69
|
* @param AddEntityAssociationRequest
|
|
70
70
|
* @return AddEntityAssociationResponse
|
|
71
71
|
* @throws OciError when an error occurs
|
|
72
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
72
|
+
* @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.
|
|
73
73
|
*/
|
|
74
74
|
addEntityAssociation(addEntityAssociationRequest: requests.AddEntityAssociationRequest): Promise<responses.AddEntityAssociationResponse>;
|
|
75
75
|
/**
|
|
@@ -78,7 +78,7 @@ export declare class LogAnalyticsClient {
|
|
|
78
78
|
* @param AddSourceEventTypesRequest
|
|
79
79
|
* @return AddSourceEventTypesResponse
|
|
80
80
|
* @throws OciError when an error occurs
|
|
81
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
81
|
+
* @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.
|
|
82
82
|
*/
|
|
83
83
|
addSourceEventTypes(addSourceEventTypesRequest: requests.AddSourceEventTypesRequest): Promise<responses.AddSourceEventTypesResponse>;
|
|
84
84
|
/**
|
|
@@ -87,7 +87,7 @@ export declare class LogAnalyticsClient {
|
|
|
87
87
|
* @param AppendLookupDataRequest
|
|
88
88
|
* @return AppendLookupDataResponse
|
|
89
89
|
* @throws OciError when an error occurs
|
|
90
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
90
|
+
* @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.
|
|
91
91
|
*/
|
|
92
92
|
appendLookupData(appendLookupDataRequest: requests.AppendLookupDataRequest): Promise<responses.AppendLookupDataResponse>;
|
|
93
93
|
/**
|
|
@@ -96,7 +96,7 @@ export declare class LogAnalyticsClient {
|
|
|
96
96
|
* @param BatchGetBasicInfoRequest
|
|
97
97
|
* @return BatchGetBasicInfoResponse
|
|
98
98
|
* @throws OciError when an error occurs
|
|
99
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
99
|
+
* @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.
|
|
100
100
|
*/
|
|
101
101
|
batchGetBasicInfo(batchGetBasicInfoRequest: requests.BatchGetBasicInfoRequest): Promise<responses.BatchGetBasicInfoResponse>;
|
|
102
102
|
/**
|
|
@@ -104,7 +104,7 @@ export declare class LogAnalyticsClient {
|
|
|
104
104
|
* @param CancelQueryWorkRequestRequest
|
|
105
105
|
* @return CancelQueryWorkRequestResponse
|
|
106
106
|
* @throws OciError when an error occurs
|
|
107
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
107
|
+
* @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.
|
|
108
108
|
*/
|
|
109
109
|
cancelQueryWorkRequest(cancelQueryWorkRequestRequest: requests.CancelQueryWorkRequestRequest): Promise<responses.CancelQueryWorkRequestResponse>;
|
|
110
110
|
/**
|
|
@@ -112,7 +112,7 @@ export declare class LogAnalyticsClient {
|
|
|
112
112
|
* @param ChangeLogAnalyticsEmBridgeCompartmentRequest
|
|
113
113
|
* @return ChangeLogAnalyticsEmBridgeCompartmentResponse
|
|
114
114
|
* @throws OciError when an error occurs
|
|
115
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
115
|
+
* @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.
|
|
116
116
|
*/
|
|
117
117
|
changeLogAnalyticsEmBridgeCompartment(changeLogAnalyticsEmBridgeCompartmentRequest: requests.ChangeLogAnalyticsEmBridgeCompartmentRequest): Promise<responses.ChangeLogAnalyticsEmBridgeCompartmentResponse>;
|
|
118
118
|
/**
|
|
@@ -120,7 +120,7 @@ export declare class LogAnalyticsClient {
|
|
|
120
120
|
* @param ChangeLogAnalyticsEntityCompartmentRequest
|
|
121
121
|
* @return ChangeLogAnalyticsEntityCompartmentResponse
|
|
122
122
|
* @throws OciError when an error occurs
|
|
123
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
123
|
+
* @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.
|
|
124
124
|
*/
|
|
125
125
|
changeLogAnalyticsEntityCompartment(changeLogAnalyticsEntityCompartmentRequest: requests.ChangeLogAnalyticsEntityCompartmentRequest): Promise<responses.ChangeLogAnalyticsEntityCompartmentResponse>;
|
|
126
126
|
/**
|
|
@@ -129,7 +129,7 @@ export declare class LogAnalyticsClient {
|
|
|
129
129
|
* @param ChangeLogAnalyticsLogGroupCompartmentRequest
|
|
130
130
|
* @return ChangeLogAnalyticsLogGroupCompartmentResponse
|
|
131
131
|
* @throws OciError when an error occurs
|
|
132
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
132
|
+
* @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.
|
|
133
133
|
*/
|
|
134
134
|
changeLogAnalyticsLogGroupCompartment(changeLogAnalyticsLogGroupCompartmentRequest: requests.ChangeLogAnalyticsLogGroupCompartmentRequest): Promise<responses.ChangeLogAnalyticsLogGroupCompartmentResponse>;
|
|
135
135
|
/**
|
|
@@ -137,7 +137,7 @@ export declare class LogAnalyticsClient {
|
|
|
137
137
|
* @param ChangeLogAnalyticsObjectCollectionRuleCompartmentRequest
|
|
138
138
|
* @return ChangeLogAnalyticsObjectCollectionRuleCompartmentResponse
|
|
139
139
|
* @throws OciError when an error occurs
|
|
140
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
140
|
+
* @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.
|
|
141
141
|
*/
|
|
142
142
|
changeLogAnalyticsObjectCollectionRuleCompartment(changeLogAnalyticsObjectCollectionRuleCompartmentRequest: requests.ChangeLogAnalyticsObjectCollectionRuleCompartmentRequest): Promise<responses.ChangeLogAnalyticsObjectCollectionRuleCompartmentResponse>;
|
|
143
143
|
/**
|
|
@@ -146,7 +146,7 @@ export declare class LogAnalyticsClient {
|
|
|
146
146
|
* @param ChangeScheduledTaskCompartmentRequest
|
|
147
147
|
* @return ChangeScheduledTaskCompartmentResponse
|
|
148
148
|
* @throws OciError when an error occurs
|
|
149
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
149
|
+
* @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.
|
|
150
150
|
*/
|
|
151
151
|
changeScheduledTaskCompartment(changeScheduledTaskCompartmentRequest: requests.ChangeScheduledTaskCompartmentRequest): Promise<responses.ChangeScheduledTaskCompartmentResponse>;
|
|
152
152
|
/**
|
|
@@ -156,7 +156,7 @@ export declare class LogAnalyticsClient {
|
|
|
156
156
|
* @param CleanRequest
|
|
157
157
|
* @return CleanResponse
|
|
158
158
|
* @throws OciError when an error occurs
|
|
159
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
159
|
+
* @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.
|
|
160
160
|
*/
|
|
161
161
|
clean(cleanRequest: requests.CleanRequest): Promise<responses.CleanResponse>;
|
|
162
162
|
/**
|
|
@@ -164,7 +164,7 @@ export declare class LogAnalyticsClient {
|
|
|
164
164
|
* @param CreateLogAnalyticsEmBridgeRequest
|
|
165
165
|
* @return CreateLogAnalyticsEmBridgeResponse
|
|
166
166
|
* @throws OciError when an error occurs
|
|
167
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
167
|
+
* @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.
|
|
168
168
|
*/
|
|
169
169
|
createLogAnalyticsEmBridge(createLogAnalyticsEmBridgeRequest: requests.CreateLogAnalyticsEmBridgeRequest): Promise<responses.CreateLogAnalyticsEmBridgeResponse>;
|
|
170
170
|
/**
|
|
@@ -172,7 +172,7 @@ export declare class LogAnalyticsClient {
|
|
|
172
172
|
* @param CreateLogAnalyticsEntityRequest
|
|
173
173
|
* @return CreateLogAnalyticsEntityResponse
|
|
174
174
|
* @throws OciError when an error occurs
|
|
175
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
175
|
+
* @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.
|
|
176
176
|
*/
|
|
177
177
|
createLogAnalyticsEntity(createLogAnalyticsEntityRequest: requests.CreateLogAnalyticsEntityRequest): Promise<responses.CreateLogAnalyticsEntityResponse>;
|
|
178
178
|
/**
|
|
@@ -180,7 +180,7 @@ export declare class LogAnalyticsClient {
|
|
|
180
180
|
* @param CreateLogAnalyticsEntityTypeRequest
|
|
181
181
|
* @return CreateLogAnalyticsEntityTypeResponse
|
|
182
182
|
* @throws OciError when an error occurs
|
|
183
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
183
|
+
* @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.
|
|
184
184
|
*/
|
|
185
185
|
createLogAnalyticsEntityType(createLogAnalyticsEntityTypeRequest: requests.CreateLogAnalyticsEntityTypeRequest): Promise<responses.CreateLogAnalyticsEntityTypeResponse>;
|
|
186
186
|
/**
|
|
@@ -189,7 +189,7 @@ export declare class LogAnalyticsClient {
|
|
|
189
189
|
* @param CreateLogAnalyticsLogGroupRequest
|
|
190
190
|
* @return CreateLogAnalyticsLogGroupResponse
|
|
191
191
|
* @throws OciError when an error occurs
|
|
192
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
192
|
+
* @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.
|
|
193
193
|
*/
|
|
194
194
|
createLogAnalyticsLogGroup(createLogAnalyticsLogGroupRequest: requests.CreateLogAnalyticsLogGroupRequest): Promise<responses.CreateLogAnalyticsLogGroupResponse>;
|
|
195
195
|
/**
|
|
@@ -197,7 +197,7 @@ export declare class LogAnalyticsClient {
|
|
|
197
197
|
* @param CreateLogAnalyticsObjectCollectionRuleRequest
|
|
198
198
|
* @return CreateLogAnalyticsObjectCollectionRuleResponse
|
|
199
199
|
* @throws OciError when an error occurs
|
|
200
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
200
|
+
* @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.
|
|
201
201
|
*/
|
|
202
202
|
createLogAnalyticsObjectCollectionRule(createLogAnalyticsObjectCollectionRuleRequest: requests.CreateLogAnalyticsObjectCollectionRuleRequest): Promise<responses.CreateLogAnalyticsObjectCollectionRuleResponse>;
|
|
203
203
|
/**
|
|
@@ -205,7 +205,7 @@ export declare class LogAnalyticsClient {
|
|
|
205
205
|
* @param CreateScheduledTaskRequest
|
|
206
206
|
* @return CreateScheduledTaskResponse
|
|
207
207
|
* @throws OciError when an error occurs
|
|
208
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
208
|
+
* @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.
|
|
209
209
|
*/
|
|
210
210
|
createScheduledTask(createScheduledTaskRequest: requests.CreateScheduledTaskRequest): Promise<responses.CreateScheduledTaskResponse>;
|
|
211
211
|
/**
|
|
@@ -214,7 +214,7 @@ export declare class LogAnalyticsClient {
|
|
|
214
214
|
* @param DeleteAssociationsRequest
|
|
215
215
|
* @return DeleteAssociationsResponse
|
|
216
216
|
* @throws OciError when an error occurs
|
|
217
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
217
|
+
* @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.
|
|
218
218
|
*/
|
|
219
219
|
deleteAssociations(deleteAssociationsRequest: requests.DeleteAssociationsRequest): Promise<responses.DeleteAssociationsResponse>;
|
|
220
220
|
/**
|
|
@@ -223,7 +223,7 @@ export declare class LogAnalyticsClient {
|
|
|
223
223
|
* @param DeleteFieldRequest
|
|
224
224
|
* @return DeleteFieldResponse
|
|
225
225
|
* @throws OciError when an error occurs
|
|
226
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
226
|
+
* @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.
|
|
227
227
|
*/
|
|
228
228
|
deleteField(deleteFieldRequest: requests.DeleteFieldRequest): Promise<responses.DeleteFieldResponse>;
|
|
229
229
|
/**
|
|
@@ -232,7 +232,7 @@ export declare class LogAnalyticsClient {
|
|
|
232
232
|
* @param DeleteLabelRequest
|
|
233
233
|
* @return DeleteLabelResponse
|
|
234
234
|
* @throws OciError when an error occurs
|
|
235
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
235
|
+
* @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.
|
|
236
236
|
*/
|
|
237
237
|
deleteLabel(deleteLabelRequest: requests.DeleteLabelRequest): Promise<responses.DeleteLabelResponse>;
|
|
238
238
|
/**
|
|
@@ -240,7 +240,7 @@ export declare class LogAnalyticsClient {
|
|
|
240
240
|
* @param DeleteLogAnalyticsEmBridgeRequest
|
|
241
241
|
* @return DeleteLogAnalyticsEmBridgeResponse
|
|
242
242
|
* @throws OciError when an error occurs
|
|
243
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
243
|
+
* @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.
|
|
244
244
|
*/
|
|
245
245
|
deleteLogAnalyticsEmBridge(deleteLogAnalyticsEmBridgeRequest: requests.DeleteLogAnalyticsEmBridgeRequest): Promise<responses.DeleteLogAnalyticsEmBridgeResponse>;
|
|
246
246
|
/**
|
|
@@ -248,7 +248,7 @@ export declare class LogAnalyticsClient {
|
|
|
248
248
|
* @param DeleteLogAnalyticsEntityRequest
|
|
249
249
|
* @return DeleteLogAnalyticsEntityResponse
|
|
250
250
|
* @throws OciError when an error occurs
|
|
251
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
251
|
+
* @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.
|
|
252
252
|
*/
|
|
253
253
|
deleteLogAnalyticsEntity(deleteLogAnalyticsEntityRequest: requests.DeleteLogAnalyticsEntityRequest): Promise<responses.DeleteLogAnalyticsEntityResponse>;
|
|
254
254
|
/**
|
|
@@ -256,7 +256,7 @@ export declare class LogAnalyticsClient {
|
|
|
256
256
|
* @param DeleteLogAnalyticsEntityTypeRequest
|
|
257
257
|
* @return DeleteLogAnalyticsEntityTypeResponse
|
|
258
258
|
* @throws OciError when an error occurs
|
|
259
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
259
|
+
* @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.
|
|
260
260
|
*/
|
|
261
261
|
deleteLogAnalyticsEntityType(deleteLogAnalyticsEntityTypeRequest: requests.DeleteLogAnalyticsEntityTypeRequest): Promise<responses.DeleteLogAnalyticsEntityTypeResponse>;
|
|
262
262
|
/**
|
|
@@ -265,7 +265,7 @@ export declare class LogAnalyticsClient {
|
|
|
265
265
|
* @param DeleteLogAnalyticsLogGroupRequest
|
|
266
266
|
* @return DeleteLogAnalyticsLogGroupResponse
|
|
267
267
|
* @throws OciError when an error occurs
|
|
268
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
268
|
+
* @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.
|
|
269
269
|
*/
|
|
270
270
|
deleteLogAnalyticsLogGroup(deleteLogAnalyticsLogGroupRequest: requests.DeleteLogAnalyticsLogGroupRequest): Promise<responses.DeleteLogAnalyticsLogGroupResponse>;
|
|
271
271
|
/**
|
|
@@ -275,7 +275,7 @@ export declare class LogAnalyticsClient {
|
|
|
275
275
|
* @param DeleteLogAnalyticsObjectCollectionRuleRequest
|
|
276
276
|
* @return DeleteLogAnalyticsObjectCollectionRuleResponse
|
|
277
277
|
* @throws OciError when an error occurs
|
|
278
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
278
|
+
* @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.
|
|
279
279
|
*/
|
|
280
280
|
deleteLogAnalyticsObjectCollectionRule(deleteLogAnalyticsObjectCollectionRuleRequest: requests.DeleteLogAnalyticsObjectCollectionRuleRequest): Promise<responses.DeleteLogAnalyticsObjectCollectionRuleResponse>;
|
|
281
281
|
/**
|
|
@@ -284,7 +284,7 @@ export declare class LogAnalyticsClient {
|
|
|
284
284
|
* @param DeleteLookupRequest
|
|
285
285
|
* @return DeleteLookupResponse
|
|
286
286
|
* @throws OciError when an error occurs
|
|
287
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
287
|
+
* @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.
|
|
288
288
|
*/
|
|
289
289
|
deleteLookup(deleteLookupRequest: requests.DeleteLookupRequest): Promise<responses.DeleteLookupResponse>;
|
|
290
290
|
/**
|
|
@@ -293,7 +293,7 @@ export declare class LogAnalyticsClient {
|
|
|
293
293
|
* @param DeleteParserRequest
|
|
294
294
|
* @return DeleteParserResponse
|
|
295
295
|
* @throws OciError when an error occurs
|
|
296
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
296
|
+
* @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.
|
|
297
297
|
*/
|
|
298
298
|
deleteParser(deleteParserRequest: requests.DeleteParserRequest): Promise<responses.DeleteParserResponse>;
|
|
299
299
|
/**
|
|
@@ -301,7 +301,7 @@ export declare class LogAnalyticsClient {
|
|
|
301
301
|
* @param DeleteScheduledTaskRequest
|
|
302
302
|
* @return DeleteScheduledTaskResponse
|
|
303
303
|
* @throws OciError when an error occurs
|
|
304
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
304
|
+
* @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.
|
|
305
305
|
*/
|
|
306
306
|
deleteScheduledTask(deleteScheduledTaskRequest: requests.DeleteScheduledTaskRequest): Promise<responses.DeleteScheduledTaskResponse>;
|
|
307
307
|
/**
|
|
@@ -310,7 +310,7 @@ export declare class LogAnalyticsClient {
|
|
|
310
310
|
* @param DeleteSourceRequest
|
|
311
311
|
* @return DeleteSourceResponse
|
|
312
312
|
* @throws OciError when an error occurs
|
|
313
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
313
|
+
* @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.
|
|
314
314
|
*/
|
|
315
315
|
deleteSource(deleteSourceRequest: requests.DeleteSourceRequest): Promise<responses.DeleteSourceResponse>;
|
|
316
316
|
/**
|
|
@@ -320,7 +320,7 @@ export declare class LogAnalyticsClient {
|
|
|
320
320
|
* @param DeleteUploadRequest
|
|
321
321
|
* @return DeleteUploadResponse
|
|
322
322
|
* @throws OciError when an error occurs
|
|
323
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
323
|
+
* @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.
|
|
324
324
|
*/
|
|
325
325
|
deleteUpload(deleteUploadRequest: requests.DeleteUploadRequest): Promise<responses.DeleteUploadResponse>;
|
|
326
326
|
/**
|
|
@@ -330,7 +330,7 @@ export declare class LogAnalyticsClient {
|
|
|
330
330
|
* @param DeleteUploadFileRequest
|
|
331
331
|
* @return DeleteUploadFileResponse
|
|
332
332
|
* @throws OciError when an error occurs
|
|
333
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
333
|
+
* @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.
|
|
334
334
|
*/
|
|
335
335
|
deleteUploadFile(deleteUploadFileRequest: requests.DeleteUploadFileRequest): Promise<responses.DeleteUploadFileResponse>;
|
|
336
336
|
/**
|
|
@@ -339,7 +339,7 @@ export declare class LogAnalyticsClient {
|
|
|
339
339
|
* @param DeleteUploadWarningRequest
|
|
340
340
|
* @return DeleteUploadWarningResponse
|
|
341
341
|
* @throws OciError when an error occurs
|
|
342
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
342
|
+
* @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.
|
|
343
343
|
*/
|
|
344
344
|
deleteUploadWarning(deleteUploadWarningRequest: requests.DeleteUploadWarningRequest): Promise<responses.DeleteUploadWarningResponse>;
|
|
345
345
|
/**
|
|
@@ -348,7 +348,7 @@ export declare class LogAnalyticsClient {
|
|
|
348
348
|
* @param DisableArchivingRequest
|
|
349
349
|
* @return DisableArchivingResponse
|
|
350
350
|
* @throws OciError when an error occurs
|
|
351
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
351
|
+
* @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.
|
|
352
352
|
*/
|
|
353
353
|
disableArchiving(disableArchivingRequest: requests.DisableArchivingRequest): Promise<responses.DisableArchivingResponse>;
|
|
354
354
|
/**
|
|
@@ -359,7 +359,7 @@ export declare class LogAnalyticsClient {
|
|
|
359
359
|
* @param DisableAutoAssociationRequest
|
|
360
360
|
* @return DisableAutoAssociationResponse
|
|
361
361
|
* @throws OciError when an error occurs
|
|
362
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
362
|
+
* @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.
|
|
363
363
|
*/
|
|
364
364
|
disableAutoAssociation(disableAutoAssociationRequest: requests.DisableAutoAssociationRequest): Promise<responses.DisableAutoAssociationResponse>;
|
|
365
365
|
/**
|
|
@@ -368,7 +368,7 @@ export declare class LogAnalyticsClient {
|
|
|
368
368
|
* @param DisableSourceEventTypesRequest
|
|
369
369
|
* @return DisableSourceEventTypesResponse
|
|
370
370
|
* @throws OciError when an error occurs
|
|
371
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
371
|
+
* @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.
|
|
372
372
|
*/
|
|
373
373
|
disableSourceEventTypes(disableSourceEventTypesRequest: requests.DisableSourceEventTypesRequest): Promise<responses.DisableSourceEventTypesResponse>;
|
|
374
374
|
/**
|
|
@@ -377,7 +377,7 @@ export declare class LogAnalyticsClient {
|
|
|
377
377
|
* @param EnableArchivingRequest
|
|
378
378
|
* @return EnableArchivingResponse
|
|
379
379
|
* @throws OciError when an error occurs
|
|
380
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
380
|
+
* @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.
|
|
381
381
|
*/
|
|
382
382
|
enableArchiving(enableArchivingRequest: requests.EnableArchivingRequest): Promise<responses.EnableArchivingResponse>;
|
|
383
383
|
/**
|
|
@@ -388,7 +388,7 @@ export declare class LogAnalyticsClient {
|
|
|
388
388
|
* @param EnableAutoAssociationRequest
|
|
389
389
|
* @return EnableAutoAssociationResponse
|
|
390
390
|
* @throws OciError when an error occurs
|
|
391
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
391
|
+
* @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.
|
|
392
392
|
*/
|
|
393
393
|
enableAutoAssociation(enableAutoAssociationRequest: requests.EnableAutoAssociationRequest): Promise<responses.EnableAutoAssociationResponse>;
|
|
394
394
|
/**
|
|
@@ -397,7 +397,7 @@ export declare class LogAnalyticsClient {
|
|
|
397
397
|
* @param EnableSourceEventTypesRequest
|
|
398
398
|
* @return EnableSourceEventTypesResponse
|
|
399
399
|
* @throws OciError when an error occurs
|
|
400
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
400
|
+
* @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.
|
|
401
401
|
*/
|
|
402
402
|
enableSourceEventTypes(enableSourceEventTypesRequest: requests.EnableSourceEventTypesRequest): Promise<responses.EnableSourceEventTypesResponse>;
|
|
403
403
|
/**
|
|
@@ -406,7 +406,7 @@ export declare class LogAnalyticsClient {
|
|
|
406
406
|
* @param EstimatePurgeDataSizeRequest
|
|
407
407
|
* @return EstimatePurgeDataSizeResponse
|
|
408
408
|
* @throws OciError when an error occurs
|
|
409
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
409
|
+
* @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.
|
|
410
410
|
*/
|
|
411
411
|
estimatePurgeDataSize(estimatePurgeDataSizeRequest: requests.EstimatePurgeDataSizeRequest): Promise<responses.EstimatePurgeDataSizeResponse>;
|
|
412
412
|
/**
|
|
@@ -415,7 +415,7 @@ export declare class LogAnalyticsClient {
|
|
|
415
415
|
* @param EstimateRecallDataSizeRequest
|
|
416
416
|
* @return EstimateRecallDataSizeResponse
|
|
417
417
|
* @throws OciError when an error occurs
|
|
418
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
418
|
+
* @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.
|
|
419
419
|
*/
|
|
420
420
|
estimateRecallDataSize(estimateRecallDataSizeRequest: requests.EstimateRecallDataSizeRequest): Promise<responses.EstimateRecallDataSizeResponse>;
|
|
421
421
|
/**
|
|
@@ -424,7 +424,7 @@ export declare class LogAnalyticsClient {
|
|
|
424
424
|
* @param EstimateReleaseDataSizeRequest
|
|
425
425
|
* @return EstimateReleaseDataSizeResponse
|
|
426
426
|
* @throws OciError when an error occurs
|
|
427
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
427
|
+
* @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.
|
|
428
428
|
*/
|
|
429
429
|
estimateReleaseDataSize(estimateReleaseDataSizeRequest: requests.EstimateReleaseDataSizeRequest): Promise<responses.EstimateReleaseDataSizeResponse>;
|
|
430
430
|
/**
|
|
@@ -433,7 +433,7 @@ export declare class LogAnalyticsClient {
|
|
|
433
433
|
* @param ExportCustomContentRequest
|
|
434
434
|
* @return ExportCustomContentResponse
|
|
435
435
|
* @throws OciError when an error occurs
|
|
436
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
436
|
+
* @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.
|
|
437
437
|
*/
|
|
438
438
|
exportCustomContent(exportCustomContentRequest: requests.ExportCustomContentRequest): Promise<responses.ExportCustomContentResponse>;
|
|
439
439
|
/**
|
|
@@ -441,7 +441,7 @@ export declare class LogAnalyticsClient {
|
|
|
441
441
|
* @param ExportQueryResultRequest
|
|
442
442
|
* @return ExportQueryResultResponse
|
|
443
443
|
* @throws OciError when an error occurs
|
|
444
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
444
|
+
* @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.
|
|
445
445
|
*/
|
|
446
446
|
exportQueryResult(exportQueryResultRequest: requests.ExportQueryResultRequest): Promise<responses.ExportQueryResultResponse>;
|
|
447
447
|
/**
|
|
@@ -450,7 +450,7 @@ export declare class LogAnalyticsClient {
|
|
|
450
450
|
* @param ExtractStructuredLogFieldPathsRequest
|
|
451
451
|
* @return ExtractStructuredLogFieldPathsResponse
|
|
452
452
|
* @throws OciError when an error occurs
|
|
453
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
453
|
+
* @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.
|
|
454
454
|
*/
|
|
455
455
|
extractStructuredLogFieldPaths(extractStructuredLogFieldPathsRequest: requests.ExtractStructuredLogFieldPathsRequest): Promise<responses.ExtractStructuredLogFieldPathsResponse>;
|
|
456
456
|
/**
|
|
@@ -459,7 +459,7 @@ export declare class LogAnalyticsClient {
|
|
|
459
459
|
* @param ExtractStructuredLogHeaderPathsRequest
|
|
460
460
|
* @return ExtractStructuredLogHeaderPathsResponse
|
|
461
461
|
* @throws OciError when an error occurs
|
|
462
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
462
|
+
* @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.
|
|
463
463
|
*/
|
|
464
464
|
extractStructuredLogHeaderPaths(extractStructuredLogHeaderPathsRequest: requests.ExtractStructuredLogHeaderPathsRequest): Promise<responses.ExtractStructuredLogHeaderPathsResponse>;
|
|
465
465
|
/**
|
|
@@ -467,7 +467,7 @@ export declare class LogAnalyticsClient {
|
|
|
467
467
|
* @param FilterRequest
|
|
468
468
|
* @return FilterResponse
|
|
469
469
|
* @throws OciError when an error occurs
|
|
470
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
470
|
+
* @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.
|
|
471
471
|
*/
|
|
472
472
|
filter(filterRequest: requests.FilterRequest): Promise<responses.FilterResponse>;
|
|
473
473
|
/**
|
|
@@ -476,7 +476,7 @@ export declare class LogAnalyticsClient {
|
|
|
476
476
|
* @param GetAssociationSummaryRequest
|
|
477
477
|
* @return GetAssociationSummaryResponse
|
|
478
478
|
* @throws OciError when an error occurs
|
|
479
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
479
|
+
* @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.
|
|
480
480
|
*/
|
|
481
481
|
getAssociationSummary(getAssociationSummaryRequest: requests.GetAssociationSummaryRequest): Promise<responses.GetAssociationSummaryResponse>;
|
|
482
482
|
/**
|
|
@@ -485,7 +485,7 @@ export declare class LogAnalyticsClient {
|
|
|
485
485
|
* @param GetColumnNamesRequest
|
|
486
486
|
* @return GetColumnNamesResponse
|
|
487
487
|
* @throws OciError when an error occurs
|
|
488
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
488
|
+
* @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.
|
|
489
489
|
*/
|
|
490
490
|
getColumnNames(getColumnNamesRequest: requests.GetColumnNamesRequest): Promise<responses.GetColumnNamesResponse>;
|
|
491
491
|
/**
|
|
@@ -494,7 +494,7 @@ export declare class LogAnalyticsClient {
|
|
|
494
494
|
* @param GetConfigWorkRequestRequest
|
|
495
495
|
* @return GetConfigWorkRequestResponse
|
|
496
496
|
* @throws OciError when an error occurs
|
|
497
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
497
|
+
* @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.
|
|
498
498
|
*/
|
|
499
499
|
getConfigWorkRequest(getConfigWorkRequestRequest: requests.GetConfigWorkRequestRequest): Promise<responses.GetConfigWorkRequestResponse>;
|
|
500
500
|
/**
|
|
@@ -503,7 +503,7 @@ export declare class LogAnalyticsClient {
|
|
|
503
503
|
* @param GetFieldRequest
|
|
504
504
|
* @return GetFieldResponse
|
|
505
505
|
* @throws OciError when an error occurs
|
|
506
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
506
|
+
* @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.
|
|
507
507
|
*/
|
|
508
508
|
getField(getFieldRequest: requests.GetFieldRequest): Promise<responses.GetFieldResponse>;
|
|
509
509
|
/**
|
|
@@ -512,7 +512,7 @@ export declare class LogAnalyticsClient {
|
|
|
512
512
|
* @param GetFieldsSummaryRequest
|
|
513
513
|
* @return GetFieldsSummaryResponse
|
|
514
514
|
* @throws OciError when an error occurs
|
|
515
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
515
|
+
* @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.
|
|
516
516
|
*/
|
|
517
517
|
getFieldsSummary(getFieldsSummaryRequest: requests.GetFieldsSummaryRequest): Promise<responses.GetFieldsSummaryResponse>;
|
|
518
518
|
/**
|
|
@@ -521,7 +521,7 @@ export declare class LogAnalyticsClient {
|
|
|
521
521
|
* @param GetLabelRequest
|
|
522
522
|
* @return GetLabelResponse
|
|
523
523
|
* @throws OciError when an error occurs
|
|
524
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
524
|
+
* @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.
|
|
525
525
|
*/
|
|
526
526
|
getLabel(getLabelRequest: requests.GetLabelRequest): Promise<responses.GetLabelResponse>;
|
|
527
527
|
/**
|
|
@@ -530,7 +530,7 @@ export declare class LogAnalyticsClient {
|
|
|
530
530
|
* @param GetLabelSummaryRequest
|
|
531
531
|
* @return GetLabelSummaryResponse
|
|
532
532
|
* @throws OciError when an error occurs
|
|
533
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
533
|
+
* @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.
|
|
534
534
|
*/
|
|
535
535
|
getLabelSummary(getLabelSummaryRequest: requests.GetLabelSummaryRequest): Promise<responses.GetLabelSummaryResponse>;
|
|
536
536
|
/**
|
|
@@ -538,7 +538,7 @@ export declare class LogAnalyticsClient {
|
|
|
538
538
|
* @param GetLogAnalyticsEmBridgeRequest
|
|
539
539
|
* @return GetLogAnalyticsEmBridgeResponse
|
|
540
540
|
* @throws OciError when an error occurs
|
|
541
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
541
|
+
* @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.
|
|
542
542
|
*/
|
|
543
543
|
getLogAnalyticsEmBridge(getLogAnalyticsEmBridgeRequest: requests.GetLogAnalyticsEmBridgeRequest): Promise<responses.GetLogAnalyticsEmBridgeResponse>;
|
|
544
544
|
/**
|
|
@@ -546,7 +546,7 @@ export declare class LogAnalyticsClient {
|
|
|
546
546
|
* @param GetLogAnalyticsEmBridgeSummaryRequest
|
|
547
547
|
* @return GetLogAnalyticsEmBridgeSummaryResponse
|
|
548
548
|
* @throws OciError when an error occurs
|
|
549
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
549
|
+
* @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.
|
|
550
550
|
*/
|
|
551
551
|
getLogAnalyticsEmBridgeSummary(getLogAnalyticsEmBridgeSummaryRequest: requests.GetLogAnalyticsEmBridgeSummaryRequest): Promise<responses.GetLogAnalyticsEmBridgeSummaryResponse>;
|
|
552
552
|
/**
|
|
@@ -554,7 +554,7 @@ export declare class LogAnalyticsClient {
|
|
|
554
554
|
* @param GetLogAnalyticsEntitiesSummaryRequest
|
|
555
555
|
* @return GetLogAnalyticsEntitiesSummaryResponse
|
|
556
556
|
* @throws OciError when an error occurs
|
|
557
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
557
|
+
* @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.
|
|
558
558
|
*/
|
|
559
559
|
getLogAnalyticsEntitiesSummary(getLogAnalyticsEntitiesSummaryRequest: requests.GetLogAnalyticsEntitiesSummaryRequest): Promise<responses.GetLogAnalyticsEntitiesSummaryResponse>;
|
|
560
560
|
/**
|
|
@@ -562,7 +562,7 @@ export declare class LogAnalyticsClient {
|
|
|
562
562
|
* @param GetLogAnalyticsEntityRequest
|
|
563
563
|
* @return GetLogAnalyticsEntityResponse
|
|
564
564
|
* @throws OciError when an error occurs
|
|
565
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
565
|
+
* @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.
|
|
566
566
|
*/
|
|
567
567
|
getLogAnalyticsEntity(getLogAnalyticsEntityRequest: requests.GetLogAnalyticsEntityRequest): Promise<responses.GetLogAnalyticsEntityResponse>;
|
|
568
568
|
/**
|
|
@@ -570,7 +570,7 @@ export declare class LogAnalyticsClient {
|
|
|
570
570
|
* @param GetLogAnalyticsEntityTypeRequest
|
|
571
571
|
* @return GetLogAnalyticsEntityTypeResponse
|
|
572
572
|
* @throws OciError when an error occurs
|
|
573
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
573
|
+
* @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.
|
|
574
574
|
*/
|
|
575
575
|
getLogAnalyticsEntityType(getLogAnalyticsEntityTypeRequest: requests.GetLogAnalyticsEntityTypeRequest): Promise<responses.GetLogAnalyticsEntityTypeResponse>;
|
|
576
576
|
/**
|
|
@@ -579,7 +579,7 @@ export declare class LogAnalyticsClient {
|
|
|
579
579
|
* @param GetLogAnalyticsLogGroupRequest
|
|
580
580
|
* @return GetLogAnalyticsLogGroupResponse
|
|
581
581
|
* @throws OciError when an error occurs
|
|
582
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
582
|
+
* @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.
|
|
583
583
|
*/
|
|
584
584
|
getLogAnalyticsLogGroup(getLogAnalyticsLogGroupRequest: requests.GetLogAnalyticsLogGroupRequest): Promise<responses.GetLogAnalyticsLogGroupResponse>;
|
|
585
585
|
/**
|
|
@@ -588,7 +588,7 @@ export declare class LogAnalyticsClient {
|
|
|
588
588
|
* @param GetLogAnalyticsLogGroupsSummaryRequest
|
|
589
589
|
* @return GetLogAnalyticsLogGroupsSummaryResponse
|
|
590
590
|
* @throws OciError when an error occurs
|
|
591
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
591
|
+
* @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.
|
|
592
592
|
*/
|
|
593
593
|
getLogAnalyticsLogGroupsSummary(getLogAnalyticsLogGroupsSummaryRequest: requests.GetLogAnalyticsLogGroupsSummaryRequest): Promise<responses.GetLogAnalyticsLogGroupsSummaryResponse>;
|
|
594
594
|
/**
|
|
@@ -596,7 +596,7 @@ export declare class LogAnalyticsClient {
|
|
|
596
596
|
* @param GetLogAnalyticsObjectCollectionRuleRequest
|
|
597
597
|
* @return GetLogAnalyticsObjectCollectionRuleResponse
|
|
598
598
|
* @throws OciError when an error occurs
|
|
599
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
599
|
+
* @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.
|
|
600
600
|
*/
|
|
601
601
|
getLogAnalyticsObjectCollectionRule(getLogAnalyticsObjectCollectionRuleRequest: requests.GetLogAnalyticsObjectCollectionRuleRequest): Promise<responses.GetLogAnalyticsObjectCollectionRuleResponse>;
|
|
602
602
|
/**
|
|
@@ -605,7 +605,7 @@ export declare class LogAnalyticsClient {
|
|
|
605
605
|
* @param GetLogSetsCountRequest
|
|
606
606
|
* @return GetLogSetsCountResponse
|
|
607
607
|
* @throws OciError when an error occurs
|
|
608
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
608
|
+
* @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.
|
|
609
609
|
*/
|
|
610
610
|
getLogSetsCount(getLogSetsCountRequest: requests.GetLogSetsCountRequest): Promise<responses.GetLogSetsCountResponse>;
|
|
611
611
|
/**
|
|
@@ -614,7 +614,7 @@ export declare class LogAnalyticsClient {
|
|
|
614
614
|
* @param GetLookupRequest
|
|
615
615
|
* @return GetLookupResponse
|
|
616
616
|
* @throws OciError when an error occurs
|
|
617
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
617
|
+
* @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.
|
|
618
618
|
*/
|
|
619
619
|
getLookup(getLookupRequest: requests.GetLookupRequest): Promise<responses.GetLookupResponse>;
|
|
620
620
|
/**
|
|
@@ -622,7 +622,7 @@ export declare class LogAnalyticsClient {
|
|
|
622
622
|
* @param GetLookupSummaryRequest
|
|
623
623
|
* @return GetLookupSummaryResponse
|
|
624
624
|
* @throws OciError when an error occurs
|
|
625
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
625
|
+
* @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.
|
|
626
626
|
*/
|
|
627
627
|
getLookupSummary(getLookupSummaryRequest: requests.GetLookupSummaryRequest): Promise<responses.GetLookupSummaryResponse>;
|
|
628
628
|
/**
|
|
@@ -631,7 +631,7 @@ export declare class LogAnalyticsClient {
|
|
|
631
631
|
* @param GetNamespaceRequest
|
|
632
632
|
* @return GetNamespaceResponse
|
|
633
633
|
* @throws OciError when an error occurs
|
|
634
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
634
|
+
* @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.
|
|
635
635
|
*/
|
|
636
636
|
getNamespace(getNamespaceRequest: requests.GetNamespaceRequest): Promise<responses.GetNamespaceResponse>;
|
|
637
637
|
/**
|
|
@@ -640,7 +640,7 @@ export declare class LogAnalyticsClient {
|
|
|
640
640
|
* @param GetParserRequest
|
|
641
641
|
* @return GetParserResponse
|
|
642
642
|
* @throws OciError when an error occurs
|
|
643
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
643
|
+
* @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.
|
|
644
644
|
*/
|
|
645
645
|
getParser(getParserRequest: requests.GetParserRequest): Promise<responses.GetParserResponse>;
|
|
646
646
|
/**
|
|
@@ -649,9 +649,18 @@ export declare class LogAnalyticsClient {
|
|
|
649
649
|
* @param GetParserSummaryRequest
|
|
650
650
|
* @return GetParserSummaryResponse
|
|
651
651
|
* @throws OciError when an error occurs
|
|
652
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
652
|
+
* @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.
|
|
653
653
|
*/
|
|
654
654
|
getParserSummary(getParserSummaryRequest: requests.GetParserSummaryRequest): Promise<responses.GetParserSummaryResponse>;
|
|
655
|
+
/**
|
|
656
|
+
* Lists the preferences of the tenant. Currently, only \"DEFAULT_HOMEPAGE\" is supported.
|
|
657
|
+
*
|
|
658
|
+
* @param GetPreferencesRequest
|
|
659
|
+
* @return GetPreferencesResponse
|
|
660
|
+
* @throws OciError when an error occurs
|
|
661
|
+
* @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.
|
|
662
|
+
*/
|
|
663
|
+
getPreferences(getPreferencesRequest: requests.GetPreferencesRequest): Promise<responses.GetPreferencesResponse>;
|
|
655
664
|
/**
|
|
656
665
|
* Returns the intermediate results for a query that was specified to run asynchronously if the query has not completed,
|
|
657
666
|
* otherwise the final query results identified by a queryWorkRequestId returned when submitting the query execute asynchronously.
|
|
@@ -659,7 +668,7 @@ export declare class LogAnalyticsClient {
|
|
|
659
668
|
* @param GetQueryResultRequest
|
|
660
669
|
* @return GetQueryResultResponse
|
|
661
670
|
* @throws OciError when an error occurs
|
|
662
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
671
|
+
* @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.
|
|
663
672
|
*/
|
|
664
673
|
getQueryResult(getQueryResultRequest: requests.GetQueryResultRequest): Promise<responses.GetQueryResultResponse>;
|
|
665
674
|
/**
|
|
@@ -667,7 +676,7 @@ export declare class LogAnalyticsClient {
|
|
|
667
676
|
* @param GetQueryWorkRequestRequest
|
|
668
677
|
* @return GetQueryWorkRequestResponse
|
|
669
678
|
* @throws OciError when an error occurs
|
|
670
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
679
|
+
* @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.
|
|
671
680
|
*/
|
|
672
681
|
getQueryWorkRequest(getQueryWorkRequestRequest: requests.GetQueryWorkRequestRequest): Promise<responses.GetQueryWorkRequestResponse>;
|
|
673
682
|
/**
|
|
@@ -675,7 +684,7 @@ export declare class LogAnalyticsClient {
|
|
|
675
684
|
* @param GetScheduledTaskRequest
|
|
676
685
|
* @return GetScheduledTaskResponse
|
|
677
686
|
* @throws OciError when an error occurs
|
|
678
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
687
|
+
* @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.
|
|
679
688
|
*/
|
|
680
689
|
getScheduledTask(getScheduledTaskRequest: requests.GetScheduledTaskRequest): Promise<responses.GetScheduledTaskResponse>;
|
|
681
690
|
/**
|
|
@@ -684,7 +693,7 @@ export declare class LogAnalyticsClient {
|
|
|
684
693
|
* @param GetSourceRequest
|
|
685
694
|
* @return GetSourceResponse
|
|
686
695
|
* @throws OciError when an error occurs
|
|
687
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
696
|
+
* @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.
|
|
688
697
|
*/
|
|
689
698
|
getSource(getSourceRequest: requests.GetSourceRequest): Promise<responses.GetSourceResponse>;
|
|
690
699
|
/**
|
|
@@ -693,7 +702,7 @@ export declare class LogAnalyticsClient {
|
|
|
693
702
|
* @param GetSourceSummaryRequest
|
|
694
703
|
* @return GetSourceSummaryResponse
|
|
695
704
|
* @throws OciError when an error occurs
|
|
696
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
705
|
+
* @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.
|
|
697
706
|
*/
|
|
698
707
|
getSourceSummary(getSourceSummaryRequest: requests.GetSourceSummaryRequest): Promise<responses.GetSourceSummaryResponse>;
|
|
699
708
|
/**
|
|
@@ -702,7 +711,7 @@ export declare class LogAnalyticsClient {
|
|
|
702
711
|
* @param GetStorageRequest
|
|
703
712
|
* @return GetStorageResponse
|
|
704
713
|
* @throws OciError when an error occurs
|
|
705
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
714
|
+
* @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.
|
|
706
715
|
*/
|
|
707
716
|
getStorage(getStorageRequest: requests.GetStorageRequest): Promise<responses.GetStorageResponse>;
|
|
708
717
|
/**
|
|
@@ -712,7 +721,7 @@ export declare class LogAnalyticsClient {
|
|
|
712
721
|
* @param GetStorageUsageRequest
|
|
713
722
|
* @return GetStorageUsageResponse
|
|
714
723
|
* @throws OciError when an error occurs
|
|
715
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
724
|
+
* @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.
|
|
716
725
|
*/
|
|
717
726
|
getStorageUsage(getStorageUsageRequest: requests.GetStorageUsageRequest): Promise<responses.GetStorageUsageResponse>;
|
|
718
727
|
/**
|
|
@@ -722,15 +731,24 @@ export declare class LogAnalyticsClient {
|
|
|
722
731
|
* @param GetStorageWorkRequestRequest
|
|
723
732
|
* @return GetStorageWorkRequestResponse
|
|
724
733
|
* @throws OciError when an error occurs
|
|
725
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
734
|
+
* @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.
|
|
726
735
|
*/
|
|
727
736
|
getStorageWorkRequest(getStorageWorkRequestRequest: requests.GetStorageWorkRequestRequest): Promise<responses.GetStorageWorkRequestResponse>;
|
|
737
|
+
/**
|
|
738
|
+
* This API retrieves details of the configured bucket that stores unprocessed payloads.
|
|
739
|
+
*
|
|
740
|
+
* @param GetUnprocessedDataBucketRequest
|
|
741
|
+
* @return GetUnprocessedDataBucketResponse
|
|
742
|
+
* @throws OciError when an error occurs
|
|
743
|
+
* @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.
|
|
744
|
+
*/
|
|
745
|
+
getUnprocessedDataBucket(getUnprocessedDataBucketRequest: requests.GetUnprocessedDataBucketRequest): Promise<responses.GetUnprocessedDataBucketResponse>;
|
|
728
746
|
/**
|
|
729
747
|
* Gets an On-Demand Upload info by reference.
|
|
730
748
|
* @param GetUploadRequest
|
|
731
749
|
* @return GetUploadResponse
|
|
732
750
|
* @throws OciError when an error occurs
|
|
733
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
751
|
+
* @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.
|
|
734
752
|
*/
|
|
735
753
|
getUpload(getUploadRequest: requests.GetUploadRequest): Promise<responses.GetUploadResponse>;
|
|
736
754
|
/**
|
|
@@ -738,7 +756,7 @@ export declare class LogAnalyticsClient {
|
|
|
738
756
|
* @param GetWorkRequestRequest
|
|
739
757
|
* @return GetWorkRequestResponse
|
|
740
758
|
* @throws OciError when an error occurs
|
|
741
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
759
|
+
* @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.
|
|
742
760
|
*/
|
|
743
761
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
744
762
|
/**
|
|
@@ -747,7 +765,7 @@ export declare class LogAnalyticsClient {
|
|
|
747
765
|
* @param ImportCustomContentRequest
|
|
748
766
|
* @return ImportCustomContentResponse
|
|
749
767
|
* @throws OciError when an error occurs
|
|
750
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
768
|
+
* @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.
|
|
751
769
|
*/
|
|
752
770
|
importCustomContent(importCustomContentRequest: requests.ImportCustomContentRequest): Promise<responses.ImportCustomContentResponse>;
|
|
753
771
|
/**
|
|
@@ -756,7 +774,7 @@ export declare class LogAnalyticsClient {
|
|
|
756
774
|
* @param ListAssociableEntitiesRequest
|
|
757
775
|
* @return ListAssociableEntitiesResponse
|
|
758
776
|
* @throws OciError when an error occurs
|
|
759
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
777
|
+
* @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.
|
|
760
778
|
*/
|
|
761
779
|
listAssociableEntities(listAssociableEntitiesRequest: requests.ListAssociableEntitiesRequest): Promise<responses.ListAssociableEntitiesResponse>;
|
|
762
780
|
/**
|
|
@@ -765,7 +783,7 @@ export declare class LogAnalyticsClient {
|
|
|
765
783
|
* @param ListAssociatedEntitiesRequest
|
|
766
784
|
* @return ListAssociatedEntitiesResponse
|
|
767
785
|
* @throws OciError when an error occurs
|
|
768
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
786
|
+
* @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.
|
|
769
787
|
*/
|
|
770
788
|
listAssociatedEntities(listAssociatedEntitiesRequest: requests.ListAssociatedEntitiesRequest): Promise<responses.ListAssociatedEntitiesResponse>;
|
|
771
789
|
/**
|
|
@@ -774,7 +792,7 @@ export declare class LogAnalyticsClient {
|
|
|
774
792
|
* @param ListAutoAssociationsRequest
|
|
775
793
|
* @return ListAutoAssociationsResponse
|
|
776
794
|
* @throws OciError when an error occurs
|
|
777
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
795
|
+
* @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.
|
|
778
796
|
*/
|
|
779
797
|
listAutoAssociations(listAutoAssociationsRequest: requests.ListAutoAssociationsRequest): Promise<responses.ListAutoAssociationsResponse>;
|
|
780
798
|
/**
|
|
@@ -783,7 +801,7 @@ export declare class LogAnalyticsClient {
|
|
|
783
801
|
* @param ListConfigWorkRequestsRequest
|
|
784
802
|
* @return ListConfigWorkRequestsResponse
|
|
785
803
|
* @throws OciError when an error occurs
|
|
786
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
804
|
+
* @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.
|
|
787
805
|
*/
|
|
788
806
|
listConfigWorkRequests(listConfigWorkRequestsRequest: requests.ListConfigWorkRequestsRequest): Promise<responses.ListConfigWorkRequestsResponse>;
|
|
789
807
|
/**
|
|
@@ -791,7 +809,7 @@ export declare class LogAnalyticsClient {
|
|
|
791
809
|
* @param ListEntityAssociationsRequest
|
|
792
810
|
* @return ListEntityAssociationsResponse
|
|
793
811
|
* @throws OciError when an error occurs
|
|
794
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
812
|
+
* @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.
|
|
795
813
|
*/
|
|
796
814
|
listEntityAssociations(listEntityAssociationsRequest: requests.ListEntityAssociationsRequest): Promise<responses.ListEntityAssociationsResponse>;
|
|
797
815
|
/**
|
|
@@ -800,7 +818,7 @@ export declare class LogAnalyticsClient {
|
|
|
800
818
|
* @param ListEntitySourceAssociationsRequest
|
|
801
819
|
* @return ListEntitySourceAssociationsResponse
|
|
802
820
|
* @throws OciError when an error occurs
|
|
803
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
821
|
+
* @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.
|
|
804
822
|
*/
|
|
805
823
|
listEntitySourceAssociations(listEntitySourceAssociationsRequest: requests.ListEntitySourceAssociationsRequest): Promise<responses.ListEntitySourceAssociationsResponse>;
|
|
806
824
|
/**
|
|
@@ -809,7 +827,7 @@ export declare class LogAnalyticsClient {
|
|
|
809
827
|
* @param ListFieldsRequest
|
|
810
828
|
* @return ListFieldsResponse
|
|
811
829
|
* @throws OciError when an error occurs
|
|
812
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
830
|
+
* @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.
|
|
813
831
|
*/
|
|
814
832
|
listFields(listFieldsRequest: requests.ListFieldsRequest): Promise<responses.ListFieldsResponse>;
|
|
815
833
|
/**
|
|
@@ -818,7 +836,7 @@ export declare class LogAnalyticsClient {
|
|
|
818
836
|
* @param ListLabelPrioritiesRequest
|
|
819
837
|
* @return ListLabelPrioritiesResponse
|
|
820
838
|
* @throws OciError when an error occurs
|
|
821
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
839
|
+
* @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.
|
|
822
840
|
*/
|
|
823
841
|
listLabelPriorities(listLabelPrioritiesRequest: requests.ListLabelPrioritiesRequest): Promise<responses.ListLabelPrioritiesResponse>;
|
|
824
842
|
/**
|
|
@@ -827,7 +845,7 @@ export declare class LogAnalyticsClient {
|
|
|
827
845
|
* @param ListLabelSourceDetailsRequest
|
|
828
846
|
* @return ListLabelSourceDetailsResponse
|
|
829
847
|
* @throws OciError when an error occurs
|
|
830
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
848
|
+
* @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.
|
|
831
849
|
*/
|
|
832
850
|
listLabelSourceDetails(listLabelSourceDetailsRequest: requests.ListLabelSourceDetailsRequest): Promise<responses.ListLabelSourceDetailsResponse>;
|
|
833
851
|
/**
|
|
@@ -836,7 +854,7 @@ export declare class LogAnalyticsClient {
|
|
|
836
854
|
* @param ListLabelsRequest
|
|
837
855
|
* @return ListLabelsResponse
|
|
838
856
|
* @throws OciError when an error occurs
|
|
839
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
857
|
+
* @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.
|
|
840
858
|
*/
|
|
841
859
|
listLabels(listLabelsRequest: requests.ListLabelsRequest): Promise<responses.ListLabelsResponse>;
|
|
842
860
|
/**
|
|
@@ -844,7 +862,7 @@ export declare class LogAnalyticsClient {
|
|
|
844
862
|
* @param ListLogAnalyticsEmBridgesRequest
|
|
845
863
|
* @return ListLogAnalyticsEmBridgesResponse
|
|
846
864
|
* @throws OciError when an error occurs
|
|
847
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
865
|
+
* @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.
|
|
848
866
|
*/
|
|
849
867
|
listLogAnalyticsEmBridges(listLogAnalyticsEmBridgesRequest: requests.ListLogAnalyticsEmBridgesRequest): Promise<responses.ListLogAnalyticsEmBridgesResponse>;
|
|
850
868
|
/**
|
|
@@ -852,7 +870,7 @@ export declare class LogAnalyticsClient {
|
|
|
852
870
|
* @param ListLogAnalyticsEntitiesRequest
|
|
853
871
|
* @return ListLogAnalyticsEntitiesResponse
|
|
854
872
|
* @throws OciError when an error occurs
|
|
855
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
873
|
+
* @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.
|
|
856
874
|
*/
|
|
857
875
|
listLogAnalyticsEntities(listLogAnalyticsEntitiesRequest: requests.ListLogAnalyticsEntitiesRequest): Promise<responses.ListLogAnalyticsEntitiesResponse>;
|
|
858
876
|
/**
|
|
@@ -860,7 +878,7 @@ export declare class LogAnalyticsClient {
|
|
|
860
878
|
* @param ListLogAnalyticsEntityTypesRequest
|
|
861
879
|
* @return ListLogAnalyticsEntityTypesResponse
|
|
862
880
|
* @throws OciError when an error occurs
|
|
863
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
881
|
+
* @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.
|
|
864
882
|
*/
|
|
865
883
|
listLogAnalyticsEntityTypes(listLogAnalyticsEntityTypesRequest: requests.ListLogAnalyticsEntityTypesRequest): Promise<responses.ListLogAnalyticsEntityTypesResponse>;
|
|
866
884
|
/**
|
|
@@ -869,7 +887,7 @@ export declare class LogAnalyticsClient {
|
|
|
869
887
|
* @param ListLogAnalyticsLogGroupsRequest
|
|
870
888
|
* @return ListLogAnalyticsLogGroupsResponse
|
|
871
889
|
* @throws OciError when an error occurs
|
|
872
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
890
|
+
* @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.
|
|
873
891
|
*/
|
|
874
892
|
listLogAnalyticsLogGroups(listLogAnalyticsLogGroupsRequest: requests.ListLogAnalyticsLogGroupsRequest): Promise<responses.ListLogAnalyticsLogGroupsResponse>;
|
|
875
893
|
/**
|
|
@@ -877,7 +895,7 @@ export declare class LogAnalyticsClient {
|
|
|
877
895
|
* @param ListLogAnalyticsObjectCollectionRulesRequest
|
|
878
896
|
* @return ListLogAnalyticsObjectCollectionRulesResponse
|
|
879
897
|
* @throws OciError when an error occurs
|
|
880
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
898
|
+
* @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.
|
|
881
899
|
*/
|
|
882
900
|
listLogAnalyticsObjectCollectionRules(listLogAnalyticsObjectCollectionRulesRequest: requests.ListLogAnalyticsObjectCollectionRulesRequest): Promise<responses.ListLogAnalyticsObjectCollectionRulesResponse>;
|
|
883
901
|
/**
|
|
@@ -886,7 +904,7 @@ export declare class LogAnalyticsClient {
|
|
|
886
904
|
* @param ListLogSetsRequest
|
|
887
905
|
* @return ListLogSetsResponse
|
|
888
906
|
* @throws OciError when an error occurs
|
|
889
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
907
|
+
* @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.
|
|
890
908
|
*/
|
|
891
909
|
listLogSets(listLogSetsRequest: requests.ListLogSetsRequest): Promise<responses.ListLogSetsResponse>;
|
|
892
910
|
/**
|
|
@@ -895,7 +913,7 @@ export declare class LogAnalyticsClient {
|
|
|
895
913
|
* @param ListLookupsRequest
|
|
896
914
|
* @return ListLookupsResponse
|
|
897
915
|
* @throws OciError when an error occurs
|
|
898
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
916
|
+
* @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.
|
|
899
917
|
*/
|
|
900
918
|
listLookups(listLookupsRequest: requests.ListLookupsRequest): Promise<responses.ListLookupsResponse>;
|
|
901
919
|
/**
|
|
@@ -904,7 +922,7 @@ export declare class LogAnalyticsClient {
|
|
|
904
922
|
* @param ListMetaSourceTypesRequest
|
|
905
923
|
* @return ListMetaSourceTypesResponse
|
|
906
924
|
* @throws OciError when an error occurs
|
|
907
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
925
|
+
* @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.
|
|
908
926
|
*/
|
|
909
927
|
listMetaSourceTypes(listMetaSourceTypesRequest: requests.ListMetaSourceTypesRequest): Promise<responses.ListMetaSourceTypesResponse>;
|
|
910
928
|
/**
|
|
@@ -914,7 +932,7 @@ export declare class LogAnalyticsClient {
|
|
|
914
932
|
* @param ListNamespacesRequest
|
|
915
933
|
* @return ListNamespacesResponse
|
|
916
934
|
* @throws OciError when an error occurs
|
|
917
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
935
|
+
* @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.
|
|
918
936
|
*/
|
|
919
937
|
listNamespaces(listNamespacesRequest: requests.ListNamespacesRequest): Promise<responses.ListNamespacesResponse>;
|
|
920
938
|
/**
|
|
@@ -923,7 +941,7 @@ export declare class LogAnalyticsClient {
|
|
|
923
941
|
* @param ListParserFunctionsRequest
|
|
924
942
|
* @return ListParserFunctionsResponse
|
|
925
943
|
* @throws OciError when an error occurs
|
|
926
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
944
|
+
* @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.
|
|
927
945
|
*/
|
|
928
946
|
listParserFunctions(listParserFunctionsRequest: requests.ListParserFunctionsRequest): Promise<responses.ListParserFunctionsResponse>;
|
|
929
947
|
/**
|
|
@@ -932,7 +950,7 @@ export declare class LogAnalyticsClient {
|
|
|
932
950
|
* @param ListParserMetaPluginsRequest
|
|
933
951
|
* @return ListParserMetaPluginsResponse
|
|
934
952
|
* @throws OciError when an error occurs
|
|
935
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
953
|
+
* @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.
|
|
936
954
|
*/
|
|
937
955
|
listParserMetaPlugins(listParserMetaPluginsRequest: requests.ListParserMetaPluginsRequest): Promise<responses.ListParserMetaPluginsResponse>;
|
|
938
956
|
/**
|
|
@@ -941,7 +959,7 @@ export declare class LogAnalyticsClient {
|
|
|
941
959
|
* @param ListParsersRequest
|
|
942
960
|
* @return ListParsersResponse
|
|
943
961
|
* @throws OciError when an error occurs
|
|
944
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
962
|
+
* @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.
|
|
945
963
|
*/
|
|
946
964
|
listParsers(listParsersRequest: requests.ListParsersRequest): Promise<responses.ListParsersResponse>;
|
|
947
965
|
/**
|
|
@@ -949,7 +967,7 @@ export declare class LogAnalyticsClient {
|
|
|
949
967
|
* @param ListQueryWorkRequestsRequest
|
|
950
968
|
* @return ListQueryWorkRequestsResponse
|
|
951
969
|
* @throws OciError when an error occurs
|
|
952
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
970
|
+
* @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.
|
|
953
971
|
*/
|
|
954
972
|
listQueryWorkRequests(listQueryWorkRequestsRequest: requests.ListQueryWorkRequestsRequest): Promise<responses.ListQueryWorkRequestsResponse>;
|
|
955
973
|
/**
|
|
@@ -958,7 +976,7 @@ export declare class LogAnalyticsClient {
|
|
|
958
976
|
* @param ListRecalledDataRequest
|
|
959
977
|
* @return ListRecalledDataResponse
|
|
960
978
|
* @throws OciError when an error occurs
|
|
961
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
979
|
+
* @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.
|
|
962
980
|
*/
|
|
963
981
|
listRecalledData(listRecalledDataRequest: requests.ListRecalledDataRequest): Promise<responses.ListRecalledDataResponse>;
|
|
964
982
|
/**
|
|
@@ -966,7 +984,7 @@ export declare class LogAnalyticsClient {
|
|
|
966
984
|
* @param ListScheduledTasksRequest
|
|
967
985
|
* @return ListScheduledTasksResponse
|
|
968
986
|
* @throws OciError when an error occurs
|
|
969
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
987
|
+
* @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.
|
|
970
988
|
*/
|
|
971
989
|
listScheduledTasks(listScheduledTasksRequest: requests.ListScheduledTasksRequest): Promise<responses.ListScheduledTasksResponse>;
|
|
972
990
|
/**
|
|
@@ -975,7 +993,7 @@ export declare class LogAnalyticsClient {
|
|
|
975
993
|
* @param ListSourceAssociationsRequest
|
|
976
994
|
* @return ListSourceAssociationsResponse
|
|
977
995
|
* @throws OciError when an error occurs
|
|
978
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
996
|
+
* @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.
|
|
979
997
|
*/
|
|
980
998
|
listSourceAssociations(listSourceAssociationsRequest: requests.ListSourceAssociationsRequest): Promise<responses.ListSourceAssociationsResponse>;
|
|
981
999
|
/**
|
|
@@ -984,7 +1002,7 @@ export declare class LogAnalyticsClient {
|
|
|
984
1002
|
* @param ListSourceEventTypesRequest
|
|
985
1003
|
* @return ListSourceEventTypesResponse
|
|
986
1004
|
* @throws OciError when an error occurs
|
|
987
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1005
|
+
* @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.
|
|
988
1006
|
*/
|
|
989
1007
|
listSourceEventTypes(listSourceEventTypesRequest: requests.ListSourceEventTypesRequest): Promise<responses.ListSourceEventTypesResponse>;
|
|
990
1008
|
/**
|
|
@@ -993,7 +1011,7 @@ export declare class LogAnalyticsClient {
|
|
|
993
1011
|
* @param ListSourceExtendedFieldDefinitionsRequest
|
|
994
1012
|
* @return ListSourceExtendedFieldDefinitionsResponse
|
|
995
1013
|
* @throws OciError when an error occurs
|
|
996
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1014
|
+
* @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.
|
|
997
1015
|
*/
|
|
998
1016
|
listSourceExtendedFieldDefinitions(listSourceExtendedFieldDefinitionsRequest: requests.ListSourceExtendedFieldDefinitionsRequest): Promise<responses.ListSourceExtendedFieldDefinitionsResponse>;
|
|
999
1017
|
/**
|
|
@@ -1002,7 +1020,7 @@ export declare class LogAnalyticsClient {
|
|
|
1002
1020
|
* @param ListSourceLabelOperatorsRequest
|
|
1003
1021
|
* @return ListSourceLabelOperatorsResponse
|
|
1004
1022
|
* @throws OciError when an error occurs
|
|
1005
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1023
|
+
* @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.
|
|
1006
1024
|
*/
|
|
1007
1025
|
listSourceLabelOperators(listSourceLabelOperatorsRequest: requests.ListSourceLabelOperatorsRequest): Promise<responses.ListSourceLabelOperatorsResponse>;
|
|
1008
1026
|
/**
|
|
@@ -1011,7 +1029,7 @@ export declare class LogAnalyticsClient {
|
|
|
1011
1029
|
* @param ListSourceMetaFunctionsRequest
|
|
1012
1030
|
* @return ListSourceMetaFunctionsResponse
|
|
1013
1031
|
* @throws OciError when an error occurs
|
|
1014
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1032
|
+
* @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.
|
|
1015
1033
|
*/
|
|
1016
1034
|
listSourceMetaFunctions(listSourceMetaFunctionsRequest: requests.ListSourceMetaFunctionsRequest): Promise<responses.ListSourceMetaFunctionsResponse>;
|
|
1017
1035
|
/**
|
|
@@ -1020,7 +1038,7 @@ export declare class LogAnalyticsClient {
|
|
|
1020
1038
|
* @param ListSourcePatternsRequest
|
|
1021
1039
|
* @return ListSourcePatternsResponse
|
|
1022
1040
|
* @throws OciError when an error occurs
|
|
1023
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1041
|
+
* @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.
|
|
1024
1042
|
*/
|
|
1025
1043
|
listSourcePatterns(listSourcePatternsRequest: requests.ListSourcePatternsRequest): Promise<responses.ListSourcePatternsResponse>;
|
|
1026
1044
|
/**
|
|
@@ -1029,7 +1047,7 @@ export declare class LogAnalyticsClient {
|
|
|
1029
1047
|
* @param ListSourcesRequest
|
|
1030
1048
|
* @return ListSourcesResponse
|
|
1031
1049
|
* @throws OciError when an error occurs
|
|
1032
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1050
|
+
* @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.
|
|
1033
1051
|
*/
|
|
1034
1052
|
listSources(listSourcesRequest: requests.ListSourcesRequest): Promise<responses.ListSourcesResponse>;
|
|
1035
1053
|
/**
|
|
@@ -1037,7 +1055,7 @@ export declare class LogAnalyticsClient {
|
|
|
1037
1055
|
* @param ListStorageWorkRequestErrorsRequest
|
|
1038
1056
|
* @return ListStorageWorkRequestErrorsResponse
|
|
1039
1057
|
* @throws OciError when an error occurs
|
|
1040
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1058
|
+
* @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.
|
|
1041
1059
|
*/
|
|
1042
1060
|
listStorageWorkRequestErrors(listStorageWorkRequestErrorsRequest: requests.ListStorageWorkRequestErrorsRequest): Promise<responses.ListStorageWorkRequestErrorsResponse>;
|
|
1043
1061
|
/**
|
|
@@ -1046,7 +1064,7 @@ export declare class LogAnalyticsClient {
|
|
|
1046
1064
|
* @param ListStorageWorkRequestsRequest
|
|
1047
1065
|
* @return ListStorageWorkRequestsResponse
|
|
1048
1066
|
* @throws OciError when an error occurs
|
|
1049
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1067
|
+
* @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.
|
|
1050
1068
|
*/
|
|
1051
1069
|
listStorageWorkRequests(listStorageWorkRequestsRequest: requests.ListStorageWorkRequestsRequest): Promise<responses.ListStorageWorkRequestsResponse>;
|
|
1052
1070
|
/**
|
|
@@ -1054,7 +1072,7 @@ export declare class LogAnalyticsClient {
|
|
|
1054
1072
|
* @param ListSupportedCharEncodingsRequest
|
|
1055
1073
|
* @return ListSupportedCharEncodingsResponse
|
|
1056
1074
|
* @throws OciError when an error occurs
|
|
1057
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1075
|
+
* @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.
|
|
1058
1076
|
*/
|
|
1059
1077
|
listSupportedCharEncodings(listSupportedCharEncodingsRequest: requests.ListSupportedCharEncodingsRequest): Promise<responses.ListSupportedCharEncodingsResponse>;
|
|
1060
1078
|
/**
|
|
@@ -1062,7 +1080,7 @@ export declare class LogAnalyticsClient {
|
|
|
1062
1080
|
* @param ListSupportedTimezonesRequest
|
|
1063
1081
|
* @return ListSupportedTimezonesResponse
|
|
1064
1082
|
* @throws OciError when an error occurs
|
|
1065
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1083
|
+
* @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.
|
|
1066
1084
|
*/
|
|
1067
1085
|
listSupportedTimezones(listSupportedTimezonesRequest: requests.ListSupportedTimezonesRequest): Promise<responses.ListSupportedTimezonesResponse>;
|
|
1068
1086
|
/**
|
|
@@ -1070,7 +1088,7 @@ export declare class LogAnalyticsClient {
|
|
|
1070
1088
|
* @param ListUploadFilesRequest
|
|
1071
1089
|
* @return ListUploadFilesResponse
|
|
1072
1090
|
* @throws OciError when an error occurs
|
|
1073
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1091
|
+
* @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.
|
|
1074
1092
|
*/
|
|
1075
1093
|
listUploadFiles(listUploadFilesRequest: requests.ListUploadFilesRequest): Promise<responses.ListUploadFilesResponse>;
|
|
1076
1094
|
/**
|
|
@@ -1078,7 +1096,7 @@ export declare class LogAnalyticsClient {
|
|
|
1078
1096
|
* @param ListUploadWarningsRequest
|
|
1079
1097
|
* @return ListUploadWarningsResponse
|
|
1080
1098
|
* @throws OciError when an error occurs
|
|
1081
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1099
|
+
* @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.
|
|
1082
1100
|
*/
|
|
1083
1101
|
listUploadWarnings(listUploadWarningsRequest: requests.ListUploadWarningsRequest): Promise<responses.ListUploadWarningsResponse>;
|
|
1084
1102
|
/**
|
|
@@ -1088,7 +1106,7 @@ export declare class LogAnalyticsClient {
|
|
|
1088
1106
|
* @param ListUploadsRequest
|
|
1089
1107
|
* @return ListUploadsResponse
|
|
1090
1108
|
* @throws OciError when an error occurs
|
|
1091
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1109
|
+
* @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.
|
|
1092
1110
|
*/
|
|
1093
1111
|
listUploads(listUploadsRequest: requests.ListUploadsRequest): Promise<responses.ListUploadsResponse>;
|
|
1094
1112
|
/**
|
|
@@ -1097,7 +1115,7 @@ export declare class LogAnalyticsClient {
|
|
|
1097
1115
|
* @param ListWarningsRequest
|
|
1098
1116
|
* @return ListWarningsResponse
|
|
1099
1117
|
* @throws OciError when an error occurs
|
|
1100
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1118
|
+
* @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.
|
|
1101
1119
|
*/
|
|
1102
1120
|
listWarnings(listWarningsRequest: requests.ListWarningsRequest): Promise<responses.ListWarningsResponse>;
|
|
1103
1121
|
/**
|
|
@@ -1106,7 +1124,7 @@ export declare class LogAnalyticsClient {
|
|
|
1106
1124
|
* @param ListWorkRequestErrorsRequest
|
|
1107
1125
|
* @return ListWorkRequestErrorsResponse
|
|
1108
1126
|
* @throws OciError when an error occurs
|
|
1109
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1127
|
+
* @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.
|
|
1110
1128
|
*/
|
|
1111
1129
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
1112
1130
|
/**
|
|
@@ -1115,7 +1133,7 @@ export declare class LogAnalyticsClient {
|
|
|
1115
1133
|
* @param ListWorkRequestLogsRequest
|
|
1116
1134
|
* @return ListWorkRequestLogsResponse
|
|
1117
1135
|
* @throws OciError when an error occurs
|
|
1118
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1136
|
+
* @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.
|
|
1119
1137
|
*/
|
|
1120
1138
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
1121
1139
|
/**
|
|
@@ -1124,7 +1142,7 @@ export declare class LogAnalyticsClient {
|
|
|
1124
1142
|
* @param ListWorkRequestsRequest
|
|
1125
1143
|
* @return ListWorkRequestsResponse
|
|
1126
1144
|
* @throws OciError when an error occurs
|
|
1127
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1145
|
+
* @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.
|
|
1128
1146
|
*/
|
|
1129
1147
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
1130
1148
|
/**
|
|
@@ -1132,7 +1150,7 @@ export declare class LogAnalyticsClient {
|
|
|
1132
1150
|
* @param OffboardNamespaceRequest
|
|
1133
1151
|
* @return OffboardNamespaceResponse
|
|
1134
1152
|
* @throws OciError when an error occurs
|
|
1135
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1153
|
+
* @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.
|
|
1136
1154
|
*/
|
|
1137
1155
|
offboardNamespace(offboardNamespaceRequest: requests.OffboardNamespaceRequest): Promise<responses.OffboardNamespaceResponse>;
|
|
1138
1156
|
/**
|
|
@@ -1141,7 +1159,7 @@ export declare class LogAnalyticsClient {
|
|
|
1141
1159
|
* @param OnboardNamespaceRequest
|
|
1142
1160
|
* @return OnboardNamespaceResponse
|
|
1143
1161
|
* @throws OciError when an error occurs
|
|
1144
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1162
|
+
* @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.
|
|
1145
1163
|
*/
|
|
1146
1164
|
onboardNamespace(onboardNamespaceRequest: requests.OnboardNamespaceRequest): Promise<responses.OnboardNamespaceResponse>;
|
|
1147
1165
|
/**
|
|
@@ -1149,7 +1167,7 @@ export declare class LogAnalyticsClient {
|
|
|
1149
1167
|
* @param ParseQueryRequest
|
|
1150
1168
|
* @return ParseQueryResponse
|
|
1151
1169
|
* @throws OciError when an error occurs
|
|
1152
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1170
|
+
* @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.
|
|
1153
1171
|
*/
|
|
1154
1172
|
parseQuery(parseQueryRequest: requests.ParseQueryRequest): Promise<responses.ParseQueryResponse>;
|
|
1155
1173
|
/**
|
|
@@ -1158,7 +1176,7 @@ export declare class LogAnalyticsClient {
|
|
|
1158
1176
|
* @param PauseScheduledTaskRequest
|
|
1159
1177
|
* @return PauseScheduledTaskResponse
|
|
1160
1178
|
* @throws OciError when an error occurs
|
|
1161
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1179
|
+
* @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.
|
|
1162
1180
|
*/
|
|
1163
1181
|
pauseScheduledTask(pauseScheduledTaskRequest: requests.PauseScheduledTaskRequest): Promise<responses.PauseScheduledTaskResponse>;
|
|
1164
1182
|
/**
|
|
@@ -1168,7 +1186,7 @@ export declare class LogAnalyticsClient {
|
|
|
1168
1186
|
* @param PurgeStorageDataRequest
|
|
1169
1187
|
* @return PurgeStorageDataResponse
|
|
1170
1188
|
* @throws OciError when an error occurs
|
|
1171
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1189
|
+
* @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.
|
|
1172
1190
|
*/
|
|
1173
1191
|
purgeStorageData(purgeStorageDataRequest: requests.PurgeStorageDataRequest): Promise<responses.PurgeStorageDataResponse>;
|
|
1174
1192
|
/**
|
|
@@ -1176,7 +1194,7 @@ export declare class LogAnalyticsClient {
|
|
|
1176
1194
|
* @param PutQueryWorkRequestBackgroundRequest
|
|
1177
1195
|
* @return PutQueryWorkRequestBackgroundResponse
|
|
1178
1196
|
* @throws OciError when an error occurs
|
|
1179
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1197
|
+
* @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.
|
|
1180
1198
|
*/
|
|
1181
1199
|
putQueryWorkRequestBackground(putQueryWorkRequestBackgroundRequest: requests.PutQueryWorkRequestBackgroundRequest): Promise<responses.PutQueryWorkRequestBackgroundResponse>;
|
|
1182
1200
|
/**
|
|
@@ -1185,7 +1203,7 @@ export declare class LogAnalyticsClient {
|
|
|
1185
1203
|
* @param QueryRequest
|
|
1186
1204
|
* @return QueryResponse
|
|
1187
1205
|
* @throws OciError when an error occurs
|
|
1188
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1206
|
+
* @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.
|
|
1189
1207
|
*/
|
|
1190
1208
|
query(queryRequest: requests.QueryRequest): Promise<responses.QueryResponse>;
|
|
1191
1209
|
/**
|
|
@@ -1194,7 +1212,7 @@ export declare class LogAnalyticsClient {
|
|
|
1194
1212
|
* @param RecallArchivedDataRequest
|
|
1195
1213
|
* @return RecallArchivedDataResponse
|
|
1196
1214
|
* @throws OciError when an error occurs
|
|
1197
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1215
|
+
* @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.
|
|
1198
1216
|
*/
|
|
1199
1217
|
recallArchivedData(recallArchivedDataRequest: requests.RecallArchivedDataRequest): Promise<responses.RecallArchivedDataResponse>;
|
|
1200
1218
|
/**
|
|
@@ -1203,7 +1221,7 @@ export declare class LogAnalyticsClient {
|
|
|
1203
1221
|
* @param RegisterLookupRequest
|
|
1204
1222
|
* @return RegisterLookupResponse
|
|
1205
1223
|
* @throws OciError when an error occurs
|
|
1206
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1224
|
+
* @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.
|
|
1207
1225
|
*/
|
|
1208
1226
|
registerLookup(registerLookupRequest: requests.RegisterLookupRequest): Promise<responses.RegisterLookupResponse>;
|
|
1209
1227
|
/**
|
|
@@ -1212,7 +1230,7 @@ export declare class LogAnalyticsClient {
|
|
|
1212
1230
|
* @param ReleaseRecalledDataRequest
|
|
1213
1231
|
* @return ReleaseRecalledDataResponse
|
|
1214
1232
|
* @throws OciError when an error occurs
|
|
1215
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1233
|
+
* @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.
|
|
1216
1234
|
*/
|
|
1217
1235
|
releaseRecalledData(releaseRecalledDataRequest: requests.ReleaseRecalledDataRequest): Promise<responses.ReleaseRecalledDataResponse>;
|
|
1218
1236
|
/**
|
|
@@ -1220,16 +1238,25 @@ export declare class LogAnalyticsClient {
|
|
|
1220
1238
|
* @param RemoveEntityAssociationsRequest
|
|
1221
1239
|
* @return RemoveEntityAssociationsResponse
|
|
1222
1240
|
* @throws OciError when an error occurs
|
|
1223
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1241
|
+
* @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.
|
|
1224
1242
|
*/
|
|
1225
1243
|
removeEntityAssociations(removeEntityAssociationsRequest: requests.RemoveEntityAssociationsRequest): Promise<responses.RemoveEntityAssociationsResponse>;
|
|
1244
|
+
/**
|
|
1245
|
+
* Removes the tenant preferences. Currently, only \"DEFAULT_HOMEPAGE\" is supported.
|
|
1246
|
+
*
|
|
1247
|
+
* @param RemovePreferencesRequest
|
|
1248
|
+
* @return RemovePreferencesResponse
|
|
1249
|
+
* @throws OciError when an error occurs
|
|
1250
|
+
* @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.
|
|
1251
|
+
*/
|
|
1252
|
+
removePreferences(removePreferencesRequest: requests.RemovePreferencesRequest): Promise<responses.RemovePreferencesResponse>;
|
|
1226
1253
|
/**
|
|
1227
1254
|
* Remove one or more event types from a source.
|
|
1228
1255
|
*
|
|
1229
1256
|
* @param RemoveSourceEventTypesRequest
|
|
1230
1257
|
* @return RemoveSourceEventTypesResponse
|
|
1231
1258
|
* @throws OciError when an error occurs
|
|
1232
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1259
|
+
* @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.
|
|
1233
1260
|
*/
|
|
1234
1261
|
removeSourceEventTypes(removeSourceEventTypesRequest: requests.RemoveSourceEventTypesRequest): Promise<responses.RemoveSourceEventTypesResponse>;
|
|
1235
1262
|
/**
|
|
@@ -1238,7 +1265,7 @@ export declare class LogAnalyticsClient {
|
|
|
1238
1265
|
* @param ResumeScheduledTaskRequest
|
|
1239
1266
|
* @return ResumeScheduledTaskResponse
|
|
1240
1267
|
* @throws OciError when an error occurs
|
|
1241
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1268
|
+
* @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.
|
|
1242
1269
|
*/
|
|
1243
1270
|
resumeScheduledTask(resumeScheduledTaskRequest: requests.ResumeScheduledTaskRequest): Promise<responses.ResumeScheduledTaskResponse>;
|
|
1244
1271
|
/**
|
|
@@ -1249,15 +1276,26 @@ export declare class LogAnalyticsClient {
|
|
|
1249
1276
|
* @param RunRequest
|
|
1250
1277
|
* @return RunResponse
|
|
1251
1278
|
* @throws OciError when an error occurs
|
|
1252
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1279
|
+
* @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.
|
|
1253
1280
|
*/
|
|
1254
1281
|
run(runRequest: requests.RunRequest): Promise<responses.RunResponse>;
|
|
1282
|
+
/**
|
|
1283
|
+
* This API configures a bucket to store unprocessed payloads.
|
|
1284
|
+
* While processing there could be reasons a payload cannot be processed (mismatched structure, corrupted archive format, etc),
|
|
1285
|
+
* if configured the payload would be uploaded to the bucket for verification.
|
|
1286
|
+
*
|
|
1287
|
+
* @param SetUnprocessedDataBucketRequest
|
|
1288
|
+
* @return SetUnprocessedDataBucketResponse
|
|
1289
|
+
* @throws OciError when an error occurs
|
|
1290
|
+
* @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.
|
|
1291
|
+
*/
|
|
1292
|
+
setUnprocessedDataBucket(setUnprocessedDataBucketRequest: requests.SetUnprocessedDataBucketRequest): Promise<responses.SetUnprocessedDataBucketResponse>;
|
|
1255
1293
|
/**
|
|
1256
1294
|
* Returns a context specific list of either commands, fields, or values to append to the end of the specified query string if applicable.
|
|
1257
1295
|
* @param SuggestRequest
|
|
1258
1296
|
* @return SuggestResponse
|
|
1259
1297
|
* @throws OciError when an error occurs
|
|
1260
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1298
|
+
* @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.
|
|
1261
1299
|
*/
|
|
1262
1300
|
suggest(suggestRequest: requests.SuggestRequest): Promise<responses.SuggestResponse>;
|
|
1263
1301
|
/**
|
|
@@ -1266,7 +1304,7 @@ export declare class LogAnalyticsClient {
|
|
|
1266
1304
|
* @param SuppressWarningRequest
|
|
1267
1305
|
* @return SuppressWarningResponse
|
|
1268
1306
|
* @throws OciError when an error occurs
|
|
1269
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1307
|
+
* @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.
|
|
1270
1308
|
*/
|
|
1271
1309
|
suppressWarning(suppressWarningRequest: requests.SuppressWarningRequest): Promise<responses.SuppressWarningResponse>;
|
|
1272
1310
|
/**
|
|
@@ -1275,7 +1313,7 @@ export declare class LogAnalyticsClient {
|
|
|
1275
1313
|
* @param TestParserRequest
|
|
1276
1314
|
* @return TestParserResponse
|
|
1277
1315
|
* @throws OciError when an error occurs
|
|
1278
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1316
|
+
* @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.
|
|
1279
1317
|
*/
|
|
1280
1318
|
testParser(testParserRequest: requests.TestParserRequest): Promise<responses.TestParserResponse>;
|
|
1281
1319
|
/**
|
|
@@ -1284,7 +1322,7 @@ export declare class LogAnalyticsClient {
|
|
|
1284
1322
|
* @param UnsuppressWarningRequest
|
|
1285
1323
|
* @return UnsuppressWarningResponse
|
|
1286
1324
|
* @throws OciError when an error occurs
|
|
1287
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1325
|
+
* @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.
|
|
1288
1326
|
*/
|
|
1289
1327
|
unsuppressWarning(unsuppressWarningRequest: requests.UnsuppressWarningRequest): Promise<responses.UnsuppressWarningResponse>;
|
|
1290
1328
|
/**
|
|
@@ -1292,7 +1330,7 @@ export declare class LogAnalyticsClient {
|
|
|
1292
1330
|
* @param UpdateLogAnalyticsEmBridgeRequest
|
|
1293
1331
|
* @return UpdateLogAnalyticsEmBridgeResponse
|
|
1294
1332
|
* @throws OciError when an error occurs
|
|
1295
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1333
|
+
* @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.
|
|
1296
1334
|
*/
|
|
1297
1335
|
updateLogAnalyticsEmBridge(updateLogAnalyticsEmBridgeRequest: requests.UpdateLogAnalyticsEmBridgeRequest): Promise<responses.UpdateLogAnalyticsEmBridgeResponse>;
|
|
1298
1336
|
/**
|
|
@@ -1300,7 +1338,7 @@ export declare class LogAnalyticsClient {
|
|
|
1300
1338
|
* @param UpdateLogAnalyticsEntityRequest
|
|
1301
1339
|
* @return UpdateLogAnalyticsEntityResponse
|
|
1302
1340
|
* @throws OciError when an error occurs
|
|
1303
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1341
|
+
* @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.
|
|
1304
1342
|
*/
|
|
1305
1343
|
updateLogAnalyticsEntity(updateLogAnalyticsEntityRequest: requests.UpdateLogAnalyticsEntityRequest): Promise<responses.UpdateLogAnalyticsEntityResponse>;
|
|
1306
1344
|
/**
|
|
@@ -1308,7 +1346,7 @@ export declare class LogAnalyticsClient {
|
|
|
1308
1346
|
* @param UpdateLogAnalyticsEntityTypeRequest
|
|
1309
1347
|
* @return UpdateLogAnalyticsEntityTypeResponse
|
|
1310
1348
|
* @throws OciError when an error occurs
|
|
1311
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1349
|
+
* @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.
|
|
1312
1350
|
*/
|
|
1313
1351
|
updateLogAnalyticsEntityType(updateLogAnalyticsEntityTypeRequest: requests.UpdateLogAnalyticsEntityTypeRequest): Promise<responses.UpdateLogAnalyticsEntityTypeResponse>;
|
|
1314
1352
|
/**
|
|
@@ -1317,7 +1355,7 @@ export declare class LogAnalyticsClient {
|
|
|
1317
1355
|
* @param UpdateLogAnalyticsLogGroupRequest
|
|
1318
1356
|
* @return UpdateLogAnalyticsLogGroupResponse
|
|
1319
1357
|
* @throws OciError when an error occurs
|
|
1320
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1358
|
+
* @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.
|
|
1321
1359
|
*/
|
|
1322
1360
|
updateLogAnalyticsLogGroup(updateLogAnalyticsLogGroupRequest: requests.UpdateLogAnalyticsLogGroupRequest): Promise<responses.UpdateLogAnalyticsLogGroupResponse>;
|
|
1323
1361
|
/**
|
|
@@ -1325,7 +1363,7 @@ export declare class LogAnalyticsClient {
|
|
|
1325
1363
|
* @param UpdateLogAnalyticsObjectCollectionRuleRequest
|
|
1326
1364
|
* @return UpdateLogAnalyticsObjectCollectionRuleResponse
|
|
1327
1365
|
* @throws OciError when an error occurs
|
|
1328
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1366
|
+
* @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.
|
|
1329
1367
|
*/
|
|
1330
1368
|
updateLogAnalyticsObjectCollectionRule(updateLogAnalyticsObjectCollectionRuleRequest: requests.UpdateLogAnalyticsObjectCollectionRuleRequest): Promise<responses.UpdateLogAnalyticsObjectCollectionRuleResponse>;
|
|
1331
1369
|
/**
|
|
@@ -1334,7 +1372,7 @@ export declare class LogAnalyticsClient {
|
|
|
1334
1372
|
* @param UpdateLookupRequest
|
|
1335
1373
|
* @return UpdateLookupResponse
|
|
1336
1374
|
* @throws OciError when an error occurs
|
|
1337
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1375
|
+
* @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.
|
|
1338
1376
|
*/
|
|
1339
1377
|
updateLookup(updateLookupRequest: requests.UpdateLookupRequest): Promise<responses.UpdateLookupResponse>;
|
|
1340
1378
|
/**
|
|
@@ -1343,15 +1381,24 @@ export declare class LogAnalyticsClient {
|
|
|
1343
1381
|
* @param UpdateLookupDataRequest
|
|
1344
1382
|
* @return UpdateLookupDataResponse
|
|
1345
1383
|
* @throws OciError when an error occurs
|
|
1346
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1384
|
+
* @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.
|
|
1347
1385
|
*/
|
|
1348
1386
|
updateLookupData(updateLookupDataRequest: requests.UpdateLookupDataRequest): Promise<responses.UpdateLookupDataResponse>;
|
|
1387
|
+
/**
|
|
1388
|
+
* Updates the tenant preferences. Currently, only \"DEFAULT_HOMEPAGE\" is supported.
|
|
1389
|
+
*
|
|
1390
|
+
* @param UpdatePreferencesRequest
|
|
1391
|
+
* @return UpdatePreferencesResponse
|
|
1392
|
+
* @throws OciError when an error occurs
|
|
1393
|
+
* @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.
|
|
1394
|
+
*/
|
|
1395
|
+
updatePreferences(updatePreferencesRequest: requests.UpdatePreferencesRequest): Promise<responses.UpdatePreferencesResponse>;
|
|
1349
1396
|
/**
|
|
1350
1397
|
* Update the scheduled task. Schedules may be updated only for taskType SAVED_SEARCH and PURGE.
|
|
1351
1398
|
* @param UpdateScheduledTaskRequest
|
|
1352
1399
|
* @return UpdateScheduledTaskResponse
|
|
1353
1400
|
* @throws OciError when an error occurs
|
|
1354
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1401
|
+
* @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.
|
|
1355
1402
|
*/
|
|
1356
1403
|
updateScheduledTask(updateScheduledTaskRequest: requests.UpdateScheduledTaskRequest): Promise<responses.UpdateScheduledTaskResponse>;
|
|
1357
1404
|
/**
|
|
@@ -1360,7 +1407,7 @@ export declare class LogAnalyticsClient {
|
|
|
1360
1407
|
* @param UpdateStorageRequest
|
|
1361
1408
|
* @return UpdateStorageResponse
|
|
1362
1409
|
* @throws OciError when an error occurs
|
|
1363
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1410
|
+
* @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.
|
|
1364
1411
|
*/
|
|
1365
1412
|
updateStorage(updateStorageRequest: requests.UpdateStorageRequest): Promise<responses.UpdateStorageResponse>;
|
|
1366
1413
|
/**
|
|
@@ -1369,7 +1416,7 @@ export declare class LogAnalyticsClient {
|
|
|
1369
1416
|
* @param UploadLogEventsFileRequest
|
|
1370
1417
|
* @return UploadLogEventsFileResponse
|
|
1371
1418
|
* @throws OciError when an error occurs
|
|
1372
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1419
|
+
* @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.
|
|
1373
1420
|
*/
|
|
1374
1421
|
uploadLogEventsFile(uploadLogEventsFileRequest: requests.UploadLogEventsFileRequest): Promise<responses.UploadLogEventsFileResponse>;
|
|
1375
1422
|
/**
|
|
@@ -1378,7 +1425,7 @@ export declare class LogAnalyticsClient {
|
|
|
1378
1425
|
* @param UploadLogFileRequest
|
|
1379
1426
|
* @return UploadLogFileResponse
|
|
1380
1427
|
* @throws OciError when an error occurs
|
|
1381
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1428
|
+
* @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.
|
|
1382
1429
|
*/
|
|
1383
1430
|
uploadLogFile(uploadLogFileRequest: requests.UploadLogFileRequest): Promise<responses.UploadLogFileResponse>;
|
|
1384
1431
|
/**
|
|
@@ -1387,7 +1434,7 @@ export declare class LogAnalyticsClient {
|
|
|
1387
1434
|
* @param UpsertAssociationsRequest
|
|
1388
1435
|
* @return UpsertAssociationsResponse
|
|
1389
1436
|
* @throws OciError when an error occurs
|
|
1390
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1437
|
+
* @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.
|
|
1391
1438
|
*/
|
|
1392
1439
|
upsertAssociations(upsertAssociationsRequest: requests.UpsertAssociationsRequest): Promise<responses.UpsertAssociationsResponse>;
|
|
1393
1440
|
/**
|
|
@@ -1396,7 +1443,7 @@ export declare class LogAnalyticsClient {
|
|
|
1396
1443
|
* @param UpsertFieldRequest
|
|
1397
1444
|
* @return UpsertFieldResponse
|
|
1398
1445
|
* @throws OciError when an error occurs
|
|
1399
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1446
|
+
* @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.
|
|
1400
1447
|
*/
|
|
1401
1448
|
upsertField(upsertFieldRequest: requests.UpsertFieldRequest): Promise<responses.UpsertFieldResponse>;
|
|
1402
1449
|
/**
|
|
@@ -1405,7 +1452,7 @@ export declare class LogAnalyticsClient {
|
|
|
1405
1452
|
* @param UpsertLabelRequest
|
|
1406
1453
|
* @return UpsertLabelResponse
|
|
1407
1454
|
* @throws OciError when an error occurs
|
|
1408
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1455
|
+
* @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.
|
|
1409
1456
|
*/
|
|
1410
1457
|
upsertLabel(upsertLabelRequest: requests.UpsertLabelRequest): Promise<responses.UpsertLabelResponse>;
|
|
1411
1458
|
/**
|
|
@@ -1414,7 +1461,7 @@ export declare class LogAnalyticsClient {
|
|
|
1414
1461
|
* @param UpsertParserRequest
|
|
1415
1462
|
* @return UpsertParserResponse
|
|
1416
1463
|
* @throws OciError when an error occurs
|
|
1417
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1464
|
+
* @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.
|
|
1418
1465
|
*/
|
|
1419
1466
|
upsertParser(upsertParserRequest: requests.UpsertParserRequest): Promise<responses.UpsertParserResponse>;
|
|
1420
1467
|
/**
|
|
@@ -1423,7 +1470,7 @@ export declare class LogAnalyticsClient {
|
|
|
1423
1470
|
* @param UpsertSourceRequest
|
|
1424
1471
|
* @return UpsertSourceResponse
|
|
1425
1472
|
* @throws OciError when an error occurs
|
|
1426
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1473
|
+
* @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.
|
|
1427
1474
|
*/
|
|
1428
1475
|
upsertSource(upsertSourceRequest: requests.UpsertSourceRequest): Promise<responses.UpsertSourceResponse>;
|
|
1429
1476
|
/**
|
|
@@ -1432,7 +1479,7 @@ export declare class LogAnalyticsClient {
|
|
|
1432
1479
|
* @param ValidateAssociationParametersRequest
|
|
1433
1480
|
* @return ValidateAssociationParametersResponse
|
|
1434
1481
|
* @throws OciError when an error occurs
|
|
1435
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1482
|
+
* @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.
|
|
1436
1483
|
*/
|
|
1437
1484
|
validateAssociationParameters(validateAssociationParametersRequest: requests.ValidateAssociationParametersRequest): Promise<responses.ValidateAssociationParametersResponse>;
|
|
1438
1485
|
/**
|
|
@@ -1440,7 +1487,7 @@ export declare class LogAnalyticsClient {
|
|
|
1440
1487
|
* @param ValidateFileRequest
|
|
1441
1488
|
* @return ValidateFileResponse
|
|
1442
1489
|
* @throws OciError when an error occurs
|
|
1443
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1490
|
+
* @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.
|
|
1444
1491
|
*/
|
|
1445
1492
|
validateFile(validateFileRequest: requests.ValidateFileRequest): Promise<responses.ValidateFileResponse>;
|
|
1446
1493
|
/**
|
|
@@ -1449,7 +1496,7 @@ export declare class LogAnalyticsClient {
|
|
|
1449
1496
|
* @param ValidateSourceRequest
|
|
1450
1497
|
* @return ValidateSourceResponse
|
|
1451
1498
|
* @throws OciError when an error occurs
|
|
1452
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1499
|
+
* @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.
|
|
1453
1500
|
*/
|
|
1454
1501
|
validateSource(validateSourceRequest: requests.ValidateSourceRequest): Promise<responses.ValidateSourceResponse>;
|
|
1455
1502
|
/**
|
|
@@ -1458,7 +1505,7 @@ export declare class LogAnalyticsClient {
|
|
|
1458
1505
|
* @param ValidateSourceExtendedFieldDetailsRequest
|
|
1459
1506
|
* @return ValidateSourceExtendedFieldDetailsResponse
|
|
1460
1507
|
* @throws OciError when an error occurs
|
|
1461
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1508
|
+
* @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.
|
|
1462
1509
|
*/
|
|
1463
1510
|
validateSourceExtendedFieldDetails(validateSourceExtendedFieldDetailsRequest: requests.ValidateSourceExtendedFieldDetailsRequest): Promise<responses.ValidateSourceExtendedFieldDetailsResponse>;
|
|
1464
1511
|
/**
|
|
@@ -1466,7 +1513,7 @@ export declare class LogAnalyticsClient {
|
|
|
1466
1513
|
* @param ValidateSourceMappingRequest
|
|
1467
1514
|
* @return ValidateSourceMappingResponse
|
|
1468
1515
|
* @throws OciError when an error occurs
|
|
1469
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1516
|
+
* @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.
|
|
1470
1517
|
*/
|
|
1471
1518
|
validateSourceMapping(validateSourceMappingRequest: requests.ValidateSourceMappingRequest): Promise<responses.ValidateSourceMappingResponse>;
|
|
1472
1519
|
}
|