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