oci-loganalytics 2.42.0 → 2.44.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 +263 -173
- package/lib/client.js +769 -173
- package/lib/client.js.map +1 -1
- package/lib/loganalytics-waiter.d.ts +8 -0
- package/lib/loganalytics-waiter.js +12 -0
- package/lib/loganalytics-waiter.js.map +1 -1
- package/lib/model/abstract-column.js +16 -0
- package/lib/model/abstract-column.js.map +1 -1
- package/lib/model/abstract-command-descriptor.d.ts +5 -0
- package/lib/model/abstract-command-descriptor.js +96 -76
- package/lib/model/abstract-command-descriptor.js.map +1 -1
- package/lib/model/add-insights-command-descriptor.d.ts +26 -0
- package/lib/model/add-insights-command-descriptor.js +55 -0
- package/lib/model/add-insights-command-descriptor.js.map +1 -0
- package/lib/model/anomaly-command-descriptor.d.ts +26 -0
- package/lib/model/anomaly-command-descriptor.js +55 -0
- package/lib/model/anomaly-command-descriptor.js.map +1 -0
- package/lib/model/change-ingest-time-rule-compartment-details.d.ts +28 -0
- package/lib/model/change-ingest-time-rule-compartment-details.js +30 -0
- package/lib/model/change-ingest-time-rule-compartment-details.js.map +1 -0
- package/lib/model/config-lifecycle-state.d.ts +30 -0
- package/lib/model/config-lifecycle-state.js +41 -0
- package/lib/model/config-lifecycle-state.js.map +1 -0
- package/lib/model/create-ingest-time-rule-details.d.ts +61 -0
- package/lib/model/create-ingest-time-rule-details.js +68 -0
- package/lib/model/create-ingest-time-rule-details.js.map +1 -0
- package/lib/model/create-log-analytics-object-collection-rule-details.d.ts +25 -0
- package/lib/model/create-log-analytics-object-collection-rule-details.js.map +1 -1
- 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/dedup-command-descriptor.d.ts +26 -0
- package/lib/model/dedup-command-descriptor.js +55 -0
- package/lib/model/dedup-command-descriptor.js.map +1 -0
- package/lib/model/geo-stats-command-descriptor.d.ts +29 -3
- package/lib/model/geo-stats-command-descriptor.js +29 -0
- package/lib/model/geo-stats-command-descriptor.js.map +1 -1
- package/lib/model/index.d.ts +54 -0
- package/lib/model/index.js +62 -7
- package/lib/model/index.js.map +1 -1
- package/lib/model/ingest-time-rule-action.d.ts +23 -0
- package/lib/model/ingest-time-rule-action.js +69 -0
- package/lib/model/ingest-time-rule-action.js.map +1 -0
- package/lib/model/ingest-time-rule-additional-field-condition.d.ts +55 -0
- package/lib/model/ingest-time-rule-additional-field-condition.js +52 -0
- package/lib/model/ingest-time-rule-additional-field-condition.js.map +1 -0
- package/lib/model/ingest-time-rule-condition.d.ts +23 -0
- package/lib/model/ingest-time-rule-condition.js +69 -0
- package/lib/model/ingest-time-rule-condition.js.map +1 -0
- package/lib/model/ingest-time-rule-field-condition.d.ts +49 -0
- package/lib/model/ingest-time-rule-field-condition.js +76 -0
- package/lib/model/ingest-time-rule-field-condition.js.map +1 -0
- package/lib/model/ingest-time-rule-metric-extraction-action.d.ts +59 -0
- package/lib/model/ingest-time-rule-metric-extraction-action.js +55 -0
- package/lib/model/ingest-time-rule-metric-extraction-action.js.map +1 -0
- package/lib/model/ingest-time-rule-resource.d.ts +26 -0
- package/lib/model/ingest-time-rule-resource.js +30 -0
- package/lib/model/ingest-time-rule-resource.js.map +1 -0
- package/lib/model/ingest-time-rule-summary-collection.d.ts +27 -0
- package/lib/model/ingest-time-rule-summary-collection.js +62 -0
- package/lib/model/ingest-time-rule-summary-collection.js.map +1 -0
- package/lib/model/ingest-time-rule-summary.d.ts +101 -0
- package/lib/model/ingest-time-rule-summary.js +39 -0
- package/lib/model/ingest-time-rule-summary.js.map +1 -0
- package/lib/model/ingest-time-rule.d.ts +86 -0
- package/lib/model/ingest-time-rule.js +68 -0
- package/lib/model/ingest-time-rule.js.map +1 -0
- package/lib/model/log-analytics-config-work-request-summary.d.ts +3 -4
- package/lib/model/log-analytics-config-work-request-summary.js +2 -0
- package/lib/model/log-analytics-config-work-request-summary.js.map +1 -1
- package/lib/model/log-analytics-config-work-request.d.ts +3 -4
- package/lib/model/log-analytics-config-work-request.js +2 -0
- package/lib/model/log-analytics-config-work-request.js.map +1 -1
- package/lib/model/log-analytics-object-collection-rule.d.ts +25 -0
- package/lib/model/log-analytics-object-collection-rule.js.map +1 -1
- package/lib/model/log-set-key-types.d.ts +29 -0
- package/lib/model/log-set-key-types.js +40 -0
- package/lib/model/log-set-key-types.js.map +1 -0
- package/lib/model/module-command-descriptor.d.ts +26 -0
- package/lib/model/module-command-descriptor.js +55 -0
- package/lib/model/module-command-descriptor.js.map +1 -0
- package/lib/model/recall-archived-data-details.d.ts +8 -0
- package/lib/model/recall-archived-data-details.js.map +1 -1
- package/lib/model/rule-kind.d.ts +30 -0
- package/lib/model/rule-kind.js +41 -0
- package/lib/model/rule-kind.js.map +1 -0
- package/lib/model/rule-summary-collection.d.ts +27 -0
- package/lib/model/rule-summary-collection.js +62 -0
- package/lib/model/rule-summary-collection.js.map +1 -0
- package/lib/model/rule-summary.d.ts +102 -0
- package/lib/model/rule-summary.js +40 -0
- package/lib/model/rule-summary.js.map +1 -0
- package/lib/model/rule.d.ts +102 -0
- package/lib/model/rule.js +40 -0
- package/lib/model/rule.js.map +1 -0
- package/lib/model/time-cluster-column.d.ts +53 -0
- package/lib/model/time-cluster-column.js +82 -0
- package/lib/model/time-cluster-column.js.map +1 -0
- package/lib/model/time-cluster-command-descriptor.d.ts +46 -0
- package/lib/model/time-cluster-command-descriptor.js +79 -0
- package/lib/model/time-cluster-command-descriptor.js.map +1 -0
- package/lib/model/time-cluster-data-column.d.ts +38 -0
- package/lib/model/time-cluster-data-column.js +65 -0
- package/lib/model/time-cluster-data-column.js.map +1 -0
- package/lib/model/time-column.d.ts +1 -1
- package/lib/model/time-stats-cluster.d.ts +35 -0
- package/lib/model/time-stats-cluster.js +30 -0
- package/lib/model/time-stats-cluster.js.map +1 -0
- package/lib/model/time-stats-column.d.ts +41 -0
- package/lib/model/time-stats-column.js +65 -0
- package/lib/model/time-stats-column.js.map +1 -0
- package/lib/model/time-stats-data-column.d.ts +53 -0
- package/lib/model/time-stats-data-column.js +65 -0
- package/lib/model/time-stats-data-column.js.map +1 -0
- package/lib/model/update-log-analytics-object-collection-rule-details.d.ts +25 -0
- package/lib/model/update-log-analytics-object-collection-rule-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/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 +55 -0
- package/lib/request/change-ingest-time-rule-compartment-request.js +15 -0
- package/lib/request/change-ingest-time-rule-compartment-request.js.map +1 -0
- 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 +41 -0
- package/lib/request/create-ingest-time-rule-request.js +15 -0
- package/lib/request/create-ingest-time-rule-request.js.map +1 -0
- 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 +41 -0
- package/lib/request/delete-ingest-time-rule-request.js +15 -0
- package/lib/request/delete-ingest-time-rule-request.js.map +1 -0
- 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 +41 -0
- package/lib/request/disable-ingest-time-rule-request.js +15 -0
- package/lib/request/disable-ingest-time-rule-request.js.map +1 -0
- 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 +41 -0
- package/lib/request/enable-ingest-time-rule-request.js +15 -0
- package/lib/request/enable-ingest-time-rule-request.js.map +1 -0
- 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 +32 -0
- package/lib/request/get-ingest-time-rule-request.js +15 -0
- package/lib/request/get-ingest-time-rule-request.js.map +1 -0
- 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-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/index.d.ts +18 -0
- package/lib/request/index.js +5 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-associable-entities-request.d.ts +1 -1
- package/lib/request/list-associated-entities-request.d.ts +1 -1
- package/lib/request/list-auto-associations-request.d.ts +1 -1
- package/lib/request/list-categories-request.d.ts +1 -1
- package/lib/request/list-config-work-requests-request.d.ts +1 -1
- package/lib/request/list-entity-associations-request.d.ts +1 -1
- package/lib/request/list-entity-source-associations-request.d.ts +1 -1
- package/lib/request/list-fields-request.d.ts +1 -1
- package/lib/request/list-ingest-time-rules-request.d.ts +94 -0
- package/lib/request/list-ingest-time-rules-request.js +34 -0
- package/lib/request/list-ingest-time-rules-request.js.map +1 -0
- package/lib/request/list-label-priorities-request.d.ts +1 -1
- package/lib/request/list-label-source-details-request.d.ts +1 -1
- package/lib/request/list-labels-request.d.ts +1 -1
- package/lib/request/list-log-analytics-em-bridges-request.d.ts +1 -1
- package/lib/request/list-log-analytics-entities-request.d.ts +1 -1
- package/lib/request/list-log-analytics-entity-topology-request.d.ts +1 -1
- package/lib/request/list-log-analytics-entity-types-request.d.ts +1 -1
- package/lib/request/list-log-analytics-log-groups-request.d.ts +1 -1
- package/lib/request/list-log-analytics-object-collection-rules-request.d.ts +1 -1
- package/lib/request/list-log-sets-request.d.ts +1 -1
- package/lib/request/list-lookups-request.d.ts +1 -1
- package/lib/request/list-meta-source-types-request.d.ts +1 -1
- package/lib/request/list-namespaces-request.d.ts +1 -1
- package/lib/request/list-parser-functions-request.d.ts +1 -1
- package/lib/request/list-parser-meta-plugins-request.d.ts +1 -1
- package/lib/request/list-parsers-request.d.ts +1 -1
- package/lib/request/list-query-work-requests-request.d.ts +1 -1
- package/lib/request/list-recalled-data-request.d.ts +1 -1
- package/lib/request/list-resource-categories-request.d.ts +1 -1
- package/lib/request/list-rules-request.d.ts +84 -0
- package/lib/request/list-rules-request.js +36 -0
- package/lib/request/list-rules-request.js.map +1 -0
- package/lib/request/list-scheduled-tasks-request.d.ts +1 -1
- package/lib/request/list-source-associations-request.d.ts +1 -1
- package/lib/request/list-source-event-types-request.d.ts +1 -1
- package/lib/request/list-source-extended-field-definitions-request.d.ts +1 -1
- package/lib/request/list-source-label-operators-request.d.ts +1 -1
- package/lib/request/list-source-meta-functions-request.d.ts +1 -1
- package/lib/request/list-source-patterns-request.d.ts +1 -1
- package/lib/request/list-sources-request.d.ts +1 -1
- package/lib/request/list-storage-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-storage-work-requests-request.d.ts +1 -1
- package/lib/request/list-supported-char-encodings-request.d.ts +1 -1
- package/lib/request/list-supported-timezones-request.d.ts +1 -1
- package/lib/request/list-upload-files-request.d.ts +1 -1
- package/lib/request/list-upload-warnings-request.d.ts +1 -1
- package/lib/request/list-uploads-request.d.ts +1 -1
- package/lib/request/list-warnings-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/offboard-namespace-request.d.ts +1 -1
- package/lib/request/onboard-namespace-request.d.ts +1 -1
- package/lib/request/parse-query-request.d.ts +1 -1
- package/lib/request/pause-scheduled-task-request.d.ts +1 -1
- package/lib/request/purge-storage-data-request.d.ts +1 -1
- package/lib/request/put-query-work-request-background-request.d.ts +1 -1
- package/lib/request/query-request.d.ts +1 -1
- package/lib/request/recall-archived-data-request.d.ts +1 -1
- package/lib/request/register-lookup-request.d.ts +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 +46 -0
- package/lib/request/update-ingest-time-rule-request.js +15 -0
- package/lib/request/update-ingest-time-rule-request.js.map +1 -0
- 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-log-events-file-request.d.ts +1 -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-file-request.d.ts +1 -1
- package/lib/request/validate-source-extended-field-details-request.d.ts +1 -1
- package/lib/request/validate-source-mapping-request.d.ts +1 -1
- package/lib/request/validate-source-request.d.ts +1 -1
- package/lib/request/verify-request.d.ts +1 -1
- package/lib/response/change-ingest-time-rule-compartment-response.d.ts +19 -0
- package/lib/response/change-ingest-time-rule-compartment-response.js +15 -0
- package/lib/response/change-ingest-time-rule-compartment-response.js.map +1 -0
- package/lib/response/create-ingest-time-rule-response.d.ts +29 -0
- package/lib/response/create-ingest-time-rule-response.js +15 -0
- package/lib/response/create-ingest-time-rule-response.js.map +1 -0
- package/lib/response/delete-ingest-time-rule-response.d.ts +19 -0
- package/lib/response/delete-ingest-time-rule-response.js +15 -0
- package/lib/response/delete-ingest-time-rule-response.js.map +1 -0
- package/lib/response/disable-ingest-time-rule-response.d.ts +24 -0
- package/lib/response/disable-ingest-time-rule-response.js +15 -0
- package/lib/response/disable-ingest-time-rule-response.js.map +1 -0
- package/lib/response/enable-ingest-time-rule-response.d.ts +24 -0
- package/lib/response/enable-ingest-time-rule-response.js +15 -0
- package/lib/response/enable-ingest-time-rule-response.js.map +1 -0
- package/lib/response/get-ingest-time-rule-response.d.ts +29 -0
- package/lib/response/get-ingest-time-rule-response.js +15 -0
- package/lib/response/get-ingest-time-rule-response.js.map +1 -0
- package/lib/response/index.d.ts +18 -0
- package/lib/response/list-ingest-time-rules-response.d.ts +38 -0
- package/lib/response/list-ingest-time-rules-response.js +15 -0
- package/lib/response/list-ingest-time-rules-response.js.map +1 -0
- package/lib/response/list-rules-response.d.ts +38 -0
- package/lib/response/list-rules-response.js +15 -0
- package/lib/response/list-rules-response.js.map +1 -0
- package/lib/response/update-ingest-time-rule-response.d.ts +29 -0
- package/lib/response/update-ingest-time-rule-response.js +15 -0
- package/lib/response/update-ingest-time-rule-response.js.map +1 -0
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -76,7 +76,7 @@ export declare class LogAnalyticsClient {
|
|
|
76
76
|
* @param AddEntityAssociationRequest
|
|
77
77
|
* @return AddEntityAssociationResponse
|
|
78
78
|
* @throws OciError when an error occurs
|
|
79
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
79
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/AddEntityAssociation.ts.html |here} to see how to use AddEntityAssociation API.
|
|
80
80
|
*/
|
|
81
81
|
addEntityAssociation(addEntityAssociationRequest: requests.AddEntityAssociationRequest): Promise<responses.AddEntityAssociationResponse>;
|
|
82
82
|
/**
|
|
@@ -86,7 +86,7 @@ export declare class LogAnalyticsClient {
|
|
|
86
86
|
* @param AddSourceEventTypesRequest
|
|
87
87
|
* @return AddSourceEventTypesResponse
|
|
88
88
|
* @throws OciError when an error occurs
|
|
89
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
89
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/AddSourceEventTypes.ts.html |here} to see how to use AddSourceEventTypes API.
|
|
90
90
|
*/
|
|
91
91
|
addSourceEventTypes(addSourceEventTypesRequest: requests.AddSourceEventTypesRequest): Promise<responses.AddSourceEventTypesResponse>;
|
|
92
92
|
/**
|
|
@@ -96,7 +96,7 @@ export declare class LogAnalyticsClient {
|
|
|
96
96
|
* @param AppendLookupDataRequest
|
|
97
97
|
* @return AppendLookupDataResponse
|
|
98
98
|
* @throws OciError when an error occurs
|
|
99
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
99
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/AppendLookupData.ts.html |here} to see how to use AppendLookupData API.
|
|
100
100
|
*/
|
|
101
101
|
appendLookupData(appendLookupDataRequest: requests.AppendLookupDataRequest): Promise<responses.AppendLookupDataResponse>;
|
|
102
102
|
/**
|
|
@@ -106,7 +106,7 @@ export declare class LogAnalyticsClient {
|
|
|
106
106
|
* @param BatchGetBasicInfoRequest
|
|
107
107
|
* @return BatchGetBasicInfoResponse
|
|
108
108
|
* @throws OciError when an error occurs
|
|
109
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
109
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/BatchGetBasicInfo.ts.html |here} to see how to use BatchGetBasicInfo API.
|
|
110
110
|
*/
|
|
111
111
|
batchGetBasicInfo(batchGetBasicInfoRequest: requests.BatchGetBasicInfoRequest): Promise<responses.BatchGetBasicInfoResponse>;
|
|
112
112
|
/**
|
|
@@ -115,16 +115,26 @@ export declare class LogAnalyticsClient {
|
|
|
115
115
|
* @param CancelQueryWorkRequestRequest
|
|
116
116
|
* @return CancelQueryWorkRequestResponse
|
|
117
117
|
* @throws OciError when an error occurs
|
|
118
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
118
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/CancelQueryWorkRequest.ts.html |here} to see how to use CancelQueryWorkRequest API.
|
|
119
119
|
*/
|
|
120
120
|
cancelQueryWorkRequest(cancelQueryWorkRequestRequest: requests.CancelQueryWorkRequestRequest): Promise<responses.CancelQueryWorkRequestResponse>;
|
|
121
|
+
/**
|
|
122
|
+
* Moves the specified ingest time rule to a different compartment.
|
|
123
|
+
*
|
|
124
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
125
|
+
* @param ChangeIngestTimeRuleCompartmentRequest
|
|
126
|
+
* @return ChangeIngestTimeRuleCompartmentResponse
|
|
127
|
+
* @throws OciError when an error occurs
|
|
128
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ChangeIngestTimeRuleCompartment.ts.html |here} to see how to use ChangeIngestTimeRuleCompartment API.
|
|
129
|
+
*/
|
|
130
|
+
changeIngestTimeRuleCompartment(changeIngestTimeRuleCompartmentRequest: requests.ChangeIngestTimeRuleCompartmentRequest): Promise<responses.ChangeIngestTimeRuleCompartmentResponse>;
|
|
121
131
|
/**
|
|
122
132
|
* Update the compartment of the log analytics enterprise manager bridge with the given id.
|
|
123
133
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
124
134
|
* @param ChangeLogAnalyticsEmBridgeCompartmentRequest
|
|
125
135
|
* @return ChangeLogAnalyticsEmBridgeCompartmentResponse
|
|
126
136
|
* @throws OciError when an error occurs
|
|
127
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
137
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ChangeLogAnalyticsEmBridgeCompartment.ts.html |here} to see how to use ChangeLogAnalyticsEmBridgeCompartment API.
|
|
128
138
|
*/
|
|
129
139
|
changeLogAnalyticsEmBridgeCompartment(changeLogAnalyticsEmBridgeCompartmentRequest: requests.ChangeLogAnalyticsEmBridgeCompartmentRequest): Promise<responses.ChangeLogAnalyticsEmBridgeCompartmentResponse>;
|
|
130
140
|
/**
|
|
@@ -133,7 +143,7 @@ export declare class LogAnalyticsClient {
|
|
|
133
143
|
* @param ChangeLogAnalyticsEntityCompartmentRequest
|
|
134
144
|
* @return ChangeLogAnalyticsEntityCompartmentResponse
|
|
135
145
|
* @throws OciError when an error occurs
|
|
136
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
146
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ChangeLogAnalyticsEntityCompartment.ts.html |here} to see how to use ChangeLogAnalyticsEntityCompartment API.
|
|
137
147
|
*/
|
|
138
148
|
changeLogAnalyticsEntityCompartment(changeLogAnalyticsEntityCompartmentRequest: requests.ChangeLogAnalyticsEntityCompartmentRequest): Promise<responses.ChangeLogAnalyticsEntityCompartmentResponse>;
|
|
139
149
|
/**
|
|
@@ -143,7 +153,7 @@ export declare class LogAnalyticsClient {
|
|
|
143
153
|
* @param ChangeLogAnalyticsLogGroupCompartmentRequest
|
|
144
154
|
* @return ChangeLogAnalyticsLogGroupCompartmentResponse
|
|
145
155
|
* @throws OciError when an error occurs
|
|
146
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
156
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ChangeLogAnalyticsLogGroupCompartment.ts.html |here} to see how to use ChangeLogAnalyticsLogGroupCompartment API.
|
|
147
157
|
*/
|
|
148
158
|
changeLogAnalyticsLogGroupCompartment(changeLogAnalyticsLogGroupCompartmentRequest: requests.ChangeLogAnalyticsLogGroupCompartmentRequest): Promise<responses.ChangeLogAnalyticsLogGroupCompartmentResponse>;
|
|
149
159
|
/**
|
|
@@ -152,7 +162,7 @@ export declare class LogAnalyticsClient {
|
|
|
152
162
|
* @param ChangeLogAnalyticsObjectCollectionRuleCompartmentRequest
|
|
153
163
|
* @return ChangeLogAnalyticsObjectCollectionRuleCompartmentResponse
|
|
154
164
|
* @throws OciError when an error occurs
|
|
155
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
165
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ChangeLogAnalyticsObjectCollectionRuleCompartment.ts.html |here} to see how to use ChangeLogAnalyticsObjectCollectionRuleCompartment API.
|
|
156
166
|
*/
|
|
157
167
|
changeLogAnalyticsObjectCollectionRuleCompartment(changeLogAnalyticsObjectCollectionRuleCompartmentRequest: requests.ChangeLogAnalyticsObjectCollectionRuleCompartmentRequest): Promise<responses.ChangeLogAnalyticsObjectCollectionRuleCompartmentResponse>;
|
|
158
168
|
/**
|
|
@@ -162,7 +172,7 @@ export declare class LogAnalyticsClient {
|
|
|
162
172
|
* @param ChangeScheduledTaskCompartmentRequest
|
|
163
173
|
* @return ChangeScheduledTaskCompartmentResponse
|
|
164
174
|
* @throws OciError when an error occurs
|
|
165
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
175
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ChangeScheduledTaskCompartment.ts.html |here} to see how to use ChangeScheduledTaskCompartment API.
|
|
166
176
|
*/
|
|
167
177
|
changeScheduledTaskCompartment(changeScheduledTaskCompartmentRequest: requests.ChangeScheduledTaskCompartmentRequest): Promise<responses.ChangeScheduledTaskCompartmentResponse>;
|
|
168
178
|
/**
|
|
@@ -173,7 +183,7 @@ export declare class LogAnalyticsClient {
|
|
|
173
183
|
* @param CleanRequest
|
|
174
184
|
* @return CleanResponse
|
|
175
185
|
* @throws OciError when an error occurs
|
|
176
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
186
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/Clean.ts.html |here} to see how to use Clean API.
|
|
177
187
|
*/
|
|
178
188
|
clean(cleanRequest: requests.CleanRequest): Promise<responses.CleanResponse>;
|
|
179
189
|
/**
|
|
@@ -183,16 +193,26 @@ export declare class LogAnalyticsClient {
|
|
|
183
193
|
* @param CompareContentRequest
|
|
184
194
|
* @return CompareContentResponse
|
|
185
195
|
* @throws OciError when an error occurs
|
|
186
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
196
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/CompareContent.ts.html |here} to see how to use CompareContent API.
|
|
187
197
|
*/
|
|
188
198
|
compareContent(compareContentRequest: requests.CompareContentRequest): Promise<responses.CompareContentResponse>;
|
|
199
|
+
/**
|
|
200
|
+
* Creates a new ingest time rule in the specified compartment. You may also specify optional information such as description, defined tags, and free-form tags.
|
|
201
|
+
*
|
|
202
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
203
|
+
* @param CreateIngestTimeRuleRequest
|
|
204
|
+
* @return CreateIngestTimeRuleResponse
|
|
205
|
+
* @throws OciError when an error occurs
|
|
206
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/CreateIngestTimeRule.ts.html |here} to see how to use CreateIngestTimeRule API.
|
|
207
|
+
*/
|
|
208
|
+
createIngestTimeRule(createIngestTimeRuleRequest: requests.CreateIngestTimeRuleRequest): Promise<responses.CreateIngestTimeRuleResponse>;
|
|
189
209
|
/**
|
|
190
210
|
* Add configuration for enterprise manager bridge. Enterprise manager bridge is used to automatically add selected entities from enterprise manager cloud control. A corresponding OCI bridge configuration is required in enterprise manager.
|
|
191
211
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
192
212
|
* @param CreateLogAnalyticsEmBridgeRequest
|
|
193
213
|
* @return CreateLogAnalyticsEmBridgeResponse
|
|
194
214
|
* @throws OciError when an error occurs
|
|
195
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
215
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/CreateLogAnalyticsEmBridge.ts.html |here} to see how to use CreateLogAnalyticsEmBridge API.
|
|
196
216
|
*/
|
|
197
217
|
createLogAnalyticsEmBridge(createLogAnalyticsEmBridgeRequest: requests.CreateLogAnalyticsEmBridgeRequest): Promise<responses.CreateLogAnalyticsEmBridgeResponse>;
|
|
198
218
|
/**
|
|
@@ -201,7 +221,7 @@ export declare class LogAnalyticsClient {
|
|
|
201
221
|
* @param CreateLogAnalyticsEntityRequest
|
|
202
222
|
* @return CreateLogAnalyticsEntityResponse
|
|
203
223
|
* @throws OciError when an error occurs
|
|
204
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
224
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/CreateLogAnalyticsEntity.ts.html |here} to see how to use CreateLogAnalyticsEntity API.
|
|
205
225
|
*/
|
|
206
226
|
createLogAnalyticsEntity(createLogAnalyticsEntityRequest: requests.CreateLogAnalyticsEntityRequest): Promise<responses.CreateLogAnalyticsEntityResponse>;
|
|
207
227
|
/**
|
|
@@ -210,7 +230,7 @@ export declare class LogAnalyticsClient {
|
|
|
210
230
|
* @param CreateLogAnalyticsEntityTypeRequest
|
|
211
231
|
* @return CreateLogAnalyticsEntityTypeResponse
|
|
212
232
|
* @throws OciError when an error occurs
|
|
213
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
233
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/CreateLogAnalyticsEntityType.ts.html |here} to see how to use CreateLogAnalyticsEntityType API.
|
|
214
234
|
*/
|
|
215
235
|
createLogAnalyticsEntityType(createLogAnalyticsEntityTypeRequest: requests.CreateLogAnalyticsEntityTypeRequest): Promise<responses.CreateLogAnalyticsEntityTypeResponse>;
|
|
216
236
|
/**
|
|
@@ -220,7 +240,7 @@ export declare class LogAnalyticsClient {
|
|
|
220
240
|
* @param CreateLogAnalyticsLogGroupRequest
|
|
221
241
|
* @return CreateLogAnalyticsLogGroupResponse
|
|
222
242
|
* @throws OciError when an error occurs
|
|
223
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
243
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/CreateLogAnalyticsLogGroup.ts.html |here} to see how to use CreateLogAnalyticsLogGroup API.
|
|
224
244
|
*/
|
|
225
245
|
createLogAnalyticsLogGroup(createLogAnalyticsLogGroupRequest: requests.CreateLogAnalyticsLogGroupRequest): Promise<responses.CreateLogAnalyticsLogGroupResponse>;
|
|
226
246
|
/**
|
|
@@ -229,7 +249,7 @@ export declare class LogAnalyticsClient {
|
|
|
229
249
|
* @param CreateLogAnalyticsObjectCollectionRuleRequest
|
|
230
250
|
* @return CreateLogAnalyticsObjectCollectionRuleResponse
|
|
231
251
|
* @throws OciError when an error occurs
|
|
232
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
252
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/CreateLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use CreateLogAnalyticsObjectCollectionRule API.
|
|
233
253
|
*/
|
|
234
254
|
createLogAnalyticsObjectCollectionRule(createLogAnalyticsObjectCollectionRuleRequest: requests.CreateLogAnalyticsObjectCollectionRuleRequest): Promise<responses.CreateLogAnalyticsObjectCollectionRuleResponse>;
|
|
235
255
|
/**
|
|
@@ -238,7 +258,7 @@ export declare class LogAnalyticsClient {
|
|
|
238
258
|
* @param CreateScheduledTaskRequest
|
|
239
259
|
* @return CreateScheduledTaskResponse
|
|
240
260
|
* @throws OciError when an error occurs
|
|
241
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
261
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/CreateScheduledTask.ts.html |here} to see how to use CreateScheduledTask API.
|
|
242
262
|
*/
|
|
243
263
|
createScheduledTask(createScheduledTaskRequest: requests.CreateScheduledTaskRequest): Promise<responses.CreateScheduledTaskResponse>;
|
|
244
264
|
/**
|
|
@@ -248,7 +268,7 @@ export declare class LogAnalyticsClient {
|
|
|
248
268
|
* @param DeleteAssociationsRequest
|
|
249
269
|
* @return DeleteAssociationsResponse
|
|
250
270
|
* @throws OciError when an error occurs
|
|
251
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
271
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/DeleteAssociations.ts.html |here} to see how to use DeleteAssociations API.
|
|
252
272
|
*/
|
|
253
273
|
deleteAssociations(deleteAssociationsRequest: requests.DeleteAssociationsRequest): Promise<responses.DeleteAssociationsResponse>;
|
|
254
274
|
/**
|
|
@@ -258,9 +278,19 @@ export declare class LogAnalyticsClient {
|
|
|
258
278
|
* @param DeleteFieldRequest
|
|
259
279
|
* @return DeleteFieldResponse
|
|
260
280
|
* @throws OciError when an error occurs
|
|
261
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
281
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/DeleteField.ts.html |here} to see how to use DeleteField API.
|
|
262
282
|
*/
|
|
263
283
|
deleteField(deleteFieldRequest: requests.DeleteFieldRequest): Promise<responses.DeleteFieldResponse>;
|
|
284
|
+
/**
|
|
285
|
+
* Deletes the specified ingest time rule.
|
|
286
|
+
*
|
|
287
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
288
|
+
* @param DeleteIngestTimeRuleRequest
|
|
289
|
+
* @return DeleteIngestTimeRuleResponse
|
|
290
|
+
* @throws OciError when an error occurs
|
|
291
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/DeleteIngestTimeRule.ts.html |here} to see how to use DeleteIngestTimeRule API.
|
|
292
|
+
*/
|
|
293
|
+
deleteIngestTimeRule(deleteIngestTimeRuleRequest: requests.DeleteIngestTimeRuleRequest): Promise<responses.DeleteIngestTimeRuleResponse>;
|
|
264
294
|
/**
|
|
265
295
|
* Deletes label with the specified name.
|
|
266
296
|
*
|
|
@@ -268,7 +298,7 @@ export declare class LogAnalyticsClient {
|
|
|
268
298
|
* @param DeleteLabelRequest
|
|
269
299
|
* @return DeleteLabelResponse
|
|
270
300
|
* @throws OciError when an error occurs
|
|
271
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
301
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/DeleteLabel.ts.html |here} to see how to use DeleteLabel API.
|
|
272
302
|
*/
|
|
273
303
|
deleteLabel(deleteLabelRequest: requests.DeleteLabelRequest): Promise<responses.DeleteLabelResponse>;
|
|
274
304
|
/**
|
|
@@ -277,7 +307,7 @@ export declare class LogAnalyticsClient {
|
|
|
277
307
|
* @param DeleteLogAnalyticsEmBridgeRequest
|
|
278
308
|
* @return DeleteLogAnalyticsEmBridgeResponse
|
|
279
309
|
* @throws OciError when an error occurs
|
|
280
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
310
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/DeleteLogAnalyticsEmBridge.ts.html |here} to see how to use DeleteLogAnalyticsEmBridge API.
|
|
281
311
|
*/
|
|
282
312
|
deleteLogAnalyticsEmBridge(deleteLogAnalyticsEmBridgeRequest: requests.DeleteLogAnalyticsEmBridgeRequest): Promise<responses.DeleteLogAnalyticsEmBridgeResponse>;
|
|
283
313
|
/**
|
|
@@ -286,7 +316,7 @@ export declare class LogAnalyticsClient {
|
|
|
286
316
|
* @param DeleteLogAnalyticsEntityRequest
|
|
287
317
|
* @return DeleteLogAnalyticsEntityResponse
|
|
288
318
|
* @throws OciError when an error occurs
|
|
289
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
319
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/DeleteLogAnalyticsEntity.ts.html |here} to see how to use DeleteLogAnalyticsEntity API.
|
|
290
320
|
*/
|
|
291
321
|
deleteLogAnalyticsEntity(deleteLogAnalyticsEntityRequest: requests.DeleteLogAnalyticsEntityRequest): Promise<responses.DeleteLogAnalyticsEntityResponse>;
|
|
292
322
|
/**
|
|
@@ -295,7 +325,7 @@ export declare class LogAnalyticsClient {
|
|
|
295
325
|
* @param DeleteLogAnalyticsEntityTypeRequest
|
|
296
326
|
* @return DeleteLogAnalyticsEntityTypeResponse
|
|
297
327
|
* @throws OciError when an error occurs
|
|
298
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
328
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/DeleteLogAnalyticsEntityType.ts.html |here} to see how to use DeleteLogAnalyticsEntityType API.
|
|
299
329
|
*/
|
|
300
330
|
deleteLogAnalyticsEntityType(deleteLogAnalyticsEntityTypeRequest: requests.DeleteLogAnalyticsEntityTypeRequest): Promise<responses.DeleteLogAnalyticsEntityTypeResponse>;
|
|
301
331
|
/**
|
|
@@ -305,7 +335,7 @@ export declare class LogAnalyticsClient {
|
|
|
305
335
|
* @param DeleteLogAnalyticsLogGroupRequest
|
|
306
336
|
* @return DeleteLogAnalyticsLogGroupResponse
|
|
307
337
|
* @throws OciError when an error occurs
|
|
308
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
338
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/DeleteLogAnalyticsLogGroup.ts.html |here} to see how to use DeleteLogAnalyticsLogGroup API.
|
|
309
339
|
*/
|
|
310
340
|
deleteLogAnalyticsLogGroup(deleteLogAnalyticsLogGroupRequest: requests.DeleteLogAnalyticsLogGroupRequest): Promise<responses.DeleteLogAnalyticsLogGroupResponse>;
|
|
311
341
|
/**
|
|
@@ -316,7 +346,7 @@ export declare class LogAnalyticsClient {
|
|
|
316
346
|
* @param DeleteLogAnalyticsObjectCollectionRuleRequest
|
|
317
347
|
* @return DeleteLogAnalyticsObjectCollectionRuleResponse
|
|
318
348
|
* @throws OciError when an error occurs
|
|
319
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
349
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/DeleteLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use DeleteLogAnalyticsObjectCollectionRule API.
|
|
320
350
|
*/
|
|
321
351
|
deleteLogAnalyticsObjectCollectionRule(deleteLogAnalyticsObjectCollectionRuleRequest: requests.DeleteLogAnalyticsObjectCollectionRuleRequest): Promise<responses.DeleteLogAnalyticsObjectCollectionRuleResponse>;
|
|
322
352
|
/**
|
|
@@ -326,7 +356,7 @@ export declare class LogAnalyticsClient {
|
|
|
326
356
|
* @param DeleteLookupRequest
|
|
327
357
|
* @return DeleteLookupResponse
|
|
328
358
|
* @throws OciError when an error occurs
|
|
329
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
359
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/DeleteLookup.ts.html |here} to see how to use DeleteLookup API.
|
|
330
360
|
*/
|
|
331
361
|
deleteLookup(deleteLookupRequest: requests.DeleteLookupRequest): Promise<responses.DeleteLookupResponse>;
|
|
332
362
|
/**
|
|
@@ -336,7 +366,7 @@ export declare class LogAnalyticsClient {
|
|
|
336
366
|
* @param DeleteParserRequest
|
|
337
367
|
* @return DeleteParserResponse
|
|
338
368
|
* @throws OciError when an error occurs
|
|
339
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
369
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/DeleteParser.ts.html |here} to see how to use DeleteParser API.
|
|
340
370
|
*/
|
|
341
371
|
deleteParser(deleteParserRequest: requests.DeleteParserRequest): Promise<responses.DeleteParserResponse>;
|
|
342
372
|
/**
|
|
@@ -345,7 +375,7 @@ export declare class LogAnalyticsClient {
|
|
|
345
375
|
* @param DeleteScheduledTaskRequest
|
|
346
376
|
* @return DeleteScheduledTaskResponse
|
|
347
377
|
* @throws OciError when an error occurs
|
|
348
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
378
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/DeleteScheduledTask.ts.html |here} to see how to use DeleteScheduledTask API.
|
|
349
379
|
*/
|
|
350
380
|
deleteScheduledTask(deleteScheduledTaskRequest: requests.DeleteScheduledTaskRequest): Promise<responses.DeleteScheduledTaskResponse>;
|
|
351
381
|
/**
|
|
@@ -355,7 +385,7 @@ export declare class LogAnalyticsClient {
|
|
|
355
385
|
* @param DeleteSourceRequest
|
|
356
386
|
* @return DeleteSourceResponse
|
|
357
387
|
* @throws OciError when an error occurs
|
|
358
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
388
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/DeleteSource.ts.html |here} to see how to use DeleteSource API.
|
|
359
389
|
*/
|
|
360
390
|
deleteSource(deleteSourceRequest: requests.DeleteSourceRequest): Promise<responses.DeleteSourceResponse>;
|
|
361
391
|
/**
|
|
@@ -366,7 +396,7 @@ export declare class LogAnalyticsClient {
|
|
|
366
396
|
* @param DeleteUploadRequest
|
|
367
397
|
* @return DeleteUploadResponse
|
|
368
398
|
* @throws OciError when an error occurs
|
|
369
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
399
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/DeleteUpload.ts.html |here} to see how to use DeleteUpload API.
|
|
370
400
|
*/
|
|
371
401
|
deleteUpload(deleteUploadRequest: requests.DeleteUploadRequest): Promise<responses.DeleteUploadResponse>;
|
|
372
402
|
/**
|
|
@@ -377,7 +407,7 @@ export declare class LogAnalyticsClient {
|
|
|
377
407
|
* @param DeleteUploadFileRequest
|
|
378
408
|
* @return DeleteUploadFileResponse
|
|
379
409
|
* @throws OciError when an error occurs
|
|
380
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
410
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/DeleteUploadFile.ts.html |here} to see how to use DeleteUploadFile API.
|
|
381
411
|
*/
|
|
382
412
|
deleteUploadFile(deleteUploadFileRequest: requests.DeleteUploadFileRequest): Promise<responses.DeleteUploadFileResponse>;
|
|
383
413
|
/**
|
|
@@ -387,7 +417,7 @@ export declare class LogAnalyticsClient {
|
|
|
387
417
|
* @param DeleteUploadWarningRequest
|
|
388
418
|
* @return DeleteUploadWarningResponse
|
|
389
419
|
* @throws OciError when an error occurs
|
|
390
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
420
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/DeleteUploadWarning.ts.html |here} to see how to use DeleteUploadWarning API.
|
|
391
421
|
*/
|
|
392
422
|
deleteUploadWarning(deleteUploadWarningRequest: requests.DeleteUploadWarningRequest): Promise<responses.DeleteUploadWarningResponse>;
|
|
393
423
|
/**
|
|
@@ -397,7 +427,7 @@ export declare class LogAnalyticsClient {
|
|
|
397
427
|
* @param DisableArchivingRequest
|
|
398
428
|
* @return DisableArchivingResponse
|
|
399
429
|
* @throws OciError when an error occurs
|
|
400
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
430
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/DisableArchiving.ts.html |here} to see how to use DisableArchiving API.
|
|
401
431
|
*/
|
|
402
432
|
disableArchiving(disableArchivingRequest: requests.DisableArchivingRequest): Promise<responses.DisableArchivingResponse>;
|
|
403
433
|
/**
|
|
@@ -409,9 +439,19 @@ export declare class LogAnalyticsClient {
|
|
|
409
439
|
* @param DisableAutoAssociationRequest
|
|
410
440
|
* @return DisableAutoAssociationResponse
|
|
411
441
|
* @throws OciError when an error occurs
|
|
412
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
442
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/DisableAutoAssociation.ts.html |here} to see how to use DisableAutoAssociation API.
|
|
413
443
|
*/
|
|
414
444
|
disableAutoAssociation(disableAutoAssociationRequest: requests.DisableAutoAssociationRequest): Promise<responses.DisableAutoAssociationResponse>;
|
|
445
|
+
/**
|
|
446
|
+
* Disables the specified ingest time rule.
|
|
447
|
+
*
|
|
448
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
449
|
+
* @param DisableIngestTimeRuleRequest
|
|
450
|
+
* @return DisableIngestTimeRuleResponse
|
|
451
|
+
* @throws OciError when an error occurs
|
|
452
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/DisableIngestTimeRule.ts.html |here} to see how to use DisableIngestTimeRule API.
|
|
453
|
+
*/
|
|
454
|
+
disableIngestTimeRule(disableIngestTimeRuleRequest: requests.DisableIngestTimeRuleRequest): Promise<responses.DisableIngestTimeRuleResponse>;
|
|
415
455
|
/**
|
|
416
456
|
* Disable one or more event types in a source.
|
|
417
457
|
*
|
|
@@ -419,7 +459,7 @@ export declare class LogAnalyticsClient {
|
|
|
419
459
|
* @param DisableSourceEventTypesRequest
|
|
420
460
|
* @return DisableSourceEventTypesResponse
|
|
421
461
|
* @throws OciError when an error occurs
|
|
422
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
462
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/DisableSourceEventTypes.ts.html |here} to see how to use DisableSourceEventTypes API.
|
|
423
463
|
*/
|
|
424
464
|
disableSourceEventTypes(disableSourceEventTypesRequest: requests.DisableSourceEventTypesRequest): Promise<responses.DisableSourceEventTypesResponse>;
|
|
425
465
|
/**
|
|
@@ -429,7 +469,7 @@ export declare class LogAnalyticsClient {
|
|
|
429
469
|
* @param EnableArchivingRequest
|
|
430
470
|
* @return EnableArchivingResponse
|
|
431
471
|
* @throws OciError when an error occurs
|
|
432
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
472
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/EnableArchiving.ts.html |here} to see how to use EnableArchiving API.
|
|
433
473
|
*/
|
|
434
474
|
enableArchiving(enableArchivingRequest: requests.EnableArchivingRequest): Promise<responses.EnableArchivingResponse>;
|
|
435
475
|
/**
|
|
@@ -441,9 +481,19 @@ export declare class LogAnalyticsClient {
|
|
|
441
481
|
* @param EnableAutoAssociationRequest
|
|
442
482
|
* @return EnableAutoAssociationResponse
|
|
443
483
|
* @throws OciError when an error occurs
|
|
444
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
484
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/EnableAutoAssociation.ts.html |here} to see how to use EnableAutoAssociation API.
|
|
445
485
|
*/
|
|
446
486
|
enableAutoAssociation(enableAutoAssociationRequest: requests.EnableAutoAssociationRequest): Promise<responses.EnableAutoAssociationResponse>;
|
|
487
|
+
/**
|
|
488
|
+
* Enables the specified ingest time rule.
|
|
489
|
+
*
|
|
490
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
491
|
+
* @param EnableIngestTimeRuleRequest
|
|
492
|
+
* @return EnableIngestTimeRuleResponse
|
|
493
|
+
* @throws OciError when an error occurs
|
|
494
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/EnableIngestTimeRule.ts.html |here} to see how to use EnableIngestTimeRule API.
|
|
495
|
+
*/
|
|
496
|
+
enableIngestTimeRule(enableIngestTimeRuleRequest: requests.EnableIngestTimeRuleRequest): Promise<responses.EnableIngestTimeRuleResponse>;
|
|
447
497
|
/**
|
|
448
498
|
* Enable one or more event types in a source. An event type and version can be enabled only in one source.
|
|
449
499
|
*
|
|
@@ -451,7 +501,7 @@ export declare class LogAnalyticsClient {
|
|
|
451
501
|
* @param EnableSourceEventTypesRequest
|
|
452
502
|
* @return EnableSourceEventTypesResponse
|
|
453
503
|
* @throws OciError when an error occurs
|
|
454
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
504
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/EnableSourceEventTypes.ts.html |here} to see how to use EnableSourceEventTypes API.
|
|
455
505
|
*/
|
|
456
506
|
enableSourceEventTypes(enableSourceEventTypesRequest: requests.EnableSourceEventTypesRequest): Promise<responses.EnableSourceEventTypesResponse>;
|
|
457
507
|
/**
|
|
@@ -461,7 +511,7 @@ export declare class LogAnalyticsClient {
|
|
|
461
511
|
* @param EstimatePurgeDataSizeRequest
|
|
462
512
|
* @return EstimatePurgeDataSizeResponse
|
|
463
513
|
* @throws OciError when an error occurs
|
|
464
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
514
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/EstimatePurgeDataSize.ts.html |here} to see how to use EstimatePurgeDataSize API.
|
|
465
515
|
*/
|
|
466
516
|
estimatePurgeDataSize(estimatePurgeDataSizeRequest: requests.EstimatePurgeDataSizeRequest): Promise<responses.EstimatePurgeDataSizeResponse>;
|
|
467
517
|
/**
|
|
@@ -471,7 +521,7 @@ export declare class LogAnalyticsClient {
|
|
|
471
521
|
* @param EstimateRecallDataSizeRequest
|
|
472
522
|
* @return EstimateRecallDataSizeResponse
|
|
473
523
|
* @throws OciError when an error occurs
|
|
474
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
524
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/EstimateRecallDataSize.ts.html |here} to see how to use EstimateRecallDataSize API.
|
|
475
525
|
*/
|
|
476
526
|
estimateRecallDataSize(estimateRecallDataSizeRequest: requests.EstimateRecallDataSizeRequest): Promise<responses.EstimateRecallDataSizeResponse>;
|
|
477
527
|
/**
|
|
@@ -481,7 +531,7 @@ export declare class LogAnalyticsClient {
|
|
|
481
531
|
* @param EstimateReleaseDataSizeRequest
|
|
482
532
|
* @return EstimateReleaseDataSizeResponse
|
|
483
533
|
* @throws OciError when an error occurs
|
|
484
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
534
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/EstimateReleaseDataSize.ts.html |here} to see how to use EstimateReleaseDataSize API.
|
|
485
535
|
*/
|
|
486
536
|
estimateReleaseDataSize(estimateReleaseDataSizeRequest: requests.EstimateReleaseDataSizeRequest): Promise<responses.EstimateReleaseDataSizeResponse>;
|
|
487
537
|
/**
|
|
@@ -491,7 +541,7 @@ export declare class LogAnalyticsClient {
|
|
|
491
541
|
* @param ExportCustomContentRequest
|
|
492
542
|
* @return ExportCustomContentResponse
|
|
493
543
|
* @throws OciError when an error occurs
|
|
494
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
544
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ExportCustomContent.ts.html |here} to see how to use ExportCustomContent API.
|
|
495
545
|
*/
|
|
496
546
|
exportCustomContent(exportCustomContentRequest: requests.ExportCustomContentRequest): Promise<responses.ExportCustomContentResponse>;
|
|
497
547
|
/**
|
|
@@ -500,7 +550,7 @@ export declare class LogAnalyticsClient {
|
|
|
500
550
|
* @param ExportQueryResultRequest
|
|
501
551
|
* @return ExportQueryResultResponse
|
|
502
552
|
* @throws OciError when an error occurs
|
|
503
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
553
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ExportQueryResult.ts.html |here} to see how to use ExportQueryResult API.
|
|
504
554
|
*/
|
|
505
555
|
exportQueryResult(exportQueryResultRequest: requests.ExportQueryResultRequest): Promise<responses.ExportQueryResultResponse>;
|
|
506
556
|
/**
|
|
@@ -510,7 +560,7 @@ export declare class LogAnalyticsClient {
|
|
|
510
560
|
* @param ExtractStructuredLogFieldPathsRequest
|
|
511
561
|
* @return ExtractStructuredLogFieldPathsResponse
|
|
512
562
|
* @throws OciError when an error occurs
|
|
513
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
563
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ExtractStructuredLogFieldPaths.ts.html |here} to see how to use ExtractStructuredLogFieldPaths API.
|
|
514
564
|
*/
|
|
515
565
|
extractStructuredLogFieldPaths(extractStructuredLogFieldPathsRequest: requests.ExtractStructuredLogFieldPathsRequest): Promise<responses.ExtractStructuredLogFieldPathsResponse>;
|
|
516
566
|
/**
|
|
@@ -520,7 +570,7 @@ export declare class LogAnalyticsClient {
|
|
|
520
570
|
* @param ExtractStructuredLogHeaderPathsRequest
|
|
521
571
|
* @return ExtractStructuredLogHeaderPathsResponse
|
|
522
572
|
* @throws OciError when an error occurs
|
|
523
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
573
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ExtractStructuredLogHeaderPaths.ts.html |here} to see how to use ExtractStructuredLogHeaderPaths API.
|
|
524
574
|
*/
|
|
525
575
|
extractStructuredLogHeaderPaths(extractStructuredLogHeaderPathsRequest: requests.ExtractStructuredLogHeaderPathsRequest): Promise<responses.ExtractStructuredLogHeaderPathsResponse>;
|
|
526
576
|
/**
|
|
@@ -529,7 +579,7 @@ export declare class LogAnalyticsClient {
|
|
|
529
579
|
* @param FilterRequest
|
|
530
580
|
* @return FilterResponse
|
|
531
581
|
* @throws OciError when an error occurs
|
|
532
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
582
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/Filter.ts.html |here} to see how to use Filter API.
|
|
533
583
|
*/
|
|
534
584
|
filter(filterRequest: requests.FilterRequest): Promise<responses.FilterResponse>;
|
|
535
585
|
/**
|
|
@@ -539,7 +589,7 @@ export declare class LogAnalyticsClient {
|
|
|
539
589
|
* @param GetAssociationSummaryRequest
|
|
540
590
|
* @return GetAssociationSummaryResponse
|
|
541
591
|
* @throws OciError when an error occurs
|
|
542
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
592
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/GetAssociationSummary.ts.html |here} to see how to use GetAssociationSummary API.
|
|
543
593
|
*/
|
|
544
594
|
getAssociationSummary(getAssociationSummaryRequest: requests.GetAssociationSummaryRequest): Promise<responses.GetAssociationSummaryResponse>;
|
|
545
595
|
/**
|
|
@@ -549,7 +599,7 @@ export declare class LogAnalyticsClient {
|
|
|
549
599
|
* @param GetCategoryRequest
|
|
550
600
|
* @return GetCategoryResponse
|
|
551
601
|
* @throws OciError when an error occurs
|
|
552
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
602
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/GetCategory.ts.html |here} to see how to use GetCategory API.
|
|
553
603
|
*/
|
|
554
604
|
getCategory(getCategoryRequest: requests.GetCategoryRequest): Promise<responses.GetCategoryResponse>;
|
|
555
605
|
/**
|
|
@@ -559,7 +609,7 @@ export declare class LogAnalyticsClient {
|
|
|
559
609
|
* @param GetColumnNamesRequest
|
|
560
610
|
* @return GetColumnNamesResponse
|
|
561
611
|
* @throws OciError when an error occurs
|
|
562
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
612
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/GetColumnNames.ts.html |here} to see how to use GetColumnNames API.
|
|
563
613
|
*/
|
|
564
614
|
getColumnNames(getColumnNamesRequest: requests.GetColumnNamesRequest): Promise<responses.GetColumnNamesResponse>;
|
|
565
615
|
/**
|
|
@@ -569,7 +619,7 @@ export declare class LogAnalyticsClient {
|
|
|
569
619
|
* @param GetConfigWorkRequestRequest
|
|
570
620
|
* @return GetConfigWorkRequestResponse
|
|
571
621
|
* @throws OciError when an error occurs
|
|
572
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
622
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/GetConfigWorkRequest.ts.html |here} to see how to use GetConfigWorkRequest API.
|
|
573
623
|
*/
|
|
574
624
|
getConfigWorkRequest(getConfigWorkRequestRequest: requests.GetConfigWorkRequestRequest): Promise<responses.GetConfigWorkRequestResponse>;
|
|
575
625
|
/**
|
|
@@ -579,7 +629,7 @@ export declare class LogAnalyticsClient {
|
|
|
579
629
|
* @param GetFieldRequest
|
|
580
630
|
* @return GetFieldResponse
|
|
581
631
|
* @throws OciError when an error occurs
|
|
582
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
632
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/GetField.ts.html |here} to see how to use GetField API.
|
|
583
633
|
*/
|
|
584
634
|
getField(getFieldRequest: requests.GetFieldRequest): Promise<responses.GetFieldResponse>;
|
|
585
635
|
/**
|
|
@@ -589,9 +639,19 @@ export declare class LogAnalyticsClient {
|
|
|
589
639
|
* @param GetFieldsSummaryRequest
|
|
590
640
|
* @return GetFieldsSummaryResponse
|
|
591
641
|
* @throws OciError when an error occurs
|
|
592
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
642
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/GetFieldsSummary.ts.html |here} to see how to use GetFieldsSummary API.
|
|
593
643
|
*/
|
|
594
644
|
getFieldsSummary(getFieldsSummaryRequest: requests.GetFieldsSummaryRequest): Promise<responses.GetFieldsSummaryResponse>;
|
|
645
|
+
/**
|
|
646
|
+
* Gets detailed information about the specified ingest time rule such as description, defined tags, and free-form tags.
|
|
647
|
+
*
|
|
648
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
649
|
+
* @param GetIngestTimeRuleRequest
|
|
650
|
+
* @return GetIngestTimeRuleResponse
|
|
651
|
+
* @throws OciError when an error occurs
|
|
652
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/GetIngestTimeRule.ts.html |here} to see how to use GetIngestTimeRule API.
|
|
653
|
+
*/
|
|
654
|
+
getIngestTimeRule(getIngestTimeRuleRequest: requests.GetIngestTimeRuleRequest): Promise<responses.GetIngestTimeRuleResponse>;
|
|
595
655
|
/**
|
|
596
656
|
* Gets detailed information about the label with the specified name.
|
|
597
657
|
*
|
|
@@ -599,7 +659,7 @@ export declare class LogAnalyticsClient {
|
|
|
599
659
|
* @param GetLabelRequest
|
|
600
660
|
* @return GetLabelResponse
|
|
601
661
|
* @throws OciError when an error occurs
|
|
602
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
662
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/GetLabel.ts.html |here} to see how to use GetLabel API.
|
|
603
663
|
*/
|
|
604
664
|
getLabel(getLabelRequest: requests.GetLabelRequest): Promise<responses.GetLabelResponse>;
|
|
605
665
|
/**
|
|
@@ -609,7 +669,7 @@ export declare class LogAnalyticsClient {
|
|
|
609
669
|
* @param GetLabelSummaryRequest
|
|
610
670
|
* @return GetLabelSummaryResponse
|
|
611
671
|
* @throws OciError when an error occurs
|
|
612
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
672
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/GetLabelSummary.ts.html |here} to see how to use GetLabelSummary API.
|
|
613
673
|
*/
|
|
614
674
|
getLabelSummary(getLabelSummaryRequest: requests.GetLabelSummaryRequest): Promise<responses.GetLabelSummaryResponse>;
|
|
615
675
|
/**
|
|
@@ -618,7 +678,7 @@ export declare class LogAnalyticsClient {
|
|
|
618
678
|
* @param GetLogAnalyticsEmBridgeRequest
|
|
619
679
|
* @return GetLogAnalyticsEmBridgeResponse
|
|
620
680
|
* @throws OciError when an error occurs
|
|
621
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
681
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/GetLogAnalyticsEmBridge.ts.html |here} to see how to use GetLogAnalyticsEmBridge API.
|
|
622
682
|
*/
|
|
623
683
|
getLogAnalyticsEmBridge(getLogAnalyticsEmBridgeRequest: requests.GetLogAnalyticsEmBridgeRequest): Promise<responses.GetLogAnalyticsEmBridgeResponse>;
|
|
624
684
|
/**
|
|
@@ -627,7 +687,7 @@ export declare class LogAnalyticsClient {
|
|
|
627
687
|
* @param GetLogAnalyticsEmBridgeSummaryRequest
|
|
628
688
|
* @return GetLogAnalyticsEmBridgeSummaryResponse
|
|
629
689
|
* @throws OciError when an error occurs
|
|
630
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
690
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/GetLogAnalyticsEmBridgeSummary.ts.html |here} to see how to use GetLogAnalyticsEmBridgeSummary API.
|
|
631
691
|
*/
|
|
632
692
|
getLogAnalyticsEmBridgeSummary(getLogAnalyticsEmBridgeSummaryRequest: requests.GetLogAnalyticsEmBridgeSummaryRequest): Promise<responses.GetLogAnalyticsEmBridgeSummaryResponse>;
|
|
633
693
|
/**
|
|
@@ -636,7 +696,7 @@ export declare class LogAnalyticsClient {
|
|
|
636
696
|
* @param GetLogAnalyticsEntitiesSummaryRequest
|
|
637
697
|
* @return GetLogAnalyticsEntitiesSummaryResponse
|
|
638
698
|
* @throws OciError when an error occurs
|
|
639
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
699
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/GetLogAnalyticsEntitiesSummary.ts.html |here} to see how to use GetLogAnalyticsEntitiesSummary API.
|
|
640
700
|
*/
|
|
641
701
|
getLogAnalyticsEntitiesSummary(getLogAnalyticsEntitiesSummaryRequest: requests.GetLogAnalyticsEntitiesSummaryRequest): Promise<responses.GetLogAnalyticsEntitiesSummaryResponse>;
|
|
642
702
|
/**
|
|
@@ -645,7 +705,7 @@ export declare class LogAnalyticsClient {
|
|
|
645
705
|
* @param GetLogAnalyticsEntityRequest
|
|
646
706
|
* @return GetLogAnalyticsEntityResponse
|
|
647
707
|
* @throws OciError when an error occurs
|
|
648
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
708
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/GetLogAnalyticsEntity.ts.html |here} to see how to use GetLogAnalyticsEntity API.
|
|
649
709
|
*/
|
|
650
710
|
getLogAnalyticsEntity(getLogAnalyticsEntityRequest: requests.GetLogAnalyticsEntityRequest): Promise<responses.GetLogAnalyticsEntityResponse>;
|
|
651
711
|
/**
|
|
@@ -654,7 +714,7 @@ export declare class LogAnalyticsClient {
|
|
|
654
714
|
* @param GetLogAnalyticsEntityTypeRequest
|
|
655
715
|
* @return GetLogAnalyticsEntityTypeResponse
|
|
656
716
|
* @throws OciError when an error occurs
|
|
657
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
717
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/GetLogAnalyticsEntityType.ts.html |here} to see how to use GetLogAnalyticsEntityType API.
|
|
658
718
|
*/
|
|
659
719
|
getLogAnalyticsEntityType(getLogAnalyticsEntityTypeRequest: requests.GetLogAnalyticsEntityTypeRequest): Promise<responses.GetLogAnalyticsEntityTypeResponse>;
|
|
660
720
|
/**
|
|
@@ -664,7 +724,7 @@ export declare class LogAnalyticsClient {
|
|
|
664
724
|
* @param GetLogAnalyticsLogGroupRequest
|
|
665
725
|
* @return GetLogAnalyticsLogGroupResponse
|
|
666
726
|
* @throws OciError when an error occurs
|
|
667
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
727
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/GetLogAnalyticsLogGroup.ts.html |here} to see how to use GetLogAnalyticsLogGroup API.
|
|
668
728
|
*/
|
|
669
729
|
getLogAnalyticsLogGroup(getLogAnalyticsLogGroupRequest: requests.GetLogAnalyticsLogGroupRequest): Promise<responses.GetLogAnalyticsLogGroupResponse>;
|
|
670
730
|
/**
|
|
@@ -674,7 +734,7 @@ export declare class LogAnalyticsClient {
|
|
|
674
734
|
* @param GetLogAnalyticsLogGroupsSummaryRequest
|
|
675
735
|
* @return GetLogAnalyticsLogGroupsSummaryResponse
|
|
676
736
|
* @throws OciError when an error occurs
|
|
677
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
737
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/GetLogAnalyticsLogGroupsSummary.ts.html |here} to see how to use GetLogAnalyticsLogGroupsSummary API.
|
|
678
738
|
*/
|
|
679
739
|
getLogAnalyticsLogGroupsSummary(getLogAnalyticsLogGroupsSummaryRequest: requests.GetLogAnalyticsLogGroupsSummaryRequest): Promise<responses.GetLogAnalyticsLogGroupsSummaryResponse>;
|
|
680
740
|
/**
|
|
@@ -683,7 +743,7 @@ export declare class LogAnalyticsClient {
|
|
|
683
743
|
* @param GetLogAnalyticsObjectCollectionRuleRequest
|
|
684
744
|
* @return GetLogAnalyticsObjectCollectionRuleResponse
|
|
685
745
|
* @throws OciError when an error occurs
|
|
686
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
746
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/GetLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use GetLogAnalyticsObjectCollectionRule API.
|
|
687
747
|
*/
|
|
688
748
|
getLogAnalyticsObjectCollectionRule(getLogAnalyticsObjectCollectionRuleRequest: requests.GetLogAnalyticsObjectCollectionRuleRequest): Promise<responses.GetLogAnalyticsObjectCollectionRuleResponse>;
|
|
689
749
|
/**
|
|
@@ -693,7 +753,7 @@ export declare class LogAnalyticsClient {
|
|
|
693
753
|
* @param GetLogSetsCountRequest
|
|
694
754
|
* @return GetLogSetsCountResponse
|
|
695
755
|
* @throws OciError when an error occurs
|
|
696
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
756
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/GetLogSetsCount.ts.html |here} to see how to use GetLogSetsCount API.
|
|
697
757
|
*/
|
|
698
758
|
getLogSetsCount(getLogSetsCountRequest: requests.GetLogSetsCountRequest): Promise<responses.GetLogSetsCountResponse>;
|
|
699
759
|
/**
|
|
@@ -703,7 +763,7 @@ export declare class LogAnalyticsClient {
|
|
|
703
763
|
* @param GetLookupRequest
|
|
704
764
|
* @return GetLookupResponse
|
|
705
765
|
* @throws OciError when an error occurs
|
|
706
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
766
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/GetLookup.ts.html |here} to see how to use GetLookup API.
|
|
707
767
|
*/
|
|
708
768
|
getLookup(getLookupRequest: requests.GetLookupRequest): Promise<responses.GetLookupResponse>;
|
|
709
769
|
/**
|
|
@@ -712,7 +772,7 @@ export declare class LogAnalyticsClient {
|
|
|
712
772
|
* @param GetLookupSummaryRequest
|
|
713
773
|
* @return GetLookupSummaryResponse
|
|
714
774
|
* @throws OciError when an error occurs
|
|
715
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
775
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/GetLookupSummary.ts.html |here} to see how to use GetLookupSummary API.
|
|
716
776
|
*/
|
|
717
777
|
getLookupSummary(getLookupSummaryRequest: requests.GetLookupSummaryRequest): Promise<responses.GetLookupSummaryResponse>;
|
|
718
778
|
/**
|
|
@@ -722,7 +782,7 @@ export declare class LogAnalyticsClient {
|
|
|
722
782
|
* @param GetNamespaceRequest
|
|
723
783
|
* @return GetNamespaceResponse
|
|
724
784
|
* @throws OciError when an error occurs
|
|
725
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
785
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/GetNamespace.ts.html |here} to see how to use GetNamespace API.
|
|
726
786
|
*/
|
|
727
787
|
getNamespace(getNamespaceRequest: requests.GetNamespaceRequest): Promise<responses.GetNamespaceResponse>;
|
|
728
788
|
/**
|
|
@@ -732,7 +792,7 @@ export declare class LogAnalyticsClient {
|
|
|
732
792
|
* @param GetParserRequest
|
|
733
793
|
* @return GetParserResponse
|
|
734
794
|
* @throws OciError when an error occurs
|
|
735
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
795
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/GetParser.ts.html |here} to see how to use GetParser API.
|
|
736
796
|
*/
|
|
737
797
|
getParser(getParserRequest: requests.GetParserRequest): Promise<responses.GetParserResponse>;
|
|
738
798
|
/**
|
|
@@ -742,7 +802,7 @@ export declare class LogAnalyticsClient {
|
|
|
742
802
|
* @param GetParserSummaryRequest
|
|
743
803
|
* @return GetParserSummaryResponse
|
|
744
804
|
* @throws OciError when an error occurs
|
|
745
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
805
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/GetParserSummary.ts.html |here} to see how to use GetParserSummary API.
|
|
746
806
|
*/
|
|
747
807
|
getParserSummary(getParserSummaryRequest: requests.GetParserSummaryRequest): Promise<responses.GetParserSummaryResponse>;
|
|
748
808
|
/**
|
|
@@ -752,7 +812,7 @@ export declare class LogAnalyticsClient {
|
|
|
752
812
|
* @param GetPreferencesRequest
|
|
753
813
|
* @return GetPreferencesResponse
|
|
754
814
|
* @throws OciError when an error occurs
|
|
755
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
815
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/GetPreferences.ts.html |here} to see how to use GetPreferences API.
|
|
756
816
|
*/
|
|
757
817
|
getPreferences(getPreferencesRequest: requests.GetPreferencesRequest): Promise<responses.GetPreferencesResponse>;
|
|
758
818
|
/**
|
|
@@ -763,7 +823,7 @@ export declare class LogAnalyticsClient {
|
|
|
763
823
|
* @param GetQueryResultRequest
|
|
764
824
|
* @return GetQueryResultResponse
|
|
765
825
|
* @throws OciError when an error occurs
|
|
766
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
826
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/GetQueryResult.ts.html |here} to see how to use GetQueryResult API.
|
|
767
827
|
*/
|
|
768
828
|
getQueryResult(getQueryResultRequest: requests.GetQueryResultRequest): Promise<responses.GetQueryResultResponse>;
|
|
769
829
|
/**
|
|
@@ -772,7 +832,7 @@ export declare class LogAnalyticsClient {
|
|
|
772
832
|
* @param GetQueryWorkRequestRequest
|
|
773
833
|
* @return GetQueryWorkRequestResponse
|
|
774
834
|
* @throws OciError when an error occurs
|
|
775
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
835
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/GetQueryWorkRequest.ts.html |here} to see how to use GetQueryWorkRequest API.
|
|
776
836
|
*/
|
|
777
837
|
getQueryWorkRequest(getQueryWorkRequestRequest: requests.GetQueryWorkRequestRequest): Promise<responses.GetQueryWorkRequestResponse>;
|
|
778
838
|
/**
|
|
@@ -781,7 +841,7 @@ export declare class LogAnalyticsClient {
|
|
|
781
841
|
* @param GetScheduledTaskRequest
|
|
782
842
|
* @return GetScheduledTaskResponse
|
|
783
843
|
* @throws OciError when an error occurs
|
|
784
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
844
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/GetScheduledTask.ts.html |here} to see how to use GetScheduledTask API.
|
|
785
845
|
*/
|
|
786
846
|
getScheduledTask(getScheduledTaskRequest: requests.GetScheduledTaskRequest): Promise<responses.GetScheduledTaskResponse>;
|
|
787
847
|
/**
|
|
@@ -791,7 +851,7 @@ export declare class LogAnalyticsClient {
|
|
|
791
851
|
* @param GetSourceRequest
|
|
792
852
|
* @return GetSourceResponse
|
|
793
853
|
* @throws OciError when an error occurs
|
|
794
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
854
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/GetSource.ts.html |here} to see how to use GetSource API.
|
|
795
855
|
*/
|
|
796
856
|
getSource(getSourceRequest: requests.GetSourceRequest): Promise<responses.GetSourceResponse>;
|
|
797
857
|
/**
|
|
@@ -801,7 +861,7 @@ export declare class LogAnalyticsClient {
|
|
|
801
861
|
* @param GetSourceSummaryRequest
|
|
802
862
|
* @return GetSourceSummaryResponse
|
|
803
863
|
* @throws OciError when an error occurs
|
|
804
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
864
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/GetSourceSummary.ts.html |here} to see how to use GetSourceSummary API.
|
|
805
865
|
*/
|
|
806
866
|
getSourceSummary(getSourceSummaryRequest: requests.GetSourceSummaryRequest): Promise<responses.GetSourceSummaryResponse>;
|
|
807
867
|
/**
|
|
@@ -811,7 +871,7 @@ export declare class LogAnalyticsClient {
|
|
|
811
871
|
* @param GetStorageRequest
|
|
812
872
|
* @return GetStorageResponse
|
|
813
873
|
* @throws OciError when an error occurs
|
|
814
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
874
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/GetStorage.ts.html |here} to see how to use GetStorage API.
|
|
815
875
|
*/
|
|
816
876
|
getStorage(getStorageRequest: requests.GetStorageRequest): Promise<responses.GetStorageResponse>;
|
|
817
877
|
/**
|
|
@@ -822,7 +882,7 @@ export declare class LogAnalyticsClient {
|
|
|
822
882
|
* @param GetStorageUsageRequest
|
|
823
883
|
* @return GetStorageUsageResponse
|
|
824
884
|
* @throws OciError when an error occurs
|
|
825
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
885
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/GetStorageUsage.ts.html |here} to see how to use GetStorageUsage API.
|
|
826
886
|
*/
|
|
827
887
|
getStorageUsage(getStorageUsageRequest: requests.GetStorageUsageRequest): Promise<responses.GetStorageUsageResponse>;
|
|
828
888
|
/**
|
|
@@ -833,7 +893,7 @@ export declare class LogAnalyticsClient {
|
|
|
833
893
|
* @param GetStorageWorkRequestRequest
|
|
834
894
|
* @return GetStorageWorkRequestResponse
|
|
835
895
|
* @throws OciError when an error occurs
|
|
836
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
896
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/GetStorageWorkRequest.ts.html |here} to see how to use GetStorageWorkRequest API.
|
|
837
897
|
*/
|
|
838
898
|
getStorageWorkRequest(getStorageWorkRequestRequest: requests.GetStorageWorkRequestRequest): Promise<responses.GetStorageWorkRequestResponse>;
|
|
839
899
|
/**
|
|
@@ -843,7 +903,7 @@ export declare class LogAnalyticsClient {
|
|
|
843
903
|
* @param GetUnprocessedDataBucketRequest
|
|
844
904
|
* @return GetUnprocessedDataBucketResponse
|
|
845
905
|
* @throws OciError when an error occurs
|
|
846
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
906
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/GetUnprocessedDataBucket.ts.html |here} to see how to use GetUnprocessedDataBucket API.
|
|
847
907
|
*/
|
|
848
908
|
getUnprocessedDataBucket(getUnprocessedDataBucketRequest: requests.GetUnprocessedDataBucketRequest): Promise<responses.GetUnprocessedDataBucketResponse>;
|
|
849
909
|
/**
|
|
@@ -852,7 +912,7 @@ export declare class LogAnalyticsClient {
|
|
|
852
912
|
* @param GetUploadRequest
|
|
853
913
|
* @return GetUploadResponse
|
|
854
914
|
* @throws OciError when an error occurs
|
|
855
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
915
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/GetUpload.ts.html |here} to see how to use GetUpload API.
|
|
856
916
|
*/
|
|
857
917
|
getUpload(getUploadRequest: requests.GetUploadRequest): Promise<responses.GetUploadResponse>;
|
|
858
918
|
/**
|
|
@@ -861,7 +921,7 @@ export declare class LogAnalyticsClient {
|
|
|
861
921
|
* @param GetWorkRequestRequest
|
|
862
922
|
* @return GetWorkRequestResponse
|
|
863
923
|
* @throws OciError when an error occurs
|
|
864
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
924
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
865
925
|
*/
|
|
866
926
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
867
927
|
/**
|
|
@@ -871,7 +931,7 @@ export declare class LogAnalyticsClient {
|
|
|
871
931
|
* @param ImportCustomContentRequest
|
|
872
932
|
* @return ImportCustomContentResponse
|
|
873
933
|
* @throws OciError when an error occurs
|
|
874
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
934
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ImportCustomContent.ts.html |here} to see how to use ImportCustomContent API.
|
|
875
935
|
*/
|
|
876
936
|
importCustomContent(importCustomContentRequest: requests.ImportCustomContentRequest): Promise<responses.ImportCustomContentResponse>;
|
|
877
937
|
/**
|
|
@@ -881,7 +941,7 @@ export declare class LogAnalyticsClient {
|
|
|
881
941
|
* @param ListAssociableEntitiesRequest
|
|
882
942
|
* @return ListAssociableEntitiesResponse
|
|
883
943
|
* @throws OciError when an error occurs
|
|
884
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
944
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ListAssociableEntities.ts.html |here} to see how to use ListAssociableEntities API.
|
|
885
945
|
*/
|
|
886
946
|
listAssociableEntities(listAssociableEntitiesRequest: requests.ListAssociableEntitiesRequest): Promise<responses.ListAssociableEntitiesResponse>;
|
|
887
947
|
/**
|
|
@@ -891,7 +951,7 @@ export declare class LogAnalyticsClient {
|
|
|
891
951
|
* @param ListAssociatedEntitiesRequest
|
|
892
952
|
* @return ListAssociatedEntitiesResponse
|
|
893
953
|
* @throws OciError when an error occurs
|
|
894
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
954
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ListAssociatedEntities.ts.html |here} to see how to use ListAssociatedEntities API.
|
|
895
955
|
*/
|
|
896
956
|
listAssociatedEntities(listAssociatedEntitiesRequest: requests.ListAssociatedEntitiesRequest): Promise<responses.ListAssociatedEntitiesResponse>;
|
|
897
957
|
/**
|
|
@@ -901,7 +961,7 @@ export declare class LogAnalyticsClient {
|
|
|
901
961
|
* @param ListAutoAssociationsRequest
|
|
902
962
|
* @return ListAutoAssociationsResponse
|
|
903
963
|
* @throws OciError when an error occurs
|
|
904
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
964
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ListAutoAssociations.ts.html |here} to see how to use ListAutoAssociations API.
|
|
905
965
|
*/
|
|
906
966
|
listAutoAssociations(listAutoAssociationsRequest: requests.ListAutoAssociationsRequest): Promise<responses.ListAutoAssociationsResponse>;
|
|
907
967
|
/**
|
|
@@ -911,7 +971,7 @@ export declare class LogAnalyticsClient {
|
|
|
911
971
|
* @param ListCategoriesRequest
|
|
912
972
|
* @return ListCategoriesResponse
|
|
913
973
|
* @throws OciError when an error occurs
|
|
914
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
974
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ListCategories.ts.html |here} to see how to use ListCategories API.
|
|
915
975
|
*/
|
|
916
976
|
listCategories(listCategoriesRequest: requests.ListCategoriesRequest): Promise<responses.ListCategoriesResponse>;
|
|
917
977
|
/**
|
|
@@ -921,7 +981,7 @@ export declare class LogAnalyticsClient {
|
|
|
921
981
|
* @param ListConfigWorkRequestsRequest
|
|
922
982
|
* @return ListConfigWorkRequestsResponse
|
|
923
983
|
* @throws OciError when an error occurs
|
|
924
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
984
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ListConfigWorkRequests.ts.html |here} to see how to use ListConfigWorkRequests API.
|
|
925
985
|
*/
|
|
926
986
|
listConfigWorkRequests(listConfigWorkRequestsRequest: requests.ListConfigWorkRequestsRequest): Promise<responses.ListConfigWorkRequestsResponse>;
|
|
927
987
|
/**
|
|
@@ -930,7 +990,7 @@ export declare class LogAnalyticsClient {
|
|
|
930
990
|
* @param ListEntityAssociationsRequest
|
|
931
991
|
* @return ListEntityAssociationsResponse
|
|
932
992
|
* @throws OciError when an error occurs
|
|
933
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
993
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ListEntityAssociations.ts.html |here} to see how to use ListEntityAssociations API.
|
|
934
994
|
*/
|
|
935
995
|
listEntityAssociations(listEntityAssociationsRequest: requests.ListEntityAssociationsRequest): Promise<responses.ListEntityAssociationsResponse>;
|
|
936
996
|
/**
|
|
@@ -940,7 +1000,7 @@ export declare class LogAnalyticsClient {
|
|
|
940
1000
|
* @param ListEntitySourceAssociationsRequest
|
|
941
1001
|
* @return ListEntitySourceAssociationsResponse
|
|
942
1002
|
* @throws OciError when an error occurs
|
|
943
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1003
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ListEntitySourceAssociations.ts.html |here} to see how to use ListEntitySourceAssociations API.
|
|
944
1004
|
*/
|
|
945
1005
|
listEntitySourceAssociations(listEntitySourceAssociationsRequest: requests.ListEntitySourceAssociationsRequest): Promise<responses.ListEntitySourceAssociationsResponse>;
|
|
946
1006
|
/**
|
|
@@ -950,9 +1010,19 @@ export declare class LogAnalyticsClient {
|
|
|
950
1010
|
* @param ListFieldsRequest
|
|
951
1011
|
* @return ListFieldsResponse
|
|
952
1012
|
* @throws OciError when an error occurs
|
|
953
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1013
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ListFields.ts.html |here} to see how to use ListFields API.
|
|
954
1014
|
*/
|
|
955
1015
|
listFields(listFieldsRequest: requests.ListFieldsRequest): Promise<responses.ListFieldsResponse>;
|
|
1016
|
+
/**
|
|
1017
|
+
* Returns a list of ingest time rules in a compartment. You may limit the number of rules, provide sorting options, and filter the results.
|
|
1018
|
+
*
|
|
1019
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1020
|
+
* @param ListIngestTimeRulesRequest
|
|
1021
|
+
* @return ListIngestTimeRulesResponse
|
|
1022
|
+
* @throws OciError when an error occurs
|
|
1023
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ListIngestTimeRules.ts.html |here} to see how to use ListIngestTimeRules API.
|
|
1024
|
+
*/
|
|
1025
|
+
listIngestTimeRules(listIngestTimeRulesRequest: requests.ListIngestTimeRulesRequest): Promise<responses.ListIngestTimeRulesResponse>;
|
|
956
1026
|
/**
|
|
957
1027
|
* Lists the available problem priorities that could be associated with a label.
|
|
958
1028
|
*
|
|
@@ -960,7 +1030,7 @@ export declare class LogAnalyticsClient {
|
|
|
960
1030
|
* @param ListLabelPrioritiesRequest
|
|
961
1031
|
* @return ListLabelPrioritiesResponse
|
|
962
1032
|
* @throws OciError when an error occurs
|
|
963
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1033
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ListLabelPriorities.ts.html |here} to see how to use ListLabelPriorities API.
|
|
964
1034
|
*/
|
|
965
1035
|
listLabelPriorities(listLabelPrioritiesRequest: requests.ListLabelPrioritiesRequest): Promise<responses.ListLabelPrioritiesResponse>;
|
|
966
1036
|
/**
|
|
@@ -970,7 +1040,7 @@ export declare class LogAnalyticsClient {
|
|
|
970
1040
|
* @param ListLabelSourceDetailsRequest
|
|
971
1041
|
* @return ListLabelSourceDetailsResponse
|
|
972
1042
|
* @throws OciError when an error occurs
|
|
973
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1043
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ListLabelSourceDetails.ts.html |here} to see how to use ListLabelSourceDetails API.
|
|
974
1044
|
*/
|
|
975
1045
|
listLabelSourceDetails(listLabelSourceDetailsRequest: requests.ListLabelSourceDetailsRequest): Promise<responses.ListLabelSourceDetailsResponse>;
|
|
976
1046
|
/**
|
|
@@ -980,7 +1050,7 @@ export declare class LogAnalyticsClient {
|
|
|
980
1050
|
* @param ListLabelsRequest
|
|
981
1051
|
* @return ListLabelsResponse
|
|
982
1052
|
* @throws OciError when an error occurs
|
|
983
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1053
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ListLabels.ts.html |here} to see how to use ListLabels API.
|
|
984
1054
|
*/
|
|
985
1055
|
listLabels(listLabelsRequest: requests.ListLabelsRequest): Promise<responses.ListLabelsResponse>;
|
|
986
1056
|
/**
|
|
@@ -989,7 +1059,7 @@ export declare class LogAnalyticsClient {
|
|
|
989
1059
|
* @param ListLogAnalyticsEmBridgesRequest
|
|
990
1060
|
* @return ListLogAnalyticsEmBridgesResponse
|
|
991
1061
|
* @throws OciError when an error occurs
|
|
992
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1062
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ListLogAnalyticsEmBridges.ts.html |here} to see how to use ListLogAnalyticsEmBridges API.
|
|
993
1063
|
*/
|
|
994
1064
|
listLogAnalyticsEmBridges(listLogAnalyticsEmBridgesRequest: requests.ListLogAnalyticsEmBridgesRequest): Promise<responses.ListLogAnalyticsEmBridgesResponse>;
|
|
995
1065
|
/**
|
|
@@ -998,7 +1068,7 @@ export declare class LogAnalyticsClient {
|
|
|
998
1068
|
* @param ListLogAnalyticsEntitiesRequest
|
|
999
1069
|
* @return ListLogAnalyticsEntitiesResponse
|
|
1000
1070
|
* @throws OciError when an error occurs
|
|
1001
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1071
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ListLogAnalyticsEntities.ts.html |here} to see how to use ListLogAnalyticsEntities API.
|
|
1002
1072
|
*/
|
|
1003
1073
|
listLogAnalyticsEntities(listLogAnalyticsEntitiesRequest: requests.ListLogAnalyticsEntitiesRequest): Promise<responses.ListLogAnalyticsEntitiesResponse>;
|
|
1004
1074
|
/**
|
|
@@ -1007,7 +1077,7 @@ export declare class LogAnalyticsClient {
|
|
|
1007
1077
|
* @param ListLogAnalyticsEntityTopologyRequest
|
|
1008
1078
|
* @return ListLogAnalyticsEntityTopologyResponse
|
|
1009
1079
|
* @throws OciError when an error occurs
|
|
1010
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1080
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ListLogAnalyticsEntityTopology.ts.html |here} to see how to use ListLogAnalyticsEntityTopology API.
|
|
1011
1081
|
*/
|
|
1012
1082
|
listLogAnalyticsEntityTopology(listLogAnalyticsEntityTopologyRequest: requests.ListLogAnalyticsEntityTopologyRequest): Promise<responses.ListLogAnalyticsEntityTopologyResponse>;
|
|
1013
1083
|
/**
|
|
@@ -1016,7 +1086,7 @@ export declare class LogAnalyticsClient {
|
|
|
1016
1086
|
* @param ListLogAnalyticsEntityTypesRequest
|
|
1017
1087
|
* @return ListLogAnalyticsEntityTypesResponse
|
|
1018
1088
|
* @throws OciError when an error occurs
|
|
1019
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1089
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ListLogAnalyticsEntityTypes.ts.html |here} to see how to use ListLogAnalyticsEntityTypes API.
|
|
1020
1090
|
*/
|
|
1021
1091
|
listLogAnalyticsEntityTypes(listLogAnalyticsEntityTypesRequest: requests.ListLogAnalyticsEntityTypesRequest): Promise<responses.ListLogAnalyticsEntityTypesResponse>;
|
|
1022
1092
|
/**
|
|
@@ -1026,7 +1096,7 @@ export declare class LogAnalyticsClient {
|
|
|
1026
1096
|
* @param ListLogAnalyticsLogGroupsRequest
|
|
1027
1097
|
* @return ListLogAnalyticsLogGroupsResponse
|
|
1028
1098
|
* @throws OciError when an error occurs
|
|
1029
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1099
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ListLogAnalyticsLogGroups.ts.html |here} to see how to use ListLogAnalyticsLogGroups API.
|
|
1030
1100
|
*/
|
|
1031
1101
|
listLogAnalyticsLogGroups(listLogAnalyticsLogGroupsRequest: requests.ListLogAnalyticsLogGroupsRequest): Promise<responses.ListLogAnalyticsLogGroupsResponse>;
|
|
1032
1102
|
/**
|
|
@@ -1035,7 +1105,7 @@ export declare class LogAnalyticsClient {
|
|
|
1035
1105
|
* @param ListLogAnalyticsObjectCollectionRulesRequest
|
|
1036
1106
|
* @return ListLogAnalyticsObjectCollectionRulesResponse
|
|
1037
1107
|
* @throws OciError when an error occurs
|
|
1038
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1108
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ListLogAnalyticsObjectCollectionRules.ts.html |here} to see how to use ListLogAnalyticsObjectCollectionRules API.
|
|
1039
1109
|
*/
|
|
1040
1110
|
listLogAnalyticsObjectCollectionRules(listLogAnalyticsObjectCollectionRulesRequest: requests.ListLogAnalyticsObjectCollectionRulesRequest): Promise<responses.ListLogAnalyticsObjectCollectionRulesResponse>;
|
|
1041
1111
|
/**
|
|
@@ -1045,7 +1115,7 @@ export declare class LogAnalyticsClient {
|
|
|
1045
1115
|
* @param ListLogSetsRequest
|
|
1046
1116
|
* @return ListLogSetsResponse
|
|
1047
1117
|
* @throws OciError when an error occurs
|
|
1048
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1118
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ListLogSets.ts.html |here} to see how to use ListLogSets API.
|
|
1049
1119
|
*/
|
|
1050
1120
|
listLogSets(listLogSetsRequest: requests.ListLogSetsRequest): Promise<responses.ListLogSetsResponse>;
|
|
1051
1121
|
/**
|
|
@@ -1055,7 +1125,7 @@ export declare class LogAnalyticsClient {
|
|
|
1055
1125
|
* @param ListLookupsRequest
|
|
1056
1126
|
* @return ListLookupsResponse
|
|
1057
1127
|
* @throws OciError when an error occurs
|
|
1058
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1128
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ListLookups.ts.html |here} to see how to use ListLookups API.
|
|
1059
1129
|
*/
|
|
1060
1130
|
listLookups(listLookupsRequest: requests.ListLookupsRequest): Promise<responses.ListLookupsResponse>;
|
|
1061
1131
|
/**
|
|
@@ -1065,7 +1135,7 @@ export declare class LogAnalyticsClient {
|
|
|
1065
1135
|
* @param ListMetaSourceTypesRequest
|
|
1066
1136
|
* @return ListMetaSourceTypesResponse
|
|
1067
1137
|
* @throws OciError when an error occurs
|
|
1068
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1138
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ListMetaSourceTypes.ts.html |here} to see how to use ListMetaSourceTypes API.
|
|
1069
1139
|
*/
|
|
1070
1140
|
listMetaSourceTypes(listMetaSourceTypesRequest: requests.ListMetaSourceTypesRequest): Promise<responses.ListMetaSourceTypesResponse>;
|
|
1071
1141
|
/**
|
|
@@ -1076,7 +1146,7 @@ export declare class LogAnalyticsClient {
|
|
|
1076
1146
|
* @param ListNamespacesRequest
|
|
1077
1147
|
* @return ListNamespacesResponse
|
|
1078
1148
|
* @throws OciError when an error occurs
|
|
1079
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1149
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ListNamespaces.ts.html |here} to see how to use ListNamespaces API.
|
|
1080
1150
|
*/
|
|
1081
1151
|
listNamespaces(listNamespacesRequest: requests.ListNamespacesRequest): Promise<responses.ListNamespacesResponse>;
|
|
1082
1152
|
/**
|
|
@@ -1086,7 +1156,7 @@ export declare class LogAnalyticsClient {
|
|
|
1086
1156
|
* @param ListParserFunctionsRequest
|
|
1087
1157
|
* @return ListParserFunctionsResponse
|
|
1088
1158
|
* @throws OciError when an error occurs
|
|
1089
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1159
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ListParserFunctions.ts.html |here} to see how to use ListParserFunctions API.
|
|
1090
1160
|
*/
|
|
1091
1161
|
listParserFunctions(listParserFunctionsRequest: requests.ListParserFunctionsRequest): Promise<responses.ListParserFunctionsResponse>;
|
|
1092
1162
|
/**
|
|
@@ -1096,7 +1166,7 @@ export declare class LogAnalyticsClient {
|
|
|
1096
1166
|
* @param ListParserMetaPluginsRequest
|
|
1097
1167
|
* @return ListParserMetaPluginsResponse
|
|
1098
1168
|
* @throws OciError when an error occurs
|
|
1099
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1169
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ListParserMetaPlugins.ts.html |here} to see how to use ListParserMetaPlugins API.
|
|
1100
1170
|
*/
|
|
1101
1171
|
listParserMetaPlugins(listParserMetaPluginsRequest: requests.ListParserMetaPluginsRequest): Promise<responses.ListParserMetaPluginsResponse>;
|
|
1102
1172
|
/**
|
|
@@ -1106,7 +1176,7 @@ export declare class LogAnalyticsClient {
|
|
|
1106
1176
|
* @param ListParsersRequest
|
|
1107
1177
|
* @return ListParsersResponse
|
|
1108
1178
|
* @throws OciError when an error occurs
|
|
1109
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1179
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ListParsers.ts.html |here} to see how to use ListParsers API.
|
|
1110
1180
|
*/
|
|
1111
1181
|
listParsers(listParsersRequest: requests.ListParsersRequest): Promise<responses.ListParsersResponse>;
|
|
1112
1182
|
/**
|
|
@@ -1115,7 +1185,7 @@ export declare class LogAnalyticsClient {
|
|
|
1115
1185
|
* @param ListQueryWorkRequestsRequest
|
|
1116
1186
|
* @return ListQueryWorkRequestsResponse
|
|
1117
1187
|
* @throws OciError when an error occurs
|
|
1118
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1188
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ListQueryWorkRequests.ts.html |here} to see how to use ListQueryWorkRequests API.
|
|
1119
1189
|
*/
|
|
1120
1190
|
listQueryWorkRequests(listQueryWorkRequestsRequest: requests.ListQueryWorkRequestsRequest): Promise<responses.ListQueryWorkRequestsResponse>;
|
|
1121
1191
|
/**
|
|
@@ -1125,7 +1195,7 @@ export declare class LogAnalyticsClient {
|
|
|
1125
1195
|
* @param ListRecalledDataRequest
|
|
1126
1196
|
* @return ListRecalledDataResponse
|
|
1127
1197
|
* @throws OciError when an error occurs
|
|
1128
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1198
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ListRecalledData.ts.html |here} to see how to use ListRecalledData API.
|
|
1129
1199
|
*/
|
|
1130
1200
|
listRecalledData(listRecalledDataRequest: requests.ListRecalledDataRequest): Promise<responses.ListRecalledDataResponse>;
|
|
1131
1201
|
/**
|
|
@@ -1136,16 +1206,26 @@ export declare class LogAnalyticsClient {
|
|
|
1136
1206
|
* @param ListResourceCategoriesRequest
|
|
1137
1207
|
* @return ListResourceCategoriesResponse
|
|
1138
1208
|
* @throws OciError when an error occurs
|
|
1139
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1209
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ListResourceCategories.ts.html |here} to see how to use ListResourceCategories API.
|
|
1140
1210
|
*/
|
|
1141
1211
|
listResourceCategories(listResourceCategoriesRequest: requests.ListResourceCategoriesRequest): Promise<responses.ListResourceCategoriesResponse>;
|
|
1212
|
+
/**
|
|
1213
|
+
* Returns a list of ingest time rules and scheduled tasks in a compartment. You may limit the number of items returned, provide sorting options, and filter the results.
|
|
1214
|
+
*
|
|
1215
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1216
|
+
* @param ListRulesRequest
|
|
1217
|
+
* @return ListRulesResponse
|
|
1218
|
+
* @throws OciError when an error occurs
|
|
1219
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ListRules.ts.html |here} to see how to use ListRules API.
|
|
1220
|
+
*/
|
|
1221
|
+
listRules(listRulesRequest: requests.ListRulesRequest): Promise<responses.ListRulesResponse>;
|
|
1142
1222
|
/**
|
|
1143
1223
|
* Lists scheduled tasks.
|
|
1144
1224
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1145
1225
|
* @param ListScheduledTasksRequest
|
|
1146
1226
|
* @return ListScheduledTasksResponse
|
|
1147
1227
|
* @throws OciError when an error occurs
|
|
1148
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1228
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ListScheduledTasks.ts.html |here} to see how to use ListScheduledTasks API.
|
|
1149
1229
|
*/
|
|
1150
1230
|
listScheduledTasks(listScheduledTasksRequest: requests.ListScheduledTasksRequest): Promise<responses.ListScheduledTasksResponse>;
|
|
1151
1231
|
/**
|
|
@@ -1155,7 +1235,7 @@ export declare class LogAnalyticsClient {
|
|
|
1155
1235
|
* @param ListSourceAssociationsRequest
|
|
1156
1236
|
* @return ListSourceAssociationsResponse
|
|
1157
1237
|
* @throws OciError when an error occurs
|
|
1158
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1238
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ListSourceAssociations.ts.html |here} to see how to use ListSourceAssociations API.
|
|
1159
1239
|
*/
|
|
1160
1240
|
listSourceAssociations(listSourceAssociationsRequest: requests.ListSourceAssociationsRequest): Promise<responses.ListSourceAssociationsResponse>;
|
|
1161
1241
|
/**
|
|
@@ -1165,7 +1245,7 @@ export declare class LogAnalyticsClient {
|
|
|
1165
1245
|
* @param ListSourceEventTypesRequest
|
|
1166
1246
|
* @return ListSourceEventTypesResponse
|
|
1167
1247
|
* @throws OciError when an error occurs
|
|
1168
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1248
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ListSourceEventTypes.ts.html |here} to see how to use ListSourceEventTypes API.
|
|
1169
1249
|
*/
|
|
1170
1250
|
listSourceEventTypes(listSourceEventTypesRequest: requests.ListSourceEventTypesRequest): Promise<responses.ListSourceEventTypesResponse>;
|
|
1171
1251
|
/**
|
|
@@ -1175,7 +1255,7 @@ export declare class LogAnalyticsClient {
|
|
|
1175
1255
|
* @param ListSourceExtendedFieldDefinitionsRequest
|
|
1176
1256
|
* @return ListSourceExtendedFieldDefinitionsResponse
|
|
1177
1257
|
* @throws OciError when an error occurs
|
|
1178
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1258
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ListSourceExtendedFieldDefinitions.ts.html |here} to see how to use ListSourceExtendedFieldDefinitions API.
|
|
1179
1259
|
*/
|
|
1180
1260
|
listSourceExtendedFieldDefinitions(listSourceExtendedFieldDefinitionsRequest: requests.ListSourceExtendedFieldDefinitionsRequest): Promise<responses.ListSourceExtendedFieldDefinitionsResponse>;
|
|
1181
1261
|
/**
|
|
@@ -1185,7 +1265,7 @@ export declare class LogAnalyticsClient {
|
|
|
1185
1265
|
* @param ListSourceLabelOperatorsRequest
|
|
1186
1266
|
* @return ListSourceLabelOperatorsResponse
|
|
1187
1267
|
* @throws OciError when an error occurs
|
|
1188
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1268
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ListSourceLabelOperators.ts.html |here} to see how to use ListSourceLabelOperators API.
|
|
1189
1269
|
*/
|
|
1190
1270
|
listSourceLabelOperators(listSourceLabelOperatorsRequest: requests.ListSourceLabelOperatorsRequest): Promise<responses.ListSourceLabelOperatorsResponse>;
|
|
1191
1271
|
/**
|
|
@@ -1195,7 +1275,7 @@ export declare class LogAnalyticsClient {
|
|
|
1195
1275
|
* @param ListSourceMetaFunctionsRequest
|
|
1196
1276
|
* @return ListSourceMetaFunctionsResponse
|
|
1197
1277
|
* @throws OciError when an error occurs
|
|
1198
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1278
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ListSourceMetaFunctions.ts.html |here} to see how to use ListSourceMetaFunctions API.
|
|
1199
1279
|
*/
|
|
1200
1280
|
listSourceMetaFunctions(listSourceMetaFunctionsRequest: requests.ListSourceMetaFunctionsRequest): Promise<responses.ListSourceMetaFunctionsResponse>;
|
|
1201
1281
|
/**
|
|
@@ -1205,7 +1285,7 @@ export declare class LogAnalyticsClient {
|
|
|
1205
1285
|
* @param ListSourcePatternsRequest
|
|
1206
1286
|
* @return ListSourcePatternsResponse
|
|
1207
1287
|
* @throws OciError when an error occurs
|
|
1208
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1288
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ListSourcePatterns.ts.html |here} to see how to use ListSourcePatterns API.
|
|
1209
1289
|
*/
|
|
1210
1290
|
listSourcePatterns(listSourcePatternsRequest: requests.ListSourcePatternsRequest): Promise<responses.ListSourcePatternsResponse>;
|
|
1211
1291
|
/**
|
|
@@ -1215,7 +1295,7 @@ export declare class LogAnalyticsClient {
|
|
|
1215
1295
|
* @param ListSourcesRequest
|
|
1216
1296
|
* @return ListSourcesResponse
|
|
1217
1297
|
* @throws OciError when an error occurs
|
|
1218
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1298
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ListSources.ts.html |here} to see how to use ListSources API.
|
|
1219
1299
|
*/
|
|
1220
1300
|
listSources(listSourcesRequest: requests.ListSourcesRequest): Promise<responses.ListSourcesResponse>;
|
|
1221
1301
|
/**
|
|
@@ -1224,7 +1304,7 @@ export declare class LogAnalyticsClient {
|
|
|
1224
1304
|
* @param ListStorageWorkRequestErrorsRequest
|
|
1225
1305
|
* @return ListStorageWorkRequestErrorsResponse
|
|
1226
1306
|
* @throws OciError when an error occurs
|
|
1227
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1307
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ListStorageWorkRequestErrors.ts.html |here} to see how to use ListStorageWorkRequestErrors API.
|
|
1228
1308
|
*/
|
|
1229
1309
|
listStorageWorkRequestErrors(listStorageWorkRequestErrorsRequest: requests.ListStorageWorkRequestErrorsRequest): Promise<responses.ListStorageWorkRequestErrorsResponse>;
|
|
1230
1310
|
/**
|
|
@@ -1234,7 +1314,7 @@ export declare class LogAnalyticsClient {
|
|
|
1234
1314
|
* @param ListStorageWorkRequestsRequest
|
|
1235
1315
|
* @return ListStorageWorkRequestsResponse
|
|
1236
1316
|
* @throws OciError when an error occurs
|
|
1237
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1317
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ListStorageWorkRequests.ts.html |here} to see how to use ListStorageWorkRequests API.
|
|
1238
1318
|
*/
|
|
1239
1319
|
listStorageWorkRequests(listStorageWorkRequestsRequest: requests.ListStorageWorkRequestsRequest): Promise<responses.ListStorageWorkRequestsResponse>;
|
|
1240
1320
|
/**
|
|
@@ -1243,7 +1323,7 @@ export declare class LogAnalyticsClient {
|
|
|
1243
1323
|
* @param ListSupportedCharEncodingsRequest
|
|
1244
1324
|
* @return ListSupportedCharEncodingsResponse
|
|
1245
1325
|
* @throws OciError when an error occurs
|
|
1246
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1326
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ListSupportedCharEncodings.ts.html |here} to see how to use ListSupportedCharEncodings API.
|
|
1247
1327
|
*/
|
|
1248
1328
|
listSupportedCharEncodings(listSupportedCharEncodingsRequest: requests.ListSupportedCharEncodingsRequest): Promise<responses.ListSupportedCharEncodingsResponse>;
|
|
1249
1329
|
/**
|
|
@@ -1252,7 +1332,7 @@ export declare class LogAnalyticsClient {
|
|
|
1252
1332
|
* @param ListSupportedTimezonesRequest
|
|
1253
1333
|
* @return ListSupportedTimezonesResponse
|
|
1254
1334
|
* @throws OciError when an error occurs
|
|
1255
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1335
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ListSupportedTimezones.ts.html |here} to see how to use ListSupportedTimezones API.
|
|
1256
1336
|
*/
|
|
1257
1337
|
listSupportedTimezones(listSupportedTimezonesRequest: requests.ListSupportedTimezonesRequest): Promise<responses.ListSupportedTimezonesResponse>;
|
|
1258
1338
|
/**
|
|
@@ -1261,7 +1341,7 @@ export declare class LogAnalyticsClient {
|
|
|
1261
1341
|
* @param ListUploadFilesRequest
|
|
1262
1342
|
* @return ListUploadFilesResponse
|
|
1263
1343
|
* @throws OciError when an error occurs
|
|
1264
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1344
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ListUploadFiles.ts.html |here} to see how to use ListUploadFiles API.
|
|
1265
1345
|
*/
|
|
1266
1346
|
listUploadFiles(listUploadFilesRequest: requests.ListUploadFilesRequest): Promise<responses.ListUploadFilesResponse>;
|
|
1267
1347
|
/**
|
|
@@ -1270,7 +1350,7 @@ export declare class LogAnalyticsClient {
|
|
|
1270
1350
|
* @param ListUploadWarningsRequest
|
|
1271
1351
|
* @return ListUploadWarningsResponse
|
|
1272
1352
|
* @throws OciError when an error occurs
|
|
1273
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1353
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ListUploadWarnings.ts.html |here} to see how to use ListUploadWarnings API.
|
|
1274
1354
|
*/
|
|
1275
1355
|
listUploadWarnings(listUploadWarningsRequest: requests.ListUploadWarningsRequest): Promise<responses.ListUploadWarningsResponse>;
|
|
1276
1356
|
/**
|
|
@@ -1281,7 +1361,7 @@ export declare class LogAnalyticsClient {
|
|
|
1281
1361
|
* @param ListUploadsRequest
|
|
1282
1362
|
* @return ListUploadsResponse
|
|
1283
1363
|
* @throws OciError when an error occurs
|
|
1284
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1364
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ListUploads.ts.html |here} to see how to use ListUploads API.
|
|
1285
1365
|
*/
|
|
1286
1366
|
listUploads(listUploadsRequest: requests.ListUploadsRequest): Promise<responses.ListUploadsResponse>;
|
|
1287
1367
|
/**
|
|
@@ -1291,7 +1371,7 @@ export declare class LogAnalyticsClient {
|
|
|
1291
1371
|
* @param ListWarningsRequest
|
|
1292
1372
|
* @return ListWarningsResponse
|
|
1293
1373
|
* @throws OciError when an error occurs
|
|
1294
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1374
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ListWarnings.ts.html |here} to see how to use ListWarnings API.
|
|
1295
1375
|
*/
|
|
1296
1376
|
listWarnings(listWarningsRequest: requests.ListWarningsRequest): Promise<responses.ListWarningsResponse>;
|
|
1297
1377
|
/**
|
|
@@ -1301,7 +1381,7 @@ export declare class LogAnalyticsClient {
|
|
|
1301
1381
|
* @param ListWorkRequestErrorsRequest
|
|
1302
1382
|
* @return ListWorkRequestErrorsResponse
|
|
1303
1383
|
* @throws OciError when an error occurs
|
|
1304
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1384
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
1305
1385
|
*/
|
|
1306
1386
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
1307
1387
|
/**
|
|
@@ -1311,7 +1391,7 @@ export declare class LogAnalyticsClient {
|
|
|
1311
1391
|
* @param ListWorkRequestLogsRequest
|
|
1312
1392
|
* @return ListWorkRequestLogsResponse
|
|
1313
1393
|
* @throws OciError when an error occurs
|
|
1314
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1394
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
1315
1395
|
*/
|
|
1316
1396
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
1317
1397
|
/**
|
|
@@ -1321,7 +1401,7 @@ export declare class LogAnalyticsClient {
|
|
|
1321
1401
|
* @param ListWorkRequestsRequest
|
|
1322
1402
|
* @return ListWorkRequestsResponse
|
|
1323
1403
|
* @throws OciError when an error occurs
|
|
1324
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1404
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1325
1405
|
*/
|
|
1326
1406
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
1327
1407
|
/**
|
|
@@ -1330,7 +1410,7 @@ export declare class LogAnalyticsClient {
|
|
|
1330
1410
|
* @param OffboardNamespaceRequest
|
|
1331
1411
|
* @return OffboardNamespaceResponse
|
|
1332
1412
|
* @throws OciError when an error occurs
|
|
1333
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1413
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/OffboardNamespace.ts.html |here} to see how to use OffboardNamespace API.
|
|
1334
1414
|
*/
|
|
1335
1415
|
offboardNamespace(offboardNamespaceRequest: requests.OffboardNamespaceRequest): Promise<responses.OffboardNamespaceResponse>;
|
|
1336
1416
|
/**
|
|
@@ -1340,7 +1420,7 @@ export declare class LogAnalyticsClient {
|
|
|
1340
1420
|
* @param OnboardNamespaceRequest
|
|
1341
1421
|
* @return OnboardNamespaceResponse
|
|
1342
1422
|
* @throws OciError when an error occurs
|
|
1343
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1423
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/OnboardNamespace.ts.html |here} to see how to use OnboardNamespace API.
|
|
1344
1424
|
*/
|
|
1345
1425
|
onboardNamespace(onboardNamespaceRequest: requests.OnboardNamespaceRequest): Promise<responses.OnboardNamespaceResponse>;
|
|
1346
1426
|
/**
|
|
@@ -1349,7 +1429,7 @@ export declare class LogAnalyticsClient {
|
|
|
1349
1429
|
* @param ParseQueryRequest
|
|
1350
1430
|
* @return ParseQueryResponse
|
|
1351
1431
|
* @throws OciError when an error occurs
|
|
1352
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1432
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ParseQuery.ts.html |here} to see how to use ParseQuery API.
|
|
1353
1433
|
*/
|
|
1354
1434
|
parseQuery(parseQueryRequest: requests.ParseQueryRequest): Promise<responses.ParseQueryResponse>;
|
|
1355
1435
|
/**
|
|
@@ -1359,7 +1439,7 @@ export declare class LogAnalyticsClient {
|
|
|
1359
1439
|
* @param PauseScheduledTaskRequest
|
|
1360
1440
|
* @return PauseScheduledTaskResponse
|
|
1361
1441
|
* @throws OciError when an error occurs
|
|
1362
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1442
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/PauseScheduledTask.ts.html |here} to see how to use PauseScheduledTask API.
|
|
1363
1443
|
*/
|
|
1364
1444
|
pauseScheduledTask(pauseScheduledTaskRequest: requests.PauseScheduledTaskRequest): Promise<responses.PauseScheduledTaskResponse>;
|
|
1365
1445
|
/**
|
|
@@ -1370,7 +1450,7 @@ export declare class LogAnalyticsClient {
|
|
|
1370
1450
|
* @param PurgeStorageDataRequest
|
|
1371
1451
|
* @return PurgeStorageDataResponse
|
|
1372
1452
|
* @throws OciError when an error occurs
|
|
1373
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1453
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/PurgeStorageData.ts.html |here} to see how to use PurgeStorageData API.
|
|
1374
1454
|
*/
|
|
1375
1455
|
purgeStorageData(purgeStorageDataRequest: requests.PurgeStorageDataRequest): Promise<responses.PurgeStorageDataResponse>;
|
|
1376
1456
|
/**
|
|
@@ -1379,7 +1459,7 @@ export declare class LogAnalyticsClient {
|
|
|
1379
1459
|
* @param PutQueryWorkRequestBackgroundRequest
|
|
1380
1460
|
* @return PutQueryWorkRequestBackgroundResponse
|
|
1381
1461
|
* @throws OciError when an error occurs
|
|
1382
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1462
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/PutQueryWorkRequestBackground.ts.html |here} to see how to use PutQueryWorkRequestBackground API.
|
|
1383
1463
|
*/
|
|
1384
1464
|
putQueryWorkRequestBackground(putQueryWorkRequestBackgroundRequest: requests.PutQueryWorkRequestBackgroundRequest): Promise<responses.PutQueryWorkRequestBackgroundResponse>;
|
|
1385
1465
|
/**
|
|
@@ -1389,7 +1469,7 @@ export declare class LogAnalyticsClient {
|
|
|
1389
1469
|
* @param QueryRequest
|
|
1390
1470
|
* @return QueryResponse
|
|
1391
1471
|
* @throws OciError when an error occurs
|
|
1392
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1472
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/Query.ts.html |here} to see how to use Query API.
|
|
1393
1473
|
*/
|
|
1394
1474
|
query(queryRequest: requests.QueryRequest): Promise<responses.QueryResponse>;
|
|
1395
1475
|
/**
|
|
@@ -1399,7 +1479,7 @@ export declare class LogAnalyticsClient {
|
|
|
1399
1479
|
* @param RecallArchivedDataRequest
|
|
1400
1480
|
* @return RecallArchivedDataResponse
|
|
1401
1481
|
* @throws OciError when an error occurs
|
|
1402
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1482
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/RecallArchivedData.ts.html |here} to see how to use RecallArchivedData API.
|
|
1403
1483
|
*/
|
|
1404
1484
|
recallArchivedData(recallArchivedDataRequest: requests.RecallArchivedDataRequest): Promise<responses.RecallArchivedDataResponse>;
|
|
1405
1485
|
/**
|
|
@@ -1409,7 +1489,7 @@ export declare class LogAnalyticsClient {
|
|
|
1409
1489
|
* @param RegisterLookupRequest
|
|
1410
1490
|
* @return RegisterLookupResponse
|
|
1411
1491
|
* @throws OciError when an error occurs
|
|
1412
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1492
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/RegisterLookup.ts.html |here} to see how to use RegisterLookup API.
|
|
1413
1493
|
*/
|
|
1414
1494
|
registerLookup(registerLookupRequest: requests.RegisterLookupRequest): Promise<responses.RegisterLookupResponse>;
|
|
1415
1495
|
/**
|
|
@@ -1419,7 +1499,7 @@ export declare class LogAnalyticsClient {
|
|
|
1419
1499
|
* @param ReleaseRecalledDataRequest
|
|
1420
1500
|
* @return ReleaseRecalledDataResponse
|
|
1421
1501
|
* @throws OciError when an error occurs
|
|
1422
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1502
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ReleaseRecalledData.ts.html |here} to see how to use ReleaseRecalledData API.
|
|
1423
1503
|
*/
|
|
1424
1504
|
releaseRecalledData(releaseRecalledDataRequest: requests.ReleaseRecalledDataRequest): Promise<responses.ReleaseRecalledDataResponse>;
|
|
1425
1505
|
/**
|
|
@@ -1428,7 +1508,7 @@ export declare class LogAnalyticsClient {
|
|
|
1428
1508
|
* @param RemoveEntityAssociationsRequest
|
|
1429
1509
|
* @return RemoveEntityAssociationsResponse
|
|
1430
1510
|
* @throws OciError when an error occurs
|
|
1431
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1511
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/RemoveEntityAssociations.ts.html |here} to see how to use RemoveEntityAssociations API.
|
|
1432
1512
|
*/
|
|
1433
1513
|
removeEntityAssociations(removeEntityAssociationsRequest: requests.RemoveEntityAssociationsRequest): Promise<responses.RemoveEntityAssociationsResponse>;
|
|
1434
1514
|
/**
|
|
@@ -1438,7 +1518,7 @@ export declare class LogAnalyticsClient {
|
|
|
1438
1518
|
* @param RemovePreferencesRequest
|
|
1439
1519
|
* @return RemovePreferencesResponse
|
|
1440
1520
|
* @throws OciError when an error occurs
|
|
1441
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1521
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/RemovePreferences.ts.html |here} to see how to use RemovePreferences API.
|
|
1442
1522
|
*/
|
|
1443
1523
|
removePreferences(removePreferencesRequest: requests.RemovePreferencesRequest): Promise<responses.RemovePreferencesResponse>;
|
|
1444
1524
|
/**
|
|
@@ -1448,7 +1528,7 @@ export declare class LogAnalyticsClient {
|
|
|
1448
1528
|
* @param RemoveResourceCategoriesRequest
|
|
1449
1529
|
* @return RemoveResourceCategoriesResponse
|
|
1450
1530
|
* @throws OciError when an error occurs
|
|
1451
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1531
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/RemoveResourceCategories.ts.html |here} to see how to use RemoveResourceCategories API.
|
|
1452
1532
|
*/
|
|
1453
1533
|
removeResourceCategories(removeResourceCategoriesRequest: requests.RemoveResourceCategoriesRequest): Promise<responses.RemoveResourceCategoriesResponse>;
|
|
1454
1534
|
/**
|
|
@@ -1458,7 +1538,7 @@ export declare class LogAnalyticsClient {
|
|
|
1458
1538
|
* @param RemoveSourceEventTypesRequest
|
|
1459
1539
|
* @return RemoveSourceEventTypesResponse
|
|
1460
1540
|
* @throws OciError when an error occurs
|
|
1461
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1541
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/RemoveSourceEventTypes.ts.html |here} to see how to use RemoveSourceEventTypes API.
|
|
1462
1542
|
*/
|
|
1463
1543
|
removeSourceEventTypes(removeSourceEventTypesRequest: requests.RemoveSourceEventTypesRequest): Promise<responses.RemoveSourceEventTypesResponse>;
|
|
1464
1544
|
/**
|
|
@@ -1468,7 +1548,7 @@ export declare class LogAnalyticsClient {
|
|
|
1468
1548
|
* @param ResumeScheduledTaskRequest
|
|
1469
1549
|
* @return ResumeScheduledTaskResponse
|
|
1470
1550
|
* @throws OciError when an error occurs
|
|
1471
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1551
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ResumeScheduledTask.ts.html |here} to see how to use ResumeScheduledTask API.
|
|
1472
1552
|
*/
|
|
1473
1553
|
resumeScheduledTask(resumeScheduledTaskRequest: requests.ResumeScheduledTaskRequest): Promise<responses.ResumeScheduledTaskResponse>;
|
|
1474
1554
|
/**
|
|
@@ -1480,7 +1560,7 @@ export declare class LogAnalyticsClient {
|
|
|
1480
1560
|
* @param RunRequest
|
|
1481
1561
|
* @return RunResponse
|
|
1482
1562
|
* @throws OciError when an error occurs
|
|
1483
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1563
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/Run.ts.html |here} to see how to use Run API.
|
|
1484
1564
|
*/
|
|
1485
1565
|
run(runRequest: requests.RunRequest): Promise<responses.RunResponse>;
|
|
1486
1566
|
/**
|
|
@@ -1492,7 +1572,7 @@ export declare class LogAnalyticsClient {
|
|
|
1492
1572
|
* @param SetUnprocessedDataBucketRequest
|
|
1493
1573
|
* @return SetUnprocessedDataBucketResponse
|
|
1494
1574
|
* @throws OciError when an error occurs
|
|
1495
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1575
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/SetUnprocessedDataBucket.ts.html |here} to see how to use SetUnprocessedDataBucket API.
|
|
1496
1576
|
*/
|
|
1497
1577
|
setUnprocessedDataBucket(setUnprocessedDataBucketRequest: requests.SetUnprocessedDataBucketRequest): Promise<responses.SetUnprocessedDataBucketResponse>;
|
|
1498
1578
|
/**
|
|
@@ -1501,7 +1581,7 @@ export declare class LogAnalyticsClient {
|
|
|
1501
1581
|
* @param SuggestRequest
|
|
1502
1582
|
* @return SuggestResponse
|
|
1503
1583
|
* @throws OciError when an error occurs
|
|
1504
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1584
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/Suggest.ts.html |here} to see how to use Suggest API.
|
|
1505
1585
|
*/
|
|
1506
1586
|
suggest(suggestRequest: requests.SuggestRequest): Promise<responses.SuggestResponse>;
|
|
1507
1587
|
/**
|
|
@@ -1511,7 +1591,7 @@ export declare class LogAnalyticsClient {
|
|
|
1511
1591
|
* @param SuppressWarningRequest
|
|
1512
1592
|
* @return SuppressWarningResponse
|
|
1513
1593
|
* @throws OciError when an error occurs
|
|
1514
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1594
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/SuppressWarning.ts.html |here} to see how to use SuppressWarning API.
|
|
1515
1595
|
*/
|
|
1516
1596
|
suppressWarning(suppressWarningRequest: requests.SuppressWarningRequest): Promise<responses.SuppressWarningResponse>;
|
|
1517
1597
|
/**
|
|
@@ -1521,7 +1601,7 @@ export declare class LogAnalyticsClient {
|
|
|
1521
1601
|
* @param TestParserRequest
|
|
1522
1602
|
* @return TestParserResponse
|
|
1523
1603
|
* @throws OciError when an error occurs
|
|
1524
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1604
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/TestParser.ts.html |here} to see how to use TestParser API.
|
|
1525
1605
|
*/
|
|
1526
1606
|
testParser(testParserRequest: requests.TestParserRequest): Promise<responses.TestParserResponse>;
|
|
1527
1607
|
/**
|
|
@@ -1531,16 +1611,26 @@ export declare class LogAnalyticsClient {
|
|
|
1531
1611
|
* @param UnsuppressWarningRequest
|
|
1532
1612
|
* @return UnsuppressWarningResponse
|
|
1533
1613
|
* @throws OciError when an error occurs
|
|
1534
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1614
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/UnsuppressWarning.ts.html |here} to see how to use UnsuppressWarning API.
|
|
1535
1615
|
*/
|
|
1536
1616
|
unsuppressWarning(unsuppressWarningRequest: requests.UnsuppressWarningRequest): Promise<responses.UnsuppressWarningResponse>;
|
|
1617
|
+
/**
|
|
1618
|
+
* Updates the specified ingest time rule's description, defined tags, and free-form tags.
|
|
1619
|
+
*
|
|
1620
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1621
|
+
* @param UpdateIngestTimeRuleRequest
|
|
1622
|
+
* @return UpdateIngestTimeRuleResponse
|
|
1623
|
+
* @throws OciError when an error occurs
|
|
1624
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/UpdateIngestTimeRule.ts.html |here} to see how to use UpdateIngestTimeRule API.
|
|
1625
|
+
*/
|
|
1626
|
+
updateIngestTimeRule(updateIngestTimeRuleRequest: requests.UpdateIngestTimeRuleRequest): Promise<responses.UpdateIngestTimeRuleResponse>;
|
|
1537
1627
|
/**
|
|
1538
1628
|
* Update log analytics enterprise manager bridge with the given id.
|
|
1539
1629
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1540
1630
|
* @param UpdateLogAnalyticsEmBridgeRequest
|
|
1541
1631
|
* @return UpdateLogAnalyticsEmBridgeResponse
|
|
1542
1632
|
* @throws OciError when an error occurs
|
|
1543
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1633
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/UpdateLogAnalyticsEmBridge.ts.html |here} to see how to use UpdateLogAnalyticsEmBridge API.
|
|
1544
1634
|
*/
|
|
1545
1635
|
updateLogAnalyticsEmBridge(updateLogAnalyticsEmBridgeRequest: requests.UpdateLogAnalyticsEmBridgeRequest): Promise<responses.UpdateLogAnalyticsEmBridgeResponse>;
|
|
1546
1636
|
/**
|
|
@@ -1549,7 +1639,7 @@ export declare class LogAnalyticsClient {
|
|
|
1549
1639
|
* @param UpdateLogAnalyticsEntityRequest
|
|
1550
1640
|
* @return UpdateLogAnalyticsEntityResponse
|
|
1551
1641
|
* @throws OciError when an error occurs
|
|
1552
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1642
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/UpdateLogAnalyticsEntity.ts.html |here} to see how to use UpdateLogAnalyticsEntity API.
|
|
1553
1643
|
*/
|
|
1554
1644
|
updateLogAnalyticsEntity(updateLogAnalyticsEntityRequest: requests.UpdateLogAnalyticsEntityRequest): Promise<responses.UpdateLogAnalyticsEntityResponse>;
|
|
1555
1645
|
/**
|
|
@@ -1558,7 +1648,7 @@ export declare class LogAnalyticsClient {
|
|
|
1558
1648
|
* @param UpdateLogAnalyticsEntityTypeRequest
|
|
1559
1649
|
* @return UpdateLogAnalyticsEntityTypeResponse
|
|
1560
1650
|
* @throws OciError when an error occurs
|
|
1561
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1651
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/UpdateLogAnalyticsEntityType.ts.html |here} to see how to use UpdateLogAnalyticsEntityType API.
|
|
1562
1652
|
*/
|
|
1563
1653
|
updateLogAnalyticsEntityType(updateLogAnalyticsEntityTypeRequest: requests.UpdateLogAnalyticsEntityTypeRequest): Promise<responses.UpdateLogAnalyticsEntityTypeResponse>;
|
|
1564
1654
|
/**
|
|
@@ -1568,7 +1658,7 @@ export declare class LogAnalyticsClient {
|
|
|
1568
1658
|
* @param UpdateLogAnalyticsLogGroupRequest
|
|
1569
1659
|
* @return UpdateLogAnalyticsLogGroupResponse
|
|
1570
1660
|
* @throws OciError when an error occurs
|
|
1571
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1661
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/UpdateLogAnalyticsLogGroup.ts.html |here} to see how to use UpdateLogAnalyticsLogGroup API.
|
|
1572
1662
|
*/
|
|
1573
1663
|
updateLogAnalyticsLogGroup(updateLogAnalyticsLogGroupRequest: requests.UpdateLogAnalyticsLogGroupRequest): Promise<responses.UpdateLogAnalyticsLogGroupResponse>;
|
|
1574
1664
|
/**
|
|
@@ -1577,7 +1667,7 @@ export declare class LogAnalyticsClient {
|
|
|
1577
1667
|
* @param UpdateLogAnalyticsObjectCollectionRuleRequest
|
|
1578
1668
|
* @return UpdateLogAnalyticsObjectCollectionRuleResponse
|
|
1579
1669
|
* @throws OciError when an error occurs
|
|
1580
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1670
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/UpdateLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use UpdateLogAnalyticsObjectCollectionRule API.
|
|
1581
1671
|
*/
|
|
1582
1672
|
updateLogAnalyticsObjectCollectionRule(updateLogAnalyticsObjectCollectionRuleRequest: requests.UpdateLogAnalyticsObjectCollectionRuleRequest): Promise<responses.UpdateLogAnalyticsObjectCollectionRuleResponse>;
|
|
1583
1673
|
/**
|
|
@@ -1587,7 +1677,7 @@ export declare class LogAnalyticsClient {
|
|
|
1587
1677
|
* @param UpdateLookupRequest
|
|
1588
1678
|
* @return UpdateLookupResponse
|
|
1589
1679
|
* @throws OciError when an error occurs
|
|
1590
|
-
* @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.44.0/loganalytics/UpdateLookup.ts.html |here} to see how to use UpdateLookup API.
|
|
1591
1681
|
*/
|
|
1592
1682
|
updateLookup(updateLookupRequest: requests.UpdateLookupRequest): Promise<responses.UpdateLookupResponse>;
|
|
1593
1683
|
/**
|
|
@@ -1597,7 +1687,7 @@ export declare class LogAnalyticsClient {
|
|
|
1597
1687
|
* @param UpdateLookupDataRequest
|
|
1598
1688
|
* @return UpdateLookupDataResponse
|
|
1599
1689
|
* @throws OciError when an error occurs
|
|
1600
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1690
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/UpdateLookupData.ts.html |here} to see how to use UpdateLookupData API.
|
|
1601
1691
|
*/
|
|
1602
1692
|
updateLookupData(updateLookupDataRequest: requests.UpdateLookupDataRequest): Promise<responses.UpdateLookupDataResponse>;
|
|
1603
1693
|
/**
|
|
@@ -1607,7 +1697,7 @@ export declare class LogAnalyticsClient {
|
|
|
1607
1697
|
* @param UpdatePreferencesRequest
|
|
1608
1698
|
* @return UpdatePreferencesResponse
|
|
1609
1699
|
* @throws OciError when an error occurs
|
|
1610
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1700
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/UpdatePreferences.ts.html |here} to see how to use UpdatePreferences API.
|
|
1611
1701
|
*/
|
|
1612
1702
|
updatePreferences(updatePreferencesRequest: requests.UpdatePreferencesRequest): Promise<responses.UpdatePreferencesResponse>;
|
|
1613
1703
|
/**
|
|
@@ -1617,7 +1707,7 @@ export declare class LogAnalyticsClient {
|
|
|
1617
1707
|
* @param UpdateResourceCategoriesRequest
|
|
1618
1708
|
* @return UpdateResourceCategoriesResponse
|
|
1619
1709
|
* @throws OciError when an error occurs
|
|
1620
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1710
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/UpdateResourceCategories.ts.html |here} to see how to use UpdateResourceCategories API.
|
|
1621
1711
|
*/
|
|
1622
1712
|
updateResourceCategories(updateResourceCategoriesRequest: requests.UpdateResourceCategoriesRequest): Promise<responses.UpdateResourceCategoriesResponse>;
|
|
1623
1713
|
/**
|
|
@@ -1626,7 +1716,7 @@ export declare class LogAnalyticsClient {
|
|
|
1626
1716
|
* @param UpdateScheduledTaskRequest
|
|
1627
1717
|
* @return UpdateScheduledTaskResponse
|
|
1628
1718
|
* @throws OciError when an error occurs
|
|
1629
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1719
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/UpdateScheduledTask.ts.html |here} to see how to use UpdateScheduledTask API.
|
|
1630
1720
|
*/
|
|
1631
1721
|
updateScheduledTask(updateScheduledTaskRequest: requests.UpdateScheduledTaskRequest): Promise<responses.UpdateScheduledTaskResponse>;
|
|
1632
1722
|
/**
|
|
@@ -1636,7 +1726,7 @@ export declare class LogAnalyticsClient {
|
|
|
1636
1726
|
* @param UpdateStorageRequest
|
|
1637
1727
|
* @return UpdateStorageResponse
|
|
1638
1728
|
* @throws OciError when an error occurs
|
|
1639
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1729
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/UpdateStorage.ts.html |here} to see how to use UpdateStorage API.
|
|
1640
1730
|
*/
|
|
1641
1731
|
updateStorage(updateStorageRequest: requests.UpdateStorageRequest): Promise<responses.UpdateStorageResponse>;
|
|
1642
1732
|
/**
|
|
@@ -1646,7 +1736,7 @@ export declare class LogAnalyticsClient {
|
|
|
1646
1736
|
* @param UploadLogEventsFileRequest
|
|
1647
1737
|
* @return UploadLogEventsFileResponse
|
|
1648
1738
|
* @throws OciError when an error occurs
|
|
1649
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1739
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/UploadLogEventsFile.ts.html |here} to see how to use UploadLogEventsFile API.
|
|
1650
1740
|
*/
|
|
1651
1741
|
uploadLogEventsFile(uploadLogEventsFileRequest: requests.UploadLogEventsFileRequest): Promise<responses.UploadLogEventsFileResponse>;
|
|
1652
1742
|
/**
|
|
@@ -1656,7 +1746,7 @@ export declare class LogAnalyticsClient {
|
|
|
1656
1746
|
* @param UploadLogFileRequest
|
|
1657
1747
|
* @return UploadLogFileResponse
|
|
1658
1748
|
* @throws OciError when an error occurs
|
|
1659
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1749
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/UploadLogFile.ts.html |here} to see how to use UploadLogFile API.
|
|
1660
1750
|
*/
|
|
1661
1751
|
uploadLogFile(uploadLogFileRequest: requests.UploadLogFileRequest): Promise<responses.UploadLogFileResponse>;
|
|
1662
1752
|
/**
|
|
@@ -1666,7 +1756,7 @@ export declare class LogAnalyticsClient {
|
|
|
1666
1756
|
* @param UpsertAssociationsRequest
|
|
1667
1757
|
* @return UpsertAssociationsResponse
|
|
1668
1758
|
* @throws OciError when an error occurs
|
|
1669
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1759
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/UpsertAssociations.ts.html |here} to see how to use UpsertAssociations API.
|
|
1670
1760
|
*/
|
|
1671
1761
|
upsertAssociations(upsertAssociationsRequest: requests.UpsertAssociationsRequest): Promise<responses.UpsertAssociationsResponse>;
|
|
1672
1762
|
/**
|
|
@@ -1676,7 +1766,7 @@ export declare class LogAnalyticsClient {
|
|
|
1676
1766
|
* @param UpsertFieldRequest
|
|
1677
1767
|
* @return UpsertFieldResponse
|
|
1678
1768
|
* @throws OciError when an error occurs
|
|
1679
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1769
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/UpsertField.ts.html |here} to see how to use UpsertField API.
|
|
1680
1770
|
*/
|
|
1681
1771
|
upsertField(upsertFieldRequest: requests.UpsertFieldRequest): Promise<responses.UpsertFieldResponse>;
|
|
1682
1772
|
/**
|
|
@@ -1686,7 +1776,7 @@ export declare class LogAnalyticsClient {
|
|
|
1686
1776
|
* @param UpsertLabelRequest
|
|
1687
1777
|
* @return UpsertLabelResponse
|
|
1688
1778
|
* @throws OciError when an error occurs
|
|
1689
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1779
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/UpsertLabel.ts.html |here} to see how to use UpsertLabel API.
|
|
1690
1780
|
*/
|
|
1691
1781
|
upsertLabel(upsertLabelRequest: requests.UpsertLabelRequest): Promise<responses.UpsertLabelResponse>;
|
|
1692
1782
|
/**
|
|
@@ -1696,7 +1786,7 @@ export declare class LogAnalyticsClient {
|
|
|
1696
1786
|
* @param UpsertParserRequest
|
|
1697
1787
|
* @return UpsertParserResponse
|
|
1698
1788
|
* @throws OciError when an error occurs
|
|
1699
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1789
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/UpsertParser.ts.html |here} to see how to use UpsertParser API.
|
|
1700
1790
|
*/
|
|
1701
1791
|
upsertParser(upsertParserRequest: requests.UpsertParserRequest): Promise<responses.UpsertParserResponse>;
|
|
1702
1792
|
/**
|
|
@@ -1706,7 +1796,7 @@ export declare class LogAnalyticsClient {
|
|
|
1706
1796
|
* @param UpsertSourceRequest
|
|
1707
1797
|
* @return UpsertSourceResponse
|
|
1708
1798
|
* @throws OciError when an error occurs
|
|
1709
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1799
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/UpsertSource.ts.html |here} to see how to use UpsertSource API.
|
|
1710
1800
|
*/
|
|
1711
1801
|
upsertSource(upsertSourceRequest: requests.UpsertSourceRequest): Promise<responses.UpsertSourceResponse>;
|
|
1712
1802
|
/**
|
|
@@ -1716,7 +1806,7 @@ export declare class LogAnalyticsClient {
|
|
|
1716
1806
|
* @param ValidateAssociationParametersRequest
|
|
1717
1807
|
* @return ValidateAssociationParametersResponse
|
|
1718
1808
|
* @throws OciError when an error occurs
|
|
1719
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1809
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ValidateAssociationParameters.ts.html |here} to see how to use ValidateAssociationParameters API.
|
|
1720
1810
|
*/
|
|
1721
1811
|
validateAssociationParameters(validateAssociationParametersRequest: requests.ValidateAssociationParametersRequest): Promise<responses.ValidateAssociationParametersResponse>;
|
|
1722
1812
|
/**
|
|
@@ -1725,7 +1815,7 @@ export declare class LogAnalyticsClient {
|
|
|
1725
1815
|
* @param ValidateFileRequest
|
|
1726
1816
|
* @return ValidateFileResponse
|
|
1727
1817
|
* @throws OciError when an error occurs
|
|
1728
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1818
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ValidateFile.ts.html |here} to see how to use ValidateFile API.
|
|
1729
1819
|
*/
|
|
1730
1820
|
validateFile(validateFileRequest: requests.ValidateFileRequest): Promise<responses.ValidateFileResponse>;
|
|
1731
1821
|
/**
|
|
@@ -1735,7 +1825,7 @@ export declare class LogAnalyticsClient {
|
|
|
1735
1825
|
* @param ValidateSourceRequest
|
|
1736
1826
|
* @return ValidateSourceResponse
|
|
1737
1827
|
* @throws OciError when an error occurs
|
|
1738
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1828
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ValidateSource.ts.html |here} to see how to use ValidateSource API.
|
|
1739
1829
|
*/
|
|
1740
1830
|
validateSource(validateSourceRequest: requests.ValidateSourceRequest): Promise<responses.ValidateSourceResponse>;
|
|
1741
1831
|
/**
|
|
@@ -1745,7 +1835,7 @@ export declare class LogAnalyticsClient {
|
|
|
1745
1835
|
* @param ValidateSourceExtendedFieldDetailsRequest
|
|
1746
1836
|
* @return ValidateSourceExtendedFieldDetailsResponse
|
|
1747
1837
|
* @throws OciError when an error occurs
|
|
1748
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1838
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ValidateSourceExtendedFieldDetails.ts.html |here} to see how to use ValidateSourceExtendedFieldDetails API.
|
|
1749
1839
|
*/
|
|
1750
1840
|
validateSourceExtendedFieldDetails(validateSourceExtendedFieldDetailsRequest: requests.ValidateSourceExtendedFieldDetailsRequest): Promise<responses.ValidateSourceExtendedFieldDetailsResponse>;
|
|
1751
1841
|
/**
|
|
@@ -1754,7 +1844,7 @@ export declare class LogAnalyticsClient {
|
|
|
1754
1844
|
* @param ValidateSourceMappingRequest
|
|
1755
1845
|
* @return ValidateSourceMappingResponse
|
|
1756
1846
|
* @throws OciError when an error occurs
|
|
1757
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1847
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ValidateSourceMapping.ts.html |here} to see how to use ValidateSourceMapping API.
|
|
1758
1848
|
*/
|
|
1759
1849
|
validateSourceMapping(validateSourceMappingRequest: requests.ValidateSourceMappingRequest): Promise<responses.ValidateSourceMappingResponse>;
|
|
1760
1850
|
/**
|
|
@@ -1767,7 +1857,7 @@ export declare class LogAnalyticsClient {
|
|
|
1767
1857
|
* @param VerifyRequest
|
|
1768
1858
|
* @return VerifyResponse
|
|
1769
1859
|
* @throws OciError when an error occurs
|
|
1770
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1860
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/Verify.ts.html |here} to see how to use Verify API.
|
|
1771
1861
|
*/
|
|
1772
1862
|
verify(verifyRequest: requests.VerifyRequest): Promise<responses.VerifyResponse>;
|
|
1773
1863
|
}
|