oci-loganalytics 2.79.0 → 2.80.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +194 -194
- package/lib/client.js +204 -197
- 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 +8 -0
- package/lib/model/abstract-command-descriptor.js.map +1 -1
- package/lib/model/abstract-parser-test-result-log-entry.d.ts +6 -0
- package/lib/model/abstract-parser-test-result-log-entry.js.map +1 -1
- package/lib/model/create-log-analytics-entity-details.d.ts +7 -0
- package/lib/model/create-log-analytics-entity-details.js +30 -2
- package/lib/model/create-log-analytics-entity-details.js.map +1 -1
- package/lib/model/create-log-analytics-object-collection-rule-details.d.ts +10 -0
- package/lib/model/create-log-analytics-object-collection-rule-details.js.map +1 -1
- package/lib/model/create-table-command-descriptor.d.ts +31 -0
- package/lib/model/create-table-command-descriptor.js +55 -0
- package/lib/model/create-table-command-descriptor.js.map +1 -0
- package/lib/model/creation-source-type.d.ts +1 -0
- package/lib/model/creation-source-type.js +1 -0
- package/lib/model/creation-source-type.js.map +1 -1
- package/lib/model/dependency.d.ts +36 -0
- package/lib/model/dependency.js +30 -0
- package/lib/model/dependency.js.map +1 -0
- package/lib/model/dependent-parser.d.ts +61 -0
- package/lib/model/dependent-parser.js +75 -0
- package/lib/model/dependent-parser.js.map +1 -0
- package/lib/model/dependent-source.d.ts +58 -0
- package/lib/model/dependent-source.js +72 -0
- package/lib/model/dependent-source.js.map +1 -0
- package/lib/model/export-details.d.ts +1 -1
- package/lib/model/index.d.ts +22 -0
- package/lib/model/index.js +31 -9
- package/lib/model/index.js.map +1 -1
- package/lib/model/label-source-summary.d.ts +7 -0
- package/lib/model/label-source-summary.js +30 -2
- package/lib/model/label-source-summary.js.map +1 -1
- package/lib/model/last-execution-status.d.ts +24 -0
- package/lib/model/last-execution-status.js +35 -0
- package/lib/model/last-execution-status.js.map +1 -0
- package/lib/model/log-analytics-entity-summary.d.ts +6 -0
- package/lib/model/log-analytics-entity-summary.js +6 -0
- package/lib/model/log-analytics-entity-summary.js.map +1 -1
- package/lib/model/log-analytics-entity.d.ts +6 -0
- package/lib/model/log-analytics-entity.js +6 -0
- package/lib/model/log-analytics-entity.js.map +1 -1
- package/lib/model/log-analytics-lookup.d.ts +2 -1
- package/lib/model/log-analytics-lookup.js +1 -0
- package/lib/model/log-analytics-lookup.js.map +1 -1
- package/lib/model/log-analytics-metadata-collection.d.ts +27 -0
- package/lib/model/log-analytics-metadata-collection.js +62 -0
- package/lib/model/log-analytics-metadata-collection.js.map +1 -0
- package/lib/model/log-analytics-metadata-details.d.ts +27 -0
- package/lib/model/log-analytics-metadata-details.js +62 -0
- package/lib/model/log-analytics-metadata-details.js.map +1 -0
- package/lib/model/log-analytics-metadata-summary.d.ts +27 -0
- package/lib/model/log-analytics-metadata-summary.js +62 -0
- package/lib/model/log-analytics-metadata-summary.js.map +1 -0
- package/lib/model/log-analytics-metadata.d.ts +34 -0
- package/lib/model/log-analytics-metadata.js +30 -0
- package/lib/model/log-analytics-metadata.js.map +1 -0
- package/lib/model/log-analytics-object-collection-rule-summary.d.ts +5 -0
- package/lib/model/log-analytics-object-collection-rule-summary.js.map +1 -1
- package/lib/model/log-analytics-object-collection-rule.d.ts +10 -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 +13 -0
- package/lib/model/log-analytics-parser.js +20 -0
- package/lib/model/log-analytics-parser.js.map +1 -1
- package/lib/model/log-types.d.ts +30 -0
- package/lib/model/log-types.js +41 -0
- package/lib/model/log-types.js.map +1 -0
- package/lib/model/overlapping-recall-summary.d.ts +8 -0
- package/lib/model/overlapping-recall-summary.js.map +1 -1
- package/lib/model/parse-query-output.d.ts +1 -0
- package/lib/model/parse-query-output.js +4 -0
- package/lib/model/parse-query-output.js.map +1 -1
- package/lib/model/recall-archived-data-details.d.ts +4 -0
- package/lib/model/recall-archived-data-details.js.map +1 -1
- package/lib/model/recalled-data.d.ts +12 -0
- package/lib/model/recalled-data.js.map +1 -1
- package/lib/model/release-recalled-data-details.d.ts +6 -0
- package/lib/model/release-recalled-data-details.js.map +1 -1
- package/lib/model/rule-summary.d.ts +4 -0
- package/lib/model/rule-summary.js.map +1 -1
- package/lib/model/rule.d.ts +4 -0
- package/lib/model/rule.js.map +1 -1
- package/lib/model/scheduled-task-summary.d.ts +4 -0
- package/lib/model/scheduled-task-summary.js.map +1 -1
- package/lib/model/sequence-command-descriptor.d.ts +26 -0
- package/lib/model/sequence-command-descriptor.js +55 -0
- package/lib/model/sequence-command-descriptor.js.map +1 -0
- package/lib/model/storage-work-request-summary.d.ts +4 -0
- package/lib/model/storage-work-request-summary.js.map +1 -1
- package/lib/model/storage-work-request.d.ts +4 -0
- package/lib/model/storage-work-request.js.map +1 -1
- package/lib/model/table-column.d.ts +5 -0
- package/lib/model/table-column.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/update-log-analytics-entity-details.d.ts +7 -0
- package/lib/model/update-log-analytics-entity-details.js +30 -2
- package/lib/model/update-log-analytics-entity-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 +1 -1
- package/lib/request/assign-encryption-key-request.d.ts +1 -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-ingest-time-rule-compartment-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/compare-content-request.d.ts +1 -1
- package/lib/request/create-ingest-time-rule-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-ingest-time-rule-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-ingest-time-rule-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-ingest-time-rule-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 +1 -1
- package/lib/request/extract-structured-log-header-paths-request.d.ts +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-category-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-ingest-time-rule-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 +1 -1
- 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-recall-count-request.d.ts +1 -1
- package/lib/request/get-recalled-data-size-request.d.ts +1 -1
- package/lib/request/get-rules-summary-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 +1 -1
- 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 +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-categories-request.d.ts +1 -1
- package/lib/request/list-config-work-requests-request.d.ts +1 -1
- package/lib/request/list-effective-properties-request.d.ts +1 -1
- package/lib/request/list-encryption-key-info-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-ingest-time-rules-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 +7 -1
- package/lib/request/list-log-analytics-entities-request.js.map +1 -1
- package/lib/request/list-log-analytics-entity-topology-request.d.ts +7 -1
- package/lib/request/list-log-analytics-entity-topology-request.js.map +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 +4 -3
- package/lib/request/list-lookups-request.js +1 -0
- package/lib/request/list-lookups-request.js.map +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-overlapping-recalls-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-properties-metadata-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-resource-categories-request.d.ts +1 -1
- package/lib/request/list-rules-request.d.ts +6 -1
- package/lib/request/list-rules-request.js.map +1 -1
- package/lib/request/list-scheduled-tasks-request.d.ts +6 -1
- package/lib/request/list-scheduled-tasks-request.js.map +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 +5 -1
- package/lib/request/list-sources-request.js.map +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 +4 -3
- package/lib/request/register-lookup-request.js +1 -0
- 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 +1 -1
- package/lib/request/remove-resource-categories-request.d.ts +1 -1
- 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 +1 -1
- 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-ingest-time-rule-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 +1 -1
- package/lib/request/update-lookup-request.d.ts +1 -1
- package/lib/request/update-preferences-request.d.ts +1 -1
- package/lib/request/update-resource-categories-request.d.ts +1 -1
- 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-discovery-data-request.d.ts +6 -1
- package/lib/request/upload-discovery-data-request.js.map +1 -1
- package/lib/request/upload-log-events-file-request.d.ts +6 -1
- package/lib/request/upload-log-file-request.d.ts +1 -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-endpoint-request.d.ts +1 -1
- package/lib/request/validate-file-request.d.ts +1 -1
- package/lib/request/validate-label-condition-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/request/verify-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -58,7 +58,7 @@ var LogAnalyticsApiKeys;
|
|
|
58
58
|
*/
|
|
59
59
|
class LogAnalyticsClient {
|
|
60
60
|
constructor(params, clientConfiguration) {
|
|
61
|
-
this["_realmSpecificEndpointTemplateEnabled"] =
|
|
61
|
+
this["_realmSpecificEndpointTemplateEnabled"] = undefined;
|
|
62
62
|
this["_endpoint"] = "";
|
|
63
63
|
this["_defaultHeaders"] = {};
|
|
64
64
|
this._circuitBreaker = null;
|
|
@@ -197,7 +197,7 @@ class LogAnalyticsClient {
|
|
|
197
197
|
* @param AddEntityAssociationRequest
|
|
198
198
|
* @return AddEntityAssociationResponse
|
|
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.
|
|
200
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/AddEntityAssociation.ts.html |here} to see how to use AddEntityAssociation API.
|
|
201
201
|
*/
|
|
202
202
|
addEntityAssociation(addEntityAssociationRequest) {
|
|
203
203
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -256,7 +256,7 @@ class LogAnalyticsClient {
|
|
|
256
256
|
* @param AddSourceEventTypesRequest
|
|
257
257
|
* @return AddSourceEventTypesResponse
|
|
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.
|
|
259
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/AddSourceEventTypes.ts.html |here} to see how to use AddSourceEventTypes API.
|
|
260
260
|
*/
|
|
261
261
|
addSourceEventTypes(addSourceEventTypesRequest) {
|
|
262
262
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -314,7 +314,7 @@ class LogAnalyticsClient {
|
|
|
314
314
|
* @param AppendLookupDataRequest
|
|
315
315
|
* @return AppendLookupDataResponse
|
|
316
316
|
* @throws OciError when an error occurs
|
|
317
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
317
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/AppendLookupData.ts.html |here} to see how to use AppendLookupData API.
|
|
318
318
|
*/
|
|
319
319
|
appendLookupData(appendLookupDataRequest) {
|
|
320
320
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -382,7 +382,7 @@ class LogAnalyticsClient {
|
|
|
382
382
|
* @param AssignEncryptionKeyRequest
|
|
383
383
|
* @return AssignEncryptionKeyResponse
|
|
384
384
|
* @throws OciError when an error occurs
|
|
385
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
385
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/AssignEncryptionKey.ts.html |here} to see how to use AssignEncryptionKey API.
|
|
386
386
|
*/
|
|
387
387
|
assignEncryptionKey(assignEncryptionKeyRequest) {
|
|
388
388
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -450,7 +450,7 @@ class LogAnalyticsClient {
|
|
|
450
450
|
* @param BatchGetBasicInfoRequest
|
|
451
451
|
* @return BatchGetBasicInfoResponse
|
|
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.
|
|
453
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/BatchGetBasicInfo.ts.html |here} to see how to use BatchGetBasicInfo API.
|
|
454
454
|
*/
|
|
455
455
|
batchGetBasicInfo(batchGetBasicInfoRequest) {
|
|
456
456
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -525,7 +525,7 @@ class LogAnalyticsClient {
|
|
|
525
525
|
* @param CancelQueryWorkRequestRequest
|
|
526
526
|
* @return CancelQueryWorkRequestResponse
|
|
527
527
|
* @throws OciError when an error occurs
|
|
528
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
528
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/CancelQueryWorkRequest.ts.html |here} to see how to use CancelQueryWorkRequest API.
|
|
529
529
|
*/
|
|
530
530
|
cancelQueryWorkRequest(cancelQueryWorkRequestRequest) {
|
|
531
531
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -582,7 +582,7 @@ class LogAnalyticsClient {
|
|
|
582
582
|
* @param ChangeIngestTimeRuleCompartmentRequest
|
|
583
583
|
* @return ChangeIngestTimeRuleCompartmentResponse
|
|
584
584
|
* @throws OciError when an error occurs
|
|
585
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
585
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ChangeIngestTimeRuleCompartment.ts.html |here} to see how to use ChangeIngestTimeRuleCompartment API.
|
|
586
586
|
*/
|
|
587
587
|
changeIngestTimeRuleCompartment(changeIngestTimeRuleCompartmentRequest) {
|
|
588
588
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -640,7 +640,7 @@ class LogAnalyticsClient {
|
|
|
640
640
|
* @param ChangeLogAnalyticsEmBridgeCompartmentRequest
|
|
641
641
|
* @return ChangeLogAnalyticsEmBridgeCompartmentResponse
|
|
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.
|
|
643
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ChangeLogAnalyticsEmBridgeCompartment.ts.html |here} to see how to use ChangeLogAnalyticsEmBridgeCompartment API.
|
|
644
644
|
*/
|
|
645
645
|
changeLogAnalyticsEmBridgeCompartment(changeLogAnalyticsEmBridgeCompartmentRequest) {
|
|
646
646
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -698,7 +698,7 @@ class LogAnalyticsClient {
|
|
|
698
698
|
* @param ChangeLogAnalyticsEntityCompartmentRequest
|
|
699
699
|
* @return ChangeLogAnalyticsEntityCompartmentResponse
|
|
700
700
|
* @throws OciError when an error occurs
|
|
701
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
701
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ChangeLogAnalyticsEntityCompartment.ts.html |here} to see how to use ChangeLogAnalyticsEntityCompartment API.
|
|
702
702
|
*/
|
|
703
703
|
changeLogAnalyticsEntityCompartment(changeLogAnalyticsEntityCompartmentRequest) {
|
|
704
704
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -757,7 +757,7 @@ class LogAnalyticsClient {
|
|
|
757
757
|
* @param ChangeLogAnalyticsLogGroupCompartmentRequest
|
|
758
758
|
* @return ChangeLogAnalyticsLogGroupCompartmentResponse
|
|
759
759
|
* @throws OciError when an error occurs
|
|
760
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
760
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ChangeLogAnalyticsLogGroupCompartment.ts.html |here} to see how to use ChangeLogAnalyticsLogGroupCompartment API.
|
|
761
761
|
*/
|
|
762
762
|
changeLogAnalyticsLogGroupCompartment(changeLogAnalyticsLogGroupCompartmentRequest) {
|
|
763
763
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -815,7 +815,7 @@ class LogAnalyticsClient {
|
|
|
815
815
|
* @param ChangeLogAnalyticsObjectCollectionRuleCompartmentRequest
|
|
816
816
|
* @return ChangeLogAnalyticsObjectCollectionRuleCompartmentResponse
|
|
817
817
|
* @throws OciError when an error occurs
|
|
818
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
818
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ChangeLogAnalyticsObjectCollectionRuleCompartment.ts.html |here} to see how to use ChangeLogAnalyticsObjectCollectionRuleCompartment API.
|
|
819
819
|
*/
|
|
820
820
|
changeLogAnalyticsObjectCollectionRuleCompartment(changeLogAnalyticsObjectCollectionRuleCompartmentRequest) {
|
|
821
821
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -873,7 +873,7 @@ class LogAnalyticsClient {
|
|
|
873
873
|
* @param ChangeScheduledTaskCompartmentRequest
|
|
874
874
|
* @return ChangeScheduledTaskCompartmentResponse
|
|
875
875
|
* @throws OciError when an error occurs
|
|
876
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
876
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ChangeScheduledTaskCompartment.ts.html |here} to see how to use ChangeScheduledTaskCompartment API.
|
|
877
877
|
*/
|
|
878
878
|
changeScheduledTaskCompartment(changeScheduledTaskCompartmentRequest) {
|
|
879
879
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -933,7 +933,7 @@ class LogAnalyticsClient {
|
|
|
933
933
|
* @param CleanRequest
|
|
934
934
|
* @return CleanResponse
|
|
935
935
|
* @throws OciError when an error occurs
|
|
936
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
936
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/Clean.ts.html |here} to see how to use Clean API.
|
|
937
937
|
*/
|
|
938
938
|
clean(cleanRequest) {
|
|
939
939
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -993,7 +993,7 @@ class LogAnalyticsClient {
|
|
|
993
993
|
* @param CompareContentRequest
|
|
994
994
|
* @return CompareContentResponse
|
|
995
995
|
* @throws OciError when an error occurs
|
|
996
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
996
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/CompareContent.ts.html |here} to see how to use CompareContent API.
|
|
997
997
|
*/
|
|
998
998
|
compareContent(compareContentRequest) {
|
|
999
999
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1053,7 +1053,7 @@ class LogAnalyticsClient {
|
|
|
1053
1053
|
* @param CreateIngestTimeRuleRequest
|
|
1054
1054
|
* @return CreateIngestTimeRuleResponse
|
|
1055
1055
|
* @throws OciError when an error occurs
|
|
1056
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1056
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/CreateIngestTimeRule.ts.html |here} to see how to use CreateIngestTimeRule API.
|
|
1057
1057
|
*/
|
|
1058
1058
|
createIngestTimeRule(createIngestTimeRuleRequest) {
|
|
1059
1059
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1118,7 +1118,7 @@ class LogAnalyticsClient {
|
|
|
1118
1118
|
* @param CreateLogAnalyticsEmBridgeRequest
|
|
1119
1119
|
* @return CreateLogAnalyticsEmBridgeResponse
|
|
1120
1120
|
* @throws OciError when an error occurs
|
|
1121
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1121
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/CreateLogAnalyticsEmBridge.ts.html |here} to see how to use CreateLogAnalyticsEmBridge API.
|
|
1122
1122
|
*/
|
|
1123
1123
|
createLogAnalyticsEmBridge(createLogAnalyticsEmBridgeRequest) {
|
|
1124
1124
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1183,7 +1183,7 @@ class LogAnalyticsClient {
|
|
|
1183
1183
|
* @param CreateLogAnalyticsEntityRequest
|
|
1184
1184
|
* @return CreateLogAnalyticsEntityResponse
|
|
1185
1185
|
* @throws OciError when an error occurs
|
|
1186
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1186
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/CreateLogAnalyticsEntity.ts.html |here} to see how to use CreateLogAnalyticsEntity API.
|
|
1187
1187
|
*/
|
|
1188
1188
|
createLogAnalyticsEntity(createLogAnalyticsEntityRequest) {
|
|
1189
1189
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1248,7 +1248,7 @@ class LogAnalyticsClient {
|
|
|
1248
1248
|
* @param CreateLogAnalyticsEntityTypeRequest
|
|
1249
1249
|
* @return CreateLogAnalyticsEntityTypeResponse
|
|
1250
1250
|
* @throws OciError when an error occurs
|
|
1251
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1251
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/CreateLogAnalyticsEntityType.ts.html |here} to see how to use CreateLogAnalyticsEntityType API.
|
|
1252
1252
|
*/
|
|
1253
1253
|
createLogAnalyticsEntityType(createLogAnalyticsEntityTypeRequest) {
|
|
1254
1254
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1305,7 +1305,7 @@ class LogAnalyticsClient {
|
|
|
1305
1305
|
* @param CreateLogAnalyticsLogGroupRequest
|
|
1306
1306
|
* @return CreateLogAnalyticsLogGroupResponse
|
|
1307
1307
|
* @throws OciError when an error occurs
|
|
1308
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1308
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/CreateLogAnalyticsLogGroup.ts.html |here} to see how to use CreateLogAnalyticsLogGroup API.
|
|
1309
1309
|
*/
|
|
1310
1310
|
createLogAnalyticsLogGroup(createLogAnalyticsLogGroupRequest) {
|
|
1311
1311
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1370,7 +1370,7 @@ class LogAnalyticsClient {
|
|
|
1370
1370
|
* @param CreateLogAnalyticsObjectCollectionRuleRequest
|
|
1371
1371
|
* @return CreateLogAnalyticsObjectCollectionRuleResponse
|
|
1372
1372
|
* @throws OciError when an error occurs
|
|
1373
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1373
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/CreateLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use CreateLogAnalyticsObjectCollectionRule API.
|
|
1374
1374
|
*/
|
|
1375
1375
|
createLogAnalyticsObjectCollectionRule(createLogAnalyticsObjectCollectionRuleRequest) {
|
|
1376
1376
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1434,7 +1434,7 @@ class LogAnalyticsClient {
|
|
|
1434
1434
|
* @param CreateScheduledTaskRequest
|
|
1435
1435
|
* @return CreateScheduledTaskResponse
|
|
1436
1436
|
* @throws OciError when an error occurs
|
|
1437
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1437
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/CreateScheduledTask.ts.html |here} to see how to use CreateScheduledTask API.
|
|
1438
1438
|
*/
|
|
1439
1439
|
createScheduledTask(createScheduledTaskRequest) {
|
|
1440
1440
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1500,7 +1500,7 @@ class LogAnalyticsClient {
|
|
|
1500
1500
|
* @param DeleteAssociationsRequest
|
|
1501
1501
|
* @return DeleteAssociationsResponse
|
|
1502
1502
|
* @throws OciError when an error occurs
|
|
1503
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1503
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/DeleteAssociations.ts.html |here} to see how to use DeleteAssociations API.
|
|
1504
1504
|
*/
|
|
1505
1505
|
deleteAssociations(deleteAssociationsRequest) {
|
|
1506
1506
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1562,7 +1562,7 @@ class LogAnalyticsClient {
|
|
|
1562
1562
|
* @param DeleteFieldRequest
|
|
1563
1563
|
* @return DeleteFieldResponse
|
|
1564
1564
|
* @throws OciError when an error occurs
|
|
1565
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1565
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/DeleteField.ts.html |here} to see how to use DeleteField API.
|
|
1566
1566
|
*/
|
|
1567
1567
|
deleteField(deleteFieldRequest) {
|
|
1568
1568
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1620,7 +1620,7 @@ class LogAnalyticsClient {
|
|
|
1620
1620
|
* @param DeleteIngestTimeRuleRequest
|
|
1621
1621
|
* @return DeleteIngestTimeRuleResponse
|
|
1622
1622
|
* @throws OciError when an error occurs
|
|
1623
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1623
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/DeleteIngestTimeRule.ts.html |here} to see how to use DeleteIngestTimeRule API.
|
|
1624
1624
|
*/
|
|
1625
1625
|
deleteIngestTimeRule(deleteIngestTimeRuleRequest) {
|
|
1626
1626
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1677,7 +1677,7 @@ class LogAnalyticsClient {
|
|
|
1677
1677
|
* @param DeleteLabelRequest
|
|
1678
1678
|
* @return DeleteLabelResponse
|
|
1679
1679
|
* @throws OciError when an error occurs
|
|
1680
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1680
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/DeleteLabel.ts.html |here} to see how to use DeleteLabel API.
|
|
1681
1681
|
*/
|
|
1682
1682
|
deleteLabel(deleteLabelRequest) {
|
|
1683
1683
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1734,7 +1734,7 @@ class LogAnalyticsClient {
|
|
|
1734
1734
|
* @param DeleteLogAnalyticsEmBridgeRequest
|
|
1735
1735
|
* @return DeleteLogAnalyticsEmBridgeResponse
|
|
1736
1736
|
* @throws OciError when an error occurs
|
|
1737
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1737
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/DeleteLogAnalyticsEmBridge.ts.html |here} to see how to use DeleteLogAnalyticsEmBridge API.
|
|
1738
1738
|
*/
|
|
1739
1739
|
deleteLogAnalyticsEmBridge(deleteLogAnalyticsEmBridgeRequest) {
|
|
1740
1740
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1792,7 +1792,7 @@ class LogAnalyticsClient {
|
|
|
1792
1792
|
* @param DeleteLogAnalyticsEntityRequest
|
|
1793
1793
|
* @return DeleteLogAnalyticsEntityResponse
|
|
1794
1794
|
* @throws OciError when an error occurs
|
|
1795
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1795
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/DeleteLogAnalyticsEntity.ts.html |here} to see how to use DeleteLogAnalyticsEntity API.
|
|
1796
1796
|
*/
|
|
1797
1797
|
deleteLogAnalyticsEntity(deleteLogAnalyticsEntityRequest) {
|
|
1798
1798
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1848,7 +1848,7 @@ class LogAnalyticsClient {
|
|
|
1848
1848
|
* @param DeleteLogAnalyticsEntityTypeRequest
|
|
1849
1849
|
* @return DeleteLogAnalyticsEntityTypeResponse
|
|
1850
1850
|
* @throws OciError when an error occurs
|
|
1851
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1851
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/DeleteLogAnalyticsEntityType.ts.html |here} to see how to use DeleteLogAnalyticsEntityType API.
|
|
1852
1852
|
*/
|
|
1853
1853
|
deleteLogAnalyticsEntityType(deleteLogAnalyticsEntityTypeRequest) {
|
|
1854
1854
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1905,7 +1905,7 @@ class LogAnalyticsClient {
|
|
|
1905
1905
|
* @param DeleteLogAnalyticsLogGroupRequest
|
|
1906
1906
|
* @return DeleteLogAnalyticsLogGroupResponse
|
|
1907
1907
|
* @throws OciError when an error occurs
|
|
1908
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1908
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/DeleteLogAnalyticsLogGroup.ts.html |here} to see how to use DeleteLogAnalyticsLogGroup API.
|
|
1909
1909
|
*/
|
|
1910
1910
|
deleteLogAnalyticsLogGroup(deleteLogAnalyticsLogGroupRequest) {
|
|
1911
1911
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1963,7 +1963,7 @@ class LogAnalyticsClient {
|
|
|
1963
1963
|
* @param DeleteLogAnalyticsObjectCollectionRuleRequest
|
|
1964
1964
|
* @return DeleteLogAnalyticsObjectCollectionRuleResponse
|
|
1965
1965
|
* @throws OciError when an error occurs
|
|
1966
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1966
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/DeleteLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use DeleteLogAnalyticsObjectCollectionRule API.
|
|
1967
1967
|
*/
|
|
1968
1968
|
deleteLogAnalyticsObjectCollectionRule(deleteLogAnalyticsObjectCollectionRuleRequest) {
|
|
1969
1969
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2020,7 +2020,7 @@ class LogAnalyticsClient {
|
|
|
2020
2020
|
* @param DeleteLookupRequest
|
|
2021
2021
|
* @return DeleteLookupResponse
|
|
2022
2022
|
* @throws OciError when an error occurs
|
|
2023
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2023
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/DeleteLookup.ts.html |here} to see how to use DeleteLookup API.
|
|
2024
2024
|
*/
|
|
2025
2025
|
deleteLookup(deleteLookupRequest) {
|
|
2026
2026
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2085,7 +2085,7 @@ class LogAnalyticsClient {
|
|
|
2085
2085
|
* @param DeleteParserRequest
|
|
2086
2086
|
* @return DeleteParserResponse
|
|
2087
2087
|
* @throws OciError when an error occurs
|
|
2088
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2088
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/DeleteParser.ts.html |here} to see how to use DeleteParser API.
|
|
2089
2089
|
*/
|
|
2090
2090
|
deleteParser(deleteParserRequest) {
|
|
2091
2091
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2142,7 +2142,7 @@ class LogAnalyticsClient {
|
|
|
2142
2142
|
* @param DeleteScheduledTaskRequest
|
|
2143
2143
|
* @return DeleteScheduledTaskResponse
|
|
2144
2144
|
* @throws OciError when an error occurs
|
|
2145
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2145
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/DeleteScheduledTask.ts.html |here} to see how to use DeleteScheduledTask API.
|
|
2146
2146
|
*/
|
|
2147
2147
|
deleteScheduledTask(deleteScheduledTaskRequest) {
|
|
2148
2148
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2199,7 +2199,7 @@ class LogAnalyticsClient {
|
|
|
2199
2199
|
* @param DeleteSourceRequest
|
|
2200
2200
|
* @return DeleteSourceResponse
|
|
2201
2201
|
* @throws OciError when an error occurs
|
|
2202
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2202
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/DeleteSource.ts.html |here} to see how to use DeleteSource API.
|
|
2203
2203
|
*/
|
|
2204
2204
|
deleteSource(deleteSourceRequest) {
|
|
2205
2205
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2258,7 +2258,7 @@ class LogAnalyticsClient {
|
|
|
2258
2258
|
* @param DeleteUploadRequest
|
|
2259
2259
|
* @return DeleteUploadResponse
|
|
2260
2260
|
* @throws OciError when an error occurs
|
|
2261
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2261
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/DeleteUpload.ts.html |here} to see how to use DeleteUpload API.
|
|
2262
2262
|
*/
|
|
2263
2263
|
deleteUpload(deleteUploadRequest) {
|
|
2264
2264
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2326,7 +2326,7 @@ class LogAnalyticsClient {
|
|
|
2326
2326
|
* @param DeleteUploadFileRequest
|
|
2327
2327
|
* @return DeleteUploadFileResponse
|
|
2328
2328
|
* @throws OciError when an error occurs
|
|
2329
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2329
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/DeleteUploadFile.ts.html |here} to see how to use DeleteUploadFile API.
|
|
2330
2330
|
*/
|
|
2331
2331
|
deleteUploadFile(deleteUploadFileRequest) {
|
|
2332
2332
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2393,7 +2393,7 @@ class LogAnalyticsClient {
|
|
|
2393
2393
|
* @param DeleteUploadWarningRequest
|
|
2394
2394
|
* @return DeleteUploadWarningResponse
|
|
2395
2395
|
* @throws OciError when an error occurs
|
|
2396
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2396
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/DeleteUploadWarning.ts.html |here} to see how to use DeleteUploadWarning API.
|
|
2397
2397
|
*/
|
|
2398
2398
|
deleteUploadWarning(deleteUploadWarningRequest) {
|
|
2399
2399
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2450,7 +2450,7 @@ class LogAnalyticsClient {
|
|
|
2450
2450
|
* @param DisableArchivingRequest
|
|
2451
2451
|
* @return DisableArchivingResponse
|
|
2452
2452
|
* @throws OciError when an error occurs
|
|
2453
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2453
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/DisableArchiving.ts.html |here} to see how to use DisableArchiving API.
|
|
2454
2454
|
*/
|
|
2455
2455
|
disableArchiving(disableArchivingRequest) {
|
|
2456
2456
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2517,7 +2517,7 @@ class LogAnalyticsClient {
|
|
|
2517
2517
|
* @param DisableAutoAssociationRequest
|
|
2518
2518
|
* @return DisableAutoAssociationResponse
|
|
2519
2519
|
* @throws OciError when an error occurs
|
|
2520
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2520
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/DisableAutoAssociation.ts.html |here} to see how to use DisableAutoAssociation API.
|
|
2521
2521
|
*/
|
|
2522
2522
|
disableAutoAssociation(disableAutoAssociationRequest) {
|
|
2523
2523
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2580,7 +2580,7 @@ class LogAnalyticsClient {
|
|
|
2580
2580
|
* @param DisableIngestTimeRuleRequest
|
|
2581
2581
|
* @return DisableIngestTimeRuleResponse
|
|
2582
2582
|
* @throws OciError when an error occurs
|
|
2583
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2583
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/DisableIngestTimeRule.ts.html |here} to see how to use DisableIngestTimeRule API.
|
|
2584
2584
|
*/
|
|
2585
2585
|
disableIngestTimeRule(disableIngestTimeRuleRequest) {
|
|
2586
2586
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2642,7 +2642,7 @@ class LogAnalyticsClient {
|
|
|
2642
2642
|
* @param DisableSourceEventTypesRequest
|
|
2643
2643
|
* @return DisableSourceEventTypesResponse
|
|
2644
2644
|
* @throws OciError when an error occurs
|
|
2645
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2645
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/DisableSourceEventTypes.ts.html |here} to see how to use DisableSourceEventTypes API.
|
|
2646
2646
|
*/
|
|
2647
2647
|
disableSourceEventTypes(disableSourceEventTypesRequest) {
|
|
2648
2648
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2700,7 +2700,7 @@ class LogAnalyticsClient {
|
|
|
2700
2700
|
* @param EnableArchivingRequest
|
|
2701
2701
|
* @return EnableArchivingResponse
|
|
2702
2702
|
* @throws OciError when an error occurs
|
|
2703
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2703
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/EnableArchiving.ts.html |here} to see how to use EnableArchiving API.
|
|
2704
2704
|
*/
|
|
2705
2705
|
enableArchiving(enableArchivingRequest) {
|
|
2706
2706
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2767,7 +2767,7 @@ class LogAnalyticsClient {
|
|
|
2767
2767
|
* @param EnableAutoAssociationRequest
|
|
2768
2768
|
* @return EnableAutoAssociationResponse
|
|
2769
2769
|
* @throws OciError when an error occurs
|
|
2770
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2770
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/EnableAutoAssociation.ts.html |here} to see how to use EnableAutoAssociation API.
|
|
2771
2771
|
*/
|
|
2772
2772
|
enableAutoAssociation(enableAutoAssociationRequest) {
|
|
2773
2773
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2830,7 +2830,7 @@ class LogAnalyticsClient {
|
|
|
2830
2830
|
* @param EnableIngestTimeRuleRequest
|
|
2831
2831
|
* @return EnableIngestTimeRuleResponse
|
|
2832
2832
|
* @throws OciError when an error occurs
|
|
2833
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2833
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/EnableIngestTimeRule.ts.html |here} to see how to use EnableIngestTimeRule API.
|
|
2834
2834
|
*/
|
|
2835
2835
|
enableIngestTimeRule(enableIngestTimeRuleRequest) {
|
|
2836
2836
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2892,7 +2892,7 @@ class LogAnalyticsClient {
|
|
|
2892
2892
|
* @param EnableSourceEventTypesRequest
|
|
2893
2893
|
* @return EnableSourceEventTypesResponse
|
|
2894
2894
|
* @throws OciError when an error occurs
|
|
2895
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2895
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/EnableSourceEventTypes.ts.html |here} to see how to use EnableSourceEventTypes API.
|
|
2896
2896
|
*/
|
|
2897
2897
|
enableSourceEventTypes(enableSourceEventTypesRequest) {
|
|
2898
2898
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2950,7 +2950,7 @@ class LogAnalyticsClient {
|
|
|
2950
2950
|
* @param EstimatePurgeDataSizeRequest
|
|
2951
2951
|
* @return EstimatePurgeDataSizeResponse
|
|
2952
2952
|
* @throws OciError when an error occurs
|
|
2953
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2953
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/EstimatePurgeDataSize.ts.html |here} to see how to use EstimatePurgeDataSize API.
|
|
2954
2954
|
*/
|
|
2955
2955
|
estimatePurgeDataSize(estimatePurgeDataSizeRequest) {
|
|
2956
2956
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3017,7 +3017,7 @@ class LogAnalyticsClient {
|
|
|
3017
3017
|
* @param EstimateRecallDataSizeRequest
|
|
3018
3018
|
* @return EstimateRecallDataSizeResponse
|
|
3019
3019
|
* @throws OciError when an error occurs
|
|
3020
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3020
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/EstimateRecallDataSize.ts.html |here} to see how to use EstimateRecallDataSize API.
|
|
3021
3021
|
*/
|
|
3022
3022
|
estimateRecallDataSize(estimateRecallDataSizeRequest) {
|
|
3023
3023
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3077,7 +3077,7 @@ class LogAnalyticsClient {
|
|
|
3077
3077
|
* @param EstimateReleaseDataSizeRequest
|
|
3078
3078
|
* @return EstimateReleaseDataSizeResponse
|
|
3079
3079
|
* @throws OciError when an error occurs
|
|
3080
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3080
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/EstimateReleaseDataSize.ts.html |here} to see how to use EstimateReleaseDataSize API.
|
|
3081
3081
|
*/
|
|
3082
3082
|
estimateReleaseDataSize(estimateReleaseDataSizeRequest) {
|
|
3083
3083
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3137,7 +3137,7 @@ class LogAnalyticsClient {
|
|
|
3137
3137
|
* @param ExportCustomContentRequest
|
|
3138
3138
|
* @return ExportCustomContentResponse
|
|
3139
3139
|
* @throws OciError when an error occurs
|
|
3140
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3140
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ExportCustomContent.ts.html |here} to see how to use ExportCustomContent API.
|
|
3141
3141
|
*/
|
|
3142
3142
|
exportCustomContent(exportCustomContentRequest) {
|
|
3143
3143
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3196,7 +3196,7 @@ class LogAnalyticsClient {
|
|
|
3196
3196
|
* @param ExportQueryResultRequest
|
|
3197
3197
|
* @return ExportQueryResultResponse
|
|
3198
3198
|
* @throws OciError when an error occurs
|
|
3199
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3199
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ExportQueryResult.ts.html |here} to see how to use ExportQueryResult API.
|
|
3200
3200
|
*/
|
|
3201
3201
|
exportQueryResult(exportQueryResultRequest) {
|
|
3202
3202
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3255,7 +3255,7 @@ class LogAnalyticsClient {
|
|
|
3255
3255
|
* @param ExtractStructuredLogFieldPathsRequest
|
|
3256
3256
|
* @return ExtractStructuredLogFieldPathsResponse
|
|
3257
3257
|
* @throws OciError when an error occurs
|
|
3258
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3258
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ExtractStructuredLogFieldPaths.ts.html |here} to see how to use ExtractStructuredLogFieldPaths API.
|
|
3259
3259
|
*/
|
|
3260
3260
|
extractStructuredLogFieldPaths(extractStructuredLogFieldPathsRequest) {
|
|
3261
3261
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3318,7 +3318,7 @@ class LogAnalyticsClient {
|
|
|
3318
3318
|
* @param ExtractStructuredLogHeaderPathsRequest
|
|
3319
3319
|
* @return ExtractStructuredLogHeaderPathsResponse
|
|
3320
3320
|
* @throws OciError when an error occurs
|
|
3321
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3321
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ExtractStructuredLogHeaderPaths.ts.html |here} to see how to use ExtractStructuredLogHeaderPaths API.
|
|
3322
3322
|
*/
|
|
3323
3323
|
extractStructuredLogHeaderPaths(extractStructuredLogHeaderPathsRequest) {
|
|
3324
3324
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3380,7 +3380,7 @@ class LogAnalyticsClient {
|
|
|
3380
3380
|
* @param FilterRequest
|
|
3381
3381
|
* @return FilterResponse
|
|
3382
3382
|
* @throws OciError when an error occurs
|
|
3383
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3383
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/Filter.ts.html |here} to see how to use Filter API.
|
|
3384
3384
|
*/
|
|
3385
3385
|
filter(filterRequest) {
|
|
3386
3386
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3440,7 +3440,7 @@ class LogAnalyticsClient {
|
|
|
3440
3440
|
* @param GetAssociationSummaryRequest
|
|
3441
3441
|
* @return GetAssociationSummaryResponse
|
|
3442
3442
|
* @throws OciError when an error occurs
|
|
3443
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3443
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/GetAssociationSummary.ts.html |here} to see how to use GetAssociationSummary API.
|
|
3444
3444
|
*/
|
|
3445
3445
|
getAssociationSummary(getAssociationSummaryRequest) {
|
|
3446
3446
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3501,7 +3501,7 @@ class LogAnalyticsClient {
|
|
|
3501
3501
|
* @param GetCategoryRequest
|
|
3502
3502
|
* @return GetCategoryResponse
|
|
3503
3503
|
* @throws OciError when an error occurs
|
|
3504
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3504
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/GetCategory.ts.html |here} to see how to use GetCategory API.
|
|
3505
3505
|
*/
|
|
3506
3506
|
getCategory(getCategoryRequest) {
|
|
3507
3507
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3561,7 +3561,7 @@ class LogAnalyticsClient {
|
|
|
3561
3561
|
* @param GetColumnNamesRequest
|
|
3562
3562
|
* @return GetColumnNamesResponse
|
|
3563
3563
|
* @throws OciError when an error occurs
|
|
3564
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3564
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/GetColumnNames.ts.html |here} to see how to use GetColumnNames API.
|
|
3565
3565
|
*/
|
|
3566
3566
|
getColumnNames(getColumnNamesRequest) {
|
|
3567
3567
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3623,7 +3623,7 @@ class LogAnalyticsClient {
|
|
|
3623
3623
|
* @param GetConfigWorkRequestRequest
|
|
3624
3624
|
* @return GetConfigWorkRequestResponse
|
|
3625
3625
|
* @throws OciError when an error occurs
|
|
3626
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3626
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/GetConfigWorkRequest.ts.html |here} to see how to use GetConfigWorkRequest API.
|
|
3627
3627
|
*/
|
|
3628
3628
|
getConfigWorkRequest(getConfigWorkRequestRequest) {
|
|
3629
3629
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3683,7 +3683,7 @@ class LogAnalyticsClient {
|
|
|
3683
3683
|
* @param GetFieldRequest
|
|
3684
3684
|
* @return GetFieldResponse
|
|
3685
3685
|
* @throws OciError when an error occurs
|
|
3686
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3686
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/GetField.ts.html |here} to see how to use GetField API.
|
|
3687
3687
|
*/
|
|
3688
3688
|
getField(getFieldRequest) {
|
|
3689
3689
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3748,7 +3748,7 @@ class LogAnalyticsClient {
|
|
|
3748
3748
|
* @param GetFieldsSummaryRequest
|
|
3749
3749
|
* @return GetFieldsSummaryResponse
|
|
3750
3750
|
* @throws OciError when an error occurs
|
|
3751
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3751
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/GetFieldsSummary.ts.html |here} to see how to use GetFieldsSummary API.
|
|
3752
3752
|
*/
|
|
3753
3753
|
getFieldsSummary(getFieldsSummaryRequest) {
|
|
3754
3754
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3809,7 +3809,7 @@ class LogAnalyticsClient {
|
|
|
3809
3809
|
* @param GetIngestTimeRuleRequest
|
|
3810
3810
|
* @return GetIngestTimeRuleResponse
|
|
3811
3811
|
* @throws OciError when an error occurs
|
|
3812
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3812
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/GetIngestTimeRule.ts.html |here} to see how to use GetIngestTimeRule API.
|
|
3813
3813
|
*/
|
|
3814
3814
|
getIngestTimeRule(getIngestTimeRuleRequest) {
|
|
3815
3815
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3874,7 +3874,7 @@ class LogAnalyticsClient {
|
|
|
3874
3874
|
* @param GetLabelRequest
|
|
3875
3875
|
* @return GetLabelResponse
|
|
3876
3876
|
* @throws OciError when an error occurs
|
|
3877
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3877
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/GetLabel.ts.html |here} to see how to use GetLabel API.
|
|
3878
3878
|
*/
|
|
3879
3879
|
getLabel(getLabelRequest) {
|
|
3880
3880
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3939,7 +3939,7 @@ class LogAnalyticsClient {
|
|
|
3939
3939
|
* @param GetLabelSummaryRequest
|
|
3940
3940
|
* @return GetLabelSummaryResponse
|
|
3941
3941
|
* @throws OciError when an error occurs
|
|
3942
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3942
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/GetLabelSummary.ts.html |here} to see how to use GetLabelSummary API.
|
|
3943
3943
|
*/
|
|
3944
3944
|
getLabelSummary(getLabelSummaryRequest) {
|
|
3945
3945
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3997,7 +3997,7 @@ class LogAnalyticsClient {
|
|
|
3997
3997
|
* @param GetLogAnalyticsEmBridgeRequest
|
|
3998
3998
|
* @return GetLogAnalyticsEmBridgeResponse
|
|
3999
3999
|
* @throws OciError when an error occurs
|
|
4000
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4000
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/GetLogAnalyticsEmBridge.ts.html |here} to see how to use GetLogAnalyticsEmBridge API.
|
|
4001
4001
|
*/
|
|
4002
4002
|
getLogAnalyticsEmBridge(getLogAnalyticsEmBridgeRequest) {
|
|
4003
4003
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4061,7 +4061,7 @@ class LogAnalyticsClient {
|
|
|
4061
4061
|
* @param GetLogAnalyticsEmBridgeSummaryRequest
|
|
4062
4062
|
* @return GetLogAnalyticsEmBridgeSummaryResponse
|
|
4063
4063
|
* @throws OciError when an error occurs
|
|
4064
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4064
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/GetLogAnalyticsEmBridgeSummary.ts.html |here} to see how to use GetLogAnalyticsEmBridgeSummary API.
|
|
4065
4065
|
*/
|
|
4066
4066
|
getLogAnalyticsEmBridgeSummary(getLogAnalyticsEmBridgeSummaryRequest) {
|
|
4067
4067
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4121,7 +4121,7 @@ class LogAnalyticsClient {
|
|
|
4121
4121
|
* @param GetLogAnalyticsEntitiesSummaryRequest
|
|
4122
4122
|
* @return GetLogAnalyticsEntitiesSummaryResponse
|
|
4123
4123
|
* @throws OciError when an error occurs
|
|
4124
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4124
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/GetLogAnalyticsEntitiesSummary.ts.html |here} to see how to use GetLogAnalyticsEntitiesSummary API.
|
|
4125
4125
|
*/
|
|
4126
4126
|
getLogAnalyticsEntitiesSummary(getLogAnalyticsEntitiesSummaryRequest) {
|
|
4127
4127
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4181,7 +4181,7 @@ class LogAnalyticsClient {
|
|
|
4181
4181
|
* @param GetLogAnalyticsEntityRequest
|
|
4182
4182
|
* @return GetLogAnalyticsEntityResponse
|
|
4183
4183
|
* @throws OciError when an error occurs
|
|
4184
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4184
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/GetLogAnalyticsEntity.ts.html |here} to see how to use GetLogAnalyticsEntity API.
|
|
4185
4185
|
*/
|
|
4186
4186
|
getLogAnalyticsEntity(getLogAnalyticsEntityRequest) {
|
|
4187
4187
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4245,7 +4245,7 @@ class LogAnalyticsClient {
|
|
|
4245
4245
|
* @param GetLogAnalyticsEntityTypeRequest
|
|
4246
4246
|
* @return GetLogAnalyticsEntityTypeResponse
|
|
4247
4247
|
* @throws OciError when an error occurs
|
|
4248
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4248
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/GetLogAnalyticsEntityType.ts.html |here} to see how to use GetLogAnalyticsEntityType API.
|
|
4249
4249
|
*/
|
|
4250
4250
|
getLogAnalyticsEntityType(getLogAnalyticsEntityTypeRequest) {
|
|
4251
4251
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4310,7 +4310,7 @@ class LogAnalyticsClient {
|
|
|
4310
4310
|
* @param GetLogAnalyticsLogGroupRequest
|
|
4311
4311
|
* @return GetLogAnalyticsLogGroupResponse
|
|
4312
4312
|
* @throws OciError when an error occurs
|
|
4313
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4313
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/GetLogAnalyticsLogGroup.ts.html |here} to see how to use GetLogAnalyticsLogGroup API.
|
|
4314
4314
|
*/
|
|
4315
4315
|
getLogAnalyticsLogGroup(getLogAnalyticsLogGroupRequest) {
|
|
4316
4316
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4375,7 +4375,7 @@ class LogAnalyticsClient {
|
|
|
4375
4375
|
* @param GetLogAnalyticsLogGroupsSummaryRequest
|
|
4376
4376
|
* @return GetLogAnalyticsLogGroupsSummaryResponse
|
|
4377
4377
|
* @throws OciError when an error occurs
|
|
4378
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4378
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/GetLogAnalyticsLogGroupsSummary.ts.html |here} to see how to use GetLogAnalyticsLogGroupsSummary API.
|
|
4379
4379
|
*/
|
|
4380
4380
|
getLogAnalyticsLogGroupsSummary(getLogAnalyticsLogGroupsSummaryRequest) {
|
|
4381
4381
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4435,7 +4435,7 @@ class LogAnalyticsClient {
|
|
|
4435
4435
|
* @param GetLogAnalyticsObjectCollectionRuleRequest
|
|
4436
4436
|
* @return GetLogAnalyticsObjectCollectionRuleResponse
|
|
4437
4437
|
* @throws OciError when an error occurs
|
|
4438
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4438
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/GetLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use GetLogAnalyticsObjectCollectionRule API.
|
|
4439
4439
|
*/
|
|
4440
4440
|
getLogAnalyticsObjectCollectionRule(getLogAnalyticsObjectCollectionRuleRequest) {
|
|
4441
4441
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4500,7 +4500,7 @@ class LogAnalyticsClient {
|
|
|
4500
4500
|
* @param GetLogSetsCountRequest
|
|
4501
4501
|
* @return GetLogSetsCountResponse
|
|
4502
4502
|
* @throws OciError when an error occurs
|
|
4503
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4503
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/GetLogSetsCount.ts.html |here} to see how to use GetLogSetsCount API.
|
|
4504
4504
|
*/
|
|
4505
4505
|
getLogSetsCount(getLogSetsCountRequest) {
|
|
4506
4506
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4559,7 +4559,7 @@ class LogAnalyticsClient {
|
|
|
4559
4559
|
* @param GetLookupRequest
|
|
4560
4560
|
* @return GetLookupResponse
|
|
4561
4561
|
* @throws OciError when an error occurs
|
|
4562
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4562
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/GetLookup.ts.html |here} to see how to use GetLookup API.
|
|
4563
4563
|
*/
|
|
4564
4564
|
getLookup(getLookupRequest) {
|
|
4565
4565
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4623,7 +4623,7 @@ class LogAnalyticsClient {
|
|
|
4623
4623
|
* @param GetLookupSummaryRequest
|
|
4624
4624
|
* @return GetLookupSummaryResponse
|
|
4625
4625
|
* @throws OciError when an error occurs
|
|
4626
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4626
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/GetLookupSummary.ts.html |here} to see how to use GetLookupSummary API.
|
|
4627
4627
|
*/
|
|
4628
4628
|
getLookupSummary(getLookupSummaryRequest) {
|
|
4629
4629
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4682,7 +4682,7 @@ class LogAnalyticsClient {
|
|
|
4682
4682
|
* @param GetNamespaceRequest
|
|
4683
4683
|
* @return GetNamespaceResponse
|
|
4684
4684
|
* @throws OciError when an error occurs
|
|
4685
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4685
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/GetNamespace.ts.html |here} to see how to use GetNamespace API.
|
|
4686
4686
|
*/
|
|
4687
4687
|
getNamespace(getNamespaceRequest) {
|
|
4688
4688
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4746,7 +4746,7 @@ class LogAnalyticsClient {
|
|
|
4746
4746
|
* @param GetParserRequest
|
|
4747
4747
|
* @return GetParserResponse
|
|
4748
4748
|
* @throws OciError when an error occurs
|
|
4749
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4749
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/GetParser.ts.html |here} to see how to use GetParser API.
|
|
4750
4750
|
*/
|
|
4751
4751
|
getParser(getParserRequest) {
|
|
4752
4752
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4811,7 +4811,7 @@ class LogAnalyticsClient {
|
|
|
4811
4811
|
* @param GetParserSummaryRequest
|
|
4812
4812
|
* @return GetParserSummaryResponse
|
|
4813
4813
|
* @throws OciError when an error occurs
|
|
4814
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4814
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/GetParserSummary.ts.html |here} to see how to use GetParserSummary API.
|
|
4815
4815
|
*/
|
|
4816
4816
|
getParserSummary(getParserSummaryRequest) {
|
|
4817
4817
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4870,7 +4870,7 @@ class LogAnalyticsClient {
|
|
|
4870
4870
|
* @param GetPreferencesRequest
|
|
4871
4871
|
* @return GetPreferencesResponse
|
|
4872
4872
|
* @throws OciError when an error occurs
|
|
4873
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4873
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/GetPreferences.ts.html |here} to see how to use GetPreferences API.
|
|
4874
4874
|
*/
|
|
4875
4875
|
getPreferences(getPreferencesRequest) {
|
|
4876
4876
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4945,7 +4945,7 @@ class LogAnalyticsClient {
|
|
|
4945
4945
|
* @param GetQueryResultRequest
|
|
4946
4946
|
* @return GetQueryResultResponse
|
|
4947
4947
|
* @throws OciError when an error occurs
|
|
4948
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4948
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/GetQueryResult.ts.html |here} to see how to use GetQueryResult API.
|
|
4949
4949
|
*/
|
|
4950
4950
|
getQueryResult(getQueryResultRequest) {
|
|
4951
4951
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5025,7 +5025,7 @@ class LogAnalyticsClient {
|
|
|
5025
5025
|
* @param GetQueryWorkRequestRequest
|
|
5026
5026
|
* @return GetQueryWorkRequestResponse
|
|
5027
5027
|
* @throws OciError when an error occurs
|
|
5028
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5028
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/GetQueryWorkRequest.ts.html |here} to see how to use GetQueryWorkRequest API.
|
|
5029
5029
|
*/
|
|
5030
5030
|
getQueryWorkRequest(getQueryWorkRequestRequest) {
|
|
5031
5031
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5095,7 +5095,7 @@ class LogAnalyticsClient {
|
|
|
5095
5095
|
* @param GetRecallCountRequest
|
|
5096
5096
|
* @return GetRecallCountResponse
|
|
5097
5097
|
* @throws OciError when an error occurs
|
|
5098
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5098
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/GetRecallCount.ts.html |here} to see how to use GetRecallCount API.
|
|
5099
5099
|
*/
|
|
5100
5100
|
getRecallCount(getRecallCountRequest) {
|
|
5101
5101
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5154,7 +5154,7 @@ class LogAnalyticsClient {
|
|
|
5154
5154
|
* @param GetRecalledDataSizeRequest
|
|
5155
5155
|
* @return GetRecalledDataSizeResponse
|
|
5156
5156
|
* @throws OciError when an error occurs
|
|
5157
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5157
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/GetRecalledDataSize.ts.html |here} to see how to use GetRecalledDataSize API.
|
|
5158
5158
|
*/
|
|
5159
5159
|
getRecalledDataSize(getRecalledDataSizeRequest) {
|
|
5160
5160
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5226,7 +5226,7 @@ class LogAnalyticsClient {
|
|
|
5226
5226
|
* @param GetRulesSummaryRequest
|
|
5227
5227
|
* @return GetRulesSummaryResponse
|
|
5228
5228
|
* @throws OciError when an error occurs
|
|
5229
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5229
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/GetRulesSummary.ts.html |here} to see how to use GetRulesSummary API.
|
|
5230
5230
|
*/
|
|
5231
5231
|
getRulesSummary(getRulesSummaryRequest) {
|
|
5232
5232
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5286,7 +5286,7 @@ class LogAnalyticsClient {
|
|
|
5286
5286
|
* @param GetScheduledTaskRequest
|
|
5287
5287
|
* @return GetScheduledTaskResponse
|
|
5288
5288
|
* @throws OciError when an error occurs
|
|
5289
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5289
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/GetScheduledTask.ts.html |here} to see how to use GetScheduledTask API.
|
|
5290
5290
|
*/
|
|
5291
5291
|
getScheduledTask(getScheduledTaskRequest) {
|
|
5292
5292
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5351,7 +5351,7 @@ class LogAnalyticsClient {
|
|
|
5351
5351
|
* @param GetSourceRequest
|
|
5352
5352
|
* @return GetSourceResponse
|
|
5353
5353
|
* @throws OciError when an error occurs
|
|
5354
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5354
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/GetSource.ts.html |here} to see how to use GetSource API.
|
|
5355
5355
|
*/
|
|
5356
5356
|
getSource(getSourceRequest) {
|
|
5357
5357
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5418,7 +5418,7 @@ class LogAnalyticsClient {
|
|
|
5418
5418
|
* @param GetSourceSummaryRequest
|
|
5419
5419
|
* @return GetSourceSummaryResponse
|
|
5420
5420
|
* @throws OciError when an error occurs
|
|
5421
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5421
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/GetSourceSummary.ts.html |here} to see how to use GetSourceSummary API.
|
|
5422
5422
|
*/
|
|
5423
5423
|
getSourceSummary(getSourceSummaryRequest) {
|
|
5424
5424
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5477,7 +5477,7 @@ class LogAnalyticsClient {
|
|
|
5477
5477
|
* @param GetStorageRequest
|
|
5478
5478
|
* @return GetStorageResponse
|
|
5479
5479
|
* @throws OciError when an error occurs
|
|
5480
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5480
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/GetStorage.ts.html |here} to see how to use GetStorage API.
|
|
5481
5481
|
*/
|
|
5482
5482
|
getStorage(getStorageRequest) {
|
|
5483
5483
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5542,7 +5542,7 @@ class LogAnalyticsClient {
|
|
|
5542
5542
|
* @param GetStorageUsageRequest
|
|
5543
5543
|
* @return GetStorageUsageResponse
|
|
5544
5544
|
* @throws OciError when an error occurs
|
|
5545
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5545
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/GetStorageUsage.ts.html |here} to see how to use GetStorageUsage API.
|
|
5546
5546
|
*/
|
|
5547
5547
|
getStorageUsage(getStorageUsageRequest) {
|
|
5548
5548
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5602,7 +5602,7 @@ class LogAnalyticsClient {
|
|
|
5602
5602
|
* @param GetStorageWorkRequestRequest
|
|
5603
5603
|
* @return GetStorageWorkRequestResponse
|
|
5604
5604
|
* @throws OciError when an error occurs
|
|
5605
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5605
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/GetStorageWorkRequest.ts.html |here} to see how to use GetStorageWorkRequest API.
|
|
5606
5606
|
*/
|
|
5607
5607
|
getStorageWorkRequest(getStorageWorkRequestRequest) {
|
|
5608
5608
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5672,7 +5672,7 @@ class LogAnalyticsClient {
|
|
|
5672
5672
|
* @param GetUnprocessedDataBucketRequest
|
|
5673
5673
|
* @return GetUnprocessedDataBucketResponse
|
|
5674
5674
|
* @throws OciError when an error occurs
|
|
5675
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5675
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/GetUnprocessedDataBucket.ts.html |here} to see how to use GetUnprocessedDataBucket API.
|
|
5676
5676
|
*/
|
|
5677
5677
|
getUnprocessedDataBucket(getUnprocessedDataBucketRequest) {
|
|
5678
5678
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5730,7 +5730,7 @@ class LogAnalyticsClient {
|
|
|
5730
5730
|
* @param GetUploadRequest
|
|
5731
5731
|
* @return GetUploadResponse
|
|
5732
5732
|
* @throws OciError when an error occurs
|
|
5733
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5733
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/GetUpload.ts.html |here} to see how to use GetUpload API.
|
|
5734
5734
|
*/
|
|
5735
5735
|
getUpload(getUploadRequest) {
|
|
5736
5736
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5794,7 +5794,7 @@ class LogAnalyticsClient {
|
|
|
5794
5794
|
* @param GetWorkRequestRequest
|
|
5795
5795
|
* @return GetWorkRequestResponse
|
|
5796
5796
|
* @throws OciError when an error occurs
|
|
5797
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5797
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
5798
5798
|
*/
|
|
5799
5799
|
getWorkRequest(getWorkRequestRequest) {
|
|
5800
5800
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5859,7 +5859,7 @@ class LogAnalyticsClient {
|
|
|
5859
5859
|
* @param ImportCustomContentRequest
|
|
5860
5860
|
* @return ImportCustomContentResponse
|
|
5861
5861
|
* @throws OciError when an error occurs
|
|
5862
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5862
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ImportCustomContent.ts.html |here} to see how to use ImportCustomContent API.
|
|
5863
5863
|
*/
|
|
5864
5864
|
importCustomContent(importCustomContentRequest) {
|
|
5865
5865
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5923,7 +5923,7 @@ class LogAnalyticsClient {
|
|
|
5923
5923
|
* @param ListAssociableEntitiesRequest
|
|
5924
5924
|
* @return ListAssociableEntitiesResponse
|
|
5925
5925
|
* @throws OciError when an error occurs
|
|
5926
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5926
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ListAssociableEntities.ts.html |here} to see how to use ListAssociableEntities API.
|
|
5927
5927
|
*/
|
|
5928
5928
|
listAssociableEntities(listAssociableEntitiesRequest) {
|
|
5929
5929
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6001,7 +6001,7 @@ class LogAnalyticsClient {
|
|
|
6001
6001
|
* @param ListAssociatedEntitiesRequest
|
|
6002
6002
|
* @return ListAssociatedEntitiesResponse
|
|
6003
6003
|
* @throws OciError when an error occurs
|
|
6004
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6004
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ListAssociatedEntities.ts.html |here} to see how to use ListAssociatedEntities API.
|
|
6005
6005
|
*/
|
|
6006
6006
|
listAssociatedEntities(listAssociatedEntitiesRequest) {
|
|
6007
6007
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6079,7 +6079,7 @@ class LogAnalyticsClient {
|
|
|
6079
6079
|
* @param ListAutoAssociationsRequest
|
|
6080
6080
|
* @return ListAutoAssociationsResponse
|
|
6081
6081
|
* @throws OciError when an error occurs
|
|
6082
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6082
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ListAutoAssociations.ts.html |here} to see how to use ListAutoAssociations API.
|
|
6083
6083
|
*/
|
|
6084
6084
|
listAutoAssociations(listAutoAssociationsRequest) {
|
|
6085
6085
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6154,7 +6154,7 @@ class LogAnalyticsClient {
|
|
|
6154
6154
|
* @param ListCategoriesRequest
|
|
6155
6155
|
* @return ListCategoriesResponse
|
|
6156
6156
|
* @throws OciError when an error occurs
|
|
6157
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6157
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ListCategories.ts.html |here} to see how to use ListCategories API.
|
|
6158
6158
|
*/
|
|
6159
6159
|
listCategories(listCategoriesRequest) {
|
|
6160
6160
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6231,7 +6231,7 @@ class LogAnalyticsClient {
|
|
|
6231
6231
|
* @param ListConfigWorkRequestsRequest
|
|
6232
6232
|
* @return ListConfigWorkRequestsResponse
|
|
6233
6233
|
* @throws OciError when an error occurs
|
|
6234
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6234
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ListConfigWorkRequests.ts.html |here} to see how to use ListConfigWorkRequests API.
|
|
6235
6235
|
*/
|
|
6236
6236
|
listConfigWorkRequests(listConfigWorkRequestsRequest) {
|
|
6237
6237
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6305,7 +6305,7 @@ class LogAnalyticsClient {
|
|
|
6305
6305
|
* @param ListEffectivePropertiesRequest
|
|
6306
6306
|
* @return ListEffectivePropertiesResponse
|
|
6307
6307
|
* @throws OciError when an error occurs
|
|
6308
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6308
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ListEffectiveProperties.ts.html |here} to see how to use ListEffectiveProperties API.
|
|
6309
6309
|
*/
|
|
6310
6310
|
listEffectiveProperties(listEffectivePropertiesRequest) {
|
|
6311
6311
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6384,7 +6384,7 @@ class LogAnalyticsClient {
|
|
|
6384
6384
|
* @param ListEncryptionKeyInfoRequest
|
|
6385
6385
|
* @return ListEncryptionKeyInfoResponse
|
|
6386
6386
|
* @throws OciError when an error occurs
|
|
6387
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6387
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ListEncryptionKeyInfo.ts.html |here} to see how to use ListEncryptionKeyInfo API.
|
|
6388
6388
|
*/
|
|
6389
6389
|
listEncryptionKeyInfo(listEncryptionKeyInfoRequest) {
|
|
6390
6390
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6442,7 +6442,7 @@ class LogAnalyticsClient {
|
|
|
6442
6442
|
* @param ListEntityAssociationsRequest
|
|
6443
6443
|
* @return ListEntityAssociationsResponse
|
|
6444
6444
|
* @throws OciError when an error occurs
|
|
6445
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6445
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ListEntityAssociations.ts.html |here} to see how to use ListEntityAssociations API.
|
|
6446
6446
|
*/
|
|
6447
6447
|
listEntityAssociations(listEntityAssociationsRequest) {
|
|
6448
6448
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6513,7 +6513,7 @@ class LogAnalyticsClient {
|
|
|
6513
6513
|
* @param ListEntitySourceAssociationsRequest
|
|
6514
6514
|
* @return ListEntitySourceAssociationsResponse
|
|
6515
6515
|
* @throws OciError when an error occurs
|
|
6516
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6516
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ListEntitySourceAssociations.ts.html |here} to see how to use ListEntitySourceAssociations API.
|
|
6517
6517
|
*/
|
|
6518
6518
|
listEntitySourceAssociations(listEntitySourceAssociationsRequest) {
|
|
6519
6519
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6593,7 +6593,7 @@ class LogAnalyticsClient {
|
|
|
6593
6593
|
* @param ListFieldsRequest
|
|
6594
6594
|
* @return ListFieldsResponse
|
|
6595
6595
|
* @throws OciError when an error occurs
|
|
6596
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6596
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ListFields.ts.html |here} to see how to use ListFields API.
|
|
6597
6597
|
*/
|
|
6598
6598
|
listFields(listFieldsRequest) {
|
|
6599
6599
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6675,7 +6675,7 @@ class LogAnalyticsClient {
|
|
|
6675
6675
|
* @param ListIngestTimeRulesRequest
|
|
6676
6676
|
* @return ListIngestTimeRulesResponse
|
|
6677
6677
|
* @throws OciError when an error occurs
|
|
6678
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6678
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ListIngestTimeRules.ts.html |here} to see how to use ListIngestTimeRules API.
|
|
6679
6679
|
*/
|
|
6680
6680
|
listIngestTimeRules(listIngestTimeRulesRequest) {
|
|
6681
6681
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6755,7 +6755,7 @@ class LogAnalyticsClient {
|
|
|
6755
6755
|
* @param ListLabelPrioritiesRequest
|
|
6756
6756
|
* @return ListLabelPrioritiesResponse
|
|
6757
6757
|
* @throws OciError when an error occurs
|
|
6758
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6758
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ListLabelPriorities.ts.html |here} to see how to use ListLabelPriorities API.
|
|
6759
6759
|
*/
|
|
6760
6760
|
listLabelPriorities(listLabelPrioritiesRequest) {
|
|
6761
6761
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6827,7 +6827,7 @@ class LogAnalyticsClient {
|
|
|
6827
6827
|
* @param ListLabelSourceDetailsRequest
|
|
6828
6828
|
* @return ListLabelSourceDetailsResponse
|
|
6829
6829
|
* @throws OciError when an error occurs
|
|
6830
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6830
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ListLabelSourceDetails.ts.html |here} to see how to use ListLabelSourceDetails API.
|
|
6831
6831
|
*/
|
|
6832
6832
|
listLabelSourceDetails(listLabelSourceDetailsRequest) {
|
|
6833
6833
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6902,7 +6902,7 @@ class LogAnalyticsClient {
|
|
|
6902
6902
|
* @param ListLabelsRequest
|
|
6903
6903
|
* @return ListLabelsResponse
|
|
6904
6904
|
* @throws OciError when an error occurs
|
|
6905
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6905
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ListLabels.ts.html |here} to see how to use ListLabels API.
|
|
6906
6906
|
*/
|
|
6907
6907
|
listLabels(listLabelsRequest) {
|
|
6908
6908
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6981,7 +6981,7 @@ class LogAnalyticsClient {
|
|
|
6981
6981
|
* @param ListLogAnalyticsEmBridgesRequest
|
|
6982
6982
|
* @return ListLogAnalyticsEmBridgesResponse
|
|
6983
6983
|
* @throws OciError when an error occurs
|
|
6984
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6984
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ListLogAnalyticsEmBridges.ts.html |here} to see how to use ListLogAnalyticsEmBridges API.
|
|
6985
6985
|
*/
|
|
6986
6986
|
listLogAnalyticsEmBridges(listLogAnalyticsEmBridgesRequest) {
|
|
6987
6987
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7054,7 +7054,7 @@ class LogAnalyticsClient {
|
|
|
7054
7054
|
* @param ListLogAnalyticsEntitiesRequest
|
|
7055
7055
|
* @return ListLogAnalyticsEntitiesResponse
|
|
7056
7056
|
* @throws OciError when an error occurs
|
|
7057
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7057
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ListLogAnalyticsEntities.ts.html |here} to see how to use ListLogAnalyticsEntities API.
|
|
7058
7058
|
*/
|
|
7059
7059
|
listLogAnalyticsEntities(listLogAnalyticsEntitiesRequest) {
|
|
7060
7060
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7082,7 +7082,8 @@ class LogAnalyticsClient {
|
|
|
7082
7082
|
"limit": listLogAnalyticsEntitiesRequest.limit,
|
|
7083
7083
|
"page": listLogAnalyticsEntitiesRequest.page,
|
|
7084
7084
|
"sortOrder": listLogAnalyticsEntitiesRequest.sortOrder,
|
|
7085
|
-
"sortBy": listLogAnalyticsEntitiesRequest.sortBy
|
|
7085
|
+
"sortBy": listLogAnalyticsEntitiesRequest.sortBy,
|
|
7086
|
+
"metadataEquals": listLogAnalyticsEntitiesRequest.metadataEquals
|
|
7086
7087
|
};
|
|
7087
7088
|
let headerParams = {
|
|
7088
7089
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
@@ -7135,7 +7136,7 @@ class LogAnalyticsClient {
|
|
|
7135
7136
|
* @param ListLogAnalyticsEntityTopologyRequest
|
|
7136
7137
|
* @return ListLogAnalyticsEntityTopologyResponse
|
|
7137
7138
|
* @throws OciError when an error occurs
|
|
7138
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7139
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ListLogAnalyticsEntityTopology.ts.html |here} to see how to use ListLogAnalyticsEntityTopology API.
|
|
7139
7140
|
*/
|
|
7140
7141
|
listLogAnalyticsEntityTopology(listLogAnalyticsEntityTopologyRequest) {
|
|
7141
7142
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7152,7 +7153,8 @@ class LogAnalyticsClient {
|
|
|
7152
7153
|
"limit": listLogAnalyticsEntityTopologyRequest.limit,
|
|
7153
7154
|
"page": listLogAnalyticsEntityTopologyRequest.page,
|
|
7154
7155
|
"sortOrder": listLogAnalyticsEntityTopologyRequest.sortOrder,
|
|
7155
|
-
"sortBy": listLogAnalyticsEntityTopologyRequest.sortBy
|
|
7156
|
+
"sortBy": listLogAnalyticsEntityTopologyRequest.sortBy,
|
|
7157
|
+
"metadataEquals": listLogAnalyticsEntityTopologyRequest.metadataEquals
|
|
7156
7158
|
};
|
|
7157
7159
|
let headerParams = {
|
|
7158
7160
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
@@ -7205,7 +7207,7 @@ class LogAnalyticsClient {
|
|
|
7205
7207
|
* @param ListLogAnalyticsEntityTypesRequest
|
|
7206
7208
|
* @return ListLogAnalyticsEntityTypesResponse
|
|
7207
7209
|
* @throws OciError when an error occurs
|
|
7208
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7210
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ListLogAnalyticsEntityTypes.ts.html |here} to see how to use ListLogAnalyticsEntityTypes API.
|
|
7209
7211
|
*/
|
|
7210
7212
|
listLogAnalyticsEntityTypes(listLogAnalyticsEntityTypesRequest) {
|
|
7211
7213
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7278,7 +7280,7 @@ class LogAnalyticsClient {
|
|
|
7278
7280
|
* @param ListLogAnalyticsLogGroupsRequest
|
|
7279
7281
|
* @return ListLogAnalyticsLogGroupsResponse
|
|
7280
7282
|
* @throws OciError when an error occurs
|
|
7281
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7283
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ListLogAnalyticsLogGroups.ts.html |here} to see how to use ListLogAnalyticsLogGroups API.
|
|
7282
7284
|
*/
|
|
7283
7285
|
listLogAnalyticsLogGroups(listLogAnalyticsLogGroupsRequest) {
|
|
7284
7286
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7353,7 +7355,7 @@ class LogAnalyticsClient {
|
|
|
7353
7355
|
* @param ListLogAnalyticsObjectCollectionRulesRequest
|
|
7354
7356
|
* @return ListLogAnalyticsObjectCollectionRulesResponse
|
|
7355
7357
|
* @throws OciError when an error occurs
|
|
7356
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7358
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ListLogAnalyticsObjectCollectionRules.ts.html |here} to see how to use ListLogAnalyticsObjectCollectionRules API.
|
|
7357
7359
|
*/
|
|
7358
7360
|
listLogAnalyticsObjectCollectionRules(listLogAnalyticsObjectCollectionRulesRequest) {
|
|
7359
7361
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7425,7 +7427,7 @@ class LogAnalyticsClient {
|
|
|
7425
7427
|
* @param ListLogSetsRequest
|
|
7426
7428
|
* @return ListLogSetsResponse
|
|
7427
7429
|
* @throws OciError when an error occurs
|
|
7428
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7430
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ListLogSets.ts.html |here} to see how to use ListLogSets API.
|
|
7429
7431
|
*/
|
|
7430
7432
|
listLogSets(listLogSetsRequest) {
|
|
7431
7433
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7494,7 +7496,7 @@ class LogAnalyticsClient {
|
|
|
7494
7496
|
* @param ListLookupsRequest
|
|
7495
7497
|
* @return ListLookupsResponse
|
|
7496
7498
|
* @throws OciError when an error occurs
|
|
7497
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7499
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ListLookups.ts.html |here} to see how to use ListLookups API.
|
|
7498
7500
|
*/
|
|
7499
7501
|
listLookups(listLookupsRequest) {
|
|
7500
7502
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7574,7 +7576,7 @@ class LogAnalyticsClient {
|
|
|
7574
7576
|
* @param ListMetaSourceTypesRequest
|
|
7575
7577
|
* @return ListMetaSourceTypesResponse
|
|
7576
7578
|
* @throws OciError when an error occurs
|
|
7577
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7579
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ListMetaSourceTypes.ts.html |here} to see how to use ListMetaSourceTypes API.
|
|
7578
7580
|
*/
|
|
7579
7581
|
listMetaSourceTypes(listMetaSourceTypesRequest) {
|
|
7580
7582
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7649,7 +7651,7 @@ class LogAnalyticsClient {
|
|
|
7649
7651
|
* @param ListNamespacesRequest
|
|
7650
7652
|
* @return ListNamespacesResponse
|
|
7651
7653
|
* @throws OciError when an error occurs
|
|
7652
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7654
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ListNamespaces.ts.html |here} to see how to use ListNamespaces API.
|
|
7653
7655
|
*/
|
|
7654
7656
|
listNamespaces(listNamespacesRequest) {
|
|
7655
7657
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7708,7 +7710,7 @@ class LogAnalyticsClient {
|
|
|
7708
7710
|
* @param ListOverlappingRecallsRequest
|
|
7709
7711
|
* @return ListOverlappingRecallsResponse
|
|
7710
7712
|
* @throws OciError when an error occurs
|
|
7711
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7713
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ListOverlappingRecalls.ts.html |here} to see how to use ListOverlappingRecalls API.
|
|
7712
7714
|
*/
|
|
7713
7715
|
listOverlappingRecalls(listOverlappingRecallsRequest) {
|
|
7714
7716
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7784,7 +7786,7 @@ class LogAnalyticsClient {
|
|
|
7784
7786
|
* @param ListParserFunctionsRequest
|
|
7785
7787
|
* @return ListParserFunctionsResponse
|
|
7786
7788
|
* @throws OciError when an error occurs
|
|
7787
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7789
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ListParserFunctions.ts.html |here} to see how to use ListParserFunctions API.
|
|
7788
7790
|
*/
|
|
7789
7791
|
listParserFunctions(listParserFunctionsRequest) {
|
|
7790
7792
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7859,7 +7861,7 @@ class LogAnalyticsClient {
|
|
|
7859
7861
|
* @param ListParserMetaPluginsRequest
|
|
7860
7862
|
* @return ListParserMetaPluginsResponse
|
|
7861
7863
|
* @throws OciError when an error occurs
|
|
7862
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7864
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ListParserMetaPlugins.ts.html |here} to see how to use ListParserMetaPlugins API.
|
|
7863
7865
|
*/
|
|
7864
7866
|
listParserMetaPlugins(listParserMetaPluginsRequest) {
|
|
7865
7867
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7933,7 +7935,7 @@ class LogAnalyticsClient {
|
|
|
7933
7935
|
* @param ListParsersRequest
|
|
7934
7936
|
* @return ListParsersResponse
|
|
7935
7937
|
* @throws OciError when an error occurs
|
|
7936
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7938
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ListParsers.ts.html |here} to see how to use ListParsers API.
|
|
7937
7939
|
*/
|
|
7938
7940
|
listParsers(listParsersRequest) {
|
|
7939
7941
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8014,7 +8016,7 @@ class LogAnalyticsClient {
|
|
|
8014
8016
|
* @param ListPropertiesMetadataRequest
|
|
8015
8017
|
* @return ListPropertiesMetadataResponse
|
|
8016
8018
|
* @throws OciError when an error occurs
|
|
8017
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8019
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ListPropertiesMetadata.ts.html |here} to see how to use ListPropertiesMetadata API.
|
|
8018
8020
|
*/
|
|
8019
8021
|
listPropertiesMetadata(listPropertiesMetadataRequest) {
|
|
8020
8022
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8091,7 +8093,7 @@ class LogAnalyticsClient {
|
|
|
8091
8093
|
* @param ListQueryWorkRequestsRequest
|
|
8092
8094
|
* @return ListQueryWorkRequestsResponse
|
|
8093
8095
|
* @throws OciError when an error occurs
|
|
8094
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8096
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ListQueryWorkRequests.ts.html |here} to see how to use ListQueryWorkRequests API.
|
|
8095
8097
|
*/
|
|
8096
8098
|
listQueryWorkRequests(listQueryWorkRequestsRequest) {
|
|
8097
8099
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8167,7 +8169,7 @@ class LogAnalyticsClient {
|
|
|
8167
8169
|
* @param ListRecalledDataRequest
|
|
8168
8170
|
* @return ListRecalledDataResponse
|
|
8169
8171
|
* @throws OciError when an error occurs
|
|
8170
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8172
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ListRecalledData.ts.html |here} to see how to use ListRecalledData API.
|
|
8171
8173
|
*/
|
|
8172
8174
|
listRecalledData(listRecalledDataRequest) {
|
|
8173
8175
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8244,7 +8246,7 @@ class LogAnalyticsClient {
|
|
|
8244
8246
|
* @param ListResourceCategoriesRequest
|
|
8245
8247
|
* @return ListResourceCategoriesResponse
|
|
8246
8248
|
* @throws OciError when an error occurs
|
|
8247
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8249
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ListResourceCategories.ts.html |here} to see how to use ListResourceCategories API.
|
|
8248
8250
|
*/
|
|
8249
8251
|
listResourceCategories(listResourceCategoriesRequest) {
|
|
8250
8252
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8321,7 +8323,7 @@ class LogAnalyticsClient {
|
|
|
8321
8323
|
* @param ListRulesRequest
|
|
8322
8324
|
* @return ListRulesResponse
|
|
8323
8325
|
* @throws OciError when an error occurs
|
|
8324
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8326
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ListRules.ts.html |here} to see how to use ListRules API.
|
|
8325
8327
|
*/
|
|
8326
8328
|
listRules(listRulesRequest) {
|
|
8327
8329
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8336,6 +8338,7 @@ class LogAnalyticsClient {
|
|
|
8336
8338
|
"compartmentId": listRulesRequest.compartmentId,
|
|
8337
8339
|
"displayName": listRulesRequest.displayName,
|
|
8338
8340
|
"kind": listRulesRequest.kind,
|
|
8341
|
+
"targetService": listRulesRequest.targetService,
|
|
8339
8342
|
"lifecycleState": listRulesRequest.lifecycleState,
|
|
8340
8343
|
"limit": listRulesRequest.limit,
|
|
8341
8344
|
"page": listRulesRequest.page,
|
|
@@ -8398,7 +8401,7 @@ class LogAnalyticsClient {
|
|
|
8398
8401
|
* @param ListScheduledTasksRequest
|
|
8399
8402
|
* @return ListScheduledTasksResponse
|
|
8400
8403
|
* @throws OciError when an error occurs
|
|
8401
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8404
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ListScheduledTasks.ts.html |here} to see how to use ListScheduledTasks API.
|
|
8402
8405
|
*/
|
|
8403
8406
|
listScheduledTasks(listScheduledTasksRequest) {
|
|
8404
8407
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8418,7 +8421,8 @@ class LogAnalyticsClient {
|
|
|
8418
8421
|
"sortOrder": listScheduledTasksRequest.sortOrder,
|
|
8419
8422
|
"sortBy": listScheduledTasksRequest.sortBy,
|
|
8420
8423
|
"savedSearchId": listScheduledTasksRequest.savedSearchId,
|
|
8421
|
-
"displayNameContains": listScheduledTasksRequest.displayNameContains
|
|
8424
|
+
"displayNameContains": listScheduledTasksRequest.displayNameContains,
|
|
8425
|
+
"targetService": listScheduledTasksRequest.targetService
|
|
8422
8426
|
};
|
|
8423
8427
|
let headerParams = {
|
|
8424
8428
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
@@ -8477,7 +8481,7 @@ class LogAnalyticsClient {
|
|
|
8477
8481
|
* @param ListSourceAssociationsRequest
|
|
8478
8482
|
* @return ListSourceAssociationsResponse
|
|
8479
8483
|
* @throws OciError when an error occurs
|
|
8480
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8484
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ListSourceAssociations.ts.html |here} to see how to use ListSourceAssociations API.
|
|
8481
8485
|
*/
|
|
8482
8486
|
listSourceAssociations(listSourceAssociationsRequest) {
|
|
8483
8487
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8556,7 +8560,7 @@ class LogAnalyticsClient {
|
|
|
8556
8560
|
* @param ListSourceEventTypesRequest
|
|
8557
8561
|
* @return ListSourceEventTypesResponse
|
|
8558
8562
|
* @throws OciError when an error occurs
|
|
8559
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8563
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ListSourceEventTypes.ts.html |here} to see how to use ListSourceEventTypes API.
|
|
8560
8564
|
*/
|
|
8561
8565
|
listSourceEventTypes(listSourceEventTypesRequest) {
|
|
8562
8566
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8634,7 +8638,7 @@ class LogAnalyticsClient {
|
|
|
8634
8638
|
* @param ListSourceExtendedFieldDefinitionsRequest
|
|
8635
8639
|
* @return ListSourceExtendedFieldDefinitionsResponse
|
|
8636
8640
|
* @throws OciError when an error occurs
|
|
8637
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8641
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ListSourceExtendedFieldDefinitions.ts.html |here} to see how to use ListSourceExtendedFieldDefinitions API.
|
|
8638
8642
|
*/
|
|
8639
8643
|
listSourceExtendedFieldDefinitions(listSourceExtendedFieldDefinitionsRequest) {
|
|
8640
8644
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8709,7 +8713,7 @@ class LogAnalyticsClient {
|
|
|
8709
8713
|
* @param ListSourceLabelOperatorsRequest
|
|
8710
8714
|
* @return ListSourceLabelOperatorsResponse
|
|
8711
8715
|
* @throws OciError when an error occurs
|
|
8712
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8716
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ListSourceLabelOperators.ts.html |here} to see how to use ListSourceLabelOperators API.
|
|
8713
8717
|
*/
|
|
8714
8718
|
listSourceLabelOperators(listSourceLabelOperatorsRequest) {
|
|
8715
8719
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8783,7 +8787,7 @@ class LogAnalyticsClient {
|
|
|
8783
8787
|
* @param ListSourceMetaFunctionsRequest
|
|
8784
8788
|
* @return ListSourceMetaFunctionsResponse
|
|
8785
8789
|
* @throws OciError when an error occurs
|
|
8786
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8790
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ListSourceMetaFunctions.ts.html |here} to see how to use ListSourceMetaFunctions API.
|
|
8787
8791
|
*/
|
|
8788
8792
|
listSourceMetaFunctions(listSourceMetaFunctionsRequest) {
|
|
8789
8793
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8857,7 +8861,7 @@ class LogAnalyticsClient {
|
|
|
8857
8861
|
* @param ListSourcePatternsRequest
|
|
8858
8862
|
* @return ListSourcePatternsResponse
|
|
8859
8863
|
* @throws OciError when an error occurs
|
|
8860
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8864
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ListSourcePatterns.ts.html |here} to see how to use ListSourcePatterns API.
|
|
8861
8865
|
*/
|
|
8862
8866
|
listSourcePatterns(listSourcePatternsRequest) {
|
|
8863
8867
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8933,7 +8937,7 @@ class LogAnalyticsClient {
|
|
|
8933
8937
|
* @param ListSourcesRequest
|
|
8934
8938
|
* @return ListSourcesResponse
|
|
8935
8939
|
* @throws OciError when an error occurs
|
|
8936
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8940
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ListSources.ts.html |here} to see how to use ListSources API.
|
|
8937
8941
|
*/
|
|
8938
8942
|
listSources(listSourcesRequest) {
|
|
8939
8943
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8954,6 +8958,7 @@ class LogAnalyticsClient {
|
|
|
8954
8958
|
"limit": listSourcesRequest.limit,
|
|
8955
8959
|
"page": listSourcesRequest.page,
|
|
8956
8960
|
"name": listSourcesRequest.name,
|
|
8961
|
+
"sourceType": listSourcesRequest.sourceType,
|
|
8957
8962
|
"categories": listSourcesRequest.categories,
|
|
8958
8963
|
"isSimplified": listSourcesRequest.isSimplified,
|
|
8959
8964
|
"compartmentId": listSourcesRequest.compartmentId
|
|
@@ -9014,7 +9019,7 @@ class LogAnalyticsClient {
|
|
|
9014
9019
|
* @param ListStorageWorkRequestErrorsRequest
|
|
9015
9020
|
* @return ListStorageWorkRequestErrorsResponse
|
|
9016
9021
|
* @throws OciError when an error occurs
|
|
9017
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9022
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ListStorageWorkRequestErrors.ts.html |here} to see how to use ListStorageWorkRequestErrors API.
|
|
9018
9023
|
*/
|
|
9019
9024
|
listStorageWorkRequestErrors(listStorageWorkRequestErrorsRequest) {
|
|
9020
9025
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9090,7 +9095,7 @@ class LogAnalyticsClient {
|
|
|
9090
9095
|
* @param ListStorageWorkRequestsRequest
|
|
9091
9096
|
* @return ListStorageWorkRequestsResponse
|
|
9092
9097
|
* @throws OciError when an error occurs
|
|
9093
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9098
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ListStorageWorkRequests.ts.html |here} to see how to use ListStorageWorkRequests API.
|
|
9094
9099
|
*/
|
|
9095
9100
|
listStorageWorkRequests(listStorageWorkRequestsRequest) {
|
|
9096
9101
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9170,7 +9175,7 @@ class LogAnalyticsClient {
|
|
|
9170
9175
|
* @param ListSupportedCharEncodingsRequest
|
|
9171
9176
|
* @return ListSupportedCharEncodingsResponse
|
|
9172
9177
|
* @throws OciError when an error occurs
|
|
9173
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9178
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ListSupportedCharEncodings.ts.html |here} to see how to use ListSupportedCharEncodings API.
|
|
9174
9179
|
*/
|
|
9175
9180
|
listSupportedCharEncodings(listSupportedCharEncodingsRequest) {
|
|
9176
9181
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9241,7 +9246,7 @@ class LogAnalyticsClient {
|
|
|
9241
9246
|
* @param ListSupportedTimezonesRequest
|
|
9242
9247
|
* @return ListSupportedTimezonesResponse
|
|
9243
9248
|
* @throws OciError when an error occurs
|
|
9244
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9249
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ListSupportedTimezones.ts.html |here} to see how to use ListSupportedTimezones API.
|
|
9245
9250
|
*/
|
|
9246
9251
|
listSupportedTimezones(listSupportedTimezonesRequest) {
|
|
9247
9252
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9312,7 +9317,7 @@ class LogAnalyticsClient {
|
|
|
9312
9317
|
* @param ListUploadFilesRequest
|
|
9313
9318
|
* @return ListUploadFilesResponse
|
|
9314
9319
|
* @throws OciError when an error occurs
|
|
9315
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9320
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ListUploadFiles.ts.html |here} to see how to use ListUploadFiles API.
|
|
9316
9321
|
*/
|
|
9317
9322
|
listUploadFiles(listUploadFilesRequest) {
|
|
9318
9323
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9383,7 +9388,7 @@ class LogAnalyticsClient {
|
|
|
9383
9388
|
* @param ListUploadWarningsRequest
|
|
9384
9389
|
* @return ListUploadWarningsResponse
|
|
9385
9390
|
* @throws OciError when an error occurs
|
|
9386
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9391
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ListUploadWarnings.ts.html |here} to see how to use ListUploadWarnings API.
|
|
9387
9392
|
*/
|
|
9388
9393
|
listUploadWarnings(listUploadWarningsRequest) {
|
|
9389
9394
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9452,7 +9457,7 @@ class LogAnalyticsClient {
|
|
|
9452
9457
|
* @param ListUploadsRequest
|
|
9453
9458
|
* @return ListUploadsResponse
|
|
9454
9459
|
* @throws OciError when an error occurs
|
|
9455
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9460
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ListUploads.ts.html |here} to see how to use ListUploads API.
|
|
9456
9461
|
*/
|
|
9457
9462
|
listUploads(listUploadsRequest) {
|
|
9458
9463
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9529,7 +9534,7 @@ class LogAnalyticsClient {
|
|
|
9529
9534
|
* @param ListWarningsRequest
|
|
9530
9535
|
* @return ListWarningsResponse
|
|
9531
9536
|
* @throws OciError when an error occurs
|
|
9532
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9537
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ListWarnings.ts.html |here} to see how to use ListWarnings API.
|
|
9533
9538
|
*/
|
|
9534
9539
|
listWarnings(listWarningsRequest) {
|
|
9535
9540
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9614,7 +9619,7 @@ class LogAnalyticsClient {
|
|
|
9614
9619
|
* @param ListWorkRequestErrorsRequest
|
|
9615
9620
|
* @return ListWorkRequestErrorsResponse
|
|
9616
9621
|
* @throws OciError when an error occurs
|
|
9617
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9622
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
9618
9623
|
*/
|
|
9619
9624
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
9620
9625
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9682,7 +9687,7 @@ class LogAnalyticsClient {
|
|
|
9682
9687
|
* @param ListWorkRequestLogsRequest
|
|
9683
9688
|
* @return ListWorkRequestLogsResponse
|
|
9684
9689
|
* @throws OciError when an error occurs
|
|
9685
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9690
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
9686
9691
|
*/
|
|
9687
9692
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
9688
9693
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9750,7 +9755,7 @@ class LogAnalyticsClient {
|
|
|
9750
9755
|
* @param ListWorkRequestsRequest
|
|
9751
9756
|
* @return ListWorkRequestsResponse
|
|
9752
9757
|
* @throws OciError when an error occurs
|
|
9753
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9758
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
9754
9759
|
*/
|
|
9755
9760
|
listWorkRequests(listWorkRequestsRequest) {
|
|
9756
9761
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9817,7 +9822,7 @@ class LogAnalyticsClient {
|
|
|
9817
9822
|
* @param OffboardNamespaceRequest
|
|
9818
9823
|
* @return OffboardNamespaceResponse
|
|
9819
9824
|
* @throws OciError when an error occurs
|
|
9820
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9825
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/OffboardNamespace.ts.html |here} to see how to use OffboardNamespace API.
|
|
9821
9826
|
*/
|
|
9822
9827
|
offboardNamespace(offboardNamespaceRequest) {
|
|
9823
9828
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9878,7 +9883,7 @@ class LogAnalyticsClient {
|
|
|
9878
9883
|
* @param OnboardNamespaceRequest
|
|
9879
9884
|
* @return OnboardNamespaceResponse
|
|
9880
9885
|
* @throws OciError when an error occurs
|
|
9881
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9886
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/OnboardNamespace.ts.html |here} to see how to use OnboardNamespace API.
|
|
9882
9887
|
*/
|
|
9883
9888
|
onboardNamespace(onboardNamespaceRequest) {
|
|
9884
9889
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9938,7 +9943,7 @@ class LogAnalyticsClient {
|
|
|
9938
9943
|
* @param ParseQueryRequest
|
|
9939
9944
|
* @return ParseQueryResponse
|
|
9940
9945
|
* @throws OciError when an error occurs
|
|
9941
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9946
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ParseQuery.ts.html |here} to see how to use ParseQuery API.
|
|
9942
9947
|
*/
|
|
9943
9948
|
parseQuery(parseQueryRequest) {
|
|
9944
9949
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9998,7 +10003,7 @@ class LogAnalyticsClient {
|
|
|
9998
10003
|
* @param PauseScheduledTaskRequest
|
|
9999
10004
|
* @return PauseScheduledTaskResponse
|
|
10000
10005
|
* @throws OciError when an error occurs
|
|
10001
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10006
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/PauseScheduledTask.ts.html |here} to see how to use PauseScheduledTask API.
|
|
10002
10007
|
*/
|
|
10003
10008
|
pauseScheduledTask(pauseScheduledTaskRequest) {
|
|
10004
10009
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10065,7 +10070,7 @@ class LogAnalyticsClient {
|
|
|
10065
10070
|
* @param PurgeStorageDataRequest
|
|
10066
10071
|
* @return PurgeStorageDataResponse
|
|
10067
10072
|
* @throws OciError when an error occurs
|
|
10068
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10073
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/PurgeStorageData.ts.html |here} to see how to use PurgeStorageData API.
|
|
10069
10074
|
*/
|
|
10070
10075
|
purgeStorageData(purgeStorageDataRequest) {
|
|
10071
10076
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10132,7 +10137,7 @@ class LogAnalyticsClient {
|
|
|
10132
10137
|
* @param PutQueryWorkRequestBackgroundRequest
|
|
10133
10138
|
* @return PutQueryWorkRequestBackgroundResponse
|
|
10134
10139
|
* @throws OciError when an error occurs
|
|
10135
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10140
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/PutQueryWorkRequestBackground.ts.html |here} to see how to use PutQueryWorkRequestBackground API.
|
|
10136
10141
|
*/
|
|
10137
10142
|
putQueryWorkRequestBackground(putQueryWorkRequestBackgroundRequest) {
|
|
10138
10143
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10198,7 +10203,7 @@ class LogAnalyticsClient {
|
|
|
10198
10203
|
* @param QueryRequest
|
|
10199
10204
|
* @return QueryResponse
|
|
10200
10205
|
* @throws OciError when an error occurs
|
|
10201
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10206
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/Query.ts.html |here} to see how to use Query API.
|
|
10202
10207
|
*/
|
|
10203
10208
|
query(queryRequest) {
|
|
10204
10209
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10281,7 +10286,7 @@ class LogAnalyticsClient {
|
|
|
10281
10286
|
* @param RecallArchivedDataRequest
|
|
10282
10287
|
* @return RecallArchivedDataResponse
|
|
10283
10288
|
* @throws OciError when an error occurs
|
|
10284
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10289
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/RecallArchivedData.ts.html |here} to see how to use RecallArchivedData API.
|
|
10285
10290
|
*/
|
|
10286
10291
|
recallArchivedData(recallArchivedDataRequest) {
|
|
10287
10292
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10358,7 +10363,7 @@ class LogAnalyticsClient {
|
|
|
10358
10363
|
* @param RegisterLookupRequest
|
|
10359
10364
|
* @return RegisterLookupResponse
|
|
10360
10365
|
* @throws OciError when an error occurs
|
|
10361
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10366
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/RegisterLookup.ts.html |here} to see how to use RegisterLookup API.
|
|
10362
10367
|
*/
|
|
10363
10368
|
registerLookup(registerLookupRequest) {
|
|
10364
10369
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10431,7 +10436,7 @@ class LogAnalyticsClient {
|
|
|
10431
10436
|
* @param ReleaseRecalledDataRequest
|
|
10432
10437
|
* @return ReleaseRecalledDataResponse
|
|
10433
10438
|
* @throws OciError when an error occurs
|
|
10434
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10439
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ReleaseRecalledData.ts.html |here} to see how to use ReleaseRecalledData API.
|
|
10435
10440
|
*/
|
|
10436
10441
|
releaseRecalledData(releaseRecalledDataRequest) {
|
|
10437
10442
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10498,7 +10503,7 @@ class LogAnalyticsClient {
|
|
|
10498
10503
|
* @param RemoveEntityAssociationsRequest
|
|
10499
10504
|
* @return RemoveEntityAssociationsResponse
|
|
10500
10505
|
* @throws OciError when an error occurs
|
|
10501
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10506
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/RemoveEntityAssociations.ts.html |here} to see how to use RemoveEntityAssociations API.
|
|
10502
10507
|
*/
|
|
10503
10508
|
removeEntityAssociations(removeEntityAssociationsRequest) {
|
|
10504
10509
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10557,7 +10562,7 @@ class LogAnalyticsClient {
|
|
|
10557
10562
|
* @param RemovePreferencesRequest
|
|
10558
10563
|
* @return RemovePreferencesResponse
|
|
10559
10564
|
* @throws OciError when an error occurs
|
|
10560
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10565
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/RemovePreferences.ts.html |here} to see how to use RemovePreferences API.
|
|
10561
10566
|
*/
|
|
10562
10567
|
removePreferences(removePreferencesRequest) {
|
|
10563
10568
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10614,7 +10619,7 @@ class LogAnalyticsClient {
|
|
|
10614
10619
|
* @param RemoveResourceCategoriesRequest
|
|
10615
10620
|
* @return RemoveResourceCategoriesResponse
|
|
10616
10621
|
* @throws OciError when an error occurs
|
|
10617
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10622
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/RemoveResourceCategories.ts.html |here} to see how to use RemoveResourceCategories API.
|
|
10618
10623
|
*/
|
|
10619
10624
|
removeResourceCategories(removeResourceCategoriesRequest) {
|
|
10620
10625
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10670,7 +10675,7 @@ class LogAnalyticsClient {
|
|
|
10670
10675
|
* @param RemoveSourceEventTypesRequest
|
|
10671
10676
|
* @return RemoveSourceEventTypesResponse
|
|
10672
10677
|
* @throws OciError when an error occurs
|
|
10673
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10678
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/RemoveSourceEventTypes.ts.html |here} to see how to use RemoveSourceEventTypes API.
|
|
10674
10679
|
*/
|
|
10675
10680
|
removeSourceEventTypes(removeSourceEventTypesRequest) {
|
|
10676
10681
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10728,7 +10733,7 @@ class LogAnalyticsClient {
|
|
|
10728
10733
|
* @param ResumeScheduledTaskRequest
|
|
10729
10734
|
* @return ResumeScheduledTaskResponse
|
|
10730
10735
|
* @throws OciError when an error occurs
|
|
10731
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10736
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ResumeScheduledTask.ts.html |here} to see how to use ResumeScheduledTask API.
|
|
10732
10737
|
*/
|
|
10733
10738
|
resumeScheduledTask(resumeScheduledTaskRequest) {
|
|
10734
10739
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10796,7 +10801,7 @@ class LogAnalyticsClient {
|
|
|
10796
10801
|
* @param RunRequest
|
|
10797
10802
|
* @return RunResponse
|
|
10798
10803
|
* @throws OciError when an error occurs
|
|
10799
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10804
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/Run.ts.html |here} to see how to use Run API.
|
|
10800
10805
|
*/
|
|
10801
10806
|
run(runRequest) {
|
|
10802
10807
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10858,7 +10863,7 @@ class LogAnalyticsClient {
|
|
|
10858
10863
|
* @param SetUnprocessedDataBucketRequest
|
|
10859
10864
|
* @return SetUnprocessedDataBucketResponse
|
|
10860
10865
|
* @throws OciError when an error occurs
|
|
10861
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10866
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/SetUnprocessedDataBucket.ts.html |here} to see how to use SetUnprocessedDataBucket API.
|
|
10862
10867
|
*/
|
|
10863
10868
|
setUnprocessedDataBucket(setUnprocessedDataBucketRequest) {
|
|
10864
10869
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10919,7 +10924,7 @@ class LogAnalyticsClient {
|
|
|
10919
10924
|
* @param SuggestRequest
|
|
10920
10925
|
* @return SuggestResponse
|
|
10921
10926
|
* @throws OciError when an error occurs
|
|
10922
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10927
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/Suggest.ts.html |here} to see how to use Suggest API.
|
|
10923
10928
|
*/
|
|
10924
10929
|
suggest(suggestRequest) {
|
|
10925
10930
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10979,7 +10984,7 @@ class LogAnalyticsClient {
|
|
|
10979
10984
|
* @param SuppressWarningRequest
|
|
10980
10985
|
* @return SuppressWarningResponse
|
|
10981
10986
|
* @throws OciError when an error occurs
|
|
10982
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10987
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/SuppressWarning.ts.html |here} to see how to use SuppressWarning API.
|
|
10983
10988
|
*/
|
|
10984
10989
|
suppressWarning(suppressWarningRequest) {
|
|
10985
10990
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11038,7 +11043,7 @@ class LogAnalyticsClient {
|
|
|
11038
11043
|
* @param TestParserRequest
|
|
11039
11044
|
* @return TestParserResponse
|
|
11040
11045
|
* @throws OciError when an error occurs
|
|
11041
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11046
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/TestParser.ts.html |here} to see how to use TestParser API.
|
|
11042
11047
|
*/
|
|
11043
11048
|
testParser(testParserRequest) {
|
|
11044
11049
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11102,7 +11107,7 @@ class LogAnalyticsClient {
|
|
|
11102
11107
|
* @param UnsuppressWarningRequest
|
|
11103
11108
|
* @return UnsuppressWarningResponse
|
|
11104
11109
|
* @throws OciError when an error occurs
|
|
11105
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11110
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/UnsuppressWarning.ts.html |here} to see how to use UnsuppressWarning API.
|
|
11106
11111
|
*/
|
|
11107
11112
|
unsuppressWarning(unsuppressWarningRequest) {
|
|
11108
11113
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11161,7 +11166,7 @@ class LogAnalyticsClient {
|
|
|
11161
11166
|
* @param UpdateIngestTimeRuleRequest
|
|
11162
11167
|
* @return UpdateIngestTimeRuleResponse
|
|
11163
11168
|
* @throws OciError when an error occurs
|
|
11164
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11169
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/UpdateIngestTimeRule.ts.html |here} to see how to use UpdateIngestTimeRule API.
|
|
11165
11170
|
*/
|
|
11166
11171
|
updateIngestTimeRule(updateIngestTimeRuleRequest) {
|
|
11167
11172
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11227,7 +11232,7 @@ class LogAnalyticsClient {
|
|
|
11227
11232
|
* @param UpdateLogAnalyticsEmBridgeRequest
|
|
11228
11233
|
* @return UpdateLogAnalyticsEmBridgeResponse
|
|
11229
11234
|
* @throws OciError when an error occurs
|
|
11230
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11235
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/UpdateLogAnalyticsEmBridge.ts.html |here} to see how to use UpdateLogAnalyticsEmBridge API.
|
|
11231
11236
|
*/
|
|
11232
11237
|
updateLogAnalyticsEmBridge(updateLogAnalyticsEmBridgeRequest) {
|
|
11233
11238
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11293,7 +11298,7 @@ class LogAnalyticsClient {
|
|
|
11293
11298
|
* @param UpdateLogAnalyticsEntityRequest
|
|
11294
11299
|
* @return UpdateLogAnalyticsEntityResponse
|
|
11295
11300
|
* @throws OciError when an error occurs
|
|
11296
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11301
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/UpdateLogAnalyticsEntity.ts.html |here} to see how to use UpdateLogAnalyticsEntity API.
|
|
11297
11302
|
*/
|
|
11298
11303
|
updateLogAnalyticsEntity(updateLogAnalyticsEntityRequest) {
|
|
11299
11304
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11359,7 +11364,7 @@ class LogAnalyticsClient {
|
|
|
11359
11364
|
* @param UpdateLogAnalyticsEntityTypeRequest
|
|
11360
11365
|
* @return UpdateLogAnalyticsEntityTypeResponse
|
|
11361
11366
|
* @throws OciError when an error occurs
|
|
11362
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11367
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/UpdateLogAnalyticsEntityType.ts.html |here} to see how to use UpdateLogAnalyticsEntityType API.
|
|
11363
11368
|
*/
|
|
11364
11369
|
updateLogAnalyticsEntityType(updateLogAnalyticsEntityTypeRequest) {
|
|
11365
11370
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11417,7 +11422,7 @@ class LogAnalyticsClient {
|
|
|
11417
11422
|
* @param UpdateLogAnalyticsLogGroupRequest
|
|
11418
11423
|
* @return UpdateLogAnalyticsLogGroupResponse
|
|
11419
11424
|
* @throws OciError when an error occurs
|
|
11420
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11425
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/UpdateLogAnalyticsLogGroup.ts.html |here} to see how to use UpdateLogAnalyticsLogGroup API.
|
|
11421
11426
|
*/
|
|
11422
11427
|
updateLogAnalyticsLogGroup(updateLogAnalyticsLogGroupRequest) {
|
|
11423
11428
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11483,7 +11488,7 @@ class LogAnalyticsClient {
|
|
|
11483
11488
|
* @param UpdateLogAnalyticsObjectCollectionRuleRequest
|
|
11484
11489
|
* @return UpdateLogAnalyticsObjectCollectionRuleResponse
|
|
11485
11490
|
* @throws OciError when an error occurs
|
|
11486
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11491
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/UpdateLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use UpdateLogAnalyticsObjectCollectionRule API.
|
|
11487
11492
|
*/
|
|
11488
11493
|
updateLogAnalyticsObjectCollectionRule(updateLogAnalyticsObjectCollectionRuleRequest) {
|
|
11489
11494
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11550,7 +11555,7 @@ class LogAnalyticsClient {
|
|
|
11550
11555
|
* @param UpdateLookupRequest
|
|
11551
11556
|
* @return UpdateLookupResponse
|
|
11552
11557
|
* @throws OciError when an error occurs
|
|
11553
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11558
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/UpdateLookup.ts.html |here} to see how to use UpdateLookup API.
|
|
11554
11559
|
*/
|
|
11555
11560
|
updateLookup(updateLookupRequest) {
|
|
11556
11561
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11618,7 +11623,7 @@ class LogAnalyticsClient {
|
|
|
11618
11623
|
* @param UpdateLookupDataRequest
|
|
11619
11624
|
* @return UpdateLookupDataResponse
|
|
11620
11625
|
* @throws OciError when an error occurs
|
|
11621
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11626
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/UpdateLookupData.ts.html |here} to see how to use UpdateLookupData API.
|
|
11622
11627
|
*/
|
|
11623
11628
|
updateLookupData(updateLookupDataRequest) {
|
|
11624
11629
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11686,7 +11691,7 @@ class LogAnalyticsClient {
|
|
|
11686
11691
|
* @param UpdatePreferencesRequest
|
|
11687
11692
|
* @return UpdatePreferencesResponse
|
|
11688
11693
|
* @throws OciError when an error occurs
|
|
11689
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11694
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/UpdatePreferences.ts.html |here} to see how to use UpdatePreferences API.
|
|
11690
11695
|
*/
|
|
11691
11696
|
updatePreferences(updatePreferencesRequest) {
|
|
11692
11697
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11743,7 +11748,7 @@ class LogAnalyticsClient {
|
|
|
11743
11748
|
* @param UpdateResourceCategoriesRequest
|
|
11744
11749
|
* @return UpdateResourceCategoriesResponse
|
|
11745
11750
|
* @throws OciError when an error occurs
|
|
11746
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11751
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/UpdateResourceCategories.ts.html |here} to see how to use UpdateResourceCategories API.
|
|
11747
11752
|
*/
|
|
11748
11753
|
updateResourceCategories(updateResourceCategoriesRequest) {
|
|
11749
11754
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11798,7 +11803,7 @@ class LogAnalyticsClient {
|
|
|
11798
11803
|
* @param UpdateScheduledTaskRequest
|
|
11799
11804
|
* @return UpdateScheduledTaskResponse
|
|
11800
11805
|
* @throws OciError when an error occurs
|
|
11801
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11806
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/UpdateScheduledTask.ts.html |here} to see how to use UpdateScheduledTask API.
|
|
11802
11807
|
*/
|
|
11803
11808
|
updateScheduledTask(updateScheduledTaskRequest) {
|
|
11804
11809
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11865,7 +11870,7 @@ class LogAnalyticsClient {
|
|
|
11865
11870
|
* @param UpdateStorageRequest
|
|
11866
11871
|
* @return UpdateStorageResponse
|
|
11867
11872
|
* @throws OciError when an error occurs
|
|
11868
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11873
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/UpdateStorage.ts.html |here} to see how to use UpdateStorage API.
|
|
11869
11874
|
*/
|
|
11870
11875
|
updateStorage(updateStorageRequest) {
|
|
11871
11876
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11931,7 +11936,7 @@ class LogAnalyticsClient {
|
|
|
11931
11936
|
* @param UploadDiscoveryDataRequest
|
|
11932
11937
|
* @return UploadDiscoveryDataResponse
|
|
11933
11938
|
* @throws OciError when an error occurs
|
|
11934
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11939
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/UploadDiscoveryData.ts.html |here} to see how to use UploadDiscoveryData API.
|
|
11935
11940
|
*/
|
|
11936
11941
|
uploadDiscoveryData(uploadDiscoveryDataRequest) {
|
|
11937
11942
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11944,6 +11949,7 @@ class LogAnalyticsClient {
|
|
|
11944
11949
|
};
|
|
11945
11950
|
const queryParams = {
|
|
11946
11951
|
"discoveryDataType": uploadDiscoveryDataRequest.discoveryDataType,
|
|
11952
|
+
"logGroupId": uploadDiscoveryDataRequest.logGroupId,
|
|
11947
11953
|
"payloadType": uploadDiscoveryDataRequest.payloadType
|
|
11948
11954
|
};
|
|
11949
11955
|
let headerParams = {
|
|
@@ -12004,7 +12010,7 @@ class LogAnalyticsClient {
|
|
|
12004
12010
|
* @param UploadLogEventsFileRequest
|
|
12005
12011
|
* @return UploadLogEventsFileResponse
|
|
12006
12012
|
* @throws OciError when an error occurs
|
|
12007
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12013
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/UploadLogEventsFile.ts.html |here} to see how to use UploadLogEventsFile API.
|
|
12008
12014
|
*/
|
|
12009
12015
|
uploadLogEventsFile(uploadLogEventsFileRequest) {
|
|
12010
12016
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12024,6 +12030,7 @@ class LogAnalyticsClient {
|
|
|
12024
12030
|
"opc-request-id": uploadLogEventsFileRequest.opcRequestId,
|
|
12025
12031
|
"content-type": uploadLogEventsFileRequest.contentType,
|
|
12026
12032
|
"opc-retry-token": uploadLogEventsFileRequest.opcRetryToken,
|
|
12033
|
+
"opc-meta-properties": uploadLogEventsFileRequest.opcMetaProperties,
|
|
12027
12034
|
"expect": uploadLogEventsFileRequest.expect
|
|
12028
12035
|
};
|
|
12029
12036
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
@@ -12077,7 +12084,7 @@ class LogAnalyticsClient {
|
|
|
12077
12084
|
* @param UploadLogFileRequest
|
|
12078
12085
|
* @return UploadLogFileResponse
|
|
12079
12086
|
* @throws OciError when an error occurs
|
|
12080
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12087
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/UploadLogFile.ts.html |here} to see how to use UploadLogFile API.
|
|
12081
12088
|
*/
|
|
12082
12089
|
uploadLogFile(uploadLogFileRequest) {
|
|
12083
12090
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12163,7 +12170,7 @@ class LogAnalyticsClient {
|
|
|
12163
12170
|
* @param UpsertAssociationsRequest
|
|
12164
12171
|
* @return UpsertAssociationsResponse
|
|
12165
12172
|
* @throws OciError when an error occurs
|
|
12166
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12173
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/UpsertAssociations.ts.html |here} to see how to use UpsertAssociations API.
|
|
12167
12174
|
*/
|
|
12168
12175
|
upsertAssociations(upsertAssociationsRequest) {
|
|
12169
12176
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12227,7 +12234,7 @@ class LogAnalyticsClient {
|
|
|
12227
12234
|
* @param UpsertFieldRequest
|
|
12228
12235
|
* @return UpsertFieldResponse
|
|
12229
12236
|
* @throws OciError when an error occurs
|
|
12230
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12237
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/UpsertField.ts.html |here} to see how to use UpsertField API.
|
|
12231
12238
|
*/
|
|
12232
12239
|
upsertField(upsertFieldRequest) {
|
|
12233
12240
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12294,7 +12301,7 @@ class LogAnalyticsClient {
|
|
|
12294
12301
|
* @param UpsertLabelRequest
|
|
12295
12302
|
* @return UpsertLabelResponse
|
|
12296
12303
|
* @throws OciError when an error occurs
|
|
12297
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12304
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/UpsertLabel.ts.html |here} to see how to use UpsertLabel API.
|
|
12298
12305
|
*/
|
|
12299
12306
|
upsertLabel(upsertLabelRequest) {
|
|
12300
12307
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12361,7 +12368,7 @@ class LogAnalyticsClient {
|
|
|
12361
12368
|
* @param UpsertParserRequest
|
|
12362
12369
|
* @return UpsertParserResponse
|
|
12363
12370
|
* @throws OciError when an error occurs
|
|
12364
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12371
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/UpsertParser.ts.html |here} to see how to use UpsertParser API.
|
|
12365
12372
|
*/
|
|
12366
12373
|
upsertParser(upsertParserRequest) {
|
|
12367
12374
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12428,7 +12435,7 @@ class LogAnalyticsClient {
|
|
|
12428
12435
|
* @param UpsertSourceRequest
|
|
12429
12436
|
* @return UpsertSourceResponse
|
|
12430
12437
|
* @throws OciError when an error occurs
|
|
12431
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12438
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/UpsertSource.ts.html |here} to see how to use UpsertSource API.
|
|
12432
12439
|
*/
|
|
12433
12440
|
upsertSource(upsertSourceRequest) {
|
|
12434
12441
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12499,7 +12506,7 @@ class LogAnalyticsClient {
|
|
|
12499
12506
|
* @param ValidateAssociationParametersRequest
|
|
12500
12507
|
* @return ValidateAssociationParametersResponse
|
|
12501
12508
|
* @throws OciError when an error occurs
|
|
12502
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12509
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ValidateAssociationParameters.ts.html |here} to see how to use ValidateAssociationParameters API.
|
|
12503
12510
|
*/
|
|
12504
12511
|
validateAssociationParameters(validateAssociationParametersRequest) {
|
|
12505
12512
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12570,7 +12577,7 @@ class LogAnalyticsClient {
|
|
|
12570
12577
|
* @param ValidateEndpointRequest
|
|
12571
12578
|
* @return ValidateEndpointResponse
|
|
12572
12579
|
* @throws OciError when an error occurs
|
|
12573
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12580
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ValidateEndpoint.ts.html |here} to see how to use ValidateEndpoint API.
|
|
12574
12581
|
*/
|
|
12575
12582
|
validateEndpoint(validateEndpointRequest) {
|
|
12576
12583
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12629,7 +12636,7 @@ class LogAnalyticsClient {
|
|
|
12629
12636
|
* @param ValidateFileRequest
|
|
12630
12637
|
* @return ValidateFileResponse
|
|
12631
12638
|
* @throws OciError when an error occurs
|
|
12632
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12639
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ValidateFile.ts.html |here} to see how to use ValidateFile API.
|
|
12633
12640
|
*/
|
|
12634
12641
|
validateFile(validateFileRequest) {
|
|
12635
12642
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12695,7 +12702,7 @@ class LogAnalyticsClient {
|
|
|
12695
12702
|
* @param ValidateLabelConditionRequest
|
|
12696
12703
|
* @return ValidateLabelConditionResponse
|
|
12697
12704
|
* @throws OciError when an error occurs
|
|
12698
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12705
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ValidateLabelCondition.ts.html |here} to see how to use ValidateLabelCondition API.
|
|
12699
12706
|
*/
|
|
12700
12707
|
validateLabelCondition(validateLabelConditionRequest) {
|
|
12701
12708
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12755,7 +12762,7 @@ class LogAnalyticsClient {
|
|
|
12755
12762
|
* @param ValidateSourceRequest
|
|
12756
12763
|
* @return ValidateSourceResponse
|
|
12757
12764
|
* @throws OciError when an error occurs
|
|
12758
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12765
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ValidateSource.ts.html |here} to see how to use ValidateSource API.
|
|
12759
12766
|
*/
|
|
12760
12767
|
validateSource(validateSourceRequest) {
|
|
12761
12768
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12820,7 +12827,7 @@ class LogAnalyticsClient {
|
|
|
12820
12827
|
* @param ValidateSourceExtendedFieldDetailsRequest
|
|
12821
12828
|
* @return ValidateSourceExtendedFieldDetailsResponse
|
|
12822
12829
|
* @throws OciError when an error occurs
|
|
12823
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12830
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ValidateSourceExtendedFieldDetails.ts.html |here} to see how to use ValidateSourceExtendedFieldDetails API.
|
|
12824
12831
|
*/
|
|
12825
12832
|
validateSourceExtendedFieldDetails(validateSourceExtendedFieldDetailsRequest) {
|
|
12826
12833
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12880,7 +12887,7 @@ class LogAnalyticsClient {
|
|
|
12880
12887
|
* @param ValidateSourceMappingRequest
|
|
12881
12888
|
* @return ValidateSourceMappingResponse
|
|
12882
12889
|
* @throws OciError when an error occurs
|
|
12883
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12890
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/ValidateSourceMapping.ts.html |here} to see how to use ValidateSourceMapping API.
|
|
12884
12891
|
*/
|
|
12885
12892
|
validateSourceMapping(validateSourceMappingRequest) {
|
|
12886
12893
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12946,7 +12953,7 @@ class LogAnalyticsClient {
|
|
|
12946
12953
|
* @param VerifyRequest
|
|
12947
12954
|
* @return VerifyResponse
|
|
12948
12955
|
* @throws OciError when an error occurs
|
|
12949
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12956
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/loganalytics/Verify.ts.html |here} to see how to use Verify API.
|
|
12950
12957
|
*/
|
|
12951
12958
|
verify(verifyRequest) {
|
|
12952
12959
|
return __awaiter(this, void 0, void 0, function* () {
|