oci-loganalytics 2.66.0 → 2.68.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 +272 -187
- package/lib/client.js +754 -189
- package/lib/client.js.map +1 -1
- package/lib/model/abstract-column.js +4 -0
- package/lib/model/abstract-column.js.map +1 -1
- package/lib/model/abstract-command-descriptor.js +12 -0
- package/lib/model/abstract-command-descriptor.js.map +1 -1
- package/lib/model/association-property.d.ts +35 -0
- package/lib/model/association-property.js +62 -0
- package/lib/model/association-property.js.map +1 -0
- package/lib/model/condition-block.d.ts +67 -0
- package/lib/model/condition-block.js +74 -0
- package/lib/model/condition-block.js.map +1 -0
- package/lib/model/creation-source-type.d.ts +3 -2
- package/lib/model/creation-source-type.js +3 -2
- package/lib/model/creation-source-type.js.map +1 -1
- package/lib/model/credential-endpoint.d.ts +42 -0
- package/lib/model/credential-endpoint.js +62 -0
- package/lib/model/credential-endpoint.js.map +1 -0
- package/lib/model/effective-property-collection.d.ts +27 -0
- package/lib/model/effective-property-collection.js +62 -0
- package/lib/model/effective-property-collection.js.map +1 -0
- package/lib/model/effective-property-summary.d.ts +40 -0
- package/lib/model/effective-property-summary.js +62 -0
- package/lib/model/effective-property-summary.js.map +1 -0
- package/lib/model/endpoint-credentials.d.ts +46 -0
- package/lib/model/endpoint-credentials.js +70 -0
- package/lib/model/endpoint-credentials.js.map +1 -0
- package/lib/model/endpoint-proxy.d.ts +46 -0
- package/lib/model/endpoint-proxy.js +41 -0
- package/lib/model/endpoint-proxy.js.map +1 -0
- package/lib/model/endpoint-request.d.ts +56 -0
- package/lib/model/endpoint-request.js +82 -0
- package/lib/model/endpoint-request.js.map +1 -0
- package/lib/model/endpoint-response.d.ts +30 -0
- package/lib/model/endpoint-response.js +30 -0
- package/lib/model/endpoint-response.js.map +1 -0
- package/lib/model/endpoint-result.d.ts +43 -0
- package/lib/model/endpoint-result.js +62 -0
- package/lib/model/endpoint-result.js.map +1 -0
- package/lib/model/estimate-recall-data-size-details.d.ts +8 -0
- package/lib/model/estimate-recall-data-size-details.js.map +1 -1
- package/lib/model/estimate-recall-data-size-result.d.ts +12 -0
- package/lib/model/estimate-recall-data-size-result.js.map +1 -1
- package/lib/model/frequent-command-descriptor.d.ts +26 -0
- package/lib/model/frequent-command-descriptor.js +55 -0
- package/lib/model/frequent-command-descriptor.js.map +1 -0
- package/lib/model/index.d.ts +70 -0
- package/lib/model/index.js +79 -8
- package/lib/model/index.js.map +1 -1
- package/lib/model/level.d.ts +32 -0
- package/lib/model/level.js +30 -0
- package/lib/model/level.js.map +1 -0
- package/lib/model/log-analytics-association-parameter.d.ts +9 -0
- package/lib/model/log-analytics-association-parameter.js +34 -2
- package/lib/model/log-analytics-association-parameter.js.map +1 -1
- package/lib/model/log-analytics-association.d.ts +5 -0
- package/lib/model/log-analytics-association.js +34 -2
- package/lib/model/log-analytics-association.js.map +1 -1
- package/lib/model/log-analytics-endpoint.d.ts +23 -0
- package/lib/model/log-analytics-endpoint.js +73 -0
- package/lib/model/log-analytics-endpoint.js.map +1 -0
- package/lib/model/log-analytics-preference.d.ts +1 -1
- package/lib/model/log-analytics-property.d.ts +30 -0
- package/lib/model/log-analytics-property.js +30 -0
- package/lib/model/log-analytics-property.js.map +1 -0
- package/lib/model/log-analytics-source-label-condition.d.ts +7 -0
- package/lib/model/log-analytics-source-label-condition.js +30 -2
- package/lib/model/log-analytics-source-label-condition.js.map +1 -1
- package/lib/model/log-analytics-source-pattern.d.ts +4 -0
- package/lib/model/log-analytics-source-pattern.js +10 -0
- package/lib/model/log-analytics-source-pattern.js.map +1 -1
- package/lib/model/log-analytics-source-summary.d.ts +8 -0
- package/lib/model/log-analytics-source-summary.js +20 -0
- package/lib/model/log-analytics-source-summary.js.map +1 -1
- package/lib/model/log-analytics-source.d.ts +8 -0
- package/lib/model/log-analytics-source.js +20 -0
- package/lib/model/log-analytics-source.js.map +1 -1
- package/lib/model/log-endpoint.d.ts +57 -0
- package/lib/model/log-endpoint.js +78 -0
- package/lib/model/log-endpoint.js.map +1 -0
- package/lib/model/log-list-endpoint.d.ts +57 -0
- package/lib/model/log-list-endpoint.js +78 -0
- package/lib/model/log-list-endpoint.js.map +1 -0
- package/lib/model/log-list-type-endpoint.d.ts +37 -0
- package/lib/model/log-list-type-endpoint.js +73 -0
- package/lib/model/log-list-type-endpoint.js.map +1 -0
- package/lib/model/log-type-endpoint.d.ts +31 -0
- package/lib/model/log-type-endpoint.js +59 -0
- package/lib/model/log-type-endpoint.js.map +1 -0
- package/lib/model/name-value-pair.d.ts +30 -0
- package/lib/model/name-value-pair.js +30 -0
- package/lib/model/name-value-pair.js.map +1 -0
- package/lib/model/namespace-summary.d.ts +1 -1
- package/lib/model/namespace.d.ts +1 -1
- package/lib/model/outlier-command-descriptor.d.ts +26 -0
- package/lib/model/outlier-command-descriptor.js +55 -0
- package/lib/model/outlier-command-descriptor.js.map +1 -0
- package/lib/model/overlapping-recall-collection.d.ts +27 -0
- package/lib/model/overlapping-recall-collection.js +62 -0
- package/lib/model/overlapping-recall-collection.js.map +1 -0
- package/lib/model/overlapping-recall-summary.d.ts +55 -0
- package/lib/model/overlapping-recall-summary.js +30 -0
- package/lib/model/overlapping-recall-summary.js.map +1 -0
- package/lib/model/pattern-override.d.ts +34 -0
- package/lib/model/pattern-override.js +30 -0
- package/lib/model/pattern-override.js.map +1 -0
- package/lib/model/property-metadata-summary-collection.d.ts +27 -0
- package/lib/model/property-metadata-summary-collection.js +62 -0
- package/lib/model/property-metadata-summary-collection.js.map +1 -0
- package/lib/model/property-metadata-summary.d.ts +43 -0
- package/lib/model/property-metadata-summary.js +62 -0
- package/lib/model/property-metadata-summary.js.map +1 -0
- package/lib/model/query-aggregation.d.ts +5 -0
- package/lib/model/query-aggregation.js.map +1 -1
- package/lib/model/rare-command-descriptor.d.ts +26 -0
- package/lib/model/rare-command-descriptor.js +55 -0
- package/lib/model/rare-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/recall-count.d.ts +43 -0
- package/lib/model/recall-count.js +30 -0
- package/lib/model/recall-count.js.map +1 -0
- package/lib/model/recall-status.d.ts +31 -0
- package/lib/model/recall-status.js +42 -0
- package/lib/model/recall-status.js.map +1 -0
- package/lib/model/recalled-data-info.d.ts +30 -0
- package/lib/model/recalled-data-info.js +30 -0
- package/lib/model/recalled-data-info.js.map +1 -0
- package/lib/model/recalled-data-size.d.ts +39 -0
- package/lib/model/recalled-data-size.js +30 -0
- package/lib/model/recalled-data-size.js.map +1 -0
- package/lib/model/recalled-data.d.ts +21 -0
- package/lib/model/recalled-data.js +1 -0
- package/lib/model/recalled-data.js.map +1 -1
- package/lib/model/rule-summary-report.d.ts +34 -0
- package/lib/model/rule-summary-report.js +30 -0
- package/lib/model/rule-summary-report.js.map +1 -0
- package/lib/model/storage-operation-type.d.ts +1 -0
- package/lib/model/storage-operation-type.js +1 -0
- package/lib/model/storage-operation-type.js.map +1 -1
- package/lib/model/storage-usage.d.ts +1 -1
- package/lib/model/storage-work-request-summary.d.ts +16 -0
- package/lib/model/storage-work-request-summary.js.map +1 -1
- package/lib/model/storage-work-request.d.ts +16 -0
- package/lib/model/storage-work-request.js.map +1 -1
- package/lib/model/storage.d.ts +1 -1
- package/lib/model/table-column.d.ts +38 -0
- package/lib/model/table-column.js +65 -0
- package/lib/model/table-column.js.map +1 -0
- package/lib/model/task-type.d.ts +0 -1
- package/lib/model/task-type.js +0 -1
- package/lib/model/task-type.js.map +1 -1
- package/lib/model/trend-column.d.ts +12 -0
- package/lib/model/trend-column.js.map +1 -1
- package/lib/model/update-storage-details.d.ts +1 -1
- package/lib/model/upsert-log-analytics-association.d.ts +5 -0
- package/lib/model/upsert-log-analytics-association.js +34 -2
- package/lib/model/upsert-log-analytics-association.js.map +1 -1
- package/lib/model/upsert-log-analytics-source-details.d.ts +8 -0
- package/lib/model/upsert-log-analytics-source-details.js +20 -0
- package/lib/model/upsert-log-analytics-source-details.js.map +1 -1
- package/lib/model/validate-endpoint-result.d.ts +35 -0
- package/lib/model/validate-endpoint-result.js +62 -0
- package/lib/model/validate-endpoint-result.js.map +1 -0
- package/lib/model/validate-label-condition-details.d.ts +32 -0
- package/lib/model/validate-label-condition-details.js +68 -0
- package/lib/model/validate-label-condition-details.js.map +1 -0
- package/lib/model/validate-label-condition-result.d.ts +45 -0
- package/lib/model/validate-label-condition-result.js +68 -0
- package/lib/model/validate-label-condition-result.js.map +1 -0
- package/lib/model/value-type.d.ts +1 -0
- package/lib/model/value-type.js +1 -0
- package/lib/model/value-type.js.map +1 -1
- package/lib/request/add-entity-association-request.d.ts +1 -1
- package/lib/request/add-source-event-types-request.d.ts +1 -1
- package/lib/request/append-lookup-data-request.d.ts +1 -1
- package/lib/request/assign-encryption-key-request.d.ts +1 -1
- package/lib/request/batch-get-basic-info-request.d.ts +1 -1
- package/lib/request/cancel-query-work-request-request.d.ts +1 -1
- package/lib/request/change-ingest-time-rule-compartment-request.d.ts +1 -1
- package/lib/request/change-log-analytics-em-bridge-compartment-request.d.ts +1 -1
- package/lib/request/change-log-analytics-entity-compartment-request.d.ts +1 -1
- package/lib/request/change-log-analytics-log-group-compartment-request.d.ts +1 -1
- package/lib/request/change-log-analytics-object-collection-rule-compartment-request.d.ts +1 -1
- package/lib/request/change-scheduled-task-compartment-request.d.ts +1 -1
- package/lib/request/clean-request.d.ts +1 -1
- package/lib/request/compare-content-request.d.ts +1 -1
- package/lib/request/create-ingest-time-rule-request.d.ts +1 -1
- package/lib/request/create-log-analytics-em-bridge-request.d.ts +1 -1
- package/lib/request/create-log-analytics-entity-request.d.ts +1 -1
- package/lib/request/create-log-analytics-entity-type-request.d.ts +1 -1
- package/lib/request/create-log-analytics-log-group-request.d.ts +1 -1
- package/lib/request/create-log-analytics-object-collection-rule-request.d.ts +1 -1
- package/lib/request/create-scheduled-task-request.d.ts +1 -1
- package/lib/request/delete-associations-request.d.ts +1 -1
- package/lib/request/delete-field-request.d.ts +1 -1
- package/lib/request/delete-ingest-time-rule-request.d.ts +1 -1
- package/lib/request/delete-label-request.d.ts +1 -1
- package/lib/request/delete-log-analytics-em-bridge-request.d.ts +5 -1
- package/lib/request/delete-log-analytics-entity-request.d.ts +1 -1
- package/lib/request/delete-log-analytics-entity-type-request.d.ts +1 -1
- package/lib/request/delete-log-analytics-log-group-request.d.ts +1 -1
- package/lib/request/delete-log-analytics-object-collection-rule-request.d.ts +1 -1
- package/lib/request/delete-lookup-request.d.ts +1 -1
- package/lib/request/delete-parser-request.d.ts +1 -1
- package/lib/request/delete-scheduled-task-request.d.ts +1 -1
- package/lib/request/delete-source-request.d.ts +1 -1
- package/lib/request/delete-upload-file-request.d.ts +1 -1
- package/lib/request/delete-upload-request.d.ts +1 -1
- package/lib/request/delete-upload-warning-request.d.ts +1 -1
- package/lib/request/disable-archiving-request.d.ts +1 -1
- package/lib/request/disable-auto-association-request.d.ts +1 -1
- package/lib/request/disable-ingest-time-rule-request.d.ts +1 -1
- package/lib/request/disable-source-event-types-request.d.ts +1 -1
- package/lib/request/enable-archiving-request.d.ts +1 -1
- package/lib/request/enable-auto-association-request.d.ts +1 -1
- package/lib/request/enable-ingest-time-rule-request.d.ts +1 -1
- package/lib/request/enable-source-event-types-request.d.ts +1 -1
- package/lib/request/estimate-purge-data-size-request.d.ts +1 -1
- package/lib/request/estimate-recall-data-size-request.d.ts +1 -1
- package/lib/request/estimate-release-data-size-request.d.ts +1 -1
- package/lib/request/export-custom-content-request.d.ts +1 -1
- package/lib/request/export-query-result-request.d.ts +1 -1
- package/lib/request/extract-structured-log-field-paths-request.d.ts +1 -1
- package/lib/request/extract-structured-log-header-paths-request.d.ts +1 -1
- package/lib/request/filter-request.d.ts +1 -1
- package/lib/request/get-association-summary-request.d.ts +1 -1
- package/lib/request/get-category-request.d.ts +1 -1
- package/lib/request/get-column-names-request.d.ts +1 -1
- package/lib/request/get-config-work-request-request.d.ts +1 -1
- package/lib/request/get-field-request.d.ts +1 -1
- package/lib/request/get-fields-summary-request.d.ts +1 -1
- package/lib/request/get-ingest-time-rule-request.d.ts +1 -1
- package/lib/request/get-label-request.d.ts +1 -1
- package/lib/request/get-label-summary-request.d.ts +1 -1
- package/lib/request/get-log-analytics-em-bridge-request.d.ts +1 -1
- package/lib/request/get-log-analytics-em-bridge-summary-request.d.ts +1 -1
- package/lib/request/get-log-analytics-entities-summary-request.d.ts +1 -1
- package/lib/request/get-log-analytics-entity-request.d.ts +1 -1
- package/lib/request/get-log-analytics-entity-type-request.d.ts +1 -1
- package/lib/request/get-log-analytics-log-group-request.d.ts +1 -1
- package/lib/request/get-log-analytics-log-groups-summary-request.d.ts +1 -1
- package/lib/request/get-log-analytics-object-collection-rule-request.d.ts +1 -1
- package/lib/request/get-log-sets-count-request.d.ts +1 -1
- package/lib/request/get-lookup-request.d.ts +1 -1
- package/lib/request/get-lookup-summary-request.d.ts +1 -1
- package/lib/request/get-namespace-request.d.ts +1 -1
- package/lib/request/get-parser-request.d.ts +1 -1
- package/lib/request/get-parser-summary-request.d.ts +1 -1
- package/lib/request/get-preferences-request.d.ts +1 -1
- package/lib/request/get-query-result-request.d.ts +1 -1
- package/lib/request/get-query-work-request-request.d.ts +1 -1
- package/lib/request/get-recall-count-request.d.ts +27 -0
- package/lib/request/get-recall-count-request.js +15 -0
- package/lib/request/get-recall-count-request.js.map +1 -0
- package/lib/request/get-recalled-data-size-request.d.ts +35 -0
- package/lib/request/get-recalled-data-size-request.js +15 -0
- package/lib/request/get-recalled-data-size-request.js.map +1 -0
- package/lib/request/get-rules-summary-request.d.ts +31 -0
- package/lib/request/get-rules-summary-request.js +15 -0
- package/lib/request/get-rules-summary-request.js.map +1 -0
- 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 +16 -0
- package/lib/request/index.js +8 -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-effective-properties-request.d.ts +83 -0
- package/lib/request/list-effective-properties-request.js +29 -0
- package/lib/request/list-effective-properties-request.js.map +1 -0
- package/lib/request/list-encryption-key-info-request.d.ts +1 -1
- package/lib/request/list-entity-associations-request.d.ts +1 -1
- package/lib/request/list-entity-source-associations-request.d.ts +1 -1
- package/lib/request/list-fields-request.d.ts +1 -1
- package/lib/request/list-ingest-time-rules-request.d.ts +1 -1
- package/lib/request/list-label-priorities-request.d.ts +1 -1
- package/lib/request/list-label-source-details-request.d.ts +1 -1
- package/lib/request/list-labels-request.d.ts +1 -1
- package/lib/request/list-log-analytics-em-bridges-request.d.ts +1 -1
- package/lib/request/list-log-analytics-entities-request.d.ts +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-overlapping-recalls-request.d.ts +64 -0
- package/lib/request/list-overlapping-recalls-request.js +29 -0
- package/lib/request/list-overlapping-recalls-request.js.map +1 -0
- package/lib/request/list-parser-functions-request.d.ts +1 -1
- package/lib/request/list-parser-meta-plugins-request.d.ts +1 -1
- package/lib/request/list-parsers-request.d.ts +1 -1
- package/lib/request/list-properties-metadata-request.d.ts +75 -0
- package/lib/request/list-properties-metadata-request.js +29 -0
- package/lib/request/list-properties-metadata-request.js.map +1 -0
- 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 +1 -1
- package/lib/request/list-scheduled-tasks-request.d.ts +1 -1
- package/lib/request/list-source-associations-request.d.ts +1 -1
- package/lib/request/list-source-event-types-request.d.ts +1 -1
- package/lib/request/list-source-extended-field-definitions-request.d.ts +1 -1
- package/lib/request/list-source-label-operators-request.d.ts +1 -1
- package/lib/request/list-source-meta-functions-request.d.ts +1 -1
- package/lib/request/list-source-patterns-request.d.ts +1 -1
- package/lib/request/list-sources-request.d.ts +1 -1
- package/lib/request/list-storage-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-storage-work-requests-request.d.ts +1 -1
- package/lib/request/list-supported-char-encodings-request.d.ts +1 -1
- package/lib/request/list-supported-timezones-request.d.ts +1 -1
- package/lib/request/list-upload-files-request.d.ts +1 -1
- package/lib/request/list-upload-warnings-request.d.ts +1 -1
- package/lib/request/list-uploads-request.d.ts +1 -1
- package/lib/request/list-warnings-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/offboard-namespace-request.d.ts +1 -1
- package/lib/request/onboard-namespace-request.d.ts +1 -1
- package/lib/request/parse-query-request.d.ts +1 -1
- package/lib/request/pause-scheduled-task-request.d.ts +1 -1
- package/lib/request/purge-storage-data-request.d.ts +1 -1
- package/lib/request/put-query-work-request-background-request.d.ts +1 -1
- package/lib/request/query-request.d.ts +1 -1
- package/lib/request/recall-archived-data-request.d.ts +1 -1
- package/lib/request/register-lookup-request.d.ts +1 -1
- package/lib/request/release-recalled-data-request.d.ts +1 -1
- package/lib/request/remove-entity-associations-request.d.ts +1 -1
- package/lib/request/remove-preferences-request.d.ts +1 -1
- package/lib/request/remove-resource-categories-request.d.ts +1 -1
- package/lib/request/remove-source-event-types-request.d.ts +1 -1
- package/lib/request/resume-scheduled-task-request.d.ts +1 -1
- package/lib/request/run-request.d.ts +1 -1
- package/lib/request/set-unprocessed-data-bucket-request.d.ts +1 -1
- package/lib/request/suggest-request.d.ts +1 -1
- package/lib/request/suppress-warning-request.d.ts +1 -1
- package/lib/request/test-parser-request.d.ts +1 -1
- package/lib/request/unsuppress-warning-request.d.ts +1 -1
- package/lib/request/update-ingest-time-rule-request.d.ts +1 -1
- package/lib/request/update-log-analytics-em-bridge-request.d.ts +1 -1
- package/lib/request/update-log-analytics-entity-request.d.ts +1 -1
- package/lib/request/update-log-analytics-entity-type-request.d.ts +1 -1
- package/lib/request/update-log-analytics-log-group-request.d.ts +1 -1
- package/lib/request/update-log-analytics-object-collection-rule-request.d.ts +1 -1
- package/lib/request/update-lookup-data-request.d.ts +1 -1
- package/lib/request/update-lookup-request.d.ts +1 -1
- package/lib/request/update-preferences-request.d.ts +1 -1
- package/lib/request/update-resource-categories-request.d.ts +1 -1
- package/lib/request/update-scheduled-task-request.d.ts +1 -1
- package/lib/request/update-storage-request.d.ts +1 -1
- package/lib/request/upload-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-endpoint-request.d.ts +32 -0
- package/lib/request/validate-endpoint-request.js +15 -0
- package/lib/request/validate-endpoint-request.js.map +1 -0
- package/lib/request/validate-file-request.d.ts +1 -1
- package/lib/request/validate-label-condition-request.d.ts +32 -0
- package/lib/request/validate-label-condition-request.js +15 -0
- package/lib/request/validate-label-condition-request.js.map +1 -0
- 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/get-recall-count-response.d.ts +24 -0
- package/lib/response/get-recall-count-response.js +15 -0
- package/lib/response/get-recall-count-response.js.map +1 -0
- package/lib/response/get-recalled-data-size-response.d.ts +38 -0
- package/lib/response/get-recalled-data-size-response.js +15 -0
- package/lib/response/get-recalled-data-size-response.js.map +1 -0
- package/lib/response/get-rules-summary-response.d.ts +24 -0
- package/lib/response/get-rules-summary-response.js +15 -0
- package/lib/response/get-rules-summary-response.js.map +1 -0
- package/lib/response/index.d.ts +16 -0
- package/lib/response/list-effective-properties-response.d.ts +38 -0
- package/lib/response/list-effective-properties-response.js +15 -0
- package/lib/response/list-effective-properties-response.js.map +1 -0
- package/lib/response/list-overlapping-recalls-response.d.ts +38 -0
- package/lib/response/list-overlapping-recalls-response.js +15 -0
- package/lib/response/list-overlapping-recalls-response.js.map +1 -0
- package/lib/response/list-properties-metadata-response.d.ts +38 -0
- package/lib/response/list-properties-metadata-response.js +15 -0
- package/lib/response/list-properties-metadata-response.js.map +1 -0
- package/lib/response/recall-archived-data-response.d.ts +10 -0
- package/lib/response/validate-endpoint-response.d.ts +24 -0
- package/lib/response/validate-endpoint-response.js +15 -0
- package/lib/response/validate-endpoint-response.js.map +1 -0
- package/lib/response/validate-label-condition-response.d.ts +24 -0
- package/lib/response/validate-label-condition-response.js +15 -0
- package/lib/response/validate-label-condition-response.js.map +1 -0
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -30,6 +30,7 @@ export declare class LogAnalyticsClient {
|
|
|
30
30
|
protected "_clientConfiguration": common.ClientConfiguration;
|
|
31
31
|
protected _circuitBreaker: null;
|
|
32
32
|
protected _httpOptions: any;
|
|
33
|
+
protected _bodyDuplexMode: any;
|
|
33
34
|
targetService: string;
|
|
34
35
|
protected _regionId: string;
|
|
35
36
|
protected "_region": common.Region;
|
|
@@ -86,7 +87,7 @@ export declare class LogAnalyticsClient {
|
|
|
86
87
|
* @param AddEntityAssociationRequest
|
|
87
88
|
* @return AddEntityAssociationResponse
|
|
88
89
|
* @throws OciError when an error occurs
|
|
89
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
90
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/AddEntityAssociation.ts.html |here} to see how to use AddEntityAssociation API.
|
|
90
91
|
*/
|
|
91
92
|
addEntityAssociation(addEntityAssociationRequest: requests.AddEntityAssociationRequest): Promise<responses.AddEntityAssociationResponse>;
|
|
92
93
|
/**
|
|
@@ -96,7 +97,7 @@ export declare class LogAnalyticsClient {
|
|
|
96
97
|
* @param AddSourceEventTypesRequest
|
|
97
98
|
* @return AddSourceEventTypesResponse
|
|
98
99
|
* @throws OciError when an error occurs
|
|
99
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
100
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/AddSourceEventTypes.ts.html |here} to see how to use AddSourceEventTypes API.
|
|
100
101
|
*/
|
|
101
102
|
addSourceEventTypes(addSourceEventTypesRequest: requests.AddSourceEventTypesRequest): Promise<responses.AddSourceEventTypesResponse>;
|
|
102
103
|
/**
|
|
@@ -106,7 +107,7 @@ export declare class LogAnalyticsClient {
|
|
|
106
107
|
* @param AppendLookupDataRequest
|
|
107
108
|
* @return AppendLookupDataResponse
|
|
108
109
|
* @throws OciError when an error occurs
|
|
109
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
110
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/AppendLookupData.ts.html |here} to see how to use AppendLookupData API.
|
|
110
111
|
*/
|
|
111
112
|
appendLookupData(appendLookupDataRequest: requests.AppendLookupDataRequest): Promise<responses.AppendLookupDataResponse>;
|
|
112
113
|
/**
|
|
@@ -116,7 +117,7 @@ export declare class LogAnalyticsClient {
|
|
|
116
117
|
* @param AssignEncryptionKeyRequest
|
|
117
118
|
* @return AssignEncryptionKeyResponse
|
|
118
119
|
* @throws OciError when an error occurs
|
|
119
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
120
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/AssignEncryptionKey.ts.html |here} to see how to use AssignEncryptionKey API.
|
|
120
121
|
*/
|
|
121
122
|
assignEncryptionKey(assignEncryptionKeyRequest: requests.AssignEncryptionKeyRequest): Promise<responses.AssignEncryptionKeyResponse>;
|
|
122
123
|
/**
|
|
@@ -126,7 +127,7 @@ export declare class LogAnalyticsClient {
|
|
|
126
127
|
* @param BatchGetBasicInfoRequest
|
|
127
128
|
* @return BatchGetBasicInfoResponse
|
|
128
129
|
* @throws OciError when an error occurs
|
|
129
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
130
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/BatchGetBasicInfo.ts.html |here} to see how to use BatchGetBasicInfo API.
|
|
130
131
|
*/
|
|
131
132
|
batchGetBasicInfo(batchGetBasicInfoRequest: requests.BatchGetBasicInfoRequest): Promise<responses.BatchGetBasicInfoResponse>;
|
|
132
133
|
/**
|
|
@@ -135,7 +136,7 @@ export declare class LogAnalyticsClient {
|
|
|
135
136
|
* @param CancelQueryWorkRequestRequest
|
|
136
137
|
* @return CancelQueryWorkRequestResponse
|
|
137
138
|
* @throws OciError when an error occurs
|
|
138
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
139
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/CancelQueryWorkRequest.ts.html |here} to see how to use CancelQueryWorkRequest API.
|
|
139
140
|
*/
|
|
140
141
|
cancelQueryWorkRequest(cancelQueryWorkRequestRequest: requests.CancelQueryWorkRequestRequest): Promise<responses.CancelQueryWorkRequestResponse>;
|
|
141
142
|
/**
|
|
@@ -145,7 +146,7 @@ export declare class LogAnalyticsClient {
|
|
|
145
146
|
* @param ChangeIngestTimeRuleCompartmentRequest
|
|
146
147
|
* @return ChangeIngestTimeRuleCompartmentResponse
|
|
147
148
|
* @throws OciError when an error occurs
|
|
148
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
149
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ChangeIngestTimeRuleCompartment.ts.html |here} to see how to use ChangeIngestTimeRuleCompartment API.
|
|
149
150
|
*/
|
|
150
151
|
changeIngestTimeRuleCompartment(changeIngestTimeRuleCompartmentRequest: requests.ChangeIngestTimeRuleCompartmentRequest): Promise<responses.ChangeIngestTimeRuleCompartmentResponse>;
|
|
151
152
|
/**
|
|
@@ -154,7 +155,7 @@ export declare class LogAnalyticsClient {
|
|
|
154
155
|
* @param ChangeLogAnalyticsEmBridgeCompartmentRequest
|
|
155
156
|
* @return ChangeLogAnalyticsEmBridgeCompartmentResponse
|
|
156
157
|
* @throws OciError when an error occurs
|
|
157
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
158
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ChangeLogAnalyticsEmBridgeCompartment.ts.html |here} to see how to use ChangeLogAnalyticsEmBridgeCompartment API.
|
|
158
159
|
*/
|
|
159
160
|
changeLogAnalyticsEmBridgeCompartment(changeLogAnalyticsEmBridgeCompartmentRequest: requests.ChangeLogAnalyticsEmBridgeCompartmentRequest): Promise<responses.ChangeLogAnalyticsEmBridgeCompartmentResponse>;
|
|
160
161
|
/**
|
|
@@ -163,7 +164,7 @@ export declare class LogAnalyticsClient {
|
|
|
163
164
|
* @param ChangeLogAnalyticsEntityCompartmentRequest
|
|
164
165
|
* @return ChangeLogAnalyticsEntityCompartmentResponse
|
|
165
166
|
* @throws OciError when an error occurs
|
|
166
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
167
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ChangeLogAnalyticsEntityCompartment.ts.html |here} to see how to use ChangeLogAnalyticsEntityCompartment API.
|
|
167
168
|
*/
|
|
168
169
|
changeLogAnalyticsEntityCompartment(changeLogAnalyticsEntityCompartmentRequest: requests.ChangeLogAnalyticsEntityCompartmentRequest): Promise<responses.ChangeLogAnalyticsEntityCompartmentResponse>;
|
|
169
170
|
/**
|
|
@@ -173,7 +174,7 @@ export declare class LogAnalyticsClient {
|
|
|
173
174
|
* @param ChangeLogAnalyticsLogGroupCompartmentRequest
|
|
174
175
|
* @return ChangeLogAnalyticsLogGroupCompartmentResponse
|
|
175
176
|
* @throws OciError when an error occurs
|
|
176
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
177
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ChangeLogAnalyticsLogGroupCompartment.ts.html |here} to see how to use ChangeLogAnalyticsLogGroupCompartment API.
|
|
177
178
|
*/
|
|
178
179
|
changeLogAnalyticsLogGroupCompartment(changeLogAnalyticsLogGroupCompartmentRequest: requests.ChangeLogAnalyticsLogGroupCompartmentRequest): Promise<responses.ChangeLogAnalyticsLogGroupCompartmentResponse>;
|
|
179
180
|
/**
|
|
@@ -182,7 +183,7 @@ export declare class LogAnalyticsClient {
|
|
|
182
183
|
* @param ChangeLogAnalyticsObjectCollectionRuleCompartmentRequest
|
|
183
184
|
* @return ChangeLogAnalyticsObjectCollectionRuleCompartmentResponse
|
|
184
185
|
* @throws OciError when an error occurs
|
|
185
|
-
* @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.68.0/loganalytics/ChangeLogAnalyticsObjectCollectionRuleCompartment.ts.html |here} to see how to use ChangeLogAnalyticsObjectCollectionRuleCompartment API.
|
|
186
187
|
*/
|
|
187
188
|
changeLogAnalyticsObjectCollectionRuleCompartment(changeLogAnalyticsObjectCollectionRuleCompartmentRequest: requests.ChangeLogAnalyticsObjectCollectionRuleCompartmentRequest): Promise<responses.ChangeLogAnalyticsObjectCollectionRuleCompartmentResponse>;
|
|
188
189
|
/**
|
|
@@ -192,7 +193,7 @@ export declare class LogAnalyticsClient {
|
|
|
192
193
|
* @param ChangeScheduledTaskCompartmentRequest
|
|
193
194
|
* @return ChangeScheduledTaskCompartmentResponse
|
|
194
195
|
* @throws OciError when an error occurs
|
|
195
|
-
* @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.68.0/loganalytics/ChangeScheduledTaskCompartment.ts.html |here} to see how to use ChangeScheduledTaskCompartment API.
|
|
196
197
|
*/
|
|
197
198
|
changeScheduledTaskCompartment(changeScheduledTaskCompartmentRequest: requests.ChangeScheduledTaskCompartmentRequest): Promise<responses.ChangeScheduledTaskCompartmentResponse>;
|
|
198
199
|
/**
|
|
@@ -203,7 +204,7 @@ export declare class LogAnalyticsClient {
|
|
|
203
204
|
* @param CleanRequest
|
|
204
205
|
* @return CleanResponse
|
|
205
206
|
* @throws OciError when an error occurs
|
|
206
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
207
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/Clean.ts.html |here} to see how to use Clean API.
|
|
207
208
|
*/
|
|
208
209
|
clean(cleanRequest: requests.CleanRequest): Promise<responses.CleanResponse>;
|
|
209
210
|
/**
|
|
@@ -213,7 +214,7 @@ export declare class LogAnalyticsClient {
|
|
|
213
214
|
* @param CompareContentRequest
|
|
214
215
|
* @return CompareContentResponse
|
|
215
216
|
* @throws OciError when an error occurs
|
|
216
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
217
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/CompareContent.ts.html |here} to see how to use CompareContent API.
|
|
217
218
|
*/
|
|
218
219
|
compareContent(compareContentRequest: requests.CompareContentRequest): Promise<responses.CompareContentResponse>;
|
|
219
220
|
/**
|
|
@@ -223,7 +224,7 @@ export declare class LogAnalyticsClient {
|
|
|
223
224
|
* @param CreateIngestTimeRuleRequest
|
|
224
225
|
* @return CreateIngestTimeRuleResponse
|
|
225
226
|
* @throws OciError when an error occurs
|
|
226
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
227
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/CreateIngestTimeRule.ts.html |here} to see how to use CreateIngestTimeRule API.
|
|
227
228
|
*/
|
|
228
229
|
createIngestTimeRule(createIngestTimeRuleRequest: requests.CreateIngestTimeRuleRequest): Promise<responses.CreateIngestTimeRuleResponse>;
|
|
229
230
|
/**
|
|
@@ -232,7 +233,7 @@ export declare class LogAnalyticsClient {
|
|
|
232
233
|
* @param CreateLogAnalyticsEmBridgeRequest
|
|
233
234
|
* @return CreateLogAnalyticsEmBridgeResponse
|
|
234
235
|
* @throws OciError when an error occurs
|
|
235
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
236
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/CreateLogAnalyticsEmBridge.ts.html |here} to see how to use CreateLogAnalyticsEmBridge API.
|
|
236
237
|
*/
|
|
237
238
|
createLogAnalyticsEmBridge(createLogAnalyticsEmBridgeRequest: requests.CreateLogAnalyticsEmBridgeRequest): Promise<responses.CreateLogAnalyticsEmBridgeResponse>;
|
|
238
239
|
/**
|
|
@@ -241,7 +242,7 @@ export declare class LogAnalyticsClient {
|
|
|
241
242
|
* @param CreateLogAnalyticsEntityRequest
|
|
242
243
|
* @return CreateLogAnalyticsEntityResponse
|
|
243
244
|
* @throws OciError when an error occurs
|
|
244
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
245
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/CreateLogAnalyticsEntity.ts.html |here} to see how to use CreateLogAnalyticsEntity API.
|
|
245
246
|
*/
|
|
246
247
|
createLogAnalyticsEntity(createLogAnalyticsEntityRequest: requests.CreateLogAnalyticsEntityRequest): Promise<responses.CreateLogAnalyticsEntityResponse>;
|
|
247
248
|
/**
|
|
@@ -250,7 +251,7 @@ export declare class LogAnalyticsClient {
|
|
|
250
251
|
* @param CreateLogAnalyticsEntityTypeRequest
|
|
251
252
|
* @return CreateLogAnalyticsEntityTypeResponse
|
|
252
253
|
* @throws OciError when an error occurs
|
|
253
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
254
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/CreateLogAnalyticsEntityType.ts.html |here} to see how to use CreateLogAnalyticsEntityType API.
|
|
254
255
|
*/
|
|
255
256
|
createLogAnalyticsEntityType(createLogAnalyticsEntityTypeRequest: requests.CreateLogAnalyticsEntityTypeRequest): Promise<responses.CreateLogAnalyticsEntityTypeResponse>;
|
|
256
257
|
/**
|
|
@@ -260,7 +261,7 @@ export declare class LogAnalyticsClient {
|
|
|
260
261
|
* @param CreateLogAnalyticsLogGroupRequest
|
|
261
262
|
* @return CreateLogAnalyticsLogGroupResponse
|
|
262
263
|
* @throws OciError when an error occurs
|
|
263
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
264
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/CreateLogAnalyticsLogGroup.ts.html |here} to see how to use CreateLogAnalyticsLogGroup API.
|
|
264
265
|
*/
|
|
265
266
|
createLogAnalyticsLogGroup(createLogAnalyticsLogGroupRequest: requests.CreateLogAnalyticsLogGroupRequest): Promise<responses.CreateLogAnalyticsLogGroupResponse>;
|
|
266
267
|
/**
|
|
@@ -269,7 +270,7 @@ export declare class LogAnalyticsClient {
|
|
|
269
270
|
* @param CreateLogAnalyticsObjectCollectionRuleRequest
|
|
270
271
|
* @return CreateLogAnalyticsObjectCollectionRuleResponse
|
|
271
272
|
* @throws OciError when an error occurs
|
|
272
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
273
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/CreateLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use CreateLogAnalyticsObjectCollectionRule API.
|
|
273
274
|
*/
|
|
274
275
|
createLogAnalyticsObjectCollectionRule(createLogAnalyticsObjectCollectionRuleRequest: requests.CreateLogAnalyticsObjectCollectionRuleRequest): Promise<responses.CreateLogAnalyticsObjectCollectionRuleResponse>;
|
|
275
276
|
/**
|
|
@@ -278,7 +279,7 @@ export declare class LogAnalyticsClient {
|
|
|
278
279
|
* @param CreateScheduledTaskRequest
|
|
279
280
|
* @return CreateScheduledTaskResponse
|
|
280
281
|
* @throws OciError when an error occurs
|
|
281
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
282
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/CreateScheduledTask.ts.html |here} to see how to use CreateScheduledTask API.
|
|
282
283
|
*/
|
|
283
284
|
createScheduledTask(createScheduledTaskRequest: requests.CreateScheduledTaskRequest): Promise<responses.CreateScheduledTaskResponse>;
|
|
284
285
|
/**
|
|
@@ -288,7 +289,7 @@ export declare class LogAnalyticsClient {
|
|
|
288
289
|
* @param DeleteAssociationsRequest
|
|
289
290
|
* @return DeleteAssociationsResponse
|
|
290
291
|
* @throws OciError when an error occurs
|
|
291
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
292
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/DeleteAssociations.ts.html |here} to see how to use DeleteAssociations API.
|
|
292
293
|
*/
|
|
293
294
|
deleteAssociations(deleteAssociationsRequest: requests.DeleteAssociationsRequest): Promise<responses.DeleteAssociationsResponse>;
|
|
294
295
|
/**
|
|
@@ -298,7 +299,7 @@ export declare class LogAnalyticsClient {
|
|
|
298
299
|
* @param DeleteFieldRequest
|
|
299
300
|
* @return DeleteFieldResponse
|
|
300
301
|
* @throws OciError when an error occurs
|
|
301
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
302
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/DeleteField.ts.html |here} to see how to use DeleteField API.
|
|
302
303
|
*/
|
|
303
304
|
deleteField(deleteFieldRequest: requests.DeleteFieldRequest): Promise<responses.DeleteFieldResponse>;
|
|
304
305
|
/**
|
|
@@ -308,7 +309,7 @@ export declare class LogAnalyticsClient {
|
|
|
308
309
|
* @param DeleteIngestTimeRuleRequest
|
|
309
310
|
* @return DeleteIngestTimeRuleResponse
|
|
310
311
|
* @throws OciError when an error occurs
|
|
311
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
312
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/DeleteIngestTimeRule.ts.html |here} to see how to use DeleteIngestTimeRule API.
|
|
312
313
|
*/
|
|
313
314
|
deleteIngestTimeRule(deleteIngestTimeRuleRequest: requests.DeleteIngestTimeRuleRequest): Promise<responses.DeleteIngestTimeRuleResponse>;
|
|
314
315
|
/**
|
|
@@ -318,7 +319,7 @@ export declare class LogAnalyticsClient {
|
|
|
318
319
|
* @param DeleteLabelRequest
|
|
319
320
|
* @return DeleteLabelResponse
|
|
320
321
|
* @throws OciError when an error occurs
|
|
321
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
322
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/DeleteLabel.ts.html |here} to see how to use DeleteLabel API.
|
|
322
323
|
*/
|
|
323
324
|
deleteLabel(deleteLabelRequest: requests.DeleteLabelRequest): Promise<responses.DeleteLabelResponse>;
|
|
324
325
|
/**
|
|
@@ -327,7 +328,7 @@ export declare class LogAnalyticsClient {
|
|
|
327
328
|
* @param DeleteLogAnalyticsEmBridgeRequest
|
|
328
329
|
* @return DeleteLogAnalyticsEmBridgeResponse
|
|
329
330
|
* @throws OciError when an error occurs
|
|
330
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
331
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/DeleteLogAnalyticsEmBridge.ts.html |here} to see how to use DeleteLogAnalyticsEmBridge API.
|
|
331
332
|
*/
|
|
332
333
|
deleteLogAnalyticsEmBridge(deleteLogAnalyticsEmBridgeRequest: requests.DeleteLogAnalyticsEmBridgeRequest): Promise<responses.DeleteLogAnalyticsEmBridgeResponse>;
|
|
333
334
|
/**
|
|
@@ -336,7 +337,7 @@ export declare class LogAnalyticsClient {
|
|
|
336
337
|
* @param DeleteLogAnalyticsEntityRequest
|
|
337
338
|
* @return DeleteLogAnalyticsEntityResponse
|
|
338
339
|
* @throws OciError when an error occurs
|
|
339
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
340
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/DeleteLogAnalyticsEntity.ts.html |here} to see how to use DeleteLogAnalyticsEntity API.
|
|
340
341
|
*/
|
|
341
342
|
deleteLogAnalyticsEntity(deleteLogAnalyticsEntityRequest: requests.DeleteLogAnalyticsEntityRequest): Promise<responses.DeleteLogAnalyticsEntityResponse>;
|
|
342
343
|
/**
|
|
@@ -345,7 +346,7 @@ export declare class LogAnalyticsClient {
|
|
|
345
346
|
* @param DeleteLogAnalyticsEntityTypeRequest
|
|
346
347
|
* @return DeleteLogAnalyticsEntityTypeResponse
|
|
347
348
|
* @throws OciError when an error occurs
|
|
348
|
-
* @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.68.0/loganalytics/DeleteLogAnalyticsEntityType.ts.html |here} to see how to use DeleteLogAnalyticsEntityType API.
|
|
349
350
|
*/
|
|
350
351
|
deleteLogAnalyticsEntityType(deleteLogAnalyticsEntityTypeRequest: requests.DeleteLogAnalyticsEntityTypeRequest): Promise<responses.DeleteLogAnalyticsEntityTypeResponse>;
|
|
351
352
|
/**
|
|
@@ -355,7 +356,7 @@ export declare class LogAnalyticsClient {
|
|
|
355
356
|
* @param DeleteLogAnalyticsLogGroupRequest
|
|
356
357
|
* @return DeleteLogAnalyticsLogGroupResponse
|
|
357
358
|
* @throws OciError when an error occurs
|
|
358
|
-
* @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.68.0/loganalytics/DeleteLogAnalyticsLogGroup.ts.html |here} to see how to use DeleteLogAnalyticsLogGroup API.
|
|
359
360
|
*/
|
|
360
361
|
deleteLogAnalyticsLogGroup(deleteLogAnalyticsLogGroupRequest: requests.DeleteLogAnalyticsLogGroupRequest): Promise<responses.DeleteLogAnalyticsLogGroupResponse>;
|
|
361
362
|
/**
|
|
@@ -366,7 +367,7 @@ export declare class LogAnalyticsClient {
|
|
|
366
367
|
* @param DeleteLogAnalyticsObjectCollectionRuleRequest
|
|
367
368
|
* @return DeleteLogAnalyticsObjectCollectionRuleResponse
|
|
368
369
|
* @throws OciError when an error occurs
|
|
369
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
370
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/DeleteLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use DeleteLogAnalyticsObjectCollectionRule API.
|
|
370
371
|
*/
|
|
371
372
|
deleteLogAnalyticsObjectCollectionRule(deleteLogAnalyticsObjectCollectionRuleRequest: requests.DeleteLogAnalyticsObjectCollectionRuleRequest): Promise<responses.DeleteLogAnalyticsObjectCollectionRuleResponse>;
|
|
372
373
|
/**
|
|
@@ -376,7 +377,7 @@ export declare class LogAnalyticsClient {
|
|
|
376
377
|
* @param DeleteLookupRequest
|
|
377
378
|
* @return DeleteLookupResponse
|
|
378
379
|
* @throws OciError when an error occurs
|
|
379
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
380
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/DeleteLookup.ts.html |here} to see how to use DeleteLookup API.
|
|
380
381
|
*/
|
|
381
382
|
deleteLookup(deleteLookupRequest: requests.DeleteLookupRequest): Promise<responses.DeleteLookupResponse>;
|
|
382
383
|
/**
|
|
@@ -386,7 +387,7 @@ export declare class LogAnalyticsClient {
|
|
|
386
387
|
* @param DeleteParserRequest
|
|
387
388
|
* @return DeleteParserResponse
|
|
388
389
|
* @throws OciError when an error occurs
|
|
389
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
390
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/DeleteParser.ts.html |here} to see how to use DeleteParser API.
|
|
390
391
|
*/
|
|
391
392
|
deleteParser(deleteParserRequest: requests.DeleteParserRequest): Promise<responses.DeleteParserResponse>;
|
|
392
393
|
/**
|
|
@@ -395,7 +396,7 @@ export declare class LogAnalyticsClient {
|
|
|
395
396
|
* @param DeleteScheduledTaskRequest
|
|
396
397
|
* @return DeleteScheduledTaskResponse
|
|
397
398
|
* @throws OciError when an error occurs
|
|
398
|
-
* @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.68.0/loganalytics/DeleteScheduledTask.ts.html |here} to see how to use DeleteScheduledTask API.
|
|
399
400
|
*/
|
|
400
401
|
deleteScheduledTask(deleteScheduledTaskRequest: requests.DeleteScheduledTaskRequest): Promise<responses.DeleteScheduledTaskResponse>;
|
|
401
402
|
/**
|
|
@@ -405,7 +406,7 @@ export declare class LogAnalyticsClient {
|
|
|
405
406
|
* @param DeleteSourceRequest
|
|
406
407
|
* @return DeleteSourceResponse
|
|
407
408
|
* @throws OciError when an error occurs
|
|
408
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
409
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/DeleteSource.ts.html |here} to see how to use DeleteSource API.
|
|
409
410
|
*/
|
|
410
411
|
deleteSource(deleteSourceRequest: requests.DeleteSourceRequest): Promise<responses.DeleteSourceResponse>;
|
|
411
412
|
/**
|
|
@@ -416,7 +417,7 @@ export declare class LogAnalyticsClient {
|
|
|
416
417
|
* @param DeleteUploadRequest
|
|
417
418
|
* @return DeleteUploadResponse
|
|
418
419
|
* @throws OciError when an error occurs
|
|
419
|
-
* @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.68.0/loganalytics/DeleteUpload.ts.html |here} to see how to use DeleteUpload API.
|
|
420
421
|
*/
|
|
421
422
|
deleteUpload(deleteUploadRequest: requests.DeleteUploadRequest): Promise<responses.DeleteUploadResponse>;
|
|
422
423
|
/**
|
|
@@ -427,7 +428,7 @@ export declare class LogAnalyticsClient {
|
|
|
427
428
|
* @param DeleteUploadFileRequest
|
|
428
429
|
* @return DeleteUploadFileResponse
|
|
429
430
|
* @throws OciError when an error occurs
|
|
430
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
431
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/DeleteUploadFile.ts.html |here} to see how to use DeleteUploadFile API.
|
|
431
432
|
*/
|
|
432
433
|
deleteUploadFile(deleteUploadFileRequest: requests.DeleteUploadFileRequest): Promise<responses.DeleteUploadFileResponse>;
|
|
433
434
|
/**
|
|
@@ -437,7 +438,7 @@ export declare class LogAnalyticsClient {
|
|
|
437
438
|
* @param DeleteUploadWarningRequest
|
|
438
439
|
* @return DeleteUploadWarningResponse
|
|
439
440
|
* @throws OciError when an error occurs
|
|
440
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
441
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/DeleteUploadWarning.ts.html |here} to see how to use DeleteUploadWarning API.
|
|
441
442
|
*/
|
|
442
443
|
deleteUploadWarning(deleteUploadWarningRequest: requests.DeleteUploadWarningRequest): Promise<responses.DeleteUploadWarningResponse>;
|
|
443
444
|
/**
|
|
@@ -447,7 +448,7 @@ export declare class LogAnalyticsClient {
|
|
|
447
448
|
* @param DisableArchivingRequest
|
|
448
449
|
* @return DisableArchivingResponse
|
|
449
450
|
* @throws OciError when an error occurs
|
|
450
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
451
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/DisableArchiving.ts.html |here} to see how to use DisableArchiving API.
|
|
451
452
|
*/
|
|
452
453
|
disableArchiving(disableArchivingRequest: requests.DisableArchivingRequest): Promise<responses.DisableArchivingResponse>;
|
|
453
454
|
/**
|
|
@@ -459,7 +460,7 @@ export declare class LogAnalyticsClient {
|
|
|
459
460
|
* @param DisableAutoAssociationRequest
|
|
460
461
|
* @return DisableAutoAssociationResponse
|
|
461
462
|
* @throws OciError when an error occurs
|
|
462
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
463
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/DisableAutoAssociation.ts.html |here} to see how to use DisableAutoAssociation API.
|
|
463
464
|
*/
|
|
464
465
|
disableAutoAssociation(disableAutoAssociationRequest: requests.DisableAutoAssociationRequest): Promise<responses.DisableAutoAssociationResponse>;
|
|
465
466
|
/**
|
|
@@ -469,7 +470,7 @@ export declare class LogAnalyticsClient {
|
|
|
469
470
|
* @param DisableIngestTimeRuleRequest
|
|
470
471
|
* @return DisableIngestTimeRuleResponse
|
|
471
472
|
* @throws OciError when an error occurs
|
|
472
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
473
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/DisableIngestTimeRule.ts.html |here} to see how to use DisableIngestTimeRule API.
|
|
473
474
|
*/
|
|
474
475
|
disableIngestTimeRule(disableIngestTimeRuleRequest: requests.DisableIngestTimeRuleRequest): Promise<responses.DisableIngestTimeRuleResponse>;
|
|
475
476
|
/**
|
|
@@ -479,7 +480,7 @@ export declare class LogAnalyticsClient {
|
|
|
479
480
|
* @param DisableSourceEventTypesRequest
|
|
480
481
|
* @return DisableSourceEventTypesResponse
|
|
481
482
|
* @throws OciError when an error occurs
|
|
482
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
483
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/DisableSourceEventTypes.ts.html |here} to see how to use DisableSourceEventTypes API.
|
|
483
484
|
*/
|
|
484
485
|
disableSourceEventTypes(disableSourceEventTypesRequest: requests.DisableSourceEventTypesRequest): Promise<responses.DisableSourceEventTypesResponse>;
|
|
485
486
|
/**
|
|
@@ -489,7 +490,7 @@ export declare class LogAnalyticsClient {
|
|
|
489
490
|
* @param EnableArchivingRequest
|
|
490
491
|
* @return EnableArchivingResponse
|
|
491
492
|
* @throws OciError when an error occurs
|
|
492
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
493
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/EnableArchiving.ts.html |here} to see how to use EnableArchiving API.
|
|
493
494
|
*/
|
|
494
495
|
enableArchiving(enableArchivingRequest: requests.EnableArchivingRequest): Promise<responses.EnableArchivingResponse>;
|
|
495
496
|
/**
|
|
@@ -501,7 +502,7 @@ export declare class LogAnalyticsClient {
|
|
|
501
502
|
* @param EnableAutoAssociationRequest
|
|
502
503
|
* @return EnableAutoAssociationResponse
|
|
503
504
|
* @throws OciError when an error occurs
|
|
504
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
505
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/EnableAutoAssociation.ts.html |here} to see how to use EnableAutoAssociation API.
|
|
505
506
|
*/
|
|
506
507
|
enableAutoAssociation(enableAutoAssociationRequest: requests.EnableAutoAssociationRequest): Promise<responses.EnableAutoAssociationResponse>;
|
|
507
508
|
/**
|
|
@@ -511,7 +512,7 @@ export declare class LogAnalyticsClient {
|
|
|
511
512
|
* @param EnableIngestTimeRuleRequest
|
|
512
513
|
* @return EnableIngestTimeRuleResponse
|
|
513
514
|
* @throws OciError when an error occurs
|
|
514
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
515
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/EnableIngestTimeRule.ts.html |here} to see how to use EnableIngestTimeRule API.
|
|
515
516
|
*/
|
|
516
517
|
enableIngestTimeRule(enableIngestTimeRuleRequest: requests.EnableIngestTimeRuleRequest): Promise<responses.EnableIngestTimeRuleResponse>;
|
|
517
518
|
/**
|
|
@@ -521,7 +522,7 @@ export declare class LogAnalyticsClient {
|
|
|
521
522
|
* @param EnableSourceEventTypesRequest
|
|
522
523
|
* @return EnableSourceEventTypesResponse
|
|
523
524
|
* @throws OciError when an error occurs
|
|
524
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
525
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/EnableSourceEventTypes.ts.html |here} to see how to use EnableSourceEventTypes API.
|
|
525
526
|
*/
|
|
526
527
|
enableSourceEventTypes(enableSourceEventTypesRequest: requests.EnableSourceEventTypesRequest): Promise<responses.EnableSourceEventTypesResponse>;
|
|
527
528
|
/**
|
|
@@ -531,7 +532,7 @@ export declare class LogAnalyticsClient {
|
|
|
531
532
|
* @param EstimatePurgeDataSizeRequest
|
|
532
533
|
* @return EstimatePurgeDataSizeResponse
|
|
533
534
|
* @throws OciError when an error occurs
|
|
534
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
535
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/EstimatePurgeDataSize.ts.html |here} to see how to use EstimatePurgeDataSize API.
|
|
535
536
|
*/
|
|
536
537
|
estimatePurgeDataSize(estimatePurgeDataSizeRequest: requests.EstimatePurgeDataSizeRequest): Promise<responses.EstimatePurgeDataSizeResponse>;
|
|
537
538
|
/**
|
|
@@ -541,7 +542,7 @@ export declare class LogAnalyticsClient {
|
|
|
541
542
|
* @param EstimateRecallDataSizeRequest
|
|
542
543
|
* @return EstimateRecallDataSizeResponse
|
|
543
544
|
* @throws OciError when an error occurs
|
|
544
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
545
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/EstimateRecallDataSize.ts.html |here} to see how to use EstimateRecallDataSize API.
|
|
545
546
|
*/
|
|
546
547
|
estimateRecallDataSize(estimateRecallDataSizeRequest: requests.EstimateRecallDataSizeRequest): Promise<responses.EstimateRecallDataSizeResponse>;
|
|
547
548
|
/**
|
|
@@ -551,7 +552,7 @@ export declare class LogAnalyticsClient {
|
|
|
551
552
|
* @param EstimateReleaseDataSizeRequest
|
|
552
553
|
* @return EstimateReleaseDataSizeResponse
|
|
553
554
|
* @throws OciError when an error occurs
|
|
554
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
555
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/EstimateReleaseDataSize.ts.html |here} to see how to use EstimateReleaseDataSize API.
|
|
555
556
|
*/
|
|
556
557
|
estimateReleaseDataSize(estimateReleaseDataSizeRequest: requests.EstimateReleaseDataSizeRequest): Promise<responses.EstimateReleaseDataSizeResponse>;
|
|
557
558
|
/**
|
|
@@ -561,7 +562,7 @@ export declare class LogAnalyticsClient {
|
|
|
561
562
|
* @param ExportCustomContentRequest
|
|
562
563
|
* @return ExportCustomContentResponse
|
|
563
564
|
* @throws OciError when an error occurs
|
|
564
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
565
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ExportCustomContent.ts.html |here} to see how to use ExportCustomContent API.
|
|
565
566
|
*/
|
|
566
567
|
exportCustomContent(exportCustomContentRequest: requests.ExportCustomContentRequest): Promise<responses.ExportCustomContentResponse>;
|
|
567
568
|
/**
|
|
@@ -570,7 +571,7 @@ export declare class LogAnalyticsClient {
|
|
|
570
571
|
* @param ExportQueryResultRequest
|
|
571
572
|
* @return ExportQueryResultResponse
|
|
572
573
|
* @throws OciError when an error occurs
|
|
573
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
574
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ExportQueryResult.ts.html |here} to see how to use ExportQueryResult API.
|
|
574
575
|
*/
|
|
575
576
|
exportQueryResult(exportQueryResultRequest: requests.ExportQueryResultRequest): Promise<responses.ExportQueryResultResponse>;
|
|
576
577
|
/**
|
|
@@ -580,7 +581,7 @@ export declare class LogAnalyticsClient {
|
|
|
580
581
|
* @param ExtractStructuredLogFieldPathsRequest
|
|
581
582
|
* @return ExtractStructuredLogFieldPathsResponse
|
|
582
583
|
* @throws OciError when an error occurs
|
|
583
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
584
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ExtractStructuredLogFieldPaths.ts.html |here} to see how to use ExtractStructuredLogFieldPaths API.
|
|
584
585
|
*/
|
|
585
586
|
extractStructuredLogFieldPaths(extractStructuredLogFieldPathsRequest: requests.ExtractStructuredLogFieldPathsRequest): Promise<responses.ExtractStructuredLogFieldPathsResponse>;
|
|
586
587
|
/**
|
|
@@ -590,7 +591,7 @@ export declare class LogAnalyticsClient {
|
|
|
590
591
|
* @param ExtractStructuredLogHeaderPathsRequest
|
|
591
592
|
* @return ExtractStructuredLogHeaderPathsResponse
|
|
592
593
|
* @throws OciError when an error occurs
|
|
593
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
594
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ExtractStructuredLogHeaderPaths.ts.html |here} to see how to use ExtractStructuredLogHeaderPaths API.
|
|
594
595
|
*/
|
|
595
596
|
extractStructuredLogHeaderPaths(extractStructuredLogHeaderPathsRequest: requests.ExtractStructuredLogHeaderPathsRequest): Promise<responses.ExtractStructuredLogHeaderPathsResponse>;
|
|
596
597
|
/**
|
|
@@ -599,7 +600,7 @@ export declare class LogAnalyticsClient {
|
|
|
599
600
|
* @param FilterRequest
|
|
600
601
|
* @return FilterResponse
|
|
601
602
|
* @throws OciError when an error occurs
|
|
602
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
603
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/Filter.ts.html |here} to see how to use Filter API.
|
|
603
604
|
*/
|
|
604
605
|
filter(filterRequest: requests.FilterRequest): Promise<responses.FilterResponse>;
|
|
605
606
|
/**
|
|
@@ -609,7 +610,7 @@ export declare class LogAnalyticsClient {
|
|
|
609
610
|
* @param GetAssociationSummaryRequest
|
|
610
611
|
* @return GetAssociationSummaryResponse
|
|
611
612
|
* @throws OciError when an error occurs
|
|
612
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
613
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetAssociationSummary.ts.html |here} to see how to use GetAssociationSummary API.
|
|
613
614
|
*/
|
|
614
615
|
getAssociationSummary(getAssociationSummaryRequest: requests.GetAssociationSummaryRequest): Promise<responses.GetAssociationSummaryResponse>;
|
|
615
616
|
/**
|
|
@@ -619,7 +620,7 @@ export declare class LogAnalyticsClient {
|
|
|
619
620
|
* @param GetCategoryRequest
|
|
620
621
|
* @return GetCategoryResponse
|
|
621
622
|
* @throws OciError when an error occurs
|
|
622
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
623
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetCategory.ts.html |here} to see how to use GetCategory API.
|
|
623
624
|
*/
|
|
624
625
|
getCategory(getCategoryRequest: requests.GetCategoryRequest): Promise<responses.GetCategoryResponse>;
|
|
625
626
|
/**
|
|
@@ -629,7 +630,7 @@ export declare class LogAnalyticsClient {
|
|
|
629
630
|
* @param GetColumnNamesRequest
|
|
630
631
|
* @return GetColumnNamesResponse
|
|
631
632
|
* @throws OciError when an error occurs
|
|
632
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
633
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetColumnNames.ts.html |here} to see how to use GetColumnNames API.
|
|
633
634
|
*/
|
|
634
635
|
getColumnNames(getColumnNamesRequest: requests.GetColumnNamesRequest): Promise<responses.GetColumnNamesResponse>;
|
|
635
636
|
/**
|
|
@@ -639,7 +640,7 @@ export declare class LogAnalyticsClient {
|
|
|
639
640
|
* @param GetConfigWorkRequestRequest
|
|
640
641
|
* @return GetConfigWorkRequestResponse
|
|
641
642
|
* @throws OciError when an error occurs
|
|
642
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
643
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetConfigWorkRequest.ts.html |here} to see how to use GetConfigWorkRequest API.
|
|
643
644
|
*/
|
|
644
645
|
getConfigWorkRequest(getConfigWorkRequestRequest: requests.GetConfigWorkRequestRequest): Promise<responses.GetConfigWorkRequestResponse>;
|
|
645
646
|
/**
|
|
@@ -649,7 +650,7 @@ export declare class LogAnalyticsClient {
|
|
|
649
650
|
* @param GetFieldRequest
|
|
650
651
|
* @return GetFieldResponse
|
|
651
652
|
* @throws OciError when an error occurs
|
|
652
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
653
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetField.ts.html |here} to see how to use GetField API.
|
|
653
654
|
*/
|
|
654
655
|
getField(getFieldRequest: requests.GetFieldRequest): Promise<responses.GetFieldResponse>;
|
|
655
656
|
/**
|
|
@@ -659,7 +660,7 @@ export declare class LogAnalyticsClient {
|
|
|
659
660
|
* @param GetFieldsSummaryRequest
|
|
660
661
|
* @return GetFieldsSummaryResponse
|
|
661
662
|
* @throws OciError when an error occurs
|
|
662
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
663
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetFieldsSummary.ts.html |here} to see how to use GetFieldsSummary API.
|
|
663
664
|
*/
|
|
664
665
|
getFieldsSummary(getFieldsSummaryRequest: requests.GetFieldsSummaryRequest): Promise<responses.GetFieldsSummaryResponse>;
|
|
665
666
|
/**
|
|
@@ -669,7 +670,7 @@ export declare class LogAnalyticsClient {
|
|
|
669
670
|
* @param GetIngestTimeRuleRequest
|
|
670
671
|
* @return GetIngestTimeRuleResponse
|
|
671
672
|
* @throws OciError when an error occurs
|
|
672
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
673
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetIngestTimeRule.ts.html |here} to see how to use GetIngestTimeRule API.
|
|
673
674
|
*/
|
|
674
675
|
getIngestTimeRule(getIngestTimeRuleRequest: requests.GetIngestTimeRuleRequest): Promise<responses.GetIngestTimeRuleResponse>;
|
|
675
676
|
/**
|
|
@@ -679,7 +680,7 @@ export declare class LogAnalyticsClient {
|
|
|
679
680
|
* @param GetLabelRequest
|
|
680
681
|
* @return GetLabelResponse
|
|
681
682
|
* @throws OciError when an error occurs
|
|
682
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
683
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetLabel.ts.html |here} to see how to use GetLabel API.
|
|
683
684
|
*/
|
|
684
685
|
getLabel(getLabelRequest: requests.GetLabelRequest): Promise<responses.GetLabelResponse>;
|
|
685
686
|
/**
|
|
@@ -689,7 +690,7 @@ export declare class LogAnalyticsClient {
|
|
|
689
690
|
* @param GetLabelSummaryRequest
|
|
690
691
|
* @return GetLabelSummaryResponse
|
|
691
692
|
* @throws OciError when an error occurs
|
|
692
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
693
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetLabelSummary.ts.html |here} to see how to use GetLabelSummary API.
|
|
693
694
|
*/
|
|
694
695
|
getLabelSummary(getLabelSummaryRequest: requests.GetLabelSummaryRequest): Promise<responses.GetLabelSummaryResponse>;
|
|
695
696
|
/**
|
|
@@ -698,7 +699,7 @@ export declare class LogAnalyticsClient {
|
|
|
698
699
|
* @param GetLogAnalyticsEmBridgeRequest
|
|
699
700
|
* @return GetLogAnalyticsEmBridgeResponse
|
|
700
701
|
* @throws OciError when an error occurs
|
|
701
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
702
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetLogAnalyticsEmBridge.ts.html |here} to see how to use GetLogAnalyticsEmBridge API.
|
|
702
703
|
*/
|
|
703
704
|
getLogAnalyticsEmBridge(getLogAnalyticsEmBridgeRequest: requests.GetLogAnalyticsEmBridgeRequest): Promise<responses.GetLogAnalyticsEmBridgeResponse>;
|
|
704
705
|
/**
|
|
@@ -707,7 +708,7 @@ export declare class LogAnalyticsClient {
|
|
|
707
708
|
* @param GetLogAnalyticsEmBridgeSummaryRequest
|
|
708
709
|
* @return GetLogAnalyticsEmBridgeSummaryResponse
|
|
709
710
|
* @throws OciError when an error occurs
|
|
710
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
711
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetLogAnalyticsEmBridgeSummary.ts.html |here} to see how to use GetLogAnalyticsEmBridgeSummary API.
|
|
711
712
|
*/
|
|
712
713
|
getLogAnalyticsEmBridgeSummary(getLogAnalyticsEmBridgeSummaryRequest: requests.GetLogAnalyticsEmBridgeSummaryRequest): Promise<responses.GetLogAnalyticsEmBridgeSummaryResponse>;
|
|
713
714
|
/**
|
|
@@ -716,7 +717,7 @@ export declare class LogAnalyticsClient {
|
|
|
716
717
|
* @param GetLogAnalyticsEntitiesSummaryRequest
|
|
717
718
|
* @return GetLogAnalyticsEntitiesSummaryResponse
|
|
718
719
|
* @throws OciError when an error occurs
|
|
719
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
720
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetLogAnalyticsEntitiesSummary.ts.html |here} to see how to use GetLogAnalyticsEntitiesSummary API.
|
|
720
721
|
*/
|
|
721
722
|
getLogAnalyticsEntitiesSummary(getLogAnalyticsEntitiesSummaryRequest: requests.GetLogAnalyticsEntitiesSummaryRequest): Promise<responses.GetLogAnalyticsEntitiesSummaryResponse>;
|
|
722
723
|
/**
|
|
@@ -725,7 +726,7 @@ export declare class LogAnalyticsClient {
|
|
|
725
726
|
* @param GetLogAnalyticsEntityRequest
|
|
726
727
|
* @return GetLogAnalyticsEntityResponse
|
|
727
728
|
* @throws OciError when an error occurs
|
|
728
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
729
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetLogAnalyticsEntity.ts.html |here} to see how to use GetLogAnalyticsEntity API.
|
|
729
730
|
*/
|
|
730
731
|
getLogAnalyticsEntity(getLogAnalyticsEntityRequest: requests.GetLogAnalyticsEntityRequest): Promise<responses.GetLogAnalyticsEntityResponse>;
|
|
731
732
|
/**
|
|
@@ -734,7 +735,7 @@ export declare class LogAnalyticsClient {
|
|
|
734
735
|
* @param GetLogAnalyticsEntityTypeRequest
|
|
735
736
|
* @return GetLogAnalyticsEntityTypeResponse
|
|
736
737
|
* @throws OciError when an error occurs
|
|
737
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
738
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetLogAnalyticsEntityType.ts.html |here} to see how to use GetLogAnalyticsEntityType API.
|
|
738
739
|
*/
|
|
739
740
|
getLogAnalyticsEntityType(getLogAnalyticsEntityTypeRequest: requests.GetLogAnalyticsEntityTypeRequest): Promise<responses.GetLogAnalyticsEntityTypeResponse>;
|
|
740
741
|
/**
|
|
@@ -744,7 +745,7 @@ export declare class LogAnalyticsClient {
|
|
|
744
745
|
* @param GetLogAnalyticsLogGroupRequest
|
|
745
746
|
* @return GetLogAnalyticsLogGroupResponse
|
|
746
747
|
* @throws OciError when an error occurs
|
|
747
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
748
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetLogAnalyticsLogGroup.ts.html |here} to see how to use GetLogAnalyticsLogGroup API.
|
|
748
749
|
*/
|
|
749
750
|
getLogAnalyticsLogGroup(getLogAnalyticsLogGroupRequest: requests.GetLogAnalyticsLogGroupRequest): Promise<responses.GetLogAnalyticsLogGroupResponse>;
|
|
750
751
|
/**
|
|
@@ -754,7 +755,7 @@ export declare class LogAnalyticsClient {
|
|
|
754
755
|
* @param GetLogAnalyticsLogGroupsSummaryRequest
|
|
755
756
|
* @return GetLogAnalyticsLogGroupsSummaryResponse
|
|
756
757
|
* @throws OciError when an error occurs
|
|
757
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
758
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetLogAnalyticsLogGroupsSummary.ts.html |here} to see how to use GetLogAnalyticsLogGroupsSummary API.
|
|
758
759
|
*/
|
|
759
760
|
getLogAnalyticsLogGroupsSummary(getLogAnalyticsLogGroupsSummaryRequest: requests.GetLogAnalyticsLogGroupsSummaryRequest): Promise<responses.GetLogAnalyticsLogGroupsSummaryResponse>;
|
|
760
761
|
/**
|
|
@@ -763,7 +764,7 @@ export declare class LogAnalyticsClient {
|
|
|
763
764
|
* @param GetLogAnalyticsObjectCollectionRuleRequest
|
|
764
765
|
* @return GetLogAnalyticsObjectCollectionRuleResponse
|
|
765
766
|
* @throws OciError when an error occurs
|
|
766
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
767
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use GetLogAnalyticsObjectCollectionRule API.
|
|
767
768
|
*/
|
|
768
769
|
getLogAnalyticsObjectCollectionRule(getLogAnalyticsObjectCollectionRuleRequest: requests.GetLogAnalyticsObjectCollectionRuleRequest): Promise<responses.GetLogAnalyticsObjectCollectionRuleResponse>;
|
|
769
770
|
/**
|
|
@@ -773,7 +774,7 @@ export declare class LogAnalyticsClient {
|
|
|
773
774
|
* @param GetLogSetsCountRequest
|
|
774
775
|
* @return GetLogSetsCountResponse
|
|
775
776
|
* @throws OciError when an error occurs
|
|
776
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
777
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetLogSetsCount.ts.html |here} to see how to use GetLogSetsCount API.
|
|
777
778
|
*/
|
|
778
779
|
getLogSetsCount(getLogSetsCountRequest: requests.GetLogSetsCountRequest): Promise<responses.GetLogSetsCountResponse>;
|
|
779
780
|
/**
|
|
@@ -783,7 +784,7 @@ export declare class LogAnalyticsClient {
|
|
|
783
784
|
* @param GetLookupRequest
|
|
784
785
|
* @return GetLookupResponse
|
|
785
786
|
* @throws OciError when an error occurs
|
|
786
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
787
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetLookup.ts.html |here} to see how to use GetLookup API.
|
|
787
788
|
*/
|
|
788
789
|
getLookup(getLookupRequest: requests.GetLookupRequest): Promise<responses.GetLookupResponse>;
|
|
789
790
|
/**
|
|
@@ -792,7 +793,7 @@ export declare class LogAnalyticsClient {
|
|
|
792
793
|
* @param GetLookupSummaryRequest
|
|
793
794
|
* @return GetLookupSummaryResponse
|
|
794
795
|
* @throws OciError when an error occurs
|
|
795
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
796
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetLookupSummary.ts.html |here} to see how to use GetLookupSummary API.
|
|
796
797
|
*/
|
|
797
798
|
getLookupSummary(getLookupSummaryRequest: requests.GetLookupSummaryRequest): Promise<responses.GetLookupSummaryResponse>;
|
|
798
799
|
/**
|
|
@@ -802,7 +803,7 @@ export declare class LogAnalyticsClient {
|
|
|
802
803
|
* @param GetNamespaceRequest
|
|
803
804
|
* @return GetNamespaceResponse
|
|
804
805
|
* @throws OciError when an error occurs
|
|
805
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
806
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetNamespace.ts.html |here} to see how to use GetNamespace API.
|
|
806
807
|
*/
|
|
807
808
|
getNamespace(getNamespaceRequest: requests.GetNamespaceRequest): Promise<responses.GetNamespaceResponse>;
|
|
808
809
|
/**
|
|
@@ -812,7 +813,7 @@ export declare class LogAnalyticsClient {
|
|
|
812
813
|
* @param GetParserRequest
|
|
813
814
|
* @return GetParserResponse
|
|
814
815
|
* @throws OciError when an error occurs
|
|
815
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
816
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetParser.ts.html |here} to see how to use GetParser API.
|
|
816
817
|
*/
|
|
817
818
|
getParser(getParserRequest: requests.GetParserRequest): Promise<responses.GetParserResponse>;
|
|
818
819
|
/**
|
|
@@ -822,17 +823,17 @@ export declare class LogAnalyticsClient {
|
|
|
822
823
|
* @param GetParserSummaryRequest
|
|
823
824
|
* @return GetParserSummaryResponse
|
|
824
825
|
* @throws OciError when an error occurs
|
|
825
|
-
* @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.68.0/loganalytics/GetParserSummary.ts.html |here} to see how to use GetParserSummary API.
|
|
826
827
|
*/
|
|
827
828
|
getParserSummary(getParserSummaryRequest: requests.GetParserSummaryRequest): Promise<responses.GetParserSummaryResponse>;
|
|
828
829
|
/**
|
|
829
|
-
* Lists the preferences
|
|
830
|
+
* Lists the tenant preferences such as DEFAULT_HOMEPAGE and collection properties.
|
|
830
831
|
*
|
|
831
832
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
832
833
|
* @param GetPreferencesRequest
|
|
833
834
|
* @return GetPreferencesResponse
|
|
834
835
|
* @throws OciError when an error occurs
|
|
835
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
836
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetPreferences.ts.html |here} to see how to use GetPreferences API.
|
|
836
837
|
*/
|
|
837
838
|
getPreferences(getPreferencesRequest: requests.GetPreferencesRequest): Promise<responses.GetPreferencesResponse>;
|
|
838
839
|
/**
|
|
@@ -843,7 +844,7 @@ export declare class LogAnalyticsClient {
|
|
|
843
844
|
* @param GetQueryResultRequest
|
|
844
845
|
* @return GetQueryResultResponse
|
|
845
846
|
* @throws OciError when an error occurs
|
|
846
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
847
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetQueryResult.ts.html |here} to see how to use GetQueryResult API.
|
|
847
848
|
*/
|
|
848
849
|
getQueryResult(getQueryResultRequest: requests.GetQueryResultRequest): Promise<responses.GetQueryResultResponse>;
|
|
849
850
|
/**
|
|
@@ -852,16 +853,46 @@ export declare class LogAnalyticsClient {
|
|
|
852
853
|
* @param GetQueryWorkRequestRequest
|
|
853
854
|
* @return GetQueryWorkRequestResponse
|
|
854
855
|
* @throws OciError when an error occurs
|
|
855
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
856
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetQueryWorkRequest.ts.html |here} to see how to use GetQueryWorkRequest API.
|
|
856
857
|
*/
|
|
857
858
|
getQueryWorkRequest(getQueryWorkRequestRequest: requests.GetQueryWorkRequestRequest): Promise<responses.GetQueryWorkRequestResponse>;
|
|
859
|
+
/**
|
|
860
|
+
* This API gets the number of recalls made and the maximum recalls that can be made
|
|
861
|
+
*
|
|
862
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
863
|
+
* @param GetRecallCountRequest
|
|
864
|
+
* @return GetRecallCountResponse
|
|
865
|
+
* @throws OciError when an error occurs
|
|
866
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetRecallCount.ts.html |here} to see how to use GetRecallCount API.
|
|
867
|
+
*/
|
|
868
|
+
getRecallCount(getRecallCountRequest: requests.GetRecallCountRequest): Promise<responses.GetRecallCountResponse>;
|
|
869
|
+
/**
|
|
870
|
+
* This API gets the datasize of recalls for a given timeframe
|
|
871
|
+
*
|
|
872
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
873
|
+
* @param GetRecalledDataSizeRequest
|
|
874
|
+
* @return GetRecalledDataSizeResponse
|
|
875
|
+
* @throws OciError when an error occurs
|
|
876
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetRecalledDataSize.ts.html |here} to see how to use GetRecalledDataSize API.
|
|
877
|
+
*/
|
|
878
|
+
getRecalledDataSize(getRecalledDataSizeRequest: requests.GetRecalledDataSizeRequest): Promise<responses.GetRecalledDataSizeResponse>;
|
|
879
|
+
/**
|
|
880
|
+
* Returns the count of detection rules in a compartment.
|
|
881
|
+
*
|
|
882
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
883
|
+
* @param GetRulesSummaryRequest
|
|
884
|
+
* @return GetRulesSummaryResponse
|
|
885
|
+
* @throws OciError when an error occurs
|
|
886
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetRulesSummary.ts.html |here} to see how to use GetRulesSummary API.
|
|
887
|
+
*/
|
|
888
|
+
getRulesSummary(getRulesSummaryRequest: requests.GetRulesSummaryRequest): Promise<responses.GetRulesSummaryResponse>;
|
|
858
889
|
/**
|
|
859
890
|
* Get the scheduled task for the specified task identifier.
|
|
860
891
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
861
892
|
* @param GetScheduledTaskRequest
|
|
862
893
|
* @return GetScheduledTaskResponse
|
|
863
894
|
* @throws OciError when an error occurs
|
|
864
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
895
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetScheduledTask.ts.html |here} to see how to use GetScheduledTask API.
|
|
865
896
|
*/
|
|
866
897
|
getScheduledTask(getScheduledTaskRequest: requests.GetScheduledTaskRequest): Promise<responses.GetScheduledTaskResponse>;
|
|
867
898
|
/**
|
|
@@ -871,7 +902,7 @@ export declare class LogAnalyticsClient {
|
|
|
871
902
|
* @param GetSourceRequest
|
|
872
903
|
* @return GetSourceResponse
|
|
873
904
|
* @throws OciError when an error occurs
|
|
874
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
905
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetSource.ts.html |here} to see how to use GetSource API.
|
|
875
906
|
*/
|
|
876
907
|
getSource(getSourceRequest: requests.GetSourceRequest): Promise<responses.GetSourceResponse>;
|
|
877
908
|
/**
|
|
@@ -881,7 +912,7 @@ export declare class LogAnalyticsClient {
|
|
|
881
912
|
* @param GetSourceSummaryRequest
|
|
882
913
|
* @return GetSourceSummaryResponse
|
|
883
914
|
* @throws OciError when an error occurs
|
|
884
|
-
* @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.68.0/loganalytics/GetSourceSummary.ts.html |here} to see how to use GetSourceSummary API.
|
|
885
916
|
*/
|
|
886
917
|
getSourceSummary(getSourceSummaryRequest: requests.GetSourceSummaryRequest): Promise<responses.GetSourceSummaryResponse>;
|
|
887
918
|
/**
|
|
@@ -891,7 +922,7 @@ export declare class LogAnalyticsClient {
|
|
|
891
922
|
* @param GetStorageRequest
|
|
892
923
|
* @return GetStorageResponse
|
|
893
924
|
* @throws OciError when an error occurs
|
|
894
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
925
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetStorage.ts.html |here} to see how to use GetStorage API.
|
|
895
926
|
*/
|
|
896
927
|
getStorage(getStorageRequest: requests.GetStorageRequest): Promise<responses.GetStorageResponse>;
|
|
897
928
|
/**
|
|
@@ -902,7 +933,7 @@ export declare class LogAnalyticsClient {
|
|
|
902
933
|
* @param GetStorageUsageRequest
|
|
903
934
|
* @return GetStorageUsageResponse
|
|
904
935
|
* @throws OciError when an error occurs
|
|
905
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
936
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetStorageUsage.ts.html |here} to see how to use GetStorageUsage API.
|
|
906
937
|
*/
|
|
907
938
|
getStorageUsage(getStorageUsageRequest: requests.GetStorageUsageRequest): Promise<responses.GetStorageUsageResponse>;
|
|
908
939
|
/**
|
|
@@ -913,7 +944,7 @@ export declare class LogAnalyticsClient {
|
|
|
913
944
|
* @param GetStorageWorkRequestRequest
|
|
914
945
|
* @return GetStorageWorkRequestResponse
|
|
915
946
|
* @throws OciError when an error occurs
|
|
916
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
947
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetStorageWorkRequest.ts.html |here} to see how to use GetStorageWorkRequest API.
|
|
917
948
|
*/
|
|
918
949
|
getStorageWorkRequest(getStorageWorkRequestRequest: requests.GetStorageWorkRequestRequest): Promise<responses.GetStorageWorkRequestResponse>;
|
|
919
950
|
/**
|
|
@@ -923,7 +954,7 @@ export declare class LogAnalyticsClient {
|
|
|
923
954
|
* @param GetUnprocessedDataBucketRequest
|
|
924
955
|
* @return GetUnprocessedDataBucketResponse
|
|
925
956
|
* @throws OciError when an error occurs
|
|
926
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
957
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetUnprocessedDataBucket.ts.html |here} to see how to use GetUnprocessedDataBucket API.
|
|
927
958
|
*/
|
|
928
959
|
getUnprocessedDataBucket(getUnprocessedDataBucketRequest: requests.GetUnprocessedDataBucketRequest): Promise<responses.GetUnprocessedDataBucketResponse>;
|
|
929
960
|
/**
|
|
@@ -932,7 +963,7 @@ export declare class LogAnalyticsClient {
|
|
|
932
963
|
* @param GetUploadRequest
|
|
933
964
|
* @return GetUploadResponse
|
|
934
965
|
* @throws OciError when an error occurs
|
|
935
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
966
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetUpload.ts.html |here} to see how to use GetUpload API.
|
|
936
967
|
*/
|
|
937
968
|
getUpload(getUploadRequest: requests.GetUploadRequest): Promise<responses.GetUploadResponse>;
|
|
938
969
|
/**
|
|
@@ -941,7 +972,7 @@ export declare class LogAnalyticsClient {
|
|
|
941
972
|
* @param GetWorkRequestRequest
|
|
942
973
|
* @return GetWorkRequestResponse
|
|
943
974
|
* @throws OciError when an error occurs
|
|
944
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
975
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
945
976
|
*/
|
|
946
977
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
947
978
|
/**
|
|
@@ -951,7 +982,7 @@ export declare class LogAnalyticsClient {
|
|
|
951
982
|
* @param ImportCustomContentRequest
|
|
952
983
|
* @return ImportCustomContentResponse
|
|
953
984
|
* @throws OciError when an error occurs
|
|
954
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
985
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ImportCustomContent.ts.html |here} to see how to use ImportCustomContent API.
|
|
955
986
|
*/
|
|
956
987
|
importCustomContent(importCustomContentRequest: requests.ImportCustomContentRequest): Promise<responses.ImportCustomContentResponse>;
|
|
957
988
|
/**
|
|
@@ -961,7 +992,7 @@ export declare class LogAnalyticsClient {
|
|
|
961
992
|
* @param ListAssociableEntitiesRequest
|
|
962
993
|
* @return ListAssociableEntitiesResponse
|
|
963
994
|
* @throws OciError when an error occurs
|
|
964
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
995
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListAssociableEntities.ts.html |here} to see how to use ListAssociableEntities API.
|
|
965
996
|
*/
|
|
966
997
|
listAssociableEntities(listAssociableEntitiesRequest: requests.ListAssociableEntitiesRequest): Promise<responses.ListAssociableEntitiesResponse>;
|
|
967
998
|
/**
|
|
@@ -971,7 +1002,7 @@ export declare class LogAnalyticsClient {
|
|
|
971
1002
|
* @param ListAssociatedEntitiesRequest
|
|
972
1003
|
* @return ListAssociatedEntitiesResponse
|
|
973
1004
|
* @throws OciError when an error occurs
|
|
974
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1005
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListAssociatedEntities.ts.html |here} to see how to use ListAssociatedEntities API.
|
|
975
1006
|
*/
|
|
976
1007
|
listAssociatedEntities(listAssociatedEntitiesRequest: requests.ListAssociatedEntitiesRequest): Promise<responses.ListAssociatedEntitiesResponse>;
|
|
977
1008
|
/**
|
|
@@ -981,7 +1012,7 @@ export declare class LogAnalyticsClient {
|
|
|
981
1012
|
* @param ListAutoAssociationsRequest
|
|
982
1013
|
* @return ListAutoAssociationsResponse
|
|
983
1014
|
* @throws OciError when an error occurs
|
|
984
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1015
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListAutoAssociations.ts.html |here} to see how to use ListAutoAssociations API.
|
|
985
1016
|
*/
|
|
986
1017
|
listAutoAssociations(listAutoAssociationsRequest: requests.ListAutoAssociationsRequest): Promise<responses.ListAutoAssociationsResponse>;
|
|
987
1018
|
/**
|
|
@@ -991,7 +1022,7 @@ export declare class LogAnalyticsClient {
|
|
|
991
1022
|
* @param ListCategoriesRequest
|
|
992
1023
|
* @return ListCategoriesResponse
|
|
993
1024
|
* @throws OciError when an error occurs
|
|
994
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1025
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListCategories.ts.html |here} to see how to use ListCategories API.
|
|
995
1026
|
*/
|
|
996
1027
|
listCategories(listCategoriesRequest: requests.ListCategoriesRequest): Promise<responses.ListCategoriesResponse>;
|
|
997
1028
|
/**
|
|
@@ -1001,16 +1032,26 @@ export declare class LogAnalyticsClient {
|
|
|
1001
1032
|
* @param ListConfigWorkRequestsRequest
|
|
1002
1033
|
* @return ListConfigWorkRequestsResponse
|
|
1003
1034
|
* @throws OciError when an error occurs
|
|
1004
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1035
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListConfigWorkRequests.ts.html |here} to see how to use ListConfigWorkRequests API.
|
|
1005
1036
|
*/
|
|
1006
1037
|
listConfigWorkRequests(listConfigWorkRequestsRequest: requests.ListConfigWorkRequestsRequest): Promise<responses.ListConfigWorkRequestsResponse>;
|
|
1038
|
+
/**
|
|
1039
|
+
* Returns a list of effective properties for the specified resource.
|
|
1040
|
+
*
|
|
1041
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1042
|
+
* @param ListEffectivePropertiesRequest
|
|
1043
|
+
* @return ListEffectivePropertiesResponse
|
|
1044
|
+
* @throws OciError when an error occurs
|
|
1045
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListEffectiveProperties.ts.html |here} to see how to use ListEffectiveProperties API.
|
|
1046
|
+
*/
|
|
1047
|
+
listEffectiveProperties(listEffectivePropertiesRequest: requests.ListEffectivePropertiesRequest): Promise<responses.ListEffectivePropertiesResponse>;
|
|
1007
1048
|
/**
|
|
1008
1049
|
* This API returns the list of customer owned encryption key info.
|
|
1009
1050
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1010
1051
|
* @param ListEncryptionKeyInfoRequest
|
|
1011
1052
|
* @return ListEncryptionKeyInfoResponse
|
|
1012
1053
|
* @throws OciError when an error occurs
|
|
1013
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1054
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListEncryptionKeyInfo.ts.html |here} to see how to use ListEncryptionKeyInfo API.
|
|
1014
1055
|
*/
|
|
1015
1056
|
listEncryptionKeyInfo(listEncryptionKeyInfoRequest: requests.ListEncryptionKeyInfoRequest): Promise<responses.ListEncryptionKeyInfoResponse>;
|
|
1016
1057
|
/**
|
|
@@ -1019,7 +1060,7 @@ export declare class LogAnalyticsClient {
|
|
|
1019
1060
|
* @param ListEntityAssociationsRequest
|
|
1020
1061
|
* @return ListEntityAssociationsResponse
|
|
1021
1062
|
* @throws OciError when an error occurs
|
|
1022
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1063
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListEntityAssociations.ts.html |here} to see how to use ListEntityAssociations API.
|
|
1023
1064
|
*/
|
|
1024
1065
|
listEntityAssociations(listEntityAssociationsRequest: requests.ListEntityAssociationsRequest): Promise<responses.ListEntityAssociationsResponse>;
|
|
1025
1066
|
/**
|
|
@@ -1029,7 +1070,7 @@ export declare class LogAnalyticsClient {
|
|
|
1029
1070
|
* @param ListEntitySourceAssociationsRequest
|
|
1030
1071
|
* @return ListEntitySourceAssociationsResponse
|
|
1031
1072
|
* @throws OciError when an error occurs
|
|
1032
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1073
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListEntitySourceAssociations.ts.html |here} to see how to use ListEntitySourceAssociations API.
|
|
1033
1074
|
*/
|
|
1034
1075
|
listEntitySourceAssociations(listEntitySourceAssociationsRequest: requests.ListEntitySourceAssociationsRequest): Promise<responses.ListEntitySourceAssociationsResponse>;
|
|
1035
1076
|
/**
|
|
@@ -1039,7 +1080,7 @@ export declare class LogAnalyticsClient {
|
|
|
1039
1080
|
* @param ListFieldsRequest
|
|
1040
1081
|
* @return ListFieldsResponse
|
|
1041
1082
|
* @throws OciError when an error occurs
|
|
1042
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1083
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListFields.ts.html |here} to see how to use ListFields API.
|
|
1043
1084
|
*/
|
|
1044
1085
|
listFields(listFieldsRequest: requests.ListFieldsRequest): Promise<responses.ListFieldsResponse>;
|
|
1045
1086
|
/**
|
|
@@ -1049,7 +1090,7 @@ export declare class LogAnalyticsClient {
|
|
|
1049
1090
|
* @param ListIngestTimeRulesRequest
|
|
1050
1091
|
* @return ListIngestTimeRulesResponse
|
|
1051
1092
|
* @throws OciError when an error occurs
|
|
1052
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1093
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListIngestTimeRules.ts.html |here} to see how to use ListIngestTimeRules API.
|
|
1053
1094
|
*/
|
|
1054
1095
|
listIngestTimeRules(listIngestTimeRulesRequest: requests.ListIngestTimeRulesRequest): Promise<responses.ListIngestTimeRulesResponse>;
|
|
1055
1096
|
/**
|
|
@@ -1059,7 +1100,7 @@ export declare class LogAnalyticsClient {
|
|
|
1059
1100
|
* @param ListLabelPrioritiesRequest
|
|
1060
1101
|
* @return ListLabelPrioritiesResponse
|
|
1061
1102
|
* @throws OciError when an error occurs
|
|
1062
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1103
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListLabelPriorities.ts.html |here} to see how to use ListLabelPriorities API.
|
|
1063
1104
|
*/
|
|
1064
1105
|
listLabelPriorities(listLabelPrioritiesRequest: requests.ListLabelPrioritiesRequest): Promise<responses.ListLabelPrioritiesResponse>;
|
|
1065
1106
|
/**
|
|
@@ -1069,7 +1110,7 @@ export declare class LogAnalyticsClient {
|
|
|
1069
1110
|
* @param ListLabelSourceDetailsRequest
|
|
1070
1111
|
* @return ListLabelSourceDetailsResponse
|
|
1071
1112
|
* @throws OciError when an error occurs
|
|
1072
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1113
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListLabelSourceDetails.ts.html |here} to see how to use ListLabelSourceDetails API.
|
|
1073
1114
|
*/
|
|
1074
1115
|
listLabelSourceDetails(listLabelSourceDetailsRequest: requests.ListLabelSourceDetailsRequest): Promise<responses.ListLabelSourceDetailsResponse>;
|
|
1075
1116
|
/**
|
|
@@ -1079,7 +1120,7 @@ export declare class LogAnalyticsClient {
|
|
|
1079
1120
|
* @param ListLabelsRequest
|
|
1080
1121
|
* @return ListLabelsResponse
|
|
1081
1122
|
* @throws OciError when an error occurs
|
|
1082
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1123
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListLabels.ts.html |here} to see how to use ListLabels API.
|
|
1083
1124
|
*/
|
|
1084
1125
|
listLabels(listLabelsRequest: requests.ListLabelsRequest): Promise<responses.ListLabelsResponse>;
|
|
1085
1126
|
/**
|
|
@@ -1088,7 +1129,7 @@ export declare class LogAnalyticsClient {
|
|
|
1088
1129
|
* @param ListLogAnalyticsEmBridgesRequest
|
|
1089
1130
|
* @return ListLogAnalyticsEmBridgesResponse
|
|
1090
1131
|
* @throws OciError when an error occurs
|
|
1091
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1132
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListLogAnalyticsEmBridges.ts.html |here} to see how to use ListLogAnalyticsEmBridges API.
|
|
1092
1133
|
*/
|
|
1093
1134
|
listLogAnalyticsEmBridges(listLogAnalyticsEmBridgesRequest: requests.ListLogAnalyticsEmBridgesRequest): Promise<responses.ListLogAnalyticsEmBridgesResponse>;
|
|
1094
1135
|
/**
|
|
@@ -1097,7 +1138,7 @@ export declare class LogAnalyticsClient {
|
|
|
1097
1138
|
* @param ListLogAnalyticsEntitiesRequest
|
|
1098
1139
|
* @return ListLogAnalyticsEntitiesResponse
|
|
1099
1140
|
* @throws OciError when an error occurs
|
|
1100
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1141
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListLogAnalyticsEntities.ts.html |here} to see how to use ListLogAnalyticsEntities API.
|
|
1101
1142
|
*/
|
|
1102
1143
|
listLogAnalyticsEntities(listLogAnalyticsEntitiesRequest: requests.ListLogAnalyticsEntitiesRequest): Promise<responses.ListLogAnalyticsEntitiesResponse>;
|
|
1103
1144
|
/**
|
|
@@ -1106,7 +1147,7 @@ export declare class LogAnalyticsClient {
|
|
|
1106
1147
|
* @param ListLogAnalyticsEntityTopologyRequest
|
|
1107
1148
|
* @return ListLogAnalyticsEntityTopologyResponse
|
|
1108
1149
|
* @throws OciError when an error occurs
|
|
1109
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1150
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListLogAnalyticsEntityTopology.ts.html |here} to see how to use ListLogAnalyticsEntityTopology API.
|
|
1110
1151
|
*/
|
|
1111
1152
|
listLogAnalyticsEntityTopology(listLogAnalyticsEntityTopologyRequest: requests.ListLogAnalyticsEntityTopologyRequest): Promise<responses.ListLogAnalyticsEntityTopologyResponse>;
|
|
1112
1153
|
/**
|
|
@@ -1115,7 +1156,7 @@ export declare class LogAnalyticsClient {
|
|
|
1115
1156
|
* @param ListLogAnalyticsEntityTypesRequest
|
|
1116
1157
|
* @return ListLogAnalyticsEntityTypesResponse
|
|
1117
1158
|
* @throws OciError when an error occurs
|
|
1118
|
-
* @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.68.0/loganalytics/ListLogAnalyticsEntityTypes.ts.html |here} to see how to use ListLogAnalyticsEntityTypes API.
|
|
1119
1160
|
*/
|
|
1120
1161
|
listLogAnalyticsEntityTypes(listLogAnalyticsEntityTypesRequest: requests.ListLogAnalyticsEntityTypesRequest): Promise<responses.ListLogAnalyticsEntityTypesResponse>;
|
|
1121
1162
|
/**
|
|
@@ -1125,7 +1166,7 @@ export declare class LogAnalyticsClient {
|
|
|
1125
1166
|
* @param ListLogAnalyticsLogGroupsRequest
|
|
1126
1167
|
* @return ListLogAnalyticsLogGroupsResponse
|
|
1127
1168
|
* @throws OciError when an error occurs
|
|
1128
|
-
* @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.68.0/loganalytics/ListLogAnalyticsLogGroups.ts.html |here} to see how to use ListLogAnalyticsLogGroups API.
|
|
1129
1170
|
*/
|
|
1130
1171
|
listLogAnalyticsLogGroups(listLogAnalyticsLogGroupsRequest: requests.ListLogAnalyticsLogGroupsRequest): Promise<responses.ListLogAnalyticsLogGroupsResponse>;
|
|
1131
1172
|
/**
|
|
@@ -1134,7 +1175,7 @@ export declare class LogAnalyticsClient {
|
|
|
1134
1175
|
* @param ListLogAnalyticsObjectCollectionRulesRequest
|
|
1135
1176
|
* @return ListLogAnalyticsObjectCollectionRulesResponse
|
|
1136
1177
|
* @throws OciError when an error occurs
|
|
1137
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1178
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListLogAnalyticsObjectCollectionRules.ts.html |here} to see how to use ListLogAnalyticsObjectCollectionRules API.
|
|
1138
1179
|
*/
|
|
1139
1180
|
listLogAnalyticsObjectCollectionRules(listLogAnalyticsObjectCollectionRulesRequest: requests.ListLogAnalyticsObjectCollectionRulesRequest): Promise<responses.ListLogAnalyticsObjectCollectionRulesResponse>;
|
|
1140
1181
|
/**
|
|
@@ -1144,7 +1185,7 @@ export declare class LogAnalyticsClient {
|
|
|
1144
1185
|
* @param ListLogSetsRequest
|
|
1145
1186
|
* @return ListLogSetsResponse
|
|
1146
1187
|
* @throws OciError when an error occurs
|
|
1147
|
-
* @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.68.0/loganalytics/ListLogSets.ts.html |here} to see how to use ListLogSets API.
|
|
1148
1189
|
*/
|
|
1149
1190
|
listLogSets(listLogSetsRequest: requests.ListLogSetsRequest): Promise<responses.ListLogSetsResponse>;
|
|
1150
1191
|
/**
|
|
@@ -1154,7 +1195,7 @@ export declare class LogAnalyticsClient {
|
|
|
1154
1195
|
* @param ListLookupsRequest
|
|
1155
1196
|
* @return ListLookupsResponse
|
|
1156
1197
|
* @throws OciError when an error occurs
|
|
1157
|
-
* @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.68.0/loganalytics/ListLookups.ts.html |here} to see how to use ListLookups API.
|
|
1158
1199
|
*/
|
|
1159
1200
|
listLookups(listLookupsRequest: requests.ListLookupsRequest): Promise<responses.ListLookupsResponse>;
|
|
1160
1201
|
/**
|
|
@@ -1164,7 +1205,7 @@ export declare class LogAnalyticsClient {
|
|
|
1164
1205
|
* @param ListMetaSourceTypesRequest
|
|
1165
1206
|
* @return ListMetaSourceTypesResponse
|
|
1166
1207
|
* @throws OciError when an error occurs
|
|
1167
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1208
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListMetaSourceTypes.ts.html |here} to see how to use ListMetaSourceTypes API.
|
|
1168
1209
|
*/
|
|
1169
1210
|
listMetaSourceTypes(listMetaSourceTypesRequest: requests.ListMetaSourceTypesRequest): Promise<responses.ListMetaSourceTypesResponse>;
|
|
1170
1211
|
/**
|
|
@@ -1175,9 +1216,19 @@ export declare class LogAnalyticsClient {
|
|
|
1175
1216
|
* @param ListNamespacesRequest
|
|
1176
1217
|
* @return ListNamespacesResponse
|
|
1177
1218
|
* @throws OciError when an error occurs
|
|
1178
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1219
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListNamespaces.ts.html |here} to see how to use ListNamespaces API.
|
|
1179
1220
|
*/
|
|
1180
1221
|
listNamespaces(listNamespacesRequest: requests.ListNamespacesRequest): Promise<responses.ListNamespacesResponse>;
|
|
1222
|
+
/**
|
|
1223
|
+
* This API gets the list of overlapping recalls made in the given timeframe
|
|
1224
|
+
*
|
|
1225
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1226
|
+
* @param ListOverlappingRecallsRequest
|
|
1227
|
+
* @return ListOverlappingRecallsResponse
|
|
1228
|
+
* @throws OciError when an error occurs
|
|
1229
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListOverlappingRecalls.ts.html |here} to see how to use ListOverlappingRecalls API.
|
|
1230
|
+
*/
|
|
1231
|
+
listOverlappingRecalls(listOverlappingRecallsRequest: requests.ListOverlappingRecallsRequest): Promise<responses.ListOverlappingRecallsResponse>;
|
|
1181
1232
|
/**
|
|
1182
1233
|
* Lists the parser functions defined for the specified parser.
|
|
1183
1234
|
*
|
|
@@ -1185,7 +1236,7 @@ export declare class LogAnalyticsClient {
|
|
|
1185
1236
|
* @param ListParserFunctionsRequest
|
|
1186
1237
|
* @return ListParserFunctionsResponse
|
|
1187
1238
|
* @throws OciError when an error occurs
|
|
1188
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1239
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListParserFunctions.ts.html |here} to see how to use ListParserFunctions API.
|
|
1189
1240
|
*/
|
|
1190
1241
|
listParserFunctions(listParserFunctionsRequest: requests.ListParserFunctionsRequest): Promise<responses.ListParserFunctionsResponse>;
|
|
1191
1242
|
/**
|
|
@@ -1195,7 +1246,7 @@ export declare class LogAnalyticsClient {
|
|
|
1195
1246
|
* @param ListParserMetaPluginsRequest
|
|
1196
1247
|
* @return ListParserMetaPluginsResponse
|
|
1197
1248
|
* @throws OciError when an error occurs
|
|
1198
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1249
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListParserMetaPlugins.ts.html |here} to see how to use ListParserMetaPlugins API.
|
|
1199
1250
|
*/
|
|
1200
1251
|
listParserMetaPlugins(listParserMetaPluginsRequest: requests.ListParserMetaPluginsRequest): Promise<responses.ListParserMetaPluginsResponse>;
|
|
1201
1252
|
/**
|
|
@@ -1205,16 +1256,26 @@ export declare class LogAnalyticsClient {
|
|
|
1205
1256
|
* @param ListParsersRequest
|
|
1206
1257
|
* @return ListParsersResponse
|
|
1207
1258
|
* @throws OciError when an error occurs
|
|
1208
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1259
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListParsers.ts.html |here} to see how to use ListParsers API.
|
|
1209
1260
|
*/
|
|
1210
1261
|
listParsers(listParsersRequest: requests.ListParsersRequest): Promise<responses.ListParsersResponse>;
|
|
1262
|
+
/**
|
|
1263
|
+
* Returns a list of properties along with their metadata.
|
|
1264
|
+
*
|
|
1265
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1266
|
+
* @param ListPropertiesMetadataRequest
|
|
1267
|
+
* @return ListPropertiesMetadataResponse
|
|
1268
|
+
* @throws OciError when an error occurs
|
|
1269
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListPropertiesMetadata.ts.html |here} to see how to use ListPropertiesMetadata API.
|
|
1270
|
+
*/
|
|
1271
|
+
listPropertiesMetadata(listPropertiesMetadataRequest: requests.ListPropertiesMetadataRequest): Promise<responses.ListPropertiesMetadataResponse>;
|
|
1211
1272
|
/**
|
|
1212
1273
|
* List active asynchronous queries.
|
|
1213
1274
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1214
1275
|
* @param ListQueryWorkRequestsRequest
|
|
1215
1276
|
* @return ListQueryWorkRequestsResponse
|
|
1216
1277
|
* @throws OciError when an error occurs
|
|
1217
|
-
* @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.68.0/loganalytics/ListQueryWorkRequests.ts.html |here} to see how to use ListQueryWorkRequests API.
|
|
1218
1279
|
*/
|
|
1219
1280
|
listQueryWorkRequests(listQueryWorkRequestsRequest: requests.ListQueryWorkRequestsRequest): Promise<responses.ListQueryWorkRequestsResponse>;
|
|
1220
1281
|
/**
|
|
@@ -1224,7 +1285,7 @@ export declare class LogAnalyticsClient {
|
|
|
1224
1285
|
* @param ListRecalledDataRequest
|
|
1225
1286
|
* @return ListRecalledDataResponse
|
|
1226
1287
|
* @throws OciError when an error occurs
|
|
1227
|
-
* @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.68.0/loganalytics/ListRecalledData.ts.html |here} to see how to use ListRecalledData API.
|
|
1228
1289
|
*/
|
|
1229
1290
|
listRecalledData(listRecalledDataRequest: requests.ListRecalledDataRequest): Promise<responses.ListRecalledDataResponse>;
|
|
1230
1291
|
/**
|
|
@@ -1235,7 +1296,7 @@ export declare class LogAnalyticsClient {
|
|
|
1235
1296
|
* @param ListResourceCategoriesRequest
|
|
1236
1297
|
* @return ListResourceCategoriesResponse
|
|
1237
1298
|
* @throws OciError when an error occurs
|
|
1238
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1299
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListResourceCategories.ts.html |here} to see how to use ListResourceCategories API.
|
|
1239
1300
|
*/
|
|
1240
1301
|
listResourceCategories(listResourceCategoriesRequest: requests.ListResourceCategoriesRequest): Promise<responses.ListResourceCategoriesResponse>;
|
|
1241
1302
|
/**
|
|
@@ -1245,7 +1306,7 @@ export declare class LogAnalyticsClient {
|
|
|
1245
1306
|
* @param ListRulesRequest
|
|
1246
1307
|
* @return ListRulesResponse
|
|
1247
1308
|
* @throws OciError when an error occurs
|
|
1248
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1309
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListRules.ts.html |here} to see how to use ListRules API.
|
|
1249
1310
|
*/
|
|
1250
1311
|
listRules(listRulesRequest: requests.ListRulesRequest): Promise<responses.ListRulesResponse>;
|
|
1251
1312
|
/**
|
|
@@ -1254,7 +1315,7 @@ export declare class LogAnalyticsClient {
|
|
|
1254
1315
|
* @param ListScheduledTasksRequest
|
|
1255
1316
|
* @return ListScheduledTasksResponse
|
|
1256
1317
|
* @throws OciError when an error occurs
|
|
1257
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1318
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListScheduledTasks.ts.html |here} to see how to use ListScheduledTasks API.
|
|
1258
1319
|
*/
|
|
1259
1320
|
listScheduledTasks(listScheduledTasksRequest: requests.ListScheduledTasksRequest): Promise<responses.ListScheduledTasksResponse>;
|
|
1260
1321
|
/**
|
|
@@ -1264,7 +1325,7 @@ export declare class LogAnalyticsClient {
|
|
|
1264
1325
|
* @param ListSourceAssociationsRequest
|
|
1265
1326
|
* @return ListSourceAssociationsResponse
|
|
1266
1327
|
* @throws OciError when an error occurs
|
|
1267
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1328
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListSourceAssociations.ts.html |here} to see how to use ListSourceAssociations API.
|
|
1268
1329
|
*/
|
|
1269
1330
|
listSourceAssociations(listSourceAssociationsRequest: requests.ListSourceAssociationsRequest): Promise<responses.ListSourceAssociationsResponse>;
|
|
1270
1331
|
/**
|
|
@@ -1274,7 +1335,7 @@ export declare class LogAnalyticsClient {
|
|
|
1274
1335
|
* @param ListSourceEventTypesRequest
|
|
1275
1336
|
* @return ListSourceEventTypesResponse
|
|
1276
1337
|
* @throws OciError when an error occurs
|
|
1277
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1338
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListSourceEventTypes.ts.html |here} to see how to use ListSourceEventTypes API.
|
|
1278
1339
|
*/
|
|
1279
1340
|
listSourceEventTypes(listSourceEventTypesRequest: requests.ListSourceEventTypesRequest): Promise<responses.ListSourceEventTypesResponse>;
|
|
1280
1341
|
/**
|
|
@@ -1284,7 +1345,7 @@ export declare class LogAnalyticsClient {
|
|
|
1284
1345
|
* @param ListSourceExtendedFieldDefinitionsRequest
|
|
1285
1346
|
* @return ListSourceExtendedFieldDefinitionsResponse
|
|
1286
1347
|
* @throws OciError when an error occurs
|
|
1287
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1348
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListSourceExtendedFieldDefinitions.ts.html |here} to see how to use ListSourceExtendedFieldDefinitions API.
|
|
1288
1349
|
*/
|
|
1289
1350
|
listSourceExtendedFieldDefinitions(listSourceExtendedFieldDefinitionsRequest: requests.ListSourceExtendedFieldDefinitionsRequest): Promise<responses.ListSourceExtendedFieldDefinitionsResponse>;
|
|
1290
1351
|
/**
|
|
@@ -1294,7 +1355,7 @@ export declare class LogAnalyticsClient {
|
|
|
1294
1355
|
* @param ListSourceLabelOperatorsRequest
|
|
1295
1356
|
* @return ListSourceLabelOperatorsResponse
|
|
1296
1357
|
* @throws OciError when an error occurs
|
|
1297
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1358
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListSourceLabelOperators.ts.html |here} to see how to use ListSourceLabelOperators API.
|
|
1298
1359
|
*/
|
|
1299
1360
|
listSourceLabelOperators(listSourceLabelOperatorsRequest: requests.ListSourceLabelOperatorsRequest): Promise<responses.ListSourceLabelOperatorsResponse>;
|
|
1300
1361
|
/**
|
|
@@ -1304,7 +1365,7 @@ export declare class LogAnalyticsClient {
|
|
|
1304
1365
|
* @param ListSourceMetaFunctionsRequest
|
|
1305
1366
|
* @return ListSourceMetaFunctionsResponse
|
|
1306
1367
|
* @throws OciError when an error occurs
|
|
1307
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1368
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListSourceMetaFunctions.ts.html |here} to see how to use ListSourceMetaFunctions API.
|
|
1308
1369
|
*/
|
|
1309
1370
|
listSourceMetaFunctions(listSourceMetaFunctionsRequest: requests.ListSourceMetaFunctionsRequest): Promise<responses.ListSourceMetaFunctionsResponse>;
|
|
1310
1371
|
/**
|
|
@@ -1314,7 +1375,7 @@ export declare class LogAnalyticsClient {
|
|
|
1314
1375
|
* @param ListSourcePatternsRequest
|
|
1315
1376
|
* @return ListSourcePatternsResponse
|
|
1316
1377
|
* @throws OciError when an error occurs
|
|
1317
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1378
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListSourcePatterns.ts.html |here} to see how to use ListSourcePatterns API.
|
|
1318
1379
|
*/
|
|
1319
1380
|
listSourcePatterns(listSourcePatternsRequest: requests.ListSourcePatternsRequest): Promise<responses.ListSourcePatternsResponse>;
|
|
1320
1381
|
/**
|
|
@@ -1324,7 +1385,7 @@ export declare class LogAnalyticsClient {
|
|
|
1324
1385
|
* @param ListSourcesRequest
|
|
1325
1386
|
* @return ListSourcesResponse
|
|
1326
1387
|
* @throws OciError when an error occurs
|
|
1327
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1388
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListSources.ts.html |here} to see how to use ListSources API.
|
|
1328
1389
|
*/
|
|
1329
1390
|
listSources(listSourcesRequest: requests.ListSourcesRequest): Promise<responses.ListSourcesResponse>;
|
|
1330
1391
|
/**
|
|
@@ -1333,7 +1394,7 @@ export declare class LogAnalyticsClient {
|
|
|
1333
1394
|
* @param ListStorageWorkRequestErrorsRequest
|
|
1334
1395
|
* @return ListStorageWorkRequestErrorsResponse
|
|
1335
1396
|
* @throws OciError when an error occurs
|
|
1336
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1397
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListStorageWorkRequestErrors.ts.html |here} to see how to use ListStorageWorkRequestErrors API.
|
|
1337
1398
|
*/
|
|
1338
1399
|
listStorageWorkRequestErrors(listStorageWorkRequestErrorsRequest: requests.ListStorageWorkRequestErrorsRequest): Promise<responses.ListStorageWorkRequestErrorsResponse>;
|
|
1339
1400
|
/**
|
|
@@ -1343,7 +1404,7 @@ export declare class LogAnalyticsClient {
|
|
|
1343
1404
|
* @param ListStorageWorkRequestsRequest
|
|
1344
1405
|
* @return ListStorageWorkRequestsResponse
|
|
1345
1406
|
* @throws OciError when an error occurs
|
|
1346
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1407
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListStorageWorkRequests.ts.html |here} to see how to use ListStorageWorkRequests API.
|
|
1347
1408
|
*/
|
|
1348
1409
|
listStorageWorkRequests(listStorageWorkRequestsRequest: requests.ListStorageWorkRequestsRequest): Promise<responses.ListStorageWorkRequestsResponse>;
|
|
1349
1410
|
/**
|
|
@@ -1352,7 +1413,7 @@ export declare class LogAnalyticsClient {
|
|
|
1352
1413
|
* @param ListSupportedCharEncodingsRequest
|
|
1353
1414
|
* @return ListSupportedCharEncodingsResponse
|
|
1354
1415
|
* @throws OciError when an error occurs
|
|
1355
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1416
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListSupportedCharEncodings.ts.html |here} to see how to use ListSupportedCharEncodings API.
|
|
1356
1417
|
*/
|
|
1357
1418
|
listSupportedCharEncodings(listSupportedCharEncodingsRequest: requests.ListSupportedCharEncodingsRequest): Promise<responses.ListSupportedCharEncodingsResponse>;
|
|
1358
1419
|
/**
|
|
@@ -1361,7 +1422,7 @@ export declare class LogAnalyticsClient {
|
|
|
1361
1422
|
* @param ListSupportedTimezonesRequest
|
|
1362
1423
|
* @return ListSupportedTimezonesResponse
|
|
1363
1424
|
* @throws OciError when an error occurs
|
|
1364
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1425
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListSupportedTimezones.ts.html |here} to see how to use ListSupportedTimezones API.
|
|
1365
1426
|
*/
|
|
1366
1427
|
listSupportedTimezones(listSupportedTimezonesRequest: requests.ListSupportedTimezonesRequest): Promise<responses.ListSupportedTimezonesResponse>;
|
|
1367
1428
|
/**
|
|
@@ -1370,7 +1431,7 @@ export declare class LogAnalyticsClient {
|
|
|
1370
1431
|
* @param ListUploadFilesRequest
|
|
1371
1432
|
* @return ListUploadFilesResponse
|
|
1372
1433
|
* @throws OciError when an error occurs
|
|
1373
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1434
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListUploadFiles.ts.html |here} to see how to use ListUploadFiles API.
|
|
1374
1435
|
*/
|
|
1375
1436
|
listUploadFiles(listUploadFilesRequest: requests.ListUploadFilesRequest): Promise<responses.ListUploadFilesResponse>;
|
|
1376
1437
|
/**
|
|
@@ -1379,7 +1440,7 @@ export declare class LogAnalyticsClient {
|
|
|
1379
1440
|
* @param ListUploadWarningsRequest
|
|
1380
1441
|
* @return ListUploadWarningsResponse
|
|
1381
1442
|
* @throws OciError when an error occurs
|
|
1382
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1443
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListUploadWarnings.ts.html |here} to see how to use ListUploadWarnings API.
|
|
1383
1444
|
*/
|
|
1384
1445
|
listUploadWarnings(listUploadWarningsRequest: requests.ListUploadWarningsRequest): Promise<responses.ListUploadWarningsResponse>;
|
|
1385
1446
|
/**
|
|
@@ -1390,7 +1451,7 @@ export declare class LogAnalyticsClient {
|
|
|
1390
1451
|
* @param ListUploadsRequest
|
|
1391
1452
|
* @return ListUploadsResponse
|
|
1392
1453
|
* @throws OciError when an error occurs
|
|
1393
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1454
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListUploads.ts.html |here} to see how to use ListUploads API.
|
|
1394
1455
|
*/
|
|
1395
1456
|
listUploads(listUploadsRequest: requests.ListUploadsRequest): Promise<responses.ListUploadsResponse>;
|
|
1396
1457
|
/**
|
|
@@ -1400,7 +1461,7 @@ export declare class LogAnalyticsClient {
|
|
|
1400
1461
|
* @param ListWarningsRequest
|
|
1401
1462
|
* @return ListWarningsResponse
|
|
1402
1463
|
* @throws OciError when an error occurs
|
|
1403
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1464
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListWarnings.ts.html |here} to see how to use ListWarnings API.
|
|
1404
1465
|
*/
|
|
1405
1466
|
listWarnings(listWarningsRequest: requests.ListWarningsRequest): Promise<responses.ListWarningsResponse>;
|
|
1406
1467
|
/**
|
|
@@ -1410,7 +1471,7 @@ export declare class LogAnalyticsClient {
|
|
|
1410
1471
|
* @param ListWorkRequestErrorsRequest
|
|
1411
1472
|
* @return ListWorkRequestErrorsResponse
|
|
1412
1473
|
* @throws OciError when an error occurs
|
|
1413
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1474
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
1414
1475
|
*/
|
|
1415
1476
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
1416
1477
|
/**
|
|
@@ -1420,7 +1481,7 @@ export declare class LogAnalyticsClient {
|
|
|
1420
1481
|
* @param ListWorkRequestLogsRequest
|
|
1421
1482
|
* @return ListWorkRequestLogsResponse
|
|
1422
1483
|
* @throws OciError when an error occurs
|
|
1423
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1484
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
1424
1485
|
*/
|
|
1425
1486
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
1426
1487
|
/**
|
|
@@ -1430,7 +1491,7 @@ export declare class LogAnalyticsClient {
|
|
|
1430
1491
|
* @param ListWorkRequestsRequest
|
|
1431
1492
|
* @return ListWorkRequestsResponse
|
|
1432
1493
|
* @throws OciError when an error occurs
|
|
1433
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1494
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1434
1495
|
*/
|
|
1435
1496
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
1436
1497
|
/**
|
|
@@ -1439,7 +1500,7 @@ export declare class LogAnalyticsClient {
|
|
|
1439
1500
|
* @param OffboardNamespaceRequest
|
|
1440
1501
|
* @return OffboardNamespaceResponse
|
|
1441
1502
|
* @throws OciError when an error occurs
|
|
1442
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1503
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/OffboardNamespace.ts.html |here} to see how to use OffboardNamespace API.
|
|
1443
1504
|
*/
|
|
1444
1505
|
offboardNamespace(offboardNamespaceRequest: requests.OffboardNamespaceRequest): Promise<responses.OffboardNamespaceResponse>;
|
|
1445
1506
|
/**
|
|
@@ -1449,7 +1510,7 @@ export declare class LogAnalyticsClient {
|
|
|
1449
1510
|
* @param OnboardNamespaceRequest
|
|
1450
1511
|
* @return OnboardNamespaceResponse
|
|
1451
1512
|
* @throws OciError when an error occurs
|
|
1452
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1513
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/OnboardNamespace.ts.html |here} to see how to use OnboardNamespace API.
|
|
1453
1514
|
*/
|
|
1454
1515
|
onboardNamespace(onboardNamespaceRequest: requests.OnboardNamespaceRequest): Promise<responses.OnboardNamespaceResponse>;
|
|
1455
1516
|
/**
|
|
@@ -1458,7 +1519,7 @@ export declare class LogAnalyticsClient {
|
|
|
1458
1519
|
* @param ParseQueryRequest
|
|
1459
1520
|
* @return ParseQueryResponse
|
|
1460
1521
|
* @throws OciError when an error occurs
|
|
1461
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1522
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ParseQuery.ts.html |here} to see how to use ParseQuery API.
|
|
1462
1523
|
*/
|
|
1463
1524
|
parseQuery(parseQueryRequest: requests.ParseQueryRequest): Promise<responses.ParseQueryResponse>;
|
|
1464
1525
|
/**
|
|
@@ -1468,7 +1529,7 @@ export declare class LogAnalyticsClient {
|
|
|
1468
1529
|
* @param PauseScheduledTaskRequest
|
|
1469
1530
|
* @return PauseScheduledTaskResponse
|
|
1470
1531
|
* @throws OciError when an error occurs
|
|
1471
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1532
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/PauseScheduledTask.ts.html |here} to see how to use PauseScheduledTask API.
|
|
1472
1533
|
*/
|
|
1473
1534
|
pauseScheduledTask(pauseScheduledTaskRequest: requests.PauseScheduledTaskRequest): Promise<responses.PauseScheduledTaskResponse>;
|
|
1474
1535
|
/**
|
|
@@ -1479,7 +1540,7 @@ export declare class LogAnalyticsClient {
|
|
|
1479
1540
|
* @param PurgeStorageDataRequest
|
|
1480
1541
|
* @return PurgeStorageDataResponse
|
|
1481
1542
|
* @throws OciError when an error occurs
|
|
1482
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1543
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/PurgeStorageData.ts.html |here} to see how to use PurgeStorageData API.
|
|
1483
1544
|
*/
|
|
1484
1545
|
purgeStorageData(purgeStorageDataRequest: requests.PurgeStorageDataRequest): Promise<responses.PurgeStorageDataResponse>;
|
|
1485
1546
|
/**
|
|
@@ -1488,7 +1549,7 @@ export declare class LogAnalyticsClient {
|
|
|
1488
1549
|
* @param PutQueryWorkRequestBackgroundRequest
|
|
1489
1550
|
* @return PutQueryWorkRequestBackgroundResponse
|
|
1490
1551
|
* @throws OciError when an error occurs
|
|
1491
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1552
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/PutQueryWorkRequestBackground.ts.html |here} to see how to use PutQueryWorkRequestBackground API.
|
|
1492
1553
|
*/
|
|
1493
1554
|
putQueryWorkRequestBackground(putQueryWorkRequestBackgroundRequest: requests.PutQueryWorkRequestBackgroundRequest): Promise<responses.PutQueryWorkRequestBackgroundResponse>;
|
|
1494
1555
|
/**
|
|
@@ -1498,7 +1559,7 @@ export declare class LogAnalyticsClient {
|
|
|
1498
1559
|
* @param QueryRequest
|
|
1499
1560
|
* @return QueryResponse
|
|
1500
1561
|
* @throws OciError when an error occurs
|
|
1501
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1562
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/Query.ts.html |here} to see how to use Query API.
|
|
1502
1563
|
*/
|
|
1503
1564
|
query(queryRequest: requests.QueryRequest): Promise<responses.QueryResponse>;
|
|
1504
1565
|
/**
|
|
@@ -1508,7 +1569,7 @@ export declare class LogAnalyticsClient {
|
|
|
1508
1569
|
* @param RecallArchivedDataRequest
|
|
1509
1570
|
* @return RecallArchivedDataResponse
|
|
1510
1571
|
* @throws OciError when an error occurs
|
|
1511
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1572
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/RecallArchivedData.ts.html |here} to see how to use RecallArchivedData API.
|
|
1512
1573
|
*/
|
|
1513
1574
|
recallArchivedData(recallArchivedDataRequest: requests.RecallArchivedDataRequest): Promise<responses.RecallArchivedDataResponse>;
|
|
1514
1575
|
/**
|
|
@@ -1518,7 +1579,7 @@ export declare class LogAnalyticsClient {
|
|
|
1518
1579
|
* @param RegisterLookupRequest
|
|
1519
1580
|
* @return RegisterLookupResponse
|
|
1520
1581
|
* @throws OciError when an error occurs
|
|
1521
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1582
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/RegisterLookup.ts.html |here} to see how to use RegisterLookup API.
|
|
1522
1583
|
*/
|
|
1523
1584
|
registerLookup(registerLookupRequest: requests.RegisterLookupRequest): Promise<responses.RegisterLookupResponse>;
|
|
1524
1585
|
/**
|
|
@@ -1528,7 +1589,7 @@ export declare class LogAnalyticsClient {
|
|
|
1528
1589
|
* @param ReleaseRecalledDataRequest
|
|
1529
1590
|
* @return ReleaseRecalledDataResponse
|
|
1530
1591
|
* @throws OciError when an error occurs
|
|
1531
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1592
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ReleaseRecalledData.ts.html |here} to see how to use ReleaseRecalledData API.
|
|
1532
1593
|
*/
|
|
1533
1594
|
releaseRecalledData(releaseRecalledDataRequest: requests.ReleaseRecalledDataRequest): Promise<responses.ReleaseRecalledDataResponse>;
|
|
1534
1595
|
/**
|
|
@@ -1537,17 +1598,17 @@ export declare class LogAnalyticsClient {
|
|
|
1537
1598
|
* @param RemoveEntityAssociationsRequest
|
|
1538
1599
|
* @return RemoveEntityAssociationsResponse
|
|
1539
1600
|
* @throws OciError when an error occurs
|
|
1540
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1601
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/RemoveEntityAssociations.ts.html |here} to see how to use RemoveEntityAssociations API.
|
|
1541
1602
|
*/
|
|
1542
1603
|
removeEntityAssociations(removeEntityAssociationsRequest: requests.RemoveEntityAssociationsRequest): Promise<responses.RemoveEntityAssociationsResponse>;
|
|
1543
1604
|
/**
|
|
1544
|
-
* Removes the tenant preferences
|
|
1605
|
+
* Removes the tenant preferences such as DEFAULT_HOMEPAGE and collection properties.
|
|
1545
1606
|
*
|
|
1546
1607
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1547
1608
|
* @param RemovePreferencesRequest
|
|
1548
1609
|
* @return RemovePreferencesResponse
|
|
1549
1610
|
* @throws OciError when an error occurs
|
|
1550
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1611
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/RemovePreferences.ts.html |here} to see how to use RemovePreferences API.
|
|
1551
1612
|
*/
|
|
1552
1613
|
removePreferences(removePreferencesRequest: requests.RemovePreferencesRequest): Promise<responses.RemovePreferencesResponse>;
|
|
1553
1614
|
/**
|
|
@@ -1557,7 +1618,7 @@ export declare class LogAnalyticsClient {
|
|
|
1557
1618
|
* @param RemoveResourceCategoriesRequest
|
|
1558
1619
|
* @return RemoveResourceCategoriesResponse
|
|
1559
1620
|
* @throws OciError when an error occurs
|
|
1560
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1621
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/RemoveResourceCategories.ts.html |here} to see how to use RemoveResourceCategories API.
|
|
1561
1622
|
*/
|
|
1562
1623
|
removeResourceCategories(removeResourceCategoriesRequest: requests.RemoveResourceCategoriesRequest): Promise<responses.RemoveResourceCategoriesResponse>;
|
|
1563
1624
|
/**
|
|
@@ -1567,7 +1628,7 @@ export declare class LogAnalyticsClient {
|
|
|
1567
1628
|
* @param RemoveSourceEventTypesRequest
|
|
1568
1629
|
* @return RemoveSourceEventTypesResponse
|
|
1569
1630
|
* @throws OciError when an error occurs
|
|
1570
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1631
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/RemoveSourceEventTypes.ts.html |here} to see how to use RemoveSourceEventTypes API.
|
|
1571
1632
|
*/
|
|
1572
1633
|
removeSourceEventTypes(removeSourceEventTypesRequest: requests.RemoveSourceEventTypesRequest): Promise<responses.RemoveSourceEventTypesResponse>;
|
|
1573
1634
|
/**
|
|
@@ -1577,7 +1638,7 @@ export declare class LogAnalyticsClient {
|
|
|
1577
1638
|
* @param ResumeScheduledTaskRequest
|
|
1578
1639
|
* @return ResumeScheduledTaskResponse
|
|
1579
1640
|
* @throws OciError when an error occurs
|
|
1580
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1641
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ResumeScheduledTask.ts.html |here} to see how to use ResumeScheduledTask API.
|
|
1581
1642
|
*/
|
|
1582
1643
|
resumeScheduledTask(resumeScheduledTaskRequest: requests.ResumeScheduledTaskRequest): Promise<responses.ResumeScheduledTaskResponse>;
|
|
1583
1644
|
/**
|
|
@@ -1589,7 +1650,7 @@ export declare class LogAnalyticsClient {
|
|
|
1589
1650
|
* @param RunRequest
|
|
1590
1651
|
* @return RunResponse
|
|
1591
1652
|
* @throws OciError when an error occurs
|
|
1592
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1653
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/Run.ts.html |here} to see how to use Run API.
|
|
1593
1654
|
*/
|
|
1594
1655
|
run(runRequest: requests.RunRequest): Promise<responses.RunResponse>;
|
|
1595
1656
|
/**
|
|
@@ -1601,7 +1662,7 @@ export declare class LogAnalyticsClient {
|
|
|
1601
1662
|
* @param SetUnprocessedDataBucketRequest
|
|
1602
1663
|
* @return SetUnprocessedDataBucketResponse
|
|
1603
1664
|
* @throws OciError when an error occurs
|
|
1604
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1665
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/SetUnprocessedDataBucket.ts.html |here} to see how to use SetUnprocessedDataBucket API.
|
|
1605
1666
|
*/
|
|
1606
1667
|
setUnprocessedDataBucket(setUnprocessedDataBucketRequest: requests.SetUnprocessedDataBucketRequest): Promise<responses.SetUnprocessedDataBucketResponse>;
|
|
1607
1668
|
/**
|
|
@@ -1610,7 +1671,7 @@ export declare class LogAnalyticsClient {
|
|
|
1610
1671
|
* @param SuggestRequest
|
|
1611
1672
|
* @return SuggestResponse
|
|
1612
1673
|
* @throws OciError when an error occurs
|
|
1613
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1674
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/Suggest.ts.html |here} to see how to use Suggest API.
|
|
1614
1675
|
*/
|
|
1615
1676
|
suggest(suggestRequest: requests.SuggestRequest): Promise<responses.SuggestResponse>;
|
|
1616
1677
|
/**
|
|
@@ -1620,7 +1681,7 @@ export declare class LogAnalyticsClient {
|
|
|
1620
1681
|
* @param SuppressWarningRequest
|
|
1621
1682
|
* @return SuppressWarningResponse
|
|
1622
1683
|
* @throws OciError when an error occurs
|
|
1623
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1684
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/SuppressWarning.ts.html |here} to see how to use SuppressWarning API.
|
|
1624
1685
|
*/
|
|
1625
1686
|
suppressWarning(suppressWarningRequest: requests.SuppressWarningRequest): Promise<responses.SuppressWarningResponse>;
|
|
1626
1687
|
/**
|
|
@@ -1630,7 +1691,7 @@ export declare class LogAnalyticsClient {
|
|
|
1630
1691
|
* @param TestParserRequest
|
|
1631
1692
|
* @return TestParserResponse
|
|
1632
1693
|
* @throws OciError when an error occurs
|
|
1633
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1694
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/TestParser.ts.html |here} to see how to use TestParser API.
|
|
1634
1695
|
*/
|
|
1635
1696
|
testParser(testParserRequest: requests.TestParserRequest): Promise<responses.TestParserResponse>;
|
|
1636
1697
|
/**
|
|
@@ -1640,7 +1701,7 @@ export declare class LogAnalyticsClient {
|
|
|
1640
1701
|
* @param UnsuppressWarningRequest
|
|
1641
1702
|
* @return UnsuppressWarningResponse
|
|
1642
1703
|
* @throws OciError when an error occurs
|
|
1643
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1704
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/UnsuppressWarning.ts.html |here} to see how to use UnsuppressWarning API.
|
|
1644
1705
|
*/
|
|
1645
1706
|
unsuppressWarning(unsuppressWarningRequest: requests.UnsuppressWarningRequest): Promise<responses.UnsuppressWarningResponse>;
|
|
1646
1707
|
/**
|
|
@@ -1650,7 +1711,7 @@ export declare class LogAnalyticsClient {
|
|
|
1650
1711
|
* @param UpdateIngestTimeRuleRequest
|
|
1651
1712
|
* @return UpdateIngestTimeRuleResponse
|
|
1652
1713
|
* @throws OciError when an error occurs
|
|
1653
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1714
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/UpdateIngestTimeRule.ts.html |here} to see how to use UpdateIngestTimeRule API.
|
|
1654
1715
|
*/
|
|
1655
1716
|
updateIngestTimeRule(updateIngestTimeRuleRequest: requests.UpdateIngestTimeRuleRequest): Promise<responses.UpdateIngestTimeRuleResponse>;
|
|
1656
1717
|
/**
|
|
@@ -1659,7 +1720,7 @@ export declare class LogAnalyticsClient {
|
|
|
1659
1720
|
* @param UpdateLogAnalyticsEmBridgeRequest
|
|
1660
1721
|
* @return UpdateLogAnalyticsEmBridgeResponse
|
|
1661
1722
|
* @throws OciError when an error occurs
|
|
1662
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1723
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/UpdateLogAnalyticsEmBridge.ts.html |here} to see how to use UpdateLogAnalyticsEmBridge API.
|
|
1663
1724
|
*/
|
|
1664
1725
|
updateLogAnalyticsEmBridge(updateLogAnalyticsEmBridgeRequest: requests.UpdateLogAnalyticsEmBridgeRequest): Promise<responses.UpdateLogAnalyticsEmBridgeResponse>;
|
|
1665
1726
|
/**
|
|
@@ -1668,7 +1729,7 @@ export declare class LogAnalyticsClient {
|
|
|
1668
1729
|
* @param UpdateLogAnalyticsEntityRequest
|
|
1669
1730
|
* @return UpdateLogAnalyticsEntityResponse
|
|
1670
1731
|
* @throws OciError when an error occurs
|
|
1671
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1732
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/UpdateLogAnalyticsEntity.ts.html |here} to see how to use UpdateLogAnalyticsEntity API.
|
|
1672
1733
|
*/
|
|
1673
1734
|
updateLogAnalyticsEntity(updateLogAnalyticsEntityRequest: requests.UpdateLogAnalyticsEntityRequest): Promise<responses.UpdateLogAnalyticsEntityResponse>;
|
|
1674
1735
|
/**
|
|
@@ -1677,7 +1738,7 @@ export declare class LogAnalyticsClient {
|
|
|
1677
1738
|
* @param UpdateLogAnalyticsEntityTypeRequest
|
|
1678
1739
|
* @return UpdateLogAnalyticsEntityTypeResponse
|
|
1679
1740
|
* @throws OciError when an error occurs
|
|
1680
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1741
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/UpdateLogAnalyticsEntityType.ts.html |here} to see how to use UpdateLogAnalyticsEntityType API.
|
|
1681
1742
|
*/
|
|
1682
1743
|
updateLogAnalyticsEntityType(updateLogAnalyticsEntityTypeRequest: requests.UpdateLogAnalyticsEntityTypeRequest): Promise<responses.UpdateLogAnalyticsEntityTypeResponse>;
|
|
1683
1744
|
/**
|
|
@@ -1687,7 +1748,7 @@ export declare class LogAnalyticsClient {
|
|
|
1687
1748
|
* @param UpdateLogAnalyticsLogGroupRequest
|
|
1688
1749
|
* @return UpdateLogAnalyticsLogGroupResponse
|
|
1689
1750
|
* @throws OciError when an error occurs
|
|
1690
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1751
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/UpdateLogAnalyticsLogGroup.ts.html |here} to see how to use UpdateLogAnalyticsLogGroup API.
|
|
1691
1752
|
*/
|
|
1692
1753
|
updateLogAnalyticsLogGroup(updateLogAnalyticsLogGroupRequest: requests.UpdateLogAnalyticsLogGroupRequest): Promise<responses.UpdateLogAnalyticsLogGroupResponse>;
|
|
1693
1754
|
/**
|
|
@@ -1696,7 +1757,7 @@ export declare class LogAnalyticsClient {
|
|
|
1696
1757
|
* @param UpdateLogAnalyticsObjectCollectionRuleRequest
|
|
1697
1758
|
* @return UpdateLogAnalyticsObjectCollectionRuleResponse
|
|
1698
1759
|
* @throws OciError when an error occurs
|
|
1699
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1760
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/UpdateLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use UpdateLogAnalyticsObjectCollectionRule API.
|
|
1700
1761
|
*/
|
|
1701
1762
|
updateLogAnalyticsObjectCollectionRule(updateLogAnalyticsObjectCollectionRuleRequest: requests.UpdateLogAnalyticsObjectCollectionRuleRequest): Promise<responses.UpdateLogAnalyticsObjectCollectionRuleResponse>;
|
|
1702
1763
|
/**
|
|
@@ -1706,7 +1767,7 @@ export declare class LogAnalyticsClient {
|
|
|
1706
1767
|
* @param UpdateLookupRequest
|
|
1707
1768
|
* @return UpdateLookupResponse
|
|
1708
1769
|
* @throws OciError when an error occurs
|
|
1709
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1770
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/UpdateLookup.ts.html |here} to see how to use UpdateLookup API.
|
|
1710
1771
|
*/
|
|
1711
1772
|
updateLookup(updateLookupRequest: requests.UpdateLookupRequest): Promise<responses.UpdateLookupResponse>;
|
|
1712
1773
|
/**
|
|
@@ -1716,17 +1777,17 @@ export declare class LogAnalyticsClient {
|
|
|
1716
1777
|
* @param UpdateLookupDataRequest
|
|
1717
1778
|
* @return UpdateLookupDataResponse
|
|
1718
1779
|
* @throws OciError when an error occurs
|
|
1719
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1780
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/UpdateLookupData.ts.html |here} to see how to use UpdateLookupData API.
|
|
1720
1781
|
*/
|
|
1721
1782
|
updateLookupData(updateLookupDataRequest: requests.UpdateLookupDataRequest): Promise<responses.UpdateLookupDataResponse>;
|
|
1722
1783
|
/**
|
|
1723
|
-
* Updates the tenant preferences
|
|
1784
|
+
* Updates the tenant preferences such as DEFAULT_HOMEPAGE and collection properties.
|
|
1724
1785
|
*
|
|
1725
1786
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1726
1787
|
* @param UpdatePreferencesRequest
|
|
1727
1788
|
* @return UpdatePreferencesResponse
|
|
1728
1789
|
* @throws OciError when an error occurs
|
|
1729
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1790
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/UpdatePreferences.ts.html |here} to see how to use UpdatePreferences API.
|
|
1730
1791
|
*/
|
|
1731
1792
|
updatePreferences(updatePreferencesRequest: requests.UpdatePreferencesRequest): Promise<responses.UpdatePreferencesResponse>;
|
|
1732
1793
|
/**
|
|
@@ -1736,7 +1797,7 @@ export declare class LogAnalyticsClient {
|
|
|
1736
1797
|
* @param UpdateResourceCategoriesRequest
|
|
1737
1798
|
* @return UpdateResourceCategoriesResponse
|
|
1738
1799
|
* @throws OciError when an error occurs
|
|
1739
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1800
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/UpdateResourceCategories.ts.html |here} to see how to use UpdateResourceCategories API.
|
|
1740
1801
|
*/
|
|
1741
1802
|
updateResourceCategories(updateResourceCategoriesRequest: requests.UpdateResourceCategoriesRequest): Promise<responses.UpdateResourceCategoriesResponse>;
|
|
1742
1803
|
/**
|
|
@@ -1745,7 +1806,7 @@ export declare class LogAnalyticsClient {
|
|
|
1745
1806
|
* @param UpdateScheduledTaskRequest
|
|
1746
1807
|
* @return UpdateScheduledTaskResponse
|
|
1747
1808
|
* @throws OciError when an error occurs
|
|
1748
|
-
* @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.68.0/loganalytics/UpdateScheduledTask.ts.html |here} to see how to use UpdateScheduledTask API.
|
|
1749
1810
|
*/
|
|
1750
1811
|
updateScheduledTask(updateScheduledTaskRequest: requests.UpdateScheduledTaskRequest): Promise<responses.UpdateScheduledTaskResponse>;
|
|
1751
1812
|
/**
|
|
@@ -1755,7 +1816,7 @@ export declare class LogAnalyticsClient {
|
|
|
1755
1816
|
* @param UpdateStorageRequest
|
|
1756
1817
|
* @return UpdateStorageResponse
|
|
1757
1818
|
* @throws OciError when an error occurs
|
|
1758
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1819
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/UpdateStorage.ts.html |here} to see how to use UpdateStorage API.
|
|
1759
1820
|
*/
|
|
1760
1821
|
updateStorage(updateStorageRequest: requests.UpdateStorageRequest): Promise<responses.UpdateStorageResponse>;
|
|
1761
1822
|
/**
|
|
@@ -1765,7 +1826,7 @@ export declare class LogAnalyticsClient {
|
|
|
1765
1826
|
* @param UploadLogEventsFileRequest
|
|
1766
1827
|
* @return UploadLogEventsFileResponse
|
|
1767
1828
|
* @throws OciError when an error occurs
|
|
1768
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1829
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/UploadLogEventsFile.ts.html |here} to see how to use UploadLogEventsFile API.
|
|
1769
1830
|
*/
|
|
1770
1831
|
uploadLogEventsFile(uploadLogEventsFileRequest: requests.UploadLogEventsFileRequest): Promise<responses.UploadLogEventsFileResponse>;
|
|
1771
1832
|
/**
|
|
@@ -1775,7 +1836,7 @@ export declare class LogAnalyticsClient {
|
|
|
1775
1836
|
* @param UploadLogFileRequest
|
|
1776
1837
|
* @return UploadLogFileResponse
|
|
1777
1838
|
* @throws OciError when an error occurs
|
|
1778
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1839
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/UploadLogFile.ts.html |here} to see how to use UploadLogFile API.
|
|
1779
1840
|
*/
|
|
1780
1841
|
uploadLogFile(uploadLogFileRequest: requests.UploadLogFileRequest): Promise<responses.UploadLogFileResponse>;
|
|
1781
1842
|
/**
|
|
@@ -1785,7 +1846,7 @@ export declare class LogAnalyticsClient {
|
|
|
1785
1846
|
* @param UpsertAssociationsRequest
|
|
1786
1847
|
* @return UpsertAssociationsResponse
|
|
1787
1848
|
* @throws OciError when an error occurs
|
|
1788
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1849
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/UpsertAssociations.ts.html |here} to see how to use UpsertAssociations API.
|
|
1789
1850
|
*/
|
|
1790
1851
|
upsertAssociations(upsertAssociationsRequest: requests.UpsertAssociationsRequest): Promise<responses.UpsertAssociationsResponse>;
|
|
1791
1852
|
/**
|
|
@@ -1795,7 +1856,7 @@ export declare class LogAnalyticsClient {
|
|
|
1795
1856
|
* @param UpsertFieldRequest
|
|
1796
1857
|
* @return UpsertFieldResponse
|
|
1797
1858
|
* @throws OciError when an error occurs
|
|
1798
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1859
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/UpsertField.ts.html |here} to see how to use UpsertField API.
|
|
1799
1860
|
*/
|
|
1800
1861
|
upsertField(upsertFieldRequest: requests.UpsertFieldRequest): Promise<responses.UpsertFieldResponse>;
|
|
1801
1862
|
/**
|
|
@@ -1805,7 +1866,7 @@ export declare class LogAnalyticsClient {
|
|
|
1805
1866
|
* @param UpsertLabelRequest
|
|
1806
1867
|
* @return UpsertLabelResponse
|
|
1807
1868
|
* @throws OciError when an error occurs
|
|
1808
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1869
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/UpsertLabel.ts.html |here} to see how to use UpsertLabel API.
|
|
1809
1870
|
*/
|
|
1810
1871
|
upsertLabel(upsertLabelRequest: requests.UpsertLabelRequest): Promise<responses.UpsertLabelResponse>;
|
|
1811
1872
|
/**
|
|
@@ -1815,7 +1876,7 @@ export declare class LogAnalyticsClient {
|
|
|
1815
1876
|
* @param UpsertParserRequest
|
|
1816
1877
|
* @return UpsertParserResponse
|
|
1817
1878
|
* @throws OciError when an error occurs
|
|
1818
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1879
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/UpsertParser.ts.html |here} to see how to use UpsertParser API.
|
|
1819
1880
|
*/
|
|
1820
1881
|
upsertParser(upsertParserRequest: requests.UpsertParserRequest): Promise<responses.UpsertParserResponse>;
|
|
1821
1882
|
/**
|
|
@@ -1825,7 +1886,7 @@ export declare class LogAnalyticsClient {
|
|
|
1825
1886
|
* @param UpsertSourceRequest
|
|
1826
1887
|
* @return UpsertSourceResponse
|
|
1827
1888
|
* @throws OciError when an error occurs
|
|
1828
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1889
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/UpsertSource.ts.html |here} to see how to use UpsertSource API.
|
|
1829
1890
|
*/
|
|
1830
1891
|
upsertSource(upsertSourceRequest: requests.UpsertSourceRequest): Promise<responses.UpsertSourceResponse>;
|
|
1831
1892
|
/**
|
|
@@ -1835,18 +1896,42 @@ export declare class LogAnalyticsClient {
|
|
|
1835
1896
|
* @param ValidateAssociationParametersRequest
|
|
1836
1897
|
* @return ValidateAssociationParametersResponse
|
|
1837
1898
|
* @throws OciError when an error occurs
|
|
1838
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1899
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ValidateAssociationParameters.ts.html |here} to see how to use ValidateAssociationParameters API.
|
|
1839
1900
|
*/
|
|
1840
1901
|
validateAssociationParameters(validateAssociationParametersRequest: requests.ValidateAssociationParametersRequest): Promise<responses.ValidateAssociationParametersResponse>;
|
|
1902
|
+
/**
|
|
1903
|
+
* Validates the REST endpoint configuration.
|
|
1904
|
+
*
|
|
1905
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1906
|
+
* @param ValidateEndpointRequest
|
|
1907
|
+
* @return ValidateEndpointResponse
|
|
1908
|
+
* @throws OciError when an error occurs
|
|
1909
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ValidateEndpoint.ts.html |here} to see how to use ValidateEndpoint API.
|
|
1910
|
+
*/
|
|
1911
|
+
validateEndpoint(validateEndpointRequest: requests.ValidateEndpointRequest): Promise<responses.ValidateEndpointResponse>;
|
|
1841
1912
|
/**
|
|
1842
1913
|
* Validates a log file to check whether it is eligible to be uploaded or not.
|
|
1843
1914
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1844
1915
|
* @param ValidateFileRequest
|
|
1845
1916
|
* @return ValidateFileResponse
|
|
1846
1917
|
* @throws OciError when an error occurs
|
|
1847
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1918
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ValidateFile.ts.html |here} to see how to use ValidateFile API.
|
|
1848
1919
|
*/
|
|
1849
1920
|
validateFile(validateFileRequest: requests.ValidateFileRequest): Promise<responses.ValidateFileResponse>;
|
|
1921
|
+
/**
|
|
1922
|
+
* Validates specified condition for a source label. If both conditionString
|
|
1923
|
+
* and conditionBlocks are specified, they would be validated to ensure they represent
|
|
1924
|
+
* identical conditions. If one of them is input, the response would include the validated
|
|
1925
|
+
* representation of the other structure too. Additionally, if field values
|
|
1926
|
+
* are passed, the condition specification would be evaluated against them.
|
|
1927
|
+
*
|
|
1928
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1929
|
+
* @param ValidateLabelConditionRequest
|
|
1930
|
+
* @return ValidateLabelConditionResponse
|
|
1931
|
+
* @throws OciError when an error occurs
|
|
1932
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ValidateLabelCondition.ts.html |here} to see how to use ValidateLabelCondition API.
|
|
1933
|
+
*/
|
|
1934
|
+
validateLabelCondition(validateLabelConditionRequest: requests.ValidateLabelConditionRequest): Promise<responses.ValidateLabelConditionResponse>;
|
|
1850
1935
|
/**
|
|
1851
1936
|
* Checks if the specified input is a valid log source definition.
|
|
1852
1937
|
*
|
|
@@ -1854,7 +1939,7 @@ export declare class LogAnalyticsClient {
|
|
|
1854
1939
|
* @param ValidateSourceRequest
|
|
1855
1940
|
* @return ValidateSourceResponse
|
|
1856
1941
|
* @throws OciError when an error occurs
|
|
1857
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1942
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ValidateSource.ts.html |here} to see how to use ValidateSource API.
|
|
1858
1943
|
*/
|
|
1859
1944
|
validateSource(validateSourceRequest: requests.ValidateSourceRequest): Promise<responses.ValidateSourceResponse>;
|
|
1860
1945
|
/**
|
|
@@ -1864,7 +1949,7 @@ export declare class LogAnalyticsClient {
|
|
|
1864
1949
|
* @param ValidateSourceExtendedFieldDetailsRequest
|
|
1865
1950
|
* @return ValidateSourceExtendedFieldDetailsResponse
|
|
1866
1951
|
* @throws OciError when an error occurs
|
|
1867
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1952
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ValidateSourceExtendedFieldDetails.ts.html |here} to see how to use ValidateSourceExtendedFieldDetails API.
|
|
1868
1953
|
*/
|
|
1869
1954
|
validateSourceExtendedFieldDetails(validateSourceExtendedFieldDetailsRequest: requests.ValidateSourceExtendedFieldDetailsRequest): Promise<responses.ValidateSourceExtendedFieldDetailsResponse>;
|
|
1870
1955
|
/**
|
|
@@ -1873,7 +1958,7 @@ export declare class LogAnalyticsClient {
|
|
|
1873
1958
|
* @param ValidateSourceMappingRequest
|
|
1874
1959
|
* @return ValidateSourceMappingResponse
|
|
1875
1960
|
* @throws OciError when an error occurs
|
|
1876
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1961
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ValidateSourceMapping.ts.html |here} to see how to use ValidateSourceMapping API.
|
|
1877
1962
|
*/
|
|
1878
1963
|
validateSourceMapping(validateSourceMappingRequest: requests.ValidateSourceMappingRequest): Promise<responses.ValidateSourceMappingResponse>;
|
|
1879
1964
|
/**
|
|
@@ -1886,7 +1971,7 @@ export declare class LogAnalyticsClient {
|
|
|
1886
1971
|
* @param VerifyRequest
|
|
1887
1972
|
* @return VerifyResponse
|
|
1888
1973
|
* @throws OciError when an error occurs
|
|
1889
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1974
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/Verify.ts.html |here} to see how to use Verify API.
|
|
1890
1975
|
*/
|
|
1891
1976
|
verify(verifyRequest: requests.VerifyRequest): Promise<responses.VerifyResponse>;
|
|
1892
1977
|
}
|