oci-loganalytics 2.66.0 → 2.68.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +272 -187
- package/lib/client.js +754 -189
- package/lib/client.js.map +1 -1
- package/lib/model/abstract-column.js +4 -0
- package/lib/model/abstract-column.js.map +1 -1
- package/lib/model/abstract-command-descriptor.js +12 -0
- package/lib/model/abstract-command-descriptor.js.map +1 -1
- package/lib/model/association-property.d.ts +35 -0
- package/lib/model/association-property.js +62 -0
- package/lib/model/association-property.js.map +1 -0
- package/lib/model/condition-block.d.ts +67 -0
- package/lib/model/condition-block.js +74 -0
- package/lib/model/condition-block.js.map +1 -0
- package/lib/model/creation-source-type.d.ts +3 -2
- package/lib/model/creation-source-type.js +3 -2
- package/lib/model/creation-source-type.js.map +1 -1
- package/lib/model/credential-endpoint.d.ts +42 -0
- package/lib/model/credential-endpoint.js +62 -0
- package/lib/model/credential-endpoint.js.map +1 -0
- package/lib/model/effective-property-collection.d.ts +27 -0
- package/lib/model/effective-property-collection.js +62 -0
- package/lib/model/effective-property-collection.js.map +1 -0
- package/lib/model/effective-property-summary.d.ts +40 -0
- package/lib/model/effective-property-summary.js +62 -0
- package/lib/model/effective-property-summary.js.map +1 -0
- package/lib/model/endpoint-credentials.d.ts +46 -0
- package/lib/model/endpoint-credentials.js +70 -0
- package/lib/model/endpoint-credentials.js.map +1 -0
- package/lib/model/endpoint-proxy.d.ts +46 -0
- package/lib/model/endpoint-proxy.js +41 -0
- package/lib/model/endpoint-proxy.js.map +1 -0
- package/lib/model/endpoint-request.d.ts +56 -0
- package/lib/model/endpoint-request.js +82 -0
- package/lib/model/endpoint-request.js.map +1 -0
- package/lib/model/endpoint-response.d.ts +30 -0
- package/lib/model/endpoint-response.js +30 -0
- package/lib/model/endpoint-response.js.map +1 -0
- package/lib/model/endpoint-result.d.ts +43 -0
- package/lib/model/endpoint-result.js +62 -0
- package/lib/model/endpoint-result.js.map +1 -0
- package/lib/model/estimate-recall-data-size-details.d.ts +8 -0
- package/lib/model/estimate-recall-data-size-details.js.map +1 -1
- package/lib/model/estimate-recall-data-size-result.d.ts +12 -0
- package/lib/model/estimate-recall-data-size-result.js.map +1 -1
- package/lib/model/frequent-command-descriptor.d.ts +26 -0
- package/lib/model/frequent-command-descriptor.js +55 -0
- package/lib/model/frequent-command-descriptor.js.map +1 -0
- package/lib/model/index.d.ts +70 -0
- package/lib/model/index.js +79 -8
- package/lib/model/index.js.map +1 -1
- package/lib/model/level.d.ts +32 -0
- package/lib/model/level.js +30 -0
- package/lib/model/level.js.map +1 -0
- package/lib/model/log-analytics-association-parameter.d.ts +9 -0
- package/lib/model/log-analytics-association-parameter.js +34 -2
- package/lib/model/log-analytics-association-parameter.js.map +1 -1
- package/lib/model/log-analytics-association.d.ts +5 -0
- package/lib/model/log-analytics-association.js +34 -2
- package/lib/model/log-analytics-association.js.map +1 -1
- package/lib/model/log-analytics-endpoint.d.ts +23 -0
- package/lib/model/log-analytics-endpoint.js +73 -0
- package/lib/model/log-analytics-endpoint.js.map +1 -0
- package/lib/model/log-analytics-preference.d.ts +1 -1
- package/lib/model/log-analytics-property.d.ts +30 -0
- package/lib/model/log-analytics-property.js +30 -0
- package/lib/model/log-analytics-property.js.map +1 -0
- package/lib/model/log-analytics-source-label-condition.d.ts +7 -0
- package/lib/model/log-analytics-source-label-condition.js +30 -2
- package/lib/model/log-analytics-source-label-condition.js.map +1 -1
- package/lib/model/log-analytics-source-pattern.d.ts +4 -0
- package/lib/model/log-analytics-source-pattern.js +10 -0
- package/lib/model/log-analytics-source-pattern.js.map +1 -1
- package/lib/model/log-analytics-source-summary.d.ts +8 -0
- package/lib/model/log-analytics-source-summary.js +20 -0
- package/lib/model/log-analytics-source-summary.js.map +1 -1
- package/lib/model/log-analytics-source.d.ts +8 -0
- package/lib/model/log-analytics-source.js +20 -0
- package/lib/model/log-analytics-source.js.map +1 -1
- package/lib/model/log-endpoint.d.ts +57 -0
- package/lib/model/log-endpoint.js +78 -0
- package/lib/model/log-endpoint.js.map +1 -0
- package/lib/model/log-list-endpoint.d.ts +57 -0
- package/lib/model/log-list-endpoint.js +78 -0
- package/lib/model/log-list-endpoint.js.map +1 -0
- package/lib/model/log-list-type-endpoint.d.ts +37 -0
- package/lib/model/log-list-type-endpoint.js +73 -0
- package/lib/model/log-list-type-endpoint.js.map +1 -0
- package/lib/model/log-type-endpoint.d.ts +31 -0
- package/lib/model/log-type-endpoint.js +59 -0
- package/lib/model/log-type-endpoint.js.map +1 -0
- package/lib/model/name-value-pair.d.ts +30 -0
- package/lib/model/name-value-pair.js +30 -0
- package/lib/model/name-value-pair.js.map +1 -0
- package/lib/model/namespace-summary.d.ts +1 -1
- package/lib/model/namespace.d.ts +1 -1
- package/lib/model/outlier-command-descriptor.d.ts +26 -0
- package/lib/model/outlier-command-descriptor.js +55 -0
- package/lib/model/outlier-command-descriptor.js.map +1 -0
- package/lib/model/overlapping-recall-collection.d.ts +27 -0
- package/lib/model/overlapping-recall-collection.js +62 -0
- package/lib/model/overlapping-recall-collection.js.map +1 -0
- package/lib/model/overlapping-recall-summary.d.ts +55 -0
- package/lib/model/overlapping-recall-summary.js +30 -0
- package/lib/model/overlapping-recall-summary.js.map +1 -0
- package/lib/model/pattern-override.d.ts +34 -0
- package/lib/model/pattern-override.js +30 -0
- package/lib/model/pattern-override.js.map +1 -0
- package/lib/model/property-metadata-summary-collection.d.ts +27 -0
- package/lib/model/property-metadata-summary-collection.js +62 -0
- package/lib/model/property-metadata-summary-collection.js.map +1 -0
- package/lib/model/property-metadata-summary.d.ts +43 -0
- package/lib/model/property-metadata-summary.js +62 -0
- package/lib/model/property-metadata-summary.js.map +1 -0
- package/lib/model/query-aggregation.d.ts +5 -0
- package/lib/model/query-aggregation.js.map +1 -1
- package/lib/model/rare-command-descriptor.d.ts +26 -0
- package/lib/model/rare-command-descriptor.js +55 -0
- package/lib/model/rare-command-descriptor.js.map +1 -0
- package/lib/model/recall-archived-data-details.d.ts +8 -0
- package/lib/model/recall-archived-data-details.js.map +1 -1
- package/lib/model/recall-count.d.ts +43 -0
- package/lib/model/recall-count.js +30 -0
- package/lib/model/recall-count.js.map +1 -0
- package/lib/model/recall-status.d.ts +31 -0
- package/lib/model/recall-status.js +42 -0
- package/lib/model/recall-status.js.map +1 -0
- package/lib/model/recalled-data-info.d.ts +30 -0
- package/lib/model/recalled-data-info.js +30 -0
- package/lib/model/recalled-data-info.js.map +1 -0
- package/lib/model/recalled-data-size.d.ts +39 -0
- package/lib/model/recalled-data-size.js +30 -0
- package/lib/model/recalled-data-size.js.map +1 -0
- package/lib/model/recalled-data.d.ts +21 -0
- package/lib/model/recalled-data.js +1 -0
- package/lib/model/recalled-data.js.map +1 -1
- package/lib/model/rule-summary-report.d.ts +34 -0
- package/lib/model/rule-summary-report.js +30 -0
- package/lib/model/rule-summary-report.js.map +1 -0
- package/lib/model/storage-operation-type.d.ts +1 -0
- package/lib/model/storage-operation-type.js +1 -0
- package/lib/model/storage-operation-type.js.map +1 -1
- package/lib/model/storage-usage.d.ts +1 -1
- package/lib/model/storage-work-request-summary.d.ts +16 -0
- package/lib/model/storage-work-request-summary.js.map +1 -1
- package/lib/model/storage-work-request.d.ts +16 -0
- package/lib/model/storage-work-request.js.map +1 -1
- package/lib/model/storage.d.ts +1 -1
- package/lib/model/table-column.d.ts +38 -0
- package/lib/model/table-column.js +65 -0
- package/lib/model/table-column.js.map +1 -0
- package/lib/model/task-type.d.ts +0 -1
- package/lib/model/task-type.js +0 -1
- package/lib/model/task-type.js.map +1 -1
- package/lib/model/trend-column.d.ts +12 -0
- package/lib/model/trend-column.js.map +1 -1
- package/lib/model/update-storage-details.d.ts +1 -1
- package/lib/model/upsert-log-analytics-association.d.ts +5 -0
- package/lib/model/upsert-log-analytics-association.js +34 -2
- package/lib/model/upsert-log-analytics-association.js.map +1 -1
- package/lib/model/upsert-log-analytics-source-details.d.ts +8 -0
- package/lib/model/upsert-log-analytics-source-details.js +20 -0
- package/lib/model/upsert-log-analytics-source-details.js.map +1 -1
- package/lib/model/validate-endpoint-result.d.ts +35 -0
- package/lib/model/validate-endpoint-result.js +62 -0
- package/lib/model/validate-endpoint-result.js.map +1 -0
- package/lib/model/validate-label-condition-details.d.ts +32 -0
- package/lib/model/validate-label-condition-details.js +68 -0
- package/lib/model/validate-label-condition-details.js.map +1 -0
- package/lib/model/validate-label-condition-result.d.ts +45 -0
- package/lib/model/validate-label-condition-result.js +68 -0
- package/lib/model/validate-label-condition-result.js.map +1 -0
- package/lib/model/value-type.d.ts +1 -0
- package/lib/model/value-type.js +1 -0
- package/lib/model/value-type.js.map +1 -1
- package/lib/request/add-entity-association-request.d.ts +1 -1
- package/lib/request/add-source-event-types-request.d.ts +1 -1
- package/lib/request/append-lookup-data-request.d.ts +1 -1
- package/lib/request/assign-encryption-key-request.d.ts +1 -1
- package/lib/request/batch-get-basic-info-request.d.ts +1 -1
- package/lib/request/cancel-query-work-request-request.d.ts +1 -1
- package/lib/request/change-ingest-time-rule-compartment-request.d.ts +1 -1
- package/lib/request/change-log-analytics-em-bridge-compartment-request.d.ts +1 -1
- package/lib/request/change-log-analytics-entity-compartment-request.d.ts +1 -1
- package/lib/request/change-log-analytics-log-group-compartment-request.d.ts +1 -1
- package/lib/request/change-log-analytics-object-collection-rule-compartment-request.d.ts +1 -1
- package/lib/request/change-scheduled-task-compartment-request.d.ts +1 -1
- package/lib/request/clean-request.d.ts +1 -1
- package/lib/request/compare-content-request.d.ts +1 -1
- package/lib/request/create-ingest-time-rule-request.d.ts +1 -1
- package/lib/request/create-log-analytics-em-bridge-request.d.ts +1 -1
- package/lib/request/create-log-analytics-entity-request.d.ts +1 -1
- package/lib/request/create-log-analytics-entity-type-request.d.ts +1 -1
- package/lib/request/create-log-analytics-log-group-request.d.ts +1 -1
- package/lib/request/create-log-analytics-object-collection-rule-request.d.ts +1 -1
- package/lib/request/create-scheduled-task-request.d.ts +1 -1
- package/lib/request/delete-associations-request.d.ts +1 -1
- package/lib/request/delete-field-request.d.ts +1 -1
- package/lib/request/delete-ingest-time-rule-request.d.ts +1 -1
- package/lib/request/delete-label-request.d.ts +1 -1
- package/lib/request/delete-log-analytics-em-bridge-request.d.ts +5 -1
- package/lib/request/delete-log-analytics-entity-request.d.ts +1 -1
- package/lib/request/delete-log-analytics-entity-type-request.d.ts +1 -1
- package/lib/request/delete-log-analytics-log-group-request.d.ts +1 -1
- package/lib/request/delete-log-analytics-object-collection-rule-request.d.ts +1 -1
- package/lib/request/delete-lookup-request.d.ts +1 -1
- package/lib/request/delete-parser-request.d.ts +1 -1
- package/lib/request/delete-scheduled-task-request.d.ts +1 -1
- package/lib/request/delete-source-request.d.ts +1 -1
- package/lib/request/delete-upload-file-request.d.ts +1 -1
- package/lib/request/delete-upload-request.d.ts +1 -1
- package/lib/request/delete-upload-warning-request.d.ts +1 -1
- package/lib/request/disable-archiving-request.d.ts +1 -1
- package/lib/request/disable-auto-association-request.d.ts +1 -1
- package/lib/request/disable-ingest-time-rule-request.d.ts +1 -1
- package/lib/request/disable-source-event-types-request.d.ts +1 -1
- package/lib/request/enable-archiving-request.d.ts +1 -1
- package/lib/request/enable-auto-association-request.d.ts +1 -1
- package/lib/request/enable-ingest-time-rule-request.d.ts +1 -1
- package/lib/request/enable-source-event-types-request.d.ts +1 -1
- package/lib/request/estimate-purge-data-size-request.d.ts +1 -1
- package/lib/request/estimate-recall-data-size-request.d.ts +1 -1
- package/lib/request/estimate-release-data-size-request.d.ts +1 -1
- package/lib/request/export-custom-content-request.d.ts +1 -1
- package/lib/request/export-query-result-request.d.ts +1 -1
- package/lib/request/extract-structured-log-field-paths-request.d.ts +1 -1
- package/lib/request/extract-structured-log-header-paths-request.d.ts +1 -1
- package/lib/request/filter-request.d.ts +1 -1
- package/lib/request/get-association-summary-request.d.ts +1 -1
- package/lib/request/get-category-request.d.ts +1 -1
- package/lib/request/get-column-names-request.d.ts +1 -1
- package/lib/request/get-config-work-request-request.d.ts +1 -1
- package/lib/request/get-field-request.d.ts +1 -1
- package/lib/request/get-fields-summary-request.d.ts +1 -1
- package/lib/request/get-ingest-time-rule-request.d.ts +1 -1
- package/lib/request/get-label-request.d.ts +1 -1
- package/lib/request/get-label-summary-request.d.ts +1 -1
- package/lib/request/get-log-analytics-em-bridge-request.d.ts +1 -1
- package/lib/request/get-log-analytics-em-bridge-summary-request.d.ts +1 -1
- package/lib/request/get-log-analytics-entities-summary-request.d.ts +1 -1
- package/lib/request/get-log-analytics-entity-request.d.ts +1 -1
- package/lib/request/get-log-analytics-entity-type-request.d.ts +1 -1
- package/lib/request/get-log-analytics-log-group-request.d.ts +1 -1
- package/lib/request/get-log-analytics-log-groups-summary-request.d.ts +1 -1
- package/lib/request/get-log-analytics-object-collection-rule-request.d.ts +1 -1
- package/lib/request/get-log-sets-count-request.d.ts +1 -1
- package/lib/request/get-lookup-request.d.ts +1 -1
- package/lib/request/get-lookup-summary-request.d.ts +1 -1
- package/lib/request/get-namespace-request.d.ts +1 -1
- package/lib/request/get-parser-request.d.ts +1 -1
- package/lib/request/get-parser-summary-request.d.ts +1 -1
- package/lib/request/get-preferences-request.d.ts +1 -1
- package/lib/request/get-query-result-request.d.ts +1 -1
- package/lib/request/get-query-work-request-request.d.ts +1 -1
- package/lib/request/get-recall-count-request.d.ts +27 -0
- package/lib/request/get-recall-count-request.js +15 -0
- package/lib/request/get-recall-count-request.js.map +1 -0
- package/lib/request/get-recalled-data-size-request.d.ts +35 -0
- package/lib/request/get-recalled-data-size-request.js +15 -0
- package/lib/request/get-recalled-data-size-request.js.map +1 -0
- package/lib/request/get-rules-summary-request.d.ts +31 -0
- package/lib/request/get-rules-summary-request.js +15 -0
- package/lib/request/get-rules-summary-request.js.map +1 -0
- package/lib/request/get-scheduled-task-request.d.ts +1 -1
- package/lib/request/get-source-request.d.ts +1 -1
- package/lib/request/get-source-summary-request.d.ts +1 -1
- package/lib/request/get-storage-request.d.ts +1 -1
- package/lib/request/get-storage-usage-request.d.ts +1 -1
- package/lib/request/get-storage-work-request-request.d.ts +1 -1
- package/lib/request/get-unprocessed-data-bucket-request.d.ts +1 -1
- package/lib/request/get-upload-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/import-custom-content-request.d.ts +1 -1
- package/lib/request/index.d.ts +16 -0
- package/lib/request/index.js +8 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-associable-entities-request.d.ts +1 -1
- package/lib/request/list-associated-entities-request.d.ts +1 -1
- package/lib/request/list-auto-associations-request.d.ts +1 -1
- package/lib/request/list-categories-request.d.ts +1 -1
- package/lib/request/list-config-work-requests-request.d.ts +1 -1
- package/lib/request/list-effective-properties-request.d.ts +83 -0
- package/lib/request/list-effective-properties-request.js +29 -0
- package/lib/request/list-effective-properties-request.js.map +1 -0
- package/lib/request/list-encryption-key-info-request.d.ts +1 -1
- package/lib/request/list-entity-associations-request.d.ts +1 -1
- package/lib/request/list-entity-source-associations-request.d.ts +1 -1
- package/lib/request/list-fields-request.d.ts +1 -1
- package/lib/request/list-ingest-time-rules-request.d.ts +1 -1
- package/lib/request/list-label-priorities-request.d.ts +1 -1
- package/lib/request/list-label-source-details-request.d.ts +1 -1
- package/lib/request/list-labels-request.d.ts +1 -1
- package/lib/request/list-log-analytics-em-bridges-request.d.ts +1 -1
- package/lib/request/list-log-analytics-entities-request.d.ts +1 -1
- package/lib/request/list-log-analytics-entity-topology-request.d.ts +1 -1
- package/lib/request/list-log-analytics-entity-types-request.d.ts +1 -1
- package/lib/request/list-log-analytics-log-groups-request.d.ts +1 -1
- package/lib/request/list-log-analytics-object-collection-rules-request.d.ts +1 -1
- package/lib/request/list-log-sets-request.d.ts +1 -1
- package/lib/request/list-lookups-request.d.ts +1 -1
- package/lib/request/list-meta-source-types-request.d.ts +1 -1
- package/lib/request/list-namespaces-request.d.ts +1 -1
- package/lib/request/list-overlapping-recalls-request.d.ts +64 -0
- package/lib/request/list-overlapping-recalls-request.js +29 -0
- package/lib/request/list-overlapping-recalls-request.js.map +1 -0
- package/lib/request/list-parser-functions-request.d.ts +1 -1
- package/lib/request/list-parser-meta-plugins-request.d.ts +1 -1
- package/lib/request/list-parsers-request.d.ts +1 -1
- package/lib/request/list-properties-metadata-request.d.ts +75 -0
- package/lib/request/list-properties-metadata-request.js +29 -0
- package/lib/request/list-properties-metadata-request.js.map +1 -0
- package/lib/request/list-query-work-requests-request.d.ts +1 -1
- package/lib/request/list-recalled-data-request.d.ts +1 -1
- package/lib/request/list-resource-categories-request.d.ts +1 -1
- package/lib/request/list-rules-request.d.ts +1 -1
- package/lib/request/list-scheduled-tasks-request.d.ts +1 -1
- package/lib/request/list-source-associations-request.d.ts +1 -1
- package/lib/request/list-source-event-types-request.d.ts +1 -1
- package/lib/request/list-source-extended-field-definitions-request.d.ts +1 -1
- package/lib/request/list-source-label-operators-request.d.ts +1 -1
- package/lib/request/list-source-meta-functions-request.d.ts +1 -1
- package/lib/request/list-source-patterns-request.d.ts +1 -1
- package/lib/request/list-sources-request.d.ts +1 -1
- package/lib/request/list-storage-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-storage-work-requests-request.d.ts +1 -1
- package/lib/request/list-supported-char-encodings-request.d.ts +1 -1
- package/lib/request/list-supported-timezones-request.d.ts +1 -1
- package/lib/request/list-upload-files-request.d.ts +1 -1
- package/lib/request/list-upload-warnings-request.d.ts +1 -1
- package/lib/request/list-uploads-request.d.ts +1 -1
- package/lib/request/list-warnings-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/offboard-namespace-request.d.ts +1 -1
- package/lib/request/onboard-namespace-request.d.ts +1 -1
- package/lib/request/parse-query-request.d.ts +1 -1
- package/lib/request/pause-scheduled-task-request.d.ts +1 -1
- package/lib/request/purge-storage-data-request.d.ts +1 -1
- package/lib/request/put-query-work-request-background-request.d.ts +1 -1
- package/lib/request/query-request.d.ts +1 -1
- package/lib/request/recall-archived-data-request.d.ts +1 -1
- package/lib/request/register-lookup-request.d.ts +1 -1
- package/lib/request/release-recalled-data-request.d.ts +1 -1
- package/lib/request/remove-entity-associations-request.d.ts +1 -1
- package/lib/request/remove-preferences-request.d.ts +1 -1
- package/lib/request/remove-resource-categories-request.d.ts +1 -1
- package/lib/request/remove-source-event-types-request.d.ts +1 -1
- package/lib/request/resume-scheduled-task-request.d.ts +1 -1
- package/lib/request/run-request.d.ts +1 -1
- package/lib/request/set-unprocessed-data-bucket-request.d.ts +1 -1
- package/lib/request/suggest-request.d.ts +1 -1
- package/lib/request/suppress-warning-request.d.ts +1 -1
- package/lib/request/test-parser-request.d.ts +1 -1
- package/lib/request/unsuppress-warning-request.d.ts +1 -1
- package/lib/request/update-ingest-time-rule-request.d.ts +1 -1
- package/lib/request/update-log-analytics-em-bridge-request.d.ts +1 -1
- package/lib/request/update-log-analytics-entity-request.d.ts +1 -1
- package/lib/request/update-log-analytics-entity-type-request.d.ts +1 -1
- package/lib/request/update-log-analytics-log-group-request.d.ts +1 -1
- package/lib/request/update-log-analytics-object-collection-rule-request.d.ts +1 -1
- package/lib/request/update-lookup-data-request.d.ts +1 -1
- package/lib/request/update-lookup-request.d.ts +1 -1
- package/lib/request/update-preferences-request.d.ts +1 -1
- package/lib/request/update-resource-categories-request.d.ts +1 -1
- package/lib/request/update-scheduled-task-request.d.ts +1 -1
- package/lib/request/update-storage-request.d.ts +1 -1
- package/lib/request/upload-log-events-file-request.d.ts +1 -1
- package/lib/request/upload-log-file-request.d.ts +1 -1
- package/lib/request/upsert-associations-request.d.ts +1 -1
- package/lib/request/upsert-field-request.d.ts +1 -1
- package/lib/request/upsert-label-request.d.ts +1 -1
- package/lib/request/upsert-parser-request.d.ts +1 -1
- package/lib/request/upsert-source-request.d.ts +1 -1
- package/lib/request/validate-association-parameters-request.d.ts +1 -1
- package/lib/request/validate-endpoint-request.d.ts +32 -0
- package/lib/request/validate-endpoint-request.js +15 -0
- package/lib/request/validate-endpoint-request.js.map +1 -0
- package/lib/request/validate-file-request.d.ts +1 -1
- package/lib/request/validate-label-condition-request.d.ts +32 -0
- package/lib/request/validate-label-condition-request.js +15 -0
- package/lib/request/validate-label-condition-request.js.map +1 -0
- package/lib/request/validate-source-extended-field-details-request.d.ts +1 -1
- package/lib/request/validate-source-mapping-request.d.ts +1 -1
- package/lib/request/validate-source-request.d.ts +1 -1
- package/lib/request/verify-request.d.ts +1 -1
- package/lib/response/get-recall-count-response.d.ts +24 -0
- package/lib/response/get-recall-count-response.js +15 -0
- package/lib/response/get-recall-count-response.js.map +1 -0
- package/lib/response/get-recalled-data-size-response.d.ts +38 -0
- package/lib/response/get-recalled-data-size-response.js +15 -0
- package/lib/response/get-recalled-data-size-response.js.map +1 -0
- package/lib/response/get-rules-summary-response.d.ts +24 -0
- package/lib/response/get-rules-summary-response.js +15 -0
- package/lib/response/get-rules-summary-response.js.map +1 -0
- package/lib/response/index.d.ts +16 -0
- package/lib/response/list-effective-properties-response.d.ts +38 -0
- package/lib/response/list-effective-properties-response.js +15 -0
- package/lib/response/list-effective-properties-response.js.map +1 -0
- package/lib/response/list-overlapping-recalls-response.d.ts +38 -0
- package/lib/response/list-overlapping-recalls-response.js +15 -0
- package/lib/response/list-overlapping-recalls-response.js.map +1 -0
- package/lib/response/list-properties-metadata-response.d.ts +38 -0
- package/lib/response/list-properties-metadata-response.js +15 -0
- package/lib/response/list-properties-metadata-response.js.map +1 -0
- package/lib/response/recall-archived-data-response.d.ts +10 -0
- package/lib/response/validate-endpoint-response.d.ts +24 -0
- package/lib/response/validate-endpoint-response.js +15 -0
- package/lib/response/validate-endpoint-response.js.map +1 -0
- package/lib/response/validate-label-condition-response.d.ts +24 -0
- package/lib/response/validate-label-condition-response.js +15 -0
- package/lib/response/validate-label-condition-response.js.map +1 -0
- package/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -62,6 +62,7 @@ class LogAnalyticsClient {
|
|
|
62
62
|
this["_defaultHeaders"] = {};
|
|
63
63
|
this._circuitBreaker = null;
|
|
64
64
|
this._httpOptions = undefined;
|
|
65
|
+
this._bodyDuplexMode = undefined;
|
|
65
66
|
this.targetService = "LogAnalytics";
|
|
66
67
|
this._regionId = "";
|
|
67
68
|
this._lastSetRegionOrRegionId = "";
|
|
@@ -76,6 +77,9 @@ class LogAnalyticsClient {
|
|
|
76
77
|
this._httpOptions = clientConfiguration.httpOptions
|
|
77
78
|
? clientConfiguration.httpOptions
|
|
78
79
|
: undefined;
|
|
80
|
+
this._bodyDuplexMode = clientConfiguration.bodyDuplexMode
|
|
81
|
+
? clientConfiguration.bodyDuplexMode
|
|
82
|
+
: undefined;
|
|
79
83
|
}
|
|
80
84
|
// if circuit breaker is not created, check if circuit breaker system is enabled to use default circuit breaker
|
|
81
85
|
const specCircuitBreakerEnabled = true;
|
|
@@ -86,7 +90,7 @@ class LogAnalyticsClient {
|
|
|
86
90
|
}
|
|
87
91
|
this._httpClient =
|
|
88
92
|
params.httpClient ||
|
|
89
|
-
new common.FetchHttpClient(requestSigner, this._circuitBreaker, this._httpOptions);
|
|
93
|
+
new common.FetchHttpClient(requestSigner, this._circuitBreaker, this._httpOptions, this._bodyDuplexMode);
|
|
90
94
|
if (params.authenticationDetailsProvider &&
|
|
91
95
|
common.isRegionProvider(params.authenticationDetailsProvider)) {
|
|
92
96
|
const provider = params.authenticationDetailsProvider;
|
|
@@ -180,7 +184,7 @@ class LogAnalyticsClient {
|
|
|
180
184
|
* @param AddEntityAssociationRequest
|
|
181
185
|
* @return AddEntityAssociationResponse
|
|
182
186
|
* @throws OciError when an error occurs
|
|
183
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
187
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/AddEntityAssociation.ts.html |here} to see how to use AddEntityAssociation API.
|
|
184
188
|
*/
|
|
185
189
|
addEntityAssociation(addEntityAssociationRequest) {
|
|
186
190
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -239,7 +243,7 @@ class LogAnalyticsClient {
|
|
|
239
243
|
* @param AddSourceEventTypesRequest
|
|
240
244
|
* @return AddSourceEventTypesResponse
|
|
241
245
|
* @throws OciError when an error occurs
|
|
242
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
246
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/AddSourceEventTypes.ts.html |here} to see how to use AddSourceEventTypes API.
|
|
243
247
|
*/
|
|
244
248
|
addSourceEventTypes(addSourceEventTypesRequest) {
|
|
245
249
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -297,7 +301,7 @@ class LogAnalyticsClient {
|
|
|
297
301
|
* @param AppendLookupDataRequest
|
|
298
302
|
* @return AppendLookupDataResponse
|
|
299
303
|
* @throws OciError when an error occurs
|
|
300
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
304
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/AppendLookupData.ts.html |here} to see how to use AppendLookupData API.
|
|
301
305
|
*/
|
|
302
306
|
appendLookupData(appendLookupDataRequest) {
|
|
303
307
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -365,7 +369,7 @@ class LogAnalyticsClient {
|
|
|
365
369
|
* @param AssignEncryptionKeyRequest
|
|
366
370
|
* @return AssignEncryptionKeyResponse
|
|
367
371
|
* @throws OciError when an error occurs
|
|
368
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
372
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/AssignEncryptionKey.ts.html |here} to see how to use AssignEncryptionKey API.
|
|
369
373
|
*/
|
|
370
374
|
assignEncryptionKey(assignEncryptionKeyRequest) {
|
|
371
375
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -433,7 +437,7 @@ class LogAnalyticsClient {
|
|
|
433
437
|
* @param BatchGetBasicInfoRequest
|
|
434
438
|
* @return BatchGetBasicInfoResponse
|
|
435
439
|
* @throws OciError when an error occurs
|
|
436
|
-
* @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.68.0/loganalytics/BatchGetBasicInfo.ts.html |here} to see how to use BatchGetBasicInfo API.
|
|
437
441
|
*/
|
|
438
442
|
batchGetBasicInfo(batchGetBasicInfoRequest) {
|
|
439
443
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -508,7 +512,7 @@ class LogAnalyticsClient {
|
|
|
508
512
|
* @param CancelQueryWorkRequestRequest
|
|
509
513
|
* @return CancelQueryWorkRequestResponse
|
|
510
514
|
* @throws OciError when an error occurs
|
|
511
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
515
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/CancelQueryWorkRequest.ts.html |here} to see how to use CancelQueryWorkRequest API.
|
|
512
516
|
*/
|
|
513
517
|
cancelQueryWorkRequest(cancelQueryWorkRequestRequest) {
|
|
514
518
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -565,7 +569,7 @@ class LogAnalyticsClient {
|
|
|
565
569
|
* @param ChangeIngestTimeRuleCompartmentRequest
|
|
566
570
|
* @return ChangeIngestTimeRuleCompartmentResponse
|
|
567
571
|
* @throws OciError when an error occurs
|
|
568
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
572
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ChangeIngestTimeRuleCompartment.ts.html |here} to see how to use ChangeIngestTimeRuleCompartment API.
|
|
569
573
|
*/
|
|
570
574
|
changeIngestTimeRuleCompartment(changeIngestTimeRuleCompartmentRequest) {
|
|
571
575
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -623,7 +627,7 @@ class LogAnalyticsClient {
|
|
|
623
627
|
* @param ChangeLogAnalyticsEmBridgeCompartmentRequest
|
|
624
628
|
* @return ChangeLogAnalyticsEmBridgeCompartmentResponse
|
|
625
629
|
* @throws OciError when an error occurs
|
|
626
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
630
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ChangeLogAnalyticsEmBridgeCompartment.ts.html |here} to see how to use ChangeLogAnalyticsEmBridgeCompartment API.
|
|
627
631
|
*/
|
|
628
632
|
changeLogAnalyticsEmBridgeCompartment(changeLogAnalyticsEmBridgeCompartmentRequest) {
|
|
629
633
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -681,7 +685,7 @@ class LogAnalyticsClient {
|
|
|
681
685
|
* @param ChangeLogAnalyticsEntityCompartmentRequest
|
|
682
686
|
* @return ChangeLogAnalyticsEntityCompartmentResponse
|
|
683
687
|
* @throws OciError when an error occurs
|
|
684
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
688
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ChangeLogAnalyticsEntityCompartment.ts.html |here} to see how to use ChangeLogAnalyticsEntityCompartment API.
|
|
685
689
|
*/
|
|
686
690
|
changeLogAnalyticsEntityCompartment(changeLogAnalyticsEntityCompartmentRequest) {
|
|
687
691
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -740,7 +744,7 @@ class LogAnalyticsClient {
|
|
|
740
744
|
* @param ChangeLogAnalyticsLogGroupCompartmentRequest
|
|
741
745
|
* @return ChangeLogAnalyticsLogGroupCompartmentResponse
|
|
742
746
|
* @throws OciError when an error occurs
|
|
743
|
-
* @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.68.0/loganalytics/ChangeLogAnalyticsLogGroupCompartment.ts.html |here} to see how to use ChangeLogAnalyticsLogGroupCompartment API.
|
|
744
748
|
*/
|
|
745
749
|
changeLogAnalyticsLogGroupCompartment(changeLogAnalyticsLogGroupCompartmentRequest) {
|
|
746
750
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -798,7 +802,7 @@ class LogAnalyticsClient {
|
|
|
798
802
|
* @param ChangeLogAnalyticsObjectCollectionRuleCompartmentRequest
|
|
799
803
|
* @return ChangeLogAnalyticsObjectCollectionRuleCompartmentResponse
|
|
800
804
|
* @throws OciError when an error occurs
|
|
801
|
-
* @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.68.0/loganalytics/ChangeLogAnalyticsObjectCollectionRuleCompartment.ts.html |here} to see how to use ChangeLogAnalyticsObjectCollectionRuleCompartment API.
|
|
802
806
|
*/
|
|
803
807
|
changeLogAnalyticsObjectCollectionRuleCompartment(changeLogAnalyticsObjectCollectionRuleCompartmentRequest) {
|
|
804
808
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -856,7 +860,7 @@ class LogAnalyticsClient {
|
|
|
856
860
|
* @param ChangeScheduledTaskCompartmentRequest
|
|
857
861
|
* @return ChangeScheduledTaskCompartmentResponse
|
|
858
862
|
* @throws OciError when an error occurs
|
|
859
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
863
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ChangeScheduledTaskCompartment.ts.html |here} to see how to use ChangeScheduledTaskCompartment API.
|
|
860
864
|
*/
|
|
861
865
|
changeScheduledTaskCompartment(changeScheduledTaskCompartmentRequest) {
|
|
862
866
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -916,7 +920,7 @@ class LogAnalyticsClient {
|
|
|
916
920
|
* @param CleanRequest
|
|
917
921
|
* @return CleanResponse
|
|
918
922
|
* @throws OciError when an error occurs
|
|
919
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
923
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/Clean.ts.html |here} to see how to use Clean API.
|
|
920
924
|
*/
|
|
921
925
|
clean(cleanRequest) {
|
|
922
926
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -976,7 +980,7 @@ class LogAnalyticsClient {
|
|
|
976
980
|
* @param CompareContentRequest
|
|
977
981
|
* @return CompareContentResponse
|
|
978
982
|
* @throws OciError when an error occurs
|
|
979
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
983
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/CompareContent.ts.html |here} to see how to use CompareContent API.
|
|
980
984
|
*/
|
|
981
985
|
compareContent(compareContentRequest) {
|
|
982
986
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1036,7 +1040,7 @@ class LogAnalyticsClient {
|
|
|
1036
1040
|
* @param CreateIngestTimeRuleRequest
|
|
1037
1041
|
* @return CreateIngestTimeRuleResponse
|
|
1038
1042
|
* @throws OciError when an error occurs
|
|
1039
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1043
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/CreateIngestTimeRule.ts.html |here} to see how to use CreateIngestTimeRule API.
|
|
1040
1044
|
*/
|
|
1041
1045
|
createIngestTimeRule(createIngestTimeRuleRequest) {
|
|
1042
1046
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1101,7 +1105,7 @@ class LogAnalyticsClient {
|
|
|
1101
1105
|
* @param CreateLogAnalyticsEmBridgeRequest
|
|
1102
1106
|
* @return CreateLogAnalyticsEmBridgeResponse
|
|
1103
1107
|
* @throws OciError when an error occurs
|
|
1104
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1108
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/CreateLogAnalyticsEmBridge.ts.html |here} to see how to use CreateLogAnalyticsEmBridge API.
|
|
1105
1109
|
*/
|
|
1106
1110
|
createLogAnalyticsEmBridge(createLogAnalyticsEmBridgeRequest) {
|
|
1107
1111
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1166,7 +1170,7 @@ class LogAnalyticsClient {
|
|
|
1166
1170
|
* @param CreateLogAnalyticsEntityRequest
|
|
1167
1171
|
* @return CreateLogAnalyticsEntityResponse
|
|
1168
1172
|
* @throws OciError when an error occurs
|
|
1169
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1173
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/CreateLogAnalyticsEntity.ts.html |here} to see how to use CreateLogAnalyticsEntity API.
|
|
1170
1174
|
*/
|
|
1171
1175
|
createLogAnalyticsEntity(createLogAnalyticsEntityRequest) {
|
|
1172
1176
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1231,7 +1235,7 @@ class LogAnalyticsClient {
|
|
|
1231
1235
|
* @param CreateLogAnalyticsEntityTypeRequest
|
|
1232
1236
|
* @return CreateLogAnalyticsEntityTypeResponse
|
|
1233
1237
|
* @throws OciError when an error occurs
|
|
1234
|
-
* @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.68.0/loganalytics/CreateLogAnalyticsEntityType.ts.html |here} to see how to use CreateLogAnalyticsEntityType API.
|
|
1235
1239
|
*/
|
|
1236
1240
|
createLogAnalyticsEntityType(createLogAnalyticsEntityTypeRequest) {
|
|
1237
1241
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1288,7 +1292,7 @@ class LogAnalyticsClient {
|
|
|
1288
1292
|
* @param CreateLogAnalyticsLogGroupRequest
|
|
1289
1293
|
* @return CreateLogAnalyticsLogGroupResponse
|
|
1290
1294
|
* @throws OciError when an error occurs
|
|
1291
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1295
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/CreateLogAnalyticsLogGroup.ts.html |here} to see how to use CreateLogAnalyticsLogGroup API.
|
|
1292
1296
|
*/
|
|
1293
1297
|
createLogAnalyticsLogGroup(createLogAnalyticsLogGroupRequest) {
|
|
1294
1298
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1353,7 +1357,7 @@ class LogAnalyticsClient {
|
|
|
1353
1357
|
* @param CreateLogAnalyticsObjectCollectionRuleRequest
|
|
1354
1358
|
* @return CreateLogAnalyticsObjectCollectionRuleResponse
|
|
1355
1359
|
* @throws OciError when an error occurs
|
|
1356
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1360
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/CreateLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use CreateLogAnalyticsObjectCollectionRule API.
|
|
1357
1361
|
*/
|
|
1358
1362
|
createLogAnalyticsObjectCollectionRule(createLogAnalyticsObjectCollectionRuleRequest) {
|
|
1359
1363
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1417,7 +1421,7 @@ class LogAnalyticsClient {
|
|
|
1417
1421
|
* @param CreateScheduledTaskRequest
|
|
1418
1422
|
* @return CreateScheduledTaskResponse
|
|
1419
1423
|
* @throws OciError when an error occurs
|
|
1420
|
-
* @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.68.0/loganalytics/CreateScheduledTask.ts.html |here} to see how to use CreateScheduledTask API.
|
|
1421
1425
|
*/
|
|
1422
1426
|
createScheduledTask(createScheduledTaskRequest) {
|
|
1423
1427
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1483,7 +1487,7 @@ class LogAnalyticsClient {
|
|
|
1483
1487
|
* @param DeleteAssociationsRequest
|
|
1484
1488
|
* @return DeleteAssociationsResponse
|
|
1485
1489
|
* @throws OciError when an error occurs
|
|
1486
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1490
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/DeleteAssociations.ts.html |here} to see how to use DeleteAssociations API.
|
|
1487
1491
|
*/
|
|
1488
1492
|
deleteAssociations(deleteAssociationsRequest) {
|
|
1489
1493
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1545,7 +1549,7 @@ class LogAnalyticsClient {
|
|
|
1545
1549
|
* @param DeleteFieldRequest
|
|
1546
1550
|
* @return DeleteFieldResponse
|
|
1547
1551
|
* @throws OciError when an error occurs
|
|
1548
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1552
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/DeleteField.ts.html |here} to see how to use DeleteField API.
|
|
1549
1553
|
*/
|
|
1550
1554
|
deleteField(deleteFieldRequest) {
|
|
1551
1555
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1603,7 +1607,7 @@ class LogAnalyticsClient {
|
|
|
1603
1607
|
* @param DeleteIngestTimeRuleRequest
|
|
1604
1608
|
* @return DeleteIngestTimeRuleResponse
|
|
1605
1609
|
* @throws OciError when an error occurs
|
|
1606
|
-
* @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.68.0/loganalytics/DeleteIngestTimeRule.ts.html |here} to see how to use DeleteIngestTimeRule API.
|
|
1607
1611
|
*/
|
|
1608
1612
|
deleteIngestTimeRule(deleteIngestTimeRuleRequest) {
|
|
1609
1613
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1660,7 +1664,7 @@ class LogAnalyticsClient {
|
|
|
1660
1664
|
* @param DeleteLabelRequest
|
|
1661
1665
|
* @return DeleteLabelResponse
|
|
1662
1666
|
* @throws OciError when an error occurs
|
|
1663
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1667
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/DeleteLabel.ts.html |here} to see how to use DeleteLabel API.
|
|
1664
1668
|
*/
|
|
1665
1669
|
deleteLabel(deleteLabelRequest) {
|
|
1666
1670
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1717,7 +1721,7 @@ class LogAnalyticsClient {
|
|
|
1717
1721
|
* @param DeleteLogAnalyticsEmBridgeRequest
|
|
1718
1722
|
* @return DeleteLogAnalyticsEmBridgeResponse
|
|
1719
1723
|
* @throws OciError when an error occurs
|
|
1720
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1724
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/DeleteLogAnalyticsEmBridge.ts.html |here} to see how to use DeleteLogAnalyticsEmBridge API.
|
|
1721
1725
|
*/
|
|
1722
1726
|
deleteLogAnalyticsEmBridge(deleteLogAnalyticsEmBridgeRequest) {
|
|
1723
1727
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1729,7 +1733,9 @@ class LogAnalyticsClient {
|
|
|
1729
1733
|
"{namespaceName}": deleteLogAnalyticsEmBridgeRequest.namespaceName,
|
|
1730
1734
|
"{logAnalyticsEmBridgeId}": deleteLogAnalyticsEmBridgeRequest.logAnalyticsEmBridgeId
|
|
1731
1735
|
};
|
|
1732
|
-
const queryParams = {
|
|
1736
|
+
const queryParams = {
|
|
1737
|
+
"isDeleteEntities": deleteLogAnalyticsEmBridgeRequest.isDeleteEntities
|
|
1738
|
+
};
|
|
1733
1739
|
let headerParams = {
|
|
1734
1740
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
1735
1741
|
"if-match": deleteLogAnalyticsEmBridgeRequest.ifMatch,
|
|
@@ -1773,7 +1779,7 @@ class LogAnalyticsClient {
|
|
|
1773
1779
|
* @param DeleteLogAnalyticsEntityRequest
|
|
1774
1780
|
* @return DeleteLogAnalyticsEntityResponse
|
|
1775
1781
|
* @throws OciError when an error occurs
|
|
1776
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1782
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/DeleteLogAnalyticsEntity.ts.html |here} to see how to use DeleteLogAnalyticsEntity API.
|
|
1777
1783
|
*/
|
|
1778
1784
|
deleteLogAnalyticsEntity(deleteLogAnalyticsEntityRequest) {
|
|
1779
1785
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1829,7 +1835,7 @@ class LogAnalyticsClient {
|
|
|
1829
1835
|
* @param DeleteLogAnalyticsEntityTypeRequest
|
|
1830
1836
|
* @return DeleteLogAnalyticsEntityTypeResponse
|
|
1831
1837
|
* @throws OciError when an error occurs
|
|
1832
|
-
* @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.68.0/loganalytics/DeleteLogAnalyticsEntityType.ts.html |here} to see how to use DeleteLogAnalyticsEntityType API.
|
|
1833
1839
|
*/
|
|
1834
1840
|
deleteLogAnalyticsEntityType(deleteLogAnalyticsEntityTypeRequest) {
|
|
1835
1841
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1886,7 +1892,7 @@ class LogAnalyticsClient {
|
|
|
1886
1892
|
* @param DeleteLogAnalyticsLogGroupRequest
|
|
1887
1893
|
* @return DeleteLogAnalyticsLogGroupResponse
|
|
1888
1894
|
* @throws OciError when an error occurs
|
|
1889
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1895
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/DeleteLogAnalyticsLogGroup.ts.html |here} to see how to use DeleteLogAnalyticsLogGroup API.
|
|
1890
1896
|
*/
|
|
1891
1897
|
deleteLogAnalyticsLogGroup(deleteLogAnalyticsLogGroupRequest) {
|
|
1892
1898
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1944,7 +1950,7 @@ class LogAnalyticsClient {
|
|
|
1944
1950
|
* @param DeleteLogAnalyticsObjectCollectionRuleRequest
|
|
1945
1951
|
* @return DeleteLogAnalyticsObjectCollectionRuleResponse
|
|
1946
1952
|
* @throws OciError when an error occurs
|
|
1947
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1953
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/DeleteLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use DeleteLogAnalyticsObjectCollectionRule API.
|
|
1948
1954
|
*/
|
|
1949
1955
|
deleteLogAnalyticsObjectCollectionRule(deleteLogAnalyticsObjectCollectionRuleRequest) {
|
|
1950
1956
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2001,7 +2007,7 @@ class LogAnalyticsClient {
|
|
|
2001
2007
|
* @param DeleteLookupRequest
|
|
2002
2008
|
* @return DeleteLookupResponse
|
|
2003
2009
|
* @throws OciError when an error occurs
|
|
2004
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2010
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/DeleteLookup.ts.html |here} to see how to use DeleteLookup API.
|
|
2005
2011
|
*/
|
|
2006
2012
|
deleteLookup(deleteLookupRequest) {
|
|
2007
2013
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2066,7 +2072,7 @@ class LogAnalyticsClient {
|
|
|
2066
2072
|
* @param DeleteParserRequest
|
|
2067
2073
|
* @return DeleteParserResponse
|
|
2068
2074
|
* @throws OciError when an error occurs
|
|
2069
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2075
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/DeleteParser.ts.html |here} to see how to use DeleteParser API.
|
|
2070
2076
|
*/
|
|
2071
2077
|
deleteParser(deleteParserRequest) {
|
|
2072
2078
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2123,7 +2129,7 @@ class LogAnalyticsClient {
|
|
|
2123
2129
|
* @param DeleteScheduledTaskRequest
|
|
2124
2130
|
* @return DeleteScheduledTaskResponse
|
|
2125
2131
|
* @throws OciError when an error occurs
|
|
2126
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2132
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/DeleteScheduledTask.ts.html |here} to see how to use DeleteScheduledTask API.
|
|
2127
2133
|
*/
|
|
2128
2134
|
deleteScheduledTask(deleteScheduledTaskRequest) {
|
|
2129
2135
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2180,7 +2186,7 @@ class LogAnalyticsClient {
|
|
|
2180
2186
|
* @param DeleteSourceRequest
|
|
2181
2187
|
* @return DeleteSourceResponse
|
|
2182
2188
|
* @throws OciError when an error occurs
|
|
2183
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2189
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/DeleteSource.ts.html |here} to see how to use DeleteSource API.
|
|
2184
2190
|
*/
|
|
2185
2191
|
deleteSource(deleteSourceRequest) {
|
|
2186
2192
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2239,7 +2245,7 @@ class LogAnalyticsClient {
|
|
|
2239
2245
|
* @param DeleteUploadRequest
|
|
2240
2246
|
* @return DeleteUploadResponse
|
|
2241
2247
|
* @throws OciError when an error occurs
|
|
2242
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2248
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/DeleteUpload.ts.html |here} to see how to use DeleteUpload API.
|
|
2243
2249
|
*/
|
|
2244
2250
|
deleteUpload(deleteUploadRequest) {
|
|
2245
2251
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2307,7 +2313,7 @@ class LogAnalyticsClient {
|
|
|
2307
2313
|
* @param DeleteUploadFileRequest
|
|
2308
2314
|
* @return DeleteUploadFileResponse
|
|
2309
2315
|
* @throws OciError when an error occurs
|
|
2310
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2316
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/DeleteUploadFile.ts.html |here} to see how to use DeleteUploadFile API.
|
|
2311
2317
|
*/
|
|
2312
2318
|
deleteUploadFile(deleteUploadFileRequest) {
|
|
2313
2319
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2374,7 +2380,7 @@ class LogAnalyticsClient {
|
|
|
2374
2380
|
* @param DeleteUploadWarningRequest
|
|
2375
2381
|
* @return DeleteUploadWarningResponse
|
|
2376
2382
|
* @throws OciError when an error occurs
|
|
2377
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2383
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/DeleteUploadWarning.ts.html |here} to see how to use DeleteUploadWarning API.
|
|
2378
2384
|
*/
|
|
2379
2385
|
deleteUploadWarning(deleteUploadWarningRequest) {
|
|
2380
2386
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2431,7 +2437,7 @@ class LogAnalyticsClient {
|
|
|
2431
2437
|
* @param DisableArchivingRequest
|
|
2432
2438
|
* @return DisableArchivingResponse
|
|
2433
2439
|
* @throws OciError when an error occurs
|
|
2434
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2440
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/DisableArchiving.ts.html |here} to see how to use DisableArchiving API.
|
|
2435
2441
|
*/
|
|
2436
2442
|
disableArchiving(disableArchivingRequest) {
|
|
2437
2443
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2498,7 +2504,7 @@ class LogAnalyticsClient {
|
|
|
2498
2504
|
* @param DisableAutoAssociationRequest
|
|
2499
2505
|
* @return DisableAutoAssociationResponse
|
|
2500
2506
|
* @throws OciError when an error occurs
|
|
2501
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2507
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/DisableAutoAssociation.ts.html |here} to see how to use DisableAutoAssociation API.
|
|
2502
2508
|
*/
|
|
2503
2509
|
disableAutoAssociation(disableAutoAssociationRequest) {
|
|
2504
2510
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2561,7 +2567,7 @@ class LogAnalyticsClient {
|
|
|
2561
2567
|
* @param DisableIngestTimeRuleRequest
|
|
2562
2568
|
* @return DisableIngestTimeRuleResponse
|
|
2563
2569
|
* @throws OciError when an error occurs
|
|
2564
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2570
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/DisableIngestTimeRule.ts.html |here} to see how to use DisableIngestTimeRule API.
|
|
2565
2571
|
*/
|
|
2566
2572
|
disableIngestTimeRule(disableIngestTimeRuleRequest) {
|
|
2567
2573
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2623,7 +2629,7 @@ class LogAnalyticsClient {
|
|
|
2623
2629
|
* @param DisableSourceEventTypesRequest
|
|
2624
2630
|
* @return DisableSourceEventTypesResponse
|
|
2625
2631
|
* @throws OciError when an error occurs
|
|
2626
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2632
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/DisableSourceEventTypes.ts.html |here} to see how to use DisableSourceEventTypes API.
|
|
2627
2633
|
*/
|
|
2628
2634
|
disableSourceEventTypes(disableSourceEventTypesRequest) {
|
|
2629
2635
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2681,7 +2687,7 @@ class LogAnalyticsClient {
|
|
|
2681
2687
|
* @param EnableArchivingRequest
|
|
2682
2688
|
* @return EnableArchivingResponse
|
|
2683
2689
|
* @throws OciError when an error occurs
|
|
2684
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2690
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/EnableArchiving.ts.html |here} to see how to use EnableArchiving API.
|
|
2685
2691
|
*/
|
|
2686
2692
|
enableArchiving(enableArchivingRequest) {
|
|
2687
2693
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2748,7 +2754,7 @@ class LogAnalyticsClient {
|
|
|
2748
2754
|
* @param EnableAutoAssociationRequest
|
|
2749
2755
|
* @return EnableAutoAssociationResponse
|
|
2750
2756
|
* @throws OciError when an error occurs
|
|
2751
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2757
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/EnableAutoAssociation.ts.html |here} to see how to use EnableAutoAssociation API.
|
|
2752
2758
|
*/
|
|
2753
2759
|
enableAutoAssociation(enableAutoAssociationRequest) {
|
|
2754
2760
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2811,7 +2817,7 @@ class LogAnalyticsClient {
|
|
|
2811
2817
|
* @param EnableIngestTimeRuleRequest
|
|
2812
2818
|
* @return EnableIngestTimeRuleResponse
|
|
2813
2819
|
* @throws OciError when an error occurs
|
|
2814
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2820
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/EnableIngestTimeRule.ts.html |here} to see how to use EnableIngestTimeRule API.
|
|
2815
2821
|
*/
|
|
2816
2822
|
enableIngestTimeRule(enableIngestTimeRuleRequest) {
|
|
2817
2823
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2873,7 +2879,7 @@ class LogAnalyticsClient {
|
|
|
2873
2879
|
* @param EnableSourceEventTypesRequest
|
|
2874
2880
|
* @return EnableSourceEventTypesResponse
|
|
2875
2881
|
* @throws OciError when an error occurs
|
|
2876
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2882
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/EnableSourceEventTypes.ts.html |here} to see how to use EnableSourceEventTypes API.
|
|
2877
2883
|
*/
|
|
2878
2884
|
enableSourceEventTypes(enableSourceEventTypesRequest) {
|
|
2879
2885
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2931,7 +2937,7 @@ class LogAnalyticsClient {
|
|
|
2931
2937
|
* @param EstimatePurgeDataSizeRequest
|
|
2932
2938
|
* @return EstimatePurgeDataSizeResponse
|
|
2933
2939
|
* @throws OciError when an error occurs
|
|
2934
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2940
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/EstimatePurgeDataSize.ts.html |here} to see how to use EstimatePurgeDataSize API.
|
|
2935
2941
|
*/
|
|
2936
2942
|
estimatePurgeDataSize(estimatePurgeDataSizeRequest) {
|
|
2937
2943
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2998,7 +3004,7 @@ class LogAnalyticsClient {
|
|
|
2998
3004
|
* @param EstimateRecallDataSizeRequest
|
|
2999
3005
|
* @return EstimateRecallDataSizeResponse
|
|
3000
3006
|
* @throws OciError when an error occurs
|
|
3001
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3007
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/EstimateRecallDataSize.ts.html |here} to see how to use EstimateRecallDataSize API.
|
|
3002
3008
|
*/
|
|
3003
3009
|
estimateRecallDataSize(estimateRecallDataSizeRequest) {
|
|
3004
3010
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3058,7 +3064,7 @@ class LogAnalyticsClient {
|
|
|
3058
3064
|
* @param EstimateReleaseDataSizeRequest
|
|
3059
3065
|
* @return EstimateReleaseDataSizeResponse
|
|
3060
3066
|
* @throws OciError when an error occurs
|
|
3061
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3067
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/EstimateReleaseDataSize.ts.html |here} to see how to use EstimateReleaseDataSize API.
|
|
3062
3068
|
*/
|
|
3063
3069
|
estimateReleaseDataSize(estimateReleaseDataSizeRequest) {
|
|
3064
3070
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3118,7 +3124,7 @@ class LogAnalyticsClient {
|
|
|
3118
3124
|
* @param ExportCustomContentRequest
|
|
3119
3125
|
* @return ExportCustomContentResponse
|
|
3120
3126
|
* @throws OciError when an error occurs
|
|
3121
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3127
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ExportCustomContent.ts.html |here} to see how to use ExportCustomContent API.
|
|
3122
3128
|
*/
|
|
3123
3129
|
exportCustomContent(exportCustomContentRequest) {
|
|
3124
3130
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3177,7 +3183,7 @@ class LogAnalyticsClient {
|
|
|
3177
3183
|
* @param ExportQueryResultRequest
|
|
3178
3184
|
* @return ExportQueryResultResponse
|
|
3179
3185
|
* @throws OciError when an error occurs
|
|
3180
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3186
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ExportQueryResult.ts.html |here} to see how to use ExportQueryResult API.
|
|
3181
3187
|
*/
|
|
3182
3188
|
exportQueryResult(exportQueryResultRequest) {
|
|
3183
3189
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3236,7 +3242,7 @@ class LogAnalyticsClient {
|
|
|
3236
3242
|
* @param ExtractStructuredLogFieldPathsRequest
|
|
3237
3243
|
* @return ExtractStructuredLogFieldPathsResponse
|
|
3238
3244
|
* @throws OciError when an error occurs
|
|
3239
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3245
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ExtractStructuredLogFieldPaths.ts.html |here} to see how to use ExtractStructuredLogFieldPaths API.
|
|
3240
3246
|
*/
|
|
3241
3247
|
extractStructuredLogFieldPaths(extractStructuredLogFieldPathsRequest) {
|
|
3242
3248
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3299,7 +3305,7 @@ class LogAnalyticsClient {
|
|
|
3299
3305
|
* @param ExtractStructuredLogHeaderPathsRequest
|
|
3300
3306
|
* @return ExtractStructuredLogHeaderPathsResponse
|
|
3301
3307
|
* @throws OciError when an error occurs
|
|
3302
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3308
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ExtractStructuredLogHeaderPaths.ts.html |here} to see how to use ExtractStructuredLogHeaderPaths API.
|
|
3303
3309
|
*/
|
|
3304
3310
|
extractStructuredLogHeaderPaths(extractStructuredLogHeaderPathsRequest) {
|
|
3305
3311
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3361,7 +3367,7 @@ class LogAnalyticsClient {
|
|
|
3361
3367
|
* @param FilterRequest
|
|
3362
3368
|
* @return FilterResponse
|
|
3363
3369
|
* @throws OciError when an error occurs
|
|
3364
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3370
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/Filter.ts.html |here} to see how to use Filter API.
|
|
3365
3371
|
*/
|
|
3366
3372
|
filter(filterRequest) {
|
|
3367
3373
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3421,7 +3427,7 @@ class LogAnalyticsClient {
|
|
|
3421
3427
|
* @param GetAssociationSummaryRequest
|
|
3422
3428
|
* @return GetAssociationSummaryResponse
|
|
3423
3429
|
* @throws OciError when an error occurs
|
|
3424
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3430
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetAssociationSummary.ts.html |here} to see how to use GetAssociationSummary API.
|
|
3425
3431
|
*/
|
|
3426
3432
|
getAssociationSummary(getAssociationSummaryRequest) {
|
|
3427
3433
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3482,7 +3488,7 @@ class LogAnalyticsClient {
|
|
|
3482
3488
|
* @param GetCategoryRequest
|
|
3483
3489
|
* @return GetCategoryResponse
|
|
3484
3490
|
* @throws OciError when an error occurs
|
|
3485
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3491
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetCategory.ts.html |here} to see how to use GetCategory API.
|
|
3486
3492
|
*/
|
|
3487
3493
|
getCategory(getCategoryRequest) {
|
|
3488
3494
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3542,7 +3548,7 @@ class LogAnalyticsClient {
|
|
|
3542
3548
|
* @param GetColumnNamesRequest
|
|
3543
3549
|
* @return GetColumnNamesResponse
|
|
3544
3550
|
* @throws OciError when an error occurs
|
|
3545
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3551
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetColumnNames.ts.html |here} to see how to use GetColumnNames API.
|
|
3546
3552
|
*/
|
|
3547
3553
|
getColumnNames(getColumnNamesRequest) {
|
|
3548
3554
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3604,7 +3610,7 @@ class LogAnalyticsClient {
|
|
|
3604
3610
|
* @param GetConfigWorkRequestRequest
|
|
3605
3611
|
* @return GetConfigWorkRequestResponse
|
|
3606
3612
|
* @throws OciError when an error occurs
|
|
3607
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3613
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetConfigWorkRequest.ts.html |here} to see how to use GetConfigWorkRequest API.
|
|
3608
3614
|
*/
|
|
3609
3615
|
getConfigWorkRequest(getConfigWorkRequestRequest) {
|
|
3610
3616
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3664,7 +3670,7 @@ class LogAnalyticsClient {
|
|
|
3664
3670
|
* @param GetFieldRequest
|
|
3665
3671
|
* @return GetFieldResponse
|
|
3666
3672
|
* @throws OciError when an error occurs
|
|
3667
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3673
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetField.ts.html |here} to see how to use GetField API.
|
|
3668
3674
|
*/
|
|
3669
3675
|
getField(getFieldRequest) {
|
|
3670
3676
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3729,7 +3735,7 @@ class LogAnalyticsClient {
|
|
|
3729
3735
|
* @param GetFieldsSummaryRequest
|
|
3730
3736
|
* @return GetFieldsSummaryResponse
|
|
3731
3737
|
* @throws OciError when an error occurs
|
|
3732
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3738
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetFieldsSummary.ts.html |here} to see how to use GetFieldsSummary API.
|
|
3733
3739
|
*/
|
|
3734
3740
|
getFieldsSummary(getFieldsSummaryRequest) {
|
|
3735
3741
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3790,7 +3796,7 @@ class LogAnalyticsClient {
|
|
|
3790
3796
|
* @param GetIngestTimeRuleRequest
|
|
3791
3797
|
* @return GetIngestTimeRuleResponse
|
|
3792
3798
|
* @throws OciError when an error occurs
|
|
3793
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3799
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetIngestTimeRule.ts.html |here} to see how to use GetIngestTimeRule API.
|
|
3794
3800
|
*/
|
|
3795
3801
|
getIngestTimeRule(getIngestTimeRuleRequest) {
|
|
3796
3802
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3855,7 +3861,7 @@ class LogAnalyticsClient {
|
|
|
3855
3861
|
* @param GetLabelRequest
|
|
3856
3862
|
* @return GetLabelResponse
|
|
3857
3863
|
* @throws OciError when an error occurs
|
|
3858
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3864
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetLabel.ts.html |here} to see how to use GetLabel API.
|
|
3859
3865
|
*/
|
|
3860
3866
|
getLabel(getLabelRequest) {
|
|
3861
3867
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3920,7 +3926,7 @@ class LogAnalyticsClient {
|
|
|
3920
3926
|
* @param GetLabelSummaryRequest
|
|
3921
3927
|
* @return GetLabelSummaryResponse
|
|
3922
3928
|
* @throws OciError when an error occurs
|
|
3923
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3929
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetLabelSummary.ts.html |here} to see how to use GetLabelSummary API.
|
|
3924
3930
|
*/
|
|
3925
3931
|
getLabelSummary(getLabelSummaryRequest) {
|
|
3926
3932
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3978,7 +3984,7 @@ class LogAnalyticsClient {
|
|
|
3978
3984
|
* @param GetLogAnalyticsEmBridgeRequest
|
|
3979
3985
|
* @return GetLogAnalyticsEmBridgeResponse
|
|
3980
3986
|
* @throws OciError when an error occurs
|
|
3981
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3987
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetLogAnalyticsEmBridge.ts.html |here} to see how to use GetLogAnalyticsEmBridge API.
|
|
3982
3988
|
*/
|
|
3983
3989
|
getLogAnalyticsEmBridge(getLogAnalyticsEmBridgeRequest) {
|
|
3984
3990
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4042,7 +4048,7 @@ class LogAnalyticsClient {
|
|
|
4042
4048
|
* @param GetLogAnalyticsEmBridgeSummaryRequest
|
|
4043
4049
|
* @return GetLogAnalyticsEmBridgeSummaryResponse
|
|
4044
4050
|
* @throws OciError when an error occurs
|
|
4045
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4051
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetLogAnalyticsEmBridgeSummary.ts.html |here} to see how to use GetLogAnalyticsEmBridgeSummary API.
|
|
4046
4052
|
*/
|
|
4047
4053
|
getLogAnalyticsEmBridgeSummary(getLogAnalyticsEmBridgeSummaryRequest) {
|
|
4048
4054
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4102,7 +4108,7 @@ class LogAnalyticsClient {
|
|
|
4102
4108
|
* @param GetLogAnalyticsEntitiesSummaryRequest
|
|
4103
4109
|
* @return GetLogAnalyticsEntitiesSummaryResponse
|
|
4104
4110
|
* @throws OciError when an error occurs
|
|
4105
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4111
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetLogAnalyticsEntitiesSummary.ts.html |here} to see how to use GetLogAnalyticsEntitiesSummary API.
|
|
4106
4112
|
*/
|
|
4107
4113
|
getLogAnalyticsEntitiesSummary(getLogAnalyticsEntitiesSummaryRequest) {
|
|
4108
4114
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4162,7 +4168,7 @@ class LogAnalyticsClient {
|
|
|
4162
4168
|
* @param GetLogAnalyticsEntityRequest
|
|
4163
4169
|
* @return GetLogAnalyticsEntityResponse
|
|
4164
4170
|
* @throws OciError when an error occurs
|
|
4165
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4171
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetLogAnalyticsEntity.ts.html |here} to see how to use GetLogAnalyticsEntity API.
|
|
4166
4172
|
*/
|
|
4167
4173
|
getLogAnalyticsEntity(getLogAnalyticsEntityRequest) {
|
|
4168
4174
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4226,7 +4232,7 @@ class LogAnalyticsClient {
|
|
|
4226
4232
|
* @param GetLogAnalyticsEntityTypeRequest
|
|
4227
4233
|
* @return GetLogAnalyticsEntityTypeResponse
|
|
4228
4234
|
* @throws OciError when an error occurs
|
|
4229
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4235
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetLogAnalyticsEntityType.ts.html |here} to see how to use GetLogAnalyticsEntityType API.
|
|
4230
4236
|
*/
|
|
4231
4237
|
getLogAnalyticsEntityType(getLogAnalyticsEntityTypeRequest) {
|
|
4232
4238
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4291,7 +4297,7 @@ class LogAnalyticsClient {
|
|
|
4291
4297
|
* @param GetLogAnalyticsLogGroupRequest
|
|
4292
4298
|
* @return GetLogAnalyticsLogGroupResponse
|
|
4293
4299
|
* @throws OciError when an error occurs
|
|
4294
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4300
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetLogAnalyticsLogGroup.ts.html |here} to see how to use GetLogAnalyticsLogGroup API.
|
|
4295
4301
|
*/
|
|
4296
4302
|
getLogAnalyticsLogGroup(getLogAnalyticsLogGroupRequest) {
|
|
4297
4303
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4356,7 +4362,7 @@ class LogAnalyticsClient {
|
|
|
4356
4362
|
* @param GetLogAnalyticsLogGroupsSummaryRequest
|
|
4357
4363
|
* @return GetLogAnalyticsLogGroupsSummaryResponse
|
|
4358
4364
|
* @throws OciError when an error occurs
|
|
4359
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4365
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetLogAnalyticsLogGroupsSummary.ts.html |here} to see how to use GetLogAnalyticsLogGroupsSummary API.
|
|
4360
4366
|
*/
|
|
4361
4367
|
getLogAnalyticsLogGroupsSummary(getLogAnalyticsLogGroupsSummaryRequest) {
|
|
4362
4368
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4416,7 +4422,7 @@ class LogAnalyticsClient {
|
|
|
4416
4422
|
* @param GetLogAnalyticsObjectCollectionRuleRequest
|
|
4417
4423
|
* @return GetLogAnalyticsObjectCollectionRuleResponse
|
|
4418
4424
|
* @throws OciError when an error occurs
|
|
4419
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4425
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use GetLogAnalyticsObjectCollectionRule API.
|
|
4420
4426
|
*/
|
|
4421
4427
|
getLogAnalyticsObjectCollectionRule(getLogAnalyticsObjectCollectionRuleRequest) {
|
|
4422
4428
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4481,7 +4487,7 @@ class LogAnalyticsClient {
|
|
|
4481
4487
|
* @param GetLogSetsCountRequest
|
|
4482
4488
|
* @return GetLogSetsCountResponse
|
|
4483
4489
|
* @throws OciError when an error occurs
|
|
4484
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4490
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetLogSetsCount.ts.html |here} to see how to use GetLogSetsCount API.
|
|
4485
4491
|
*/
|
|
4486
4492
|
getLogSetsCount(getLogSetsCountRequest) {
|
|
4487
4493
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4540,7 +4546,7 @@ class LogAnalyticsClient {
|
|
|
4540
4546
|
* @param GetLookupRequest
|
|
4541
4547
|
* @return GetLookupResponse
|
|
4542
4548
|
* @throws OciError when an error occurs
|
|
4543
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4549
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetLookup.ts.html |here} to see how to use GetLookup API.
|
|
4544
4550
|
*/
|
|
4545
4551
|
getLookup(getLookupRequest) {
|
|
4546
4552
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4604,7 +4610,7 @@ class LogAnalyticsClient {
|
|
|
4604
4610
|
* @param GetLookupSummaryRequest
|
|
4605
4611
|
* @return GetLookupSummaryResponse
|
|
4606
4612
|
* @throws OciError when an error occurs
|
|
4607
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4613
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetLookupSummary.ts.html |here} to see how to use GetLookupSummary API.
|
|
4608
4614
|
*/
|
|
4609
4615
|
getLookupSummary(getLookupSummaryRequest) {
|
|
4610
4616
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4663,7 +4669,7 @@ class LogAnalyticsClient {
|
|
|
4663
4669
|
* @param GetNamespaceRequest
|
|
4664
4670
|
* @return GetNamespaceResponse
|
|
4665
4671
|
* @throws OciError when an error occurs
|
|
4666
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4672
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetNamespace.ts.html |here} to see how to use GetNamespace API.
|
|
4667
4673
|
*/
|
|
4668
4674
|
getNamespace(getNamespaceRequest) {
|
|
4669
4675
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4727,7 +4733,7 @@ class LogAnalyticsClient {
|
|
|
4727
4733
|
* @param GetParserRequest
|
|
4728
4734
|
* @return GetParserResponse
|
|
4729
4735
|
* @throws OciError when an error occurs
|
|
4730
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4736
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetParser.ts.html |here} to see how to use GetParser API.
|
|
4731
4737
|
*/
|
|
4732
4738
|
getParser(getParserRequest) {
|
|
4733
4739
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4792,7 +4798,7 @@ class LogAnalyticsClient {
|
|
|
4792
4798
|
* @param GetParserSummaryRequest
|
|
4793
4799
|
* @return GetParserSummaryResponse
|
|
4794
4800
|
* @throws OciError when an error occurs
|
|
4795
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4801
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetParserSummary.ts.html |here} to see how to use GetParserSummary API.
|
|
4796
4802
|
*/
|
|
4797
4803
|
getParserSummary(getParserSummaryRequest) {
|
|
4798
4804
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4845,13 +4851,13 @@ class LogAnalyticsClient {
|
|
|
4845
4851
|
});
|
|
4846
4852
|
}
|
|
4847
4853
|
/**
|
|
4848
|
-
* Lists the preferences
|
|
4854
|
+
* Lists the tenant preferences such as DEFAULT_HOMEPAGE and collection properties.
|
|
4849
4855
|
*
|
|
4850
4856
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
4851
4857
|
* @param GetPreferencesRequest
|
|
4852
4858
|
* @return GetPreferencesResponse
|
|
4853
4859
|
* @throws OciError when an error occurs
|
|
4854
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4860
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetPreferences.ts.html |here} to see how to use GetPreferences API.
|
|
4855
4861
|
*/
|
|
4856
4862
|
getPreferences(getPreferencesRequest) {
|
|
4857
4863
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4926,7 +4932,7 @@ class LogAnalyticsClient {
|
|
|
4926
4932
|
* @param GetQueryResultRequest
|
|
4927
4933
|
* @return GetQueryResultResponse
|
|
4928
4934
|
* @throws OciError when an error occurs
|
|
4929
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4935
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetQueryResult.ts.html |here} to see how to use GetQueryResult API.
|
|
4930
4936
|
*/
|
|
4931
4937
|
getQueryResult(getQueryResultRequest) {
|
|
4932
4938
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5006,7 +5012,7 @@ class LogAnalyticsClient {
|
|
|
5006
5012
|
* @param GetQueryWorkRequestRequest
|
|
5007
5013
|
* @return GetQueryWorkRequestResponse
|
|
5008
5014
|
* @throws OciError when an error occurs
|
|
5009
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5015
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetQueryWorkRequest.ts.html |here} to see how to use GetQueryWorkRequest API.
|
|
5010
5016
|
*/
|
|
5011
5017
|
getQueryWorkRequest(getQueryWorkRequestRequest) {
|
|
5012
5018
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5069,13 +5075,205 @@ class LogAnalyticsClient {
|
|
|
5069
5075
|
}
|
|
5070
5076
|
});
|
|
5071
5077
|
}
|
|
5078
|
+
/**
|
|
5079
|
+
* This API gets the number of recalls made and the maximum recalls that can be made
|
|
5080
|
+
*
|
|
5081
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5082
|
+
* @param GetRecallCountRequest
|
|
5083
|
+
* @return GetRecallCountResponse
|
|
5084
|
+
* @throws OciError when an error occurs
|
|
5085
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetRecallCount.ts.html |here} to see how to use GetRecallCount API.
|
|
5086
|
+
*/
|
|
5087
|
+
getRecallCount(getRecallCountRequest) {
|
|
5088
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5089
|
+
if (this.logger)
|
|
5090
|
+
this.logger.debug("Calling operation LogAnalyticsClient#getRecallCount.");
|
|
5091
|
+
const operationName = "getRecallCount";
|
|
5092
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/logan-api-spec/20200601/Storage/GetRecallCount";
|
|
5093
|
+
const pathParams = {
|
|
5094
|
+
"{namespaceName}": getRecallCountRequest.namespaceName
|
|
5095
|
+
};
|
|
5096
|
+
const queryParams = {};
|
|
5097
|
+
let headerParams = {
|
|
5098
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5099
|
+
"opc-request-id": getRecallCountRequest.opcRequestId
|
|
5100
|
+
};
|
|
5101
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5102
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getRecallCountRequest.retryConfiguration, specRetryConfiguration);
|
|
5103
|
+
if (this.logger)
|
|
5104
|
+
retrier.logger = this.logger;
|
|
5105
|
+
const request = yield oci_common_1.composeRequest({
|
|
5106
|
+
baseEndpoint: this._endpoint,
|
|
5107
|
+
defaultHeaders: this._defaultHeaders,
|
|
5108
|
+
path: "/namespaces/{namespaceName}/storage/recallCount",
|
|
5109
|
+
method: "GET",
|
|
5110
|
+
pathParams: pathParams,
|
|
5111
|
+
headerParams: headerParams,
|
|
5112
|
+
queryParams: queryParams
|
|
5113
|
+
});
|
|
5114
|
+
try {
|
|
5115
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
5116
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
5117
|
+
responseObject: {},
|
|
5118
|
+
body: yield response.json(),
|
|
5119
|
+
bodyKey: "recallCount",
|
|
5120
|
+
bodyModel: model.RecallCount,
|
|
5121
|
+
type: "model.RecallCount",
|
|
5122
|
+
responseHeaders: [
|
|
5123
|
+
{
|
|
5124
|
+
value: response.headers.get("opc-request-id"),
|
|
5125
|
+
key: "opcRequestId",
|
|
5126
|
+
dataType: "string"
|
|
5127
|
+
}
|
|
5128
|
+
]
|
|
5129
|
+
});
|
|
5130
|
+
return sdkResponse;
|
|
5131
|
+
}
|
|
5132
|
+
catch (err) {
|
|
5133
|
+
throw err;
|
|
5134
|
+
}
|
|
5135
|
+
});
|
|
5136
|
+
}
|
|
5137
|
+
/**
|
|
5138
|
+
* This API gets the datasize of recalls for a given timeframe
|
|
5139
|
+
*
|
|
5140
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5141
|
+
* @param GetRecalledDataSizeRequest
|
|
5142
|
+
* @return GetRecalledDataSizeResponse
|
|
5143
|
+
* @throws OciError when an error occurs
|
|
5144
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetRecalledDataSize.ts.html |here} to see how to use GetRecalledDataSize API.
|
|
5145
|
+
*/
|
|
5146
|
+
getRecalledDataSize(getRecalledDataSizeRequest) {
|
|
5147
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5148
|
+
if (this.logger)
|
|
5149
|
+
this.logger.debug("Calling operation LogAnalyticsClient#getRecalledDataSize.");
|
|
5150
|
+
const operationName = "getRecalledDataSize";
|
|
5151
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/logan-api-spec/20200601/Storage/GetRecalledDataSize";
|
|
5152
|
+
const pathParams = {
|
|
5153
|
+
"{namespaceName}": getRecalledDataSizeRequest.namespaceName
|
|
5154
|
+
};
|
|
5155
|
+
const queryParams = {
|
|
5156
|
+
"timeDataStarted": getRecalledDataSizeRequest.timeDataStarted,
|
|
5157
|
+
"timeDataEnded": getRecalledDataSizeRequest.timeDataEnded
|
|
5158
|
+
};
|
|
5159
|
+
let headerParams = {
|
|
5160
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5161
|
+
"opc-request-id": getRecalledDataSizeRequest.opcRequestId
|
|
5162
|
+
};
|
|
5163
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5164
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getRecalledDataSizeRequest.retryConfiguration, specRetryConfiguration);
|
|
5165
|
+
if (this.logger)
|
|
5166
|
+
retrier.logger = this.logger;
|
|
5167
|
+
const request = yield oci_common_1.composeRequest({
|
|
5168
|
+
baseEndpoint: this._endpoint,
|
|
5169
|
+
defaultHeaders: this._defaultHeaders,
|
|
5170
|
+
path: "/namespaces/{namespaceName}/storage/recalledDataSize",
|
|
5171
|
+
method: "GET",
|
|
5172
|
+
pathParams: pathParams,
|
|
5173
|
+
headerParams: headerParams,
|
|
5174
|
+
queryParams: queryParams
|
|
5175
|
+
});
|
|
5176
|
+
try {
|
|
5177
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
5178
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
5179
|
+
responseObject: {},
|
|
5180
|
+
body: yield response.json(),
|
|
5181
|
+
bodyKey: "recalledDataSize",
|
|
5182
|
+
bodyModel: model.RecalledDataSize,
|
|
5183
|
+
type: "model.RecalledDataSize",
|
|
5184
|
+
responseHeaders: [
|
|
5185
|
+
{
|
|
5186
|
+
value: response.headers.get("opc-request-id"),
|
|
5187
|
+
key: "opcRequestId",
|
|
5188
|
+
dataType: "string"
|
|
5189
|
+
},
|
|
5190
|
+
{
|
|
5191
|
+
value: response.headers.get("opc-next-page"),
|
|
5192
|
+
key: "opcNextPage",
|
|
5193
|
+
dataType: "string"
|
|
5194
|
+
},
|
|
5195
|
+
{
|
|
5196
|
+
value: response.headers.get("opc-prev-page"),
|
|
5197
|
+
key: "opcPrevPage",
|
|
5198
|
+
dataType: "string"
|
|
5199
|
+
}
|
|
5200
|
+
]
|
|
5201
|
+
});
|
|
5202
|
+
return sdkResponse;
|
|
5203
|
+
}
|
|
5204
|
+
catch (err) {
|
|
5205
|
+
throw err;
|
|
5206
|
+
}
|
|
5207
|
+
});
|
|
5208
|
+
}
|
|
5209
|
+
/**
|
|
5210
|
+
* Returns the count of detection rules in a compartment.
|
|
5211
|
+
*
|
|
5212
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5213
|
+
* @param GetRulesSummaryRequest
|
|
5214
|
+
* @return GetRulesSummaryResponse
|
|
5215
|
+
* @throws OciError when an error occurs
|
|
5216
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetRulesSummary.ts.html |here} to see how to use GetRulesSummary API.
|
|
5217
|
+
*/
|
|
5218
|
+
getRulesSummary(getRulesSummaryRequest) {
|
|
5219
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5220
|
+
if (this.logger)
|
|
5221
|
+
this.logger.debug("Calling operation LogAnalyticsClient#getRulesSummary.");
|
|
5222
|
+
const operationName = "getRulesSummary";
|
|
5223
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/logan-api-spec/20200601/Rule/GetRulesSummary";
|
|
5224
|
+
const pathParams = {
|
|
5225
|
+
"{namespaceName}": getRulesSummaryRequest.namespaceName
|
|
5226
|
+
};
|
|
5227
|
+
const queryParams = {
|
|
5228
|
+
"compartmentId": getRulesSummaryRequest.compartmentId
|
|
5229
|
+
};
|
|
5230
|
+
let headerParams = {
|
|
5231
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5232
|
+
"opc-request-id": getRulesSummaryRequest.opcRequestId
|
|
5233
|
+
};
|
|
5234
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5235
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getRulesSummaryRequest.retryConfiguration, specRetryConfiguration);
|
|
5236
|
+
if (this.logger)
|
|
5237
|
+
retrier.logger = this.logger;
|
|
5238
|
+
const request = yield oci_common_1.composeRequest({
|
|
5239
|
+
baseEndpoint: this._endpoint,
|
|
5240
|
+
defaultHeaders: this._defaultHeaders,
|
|
5241
|
+
path: "/namespaces/{namespaceName}/rulesSummary",
|
|
5242
|
+
method: "GET",
|
|
5243
|
+
pathParams: pathParams,
|
|
5244
|
+
headerParams: headerParams,
|
|
5245
|
+
queryParams: queryParams
|
|
5246
|
+
});
|
|
5247
|
+
try {
|
|
5248
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
5249
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
5250
|
+
responseObject: {},
|
|
5251
|
+
body: yield response.json(),
|
|
5252
|
+
bodyKey: "ruleSummaryReport",
|
|
5253
|
+
bodyModel: model.RuleSummaryReport,
|
|
5254
|
+
type: "model.RuleSummaryReport",
|
|
5255
|
+
responseHeaders: [
|
|
5256
|
+
{
|
|
5257
|
+
value: response.headers.get("opc-request-id"),
|
|
5258
|
+
key: "opcRequestId",
|
|
5259
|
+
dataType: "string"
|
|
5260
|
+
}
|
|
5261
|
+
]
|
|
5262
|
+
});
|
|
5263
|
+
return sdkResponse;
|
|
5264
|
+
}
|
|
5265
|
+
catch (err) {
|
|
5266
|
+
throw err;
|
|
5267
|
+
}
|
|
5268
|
+
});
|
|
5269
|
+
}
|
|
5072
5270
|
/**
|
|
5073
5271
|
* Get the scheduled task for the specified task identifier.
|
|
5074
5272
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5075
5273
|
* @param GetScheduledTaskRequest
|
|
5076
5274
|
* @return GetScheduledTaskResponse
|
|
5077
5275
|
* @throws OciError when an error occurs
|
|
5078
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5276
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetScheduledTask.ts.html |here} to see how to use GetScheduledTask API.
|
|
5079
5277
|
*/
|
|
5080
5278
|
getScheduledTask(getScheduledTaskRequest) {
|
|
5081
5279
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5140,7 +5338,7 @@ class LogAnalyticsClient {
|
|
|
5140
5338
|
* @param GetSourceRequest
|
|
5141
5339
|
* @return GetSourceResponse
|
|
5142
5340
|
* @throws OciError when an error occurs
|
|
5143
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5341
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetSource.ts.html |here} to see how to use GetSource API.
|
|
5144
5342
|
*/
|
|
5145
5343
|
getSource(getSourceRequest) {
|
|
5146
5344
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5207,7 +5405,7 @@ class LogAnalyticsClient {
|
|
|
5207
5405
|
* @param GetSourceSummaryRequest
|
|
5208
5406
|
* @return GetSourceSummaryResponse
|
|
5209
5407
|
* @throws OciError when an error occurs
|
|
5210
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5408
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetSourceSummary.ts.html |here} to see how to use GetSourceSummary API.
|
|
5211
5409
|
*/
|
|
5212
5410
|
getSourceSummary(getSourceSummaryRequest) {
|
|
5213
5411
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5266,7 +5464,7 @@ class LogAnalyticsClient {
|
|
|
5266
5464
|
* @param GetStorageRequest
|
|
5267
5465
|
* @return GetStorageResponse
|
|
5268
5466
|
* @throws OciError when an error occurs
|
|
5269
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5467
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetStorage.ts.html |here} to see how to use GetStorage API.
|
|
5270
5468
|
*/
|
|
5271
5469
|
getStorage(getStorageRequest) {
|
|
5272
5470
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5331,7 +5529,7 @@ class LogAnalyticsClient {
|
|
|
5331
5529
|
* @param GetStorageUsageRequest
|
|
5332
5530
|
* @return GetStorageUsageResponse
|
|
5333
5531
|
* @throws OciError when an error occurs
|
|
5334
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5532
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetStorageUsage.ts.html |here} to see how to use GetStorageUsage API.
|
|
5335
5533
|
*/
|
|
5336
5534
|
getStorageUsage(getStorageUsageRequest) {
|
|
5337
5535
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5391,7 +5589,7 @@ class LogAnalyticsClient {
|
|
|
5391
5589
|
* @param GetStorageWorkRequestRequest
|
|
5392
5590
|
* @return GetStorageWorkRequestResponse
|
|
5393
5591
|
* @throws OciError when an error occurs
|
|
5394
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5592
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetStorageWorkRequest.ts.html |here} to see how to use GetStorageWorkRequest API.
|
|
5395
5593
|
*/
|
|
5396
5594
|
getStorageWorkRequest(getStorageWorkRequestRequest) {
|
|
5397
5595
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5461,7 +5659,7 @@ class LogAnalyticsClient {
|
|
|
5461
5659
|
* @param GetUnprocessedDataBucketRequest
|
|
5462
5660
|
* @return GetUnprocessedDataBucketResponse
|
|
5463
5661
|
* @throws OciError when an error occurs
|
|
5464
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5662
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetUnprocessedDataBucket.ts.html |here} to see how to use GetUnprocessedDataBucket API.
|
|
5465
5663
|
*/
|
|
5466
5664
|
getUnprocessedDataBucket(getUnprocessedDataBucketRequest) {
|
|
5467
5665
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5519,7 +5717,7 @@ class LogAnalyticsClient {
|
|
|
5519
5717
|
* @param GetUploadRequest
|
|
5520
5718
|
* @return GetUploadResponse
|
|
5521
5719
|
* @throws OciError when an error occurs
|
|
5522
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5720
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetUpload.ts.html |here} to see how to use GetUpload API.
|
|
5523
5721
|
*/
|
|
5524
5722
|
getUpload(getUploadRequest) {
|
|
5525
5723
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5583,7 +5781,7 @@ class LogAnalyticsClient {
|
|
|
5583
5781
|
* @param GetWorkRequestRequest
|
|
5584
5782
|
* @return GetWorkRequestResponse
|
|
5585
5783
|
* @throws OciError when an error occurs
|
|
5586
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5784
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
5587
5785
|
*/
|
|
5588
5786
|
getWorkRequest(getWorkRequestRequest) {
|
|
5589
5787
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5648,7 +5846,7 @@ class LogAnalyticsClient {
|
|
|
5648
5846
|
* @param ImportCustomContentRequest
|
|
5649
5847
|
* @return ImportCustomContentResponse
|
|
5650
5848
|
* @throws OciError when an error occurs
|
|
5651
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5849
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ImportCustomContent.ts.html |here} to see how to use ImportCustomContent API.
|
|
5652
5850
|
*/
|
|
5653
5851
|
importCustomContent(importCustomContentRequest) {
|
|
5654
5852
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5712,7 +5910,7 @@ class LogAnalyticsClient {
|
|
|
5712
5910
|
* @param ListAssociableEntitiesRequest
|
|
5713
5911
|
* @return ListAssociableEntitiesResponse
|
|
5714
5912
|
* @throws OciError when an error occurs
|
|
5715
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5913
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListAssociableEntities.ts.html |here} to see how to use ListAssociableEntities API.
|
|
5716
5914
|
*/
|
|
5717
5915
|
listAssociableEntities(listAssociableEntitiesRequest) {
|
|
5718
5916
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5790,7 +5988,7 @@ class LogAnalyticsClient {
|
|
|
5790
5988
|
* @param ListAssociatedEntitiesRequest
|
|
5791
5989
|
* @return ListAssociatedEntitiesResponse
|
|
5792
5990
|
* @throws OciError when an error occurs
|
|
5793
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5991
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListAssociatedEntities.ts.html |here} to see how to use ListAssociatedEntities API.
|
|
5794
5992
|
*/
|
|
5795
5993
|
listAssociatedEntities(listAssociatedEntitiesRequest) {
|
|
5796
5994
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5868,7 +6066,7 @@ class LogAnalyticsClient {
|
|
|
5868
6066
|
* @param ListAutoAssociationsRequest
|
|
5869
6067
|
* @return ListAutoAssociationsResponse
|
|
5870
6068
|
* @throws OciError when an error occurs
|
|
5871
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6069
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListAutoAssociations.ts.html |here} to see how to use ListAutoAssociations API.
|
|
5872
6070
|
*/
|
|
5873
6071
|
listAutoAssociations(listAutoAssociationsRequest) {
|
|
5874
6072
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5943,7 +6141,7 @@ class LogAnalyticsClient {
|
|
|
5943
6141
|
* @param ListCategoriesRequest
|
|
5944
6142
|
* @return ListCategoriesResponse
|
|
5945
6143
|
* @throws OciError when an error occurs
|
|
5946
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6144
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListCategories.ts.html |here} to see how to use ListCategories API.
|
|
5947
6145
|
*/
|
|
5948
6146
|
listCategories(listCategoriesRequest) {
|
|
5949
6147
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6020,7 +6218,7 @@ class LogAnalyticsClient {
|
|
|
6020
6218
|
* @param ListConfigWorkRequestsRequest
|
|
6021
6219
|
* @return ListConfigWorkRequestsResponse
|
|
6022
6220
|
* @throws OciError when an error occurs
|
|
6023
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6221
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListConfigWorkRequests.ts.html |here} to see how to use ListConfigWorkRequests API.
|
|
6024
6222
|
*/
|
|
6025
6223
|
listConfigWorkRequests(listConfigWorkRequestsRequest) {
|
|
6026
6224
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6087,13 +6285,93 @@ class LogAnalyticsClient {
|
|
|
6087
6285
|
}
|
|
6088
6286
|
});
|
|
6089
6287
|
}
|
|
6288
|
+
/**
|
|
6289
|
+
* Returns a list of effective properties for the specified resource.
|
|
6290
|
+
*
|
|
6291
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
6292
|
+
* @param ListEffectivePropertiesRequest
|
|
6293
|
+
* @return ListEffectivePropertiesResponse
|
|
6294
|
+
* @throws OciError when an error occurs
|
|
6295
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListEffectiveProperties.ts.html |here} to see how to use ListEffectiveProperties API.
|
|
6296
|
+
*/
|
|
6297
|
+
listEffectiveProperties(listEffectivePropertiesRequest) {
|
|
6298
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
6299
|
+
if (this.logger)
|
|
6300
|
+
this.logger.debug("Calling operation LogAnalyticsClient#listEffectiveProperties.");
|
|
6301
|
+
const operationName = "listEffectiveProperties";
|
|
6302
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/logan-api-spec/20200601/LogAnalyticsProperty/ListEffectiveProperties";
|
|
6303
|
+
const pathParams = {
|
|
6304
|
+
"{namespaceName}": listEffectivePropertiesRequest.namespaceName
|
|
6305
|
+
};
|
|
6306
|
+
const queryParams = {
|
|
6307
|
+
"agentId": listEffectivePropertiesRequest.agentId,
|
|
6308
|
+
"sourceName": listEffectivePropertiesRequest.sourceName,
|
|
6309
|
+
"isIncludePatterns": listEffectivePropertiesRequest.isIncludePatterns,
|
|
6310
|
+
"entityId": listEffectivePropertiesRequest.entityId,
|
|
6311
|
+
"patternId": listEffectivePropertiesRequest.patternId,
|
|
6312
|
+
"name": listEffectivePropertiesRequest.name,
|
|
6313
|
+
"limit": listEffectivePropertiesRequest.limit,
|
|
6314
|
+
"page": listEffectivePropertiesRequest.page,
|
|
6315
|
+
"sortOrder": listEffectivePropertiesRequest.sortOrder,
|
|
6316
|
+
"sortBy": listEffectivePropertiesRequest.sortBy
|
|
6317
|
+
};
|
|
6318
|
+
let headerParams = {
|
|
6319
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
6320
|
+
"opc-request-id": listEffectivePropertiesRequest.opcRequestId
|
|
6321
|
+
};
|
|
6322
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
6323
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listEffectivePropertiesRequest.retryConfiguration, specRetryConfiguration);
|
|
6324
|
+
if (this.logger)
|
|
6325
|
+
retrier.logger = this.logger;
|
|
6326
|
+
const request = yield oci_common_1.composeRequest({
|
|
6327
|
+
baseEndpoint: this._endpoint,
|
|
6328
|
+
defaultHeaders: this._defaultHeaders,
|
|
6329
|
+
path: "/namespaces/{namespaceName}/effectiveProperties",
|
|
6330
|
+
method: "GET",
|
|
6331
|
+
pathParams: pathParams,
|
|
6332
|
+
headerParams: headerParams,
|
|
6333
|
+
queryParams: queryParams
|
|
6334
|
+
});
|
|
6335
|
+
try {
|
|
6336
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
6337
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
6338
|
+
responseObject: {},
|
|
6339
|
+
body: yield response.json(),
|
|
6340
|
+
bodyKey: "effectivePropertyCollection",
|
|
6341
|
+
bodyModel: model.EffectivePropertyCollection,
|
|
6342
|
+
type: "model.EffectivePropertyCollection",
|
|
6343
|
+
responseHeaders: [
|
|
6344
|
+
{
|
|
6345
|
+
value: response.headers.get("opc-prev-page"),
|
|
6346
|
+
key: "opcPrevPage",
|
|
6347
|
+
dataType: "string"
|
|
6348
|
+
},
|
|
6349
|
+
{
|
|
6350
|
+
value: response.headers.get("opc-request-id"),
|
|
6351
|
+
key: "opcRequestId",
|
|
6352
|
+
dataType: "string"
|
|
6353
|
+
},
|
|
6354
|
+
{
|
|
6355
|
+
value: response.headers.get("opc-next-page"),
|
|
6356
|
+
key: "opcNextPage",
|
|
6357
|
+
dataType: "string"
|
|
6358
|
+
}
|
|
6359
|
+
]
|
|
6360
|
+
});
|
|
6361
|
+
return sdkResponse;
|
|
6362
|
+
}
|
|
6363
|
+
catch (err) {
|
|
6364
|
+
throw err;
|
|
6365
|
+
}
|
|
6366
|
+
});
|
|
6367
|
+
}
|
|
6090
6368
|
/**
|
|
6091
6369
|
* This API returns the list of customer owned encryption key info.
|
|
6092
6370
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
6093
6371
|
* @param ListEncryptionKeyInfoRequest
|
|
6094
6372
|
* @return ListEncryptionKeyInfoResponse
|
|
6095
6373
|
* @throws OciError when an error occurs
|
|
6096
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6374
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListEncryptionKeyInfo.ts.html |here} to see how to use ListEncryptionKeyInfo API.
|
|
6097
6375
|
*/
|
|
6098
6376
|
listEncryptionKeyInfo(listEncryptionKeyInfoRequest) {
|
|
6099
6377
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6151,7 +6429,7 @@ class LogAnalyticsClient {
|
|
|
6151
6429
|
* @param ListEntityAssociationsRequest
|
|
6152
6430
|
* @return ListEntityAssociationsResponse
|
|
6153
6431
|
* @throws OciError when an error occurs
|
|
6154
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6432
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListEntityAssociations.ts.html |here} to see how to use ListEntityAssociations API.
|
|
6155
6433
|
*/
|
|
6156
6434
|
listEntityAssociations(listEntityAssociationsRequest) {
|
|
6157
6435
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6222,7 +6500,7 @@ class LogAnalyticsClient {
|
|
|
6222
6500
|
* @param ListEntitySourceAssociationsRequest
|
|
6223
6501
|
* @return ListEntitySourceAssociationsResponse
|
|
6224
6502
|
* @throws OciError when an error occurs
|
|
6225
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6503
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListEntitySourceAssociations.ts.html |here} to see how to use ListEntitySourceAssociations API.
|
|
6226
6504
|
*/
|
|
6227
6505
|
listEntitySourceAssociations(listEntitySourceAssociationsRequest) {
|
|
6228
6506
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6302,7 +6580,7 @@ class LogAnalyticsClient {
|
|
|
6302
6580
|
* @param ListFieldsRequest
|
|
6303
6581
|
* @return ListFieldsResponse
|
|
6304
6582
|
* @throws OciError when an error occurs
|
|
6305
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6583
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListFields.ts.html |here} to see how to use ListFields API.
|
|
6306
6584
|
*/
|
|
6307
6585
|
listFields(listFieldsRequest) {
|
|
6308
6586
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6384,7 +6662,7 @@ class LogAnalyticsClient {
|
|
|
6384
6662
|
* @param ListIngestTimeRulesRequest
|
|
6385
6663
|
* @return ListIngestTimeRulesResponse
|
|
6386
6664
|
* @throws OciError when an error occurs
|
|
6387
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6665
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListIngestTimeRules.ts.html |here} to see how to use ListIngestTimeRules API.
|
|
6388
6666
|
*/
|
|
6389
6667
|
listIngestTimeRules(listIngestTimeRulesRequest) {
|
|
6390
6668
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6464,7 +6742,7 @@ class LogAnalyticsClient {
|
|
|
6464
6742
|
* @param ListLabelPrioritiesRequest
|
|
6465
6743
|
* @return ListLabelPrioritiesResponse
|
|
6466
6744
|
* @throws OciError when an error occurs
|
|
6467
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6745
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListLabelPriorities.ts.html |here} to see how to use ListLabelPriorities API.
|
|
6468
6746
|
*/
|
|
6469
6747
|
listLabelPriorities(listLabelPrioritiesRequest) {
|
|
6470
6748
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6536,7 +6814,7 @@ class LogAnalyticsClient {
|
|
|
6536
6814
|
* @param ListLabelSourceDetailsRequest
|
|
6537
6815
|
* @return ListLabelSourceDetailsResponse
|
|
6538
6816
|
* @throws OciError when an error occurs
|
|
6539
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6817
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListLabelSourceDetails.ts.html |here} to see how to use ListLabelSourceDetails API.
|
|
6540
6818
|
*/
|
|
6541
6819
|
listLabelSourceDetails(listLabelSourceDetailsRequest) {
|
|
6542
6820
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6611,7 +6889,7 @@ class LogAnalyticsClient {
|
|
|
6611
6889
|
* @param ListLabelsRequest
|
|
6612
6890
|
* @return ListLabelsResponse
|
|
6613
6891
|
* @throws OciError when an error occurs
|
|
6614
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6892
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListLabels.ts.html |here} to see how to use ListLabels API.
|
|
6615
6893
|
*/
|
|
6616
6894
|
listLabels(listLabelsRequest) {
|
|
6617
6895
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6690,7 +6968,7 @@ class LogAnalyticsClient {
|
|
|
6690
6968
|
* @param ListLogAnalyticsEmBridgesRequest
|
|
6691
6969
|
* @return ListLogAnalyticsEmBridgesResponse
|
|
6692
6970
|
* @throws OciError when an error occurs
|
|
6693
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6971
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListLogAnalyticsEmBridges.ts.html |here} to see how to use ListLogAnalyticsEmBridges API.
|
|
6694
6972
|
*/
|
|
6695
6973
|
listLogAnalyticsEmBridges(listLogAnalyticsEmBridgesRequest) {
|
|
6696
6974
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6763,7 +7041,7 @@ class LogAnalyticsClient {
|
|
|
6763
7041
|
* @param ListLogAnalyticsEntitiesRequest
|
|
6764
7042
|
* @return ListLogAnalyticsEntitiesResponse
|
|
6765
7043
|
* @throws OciError when an error occurs
|
|
6766
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7044
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListLogAnalyticsEntities.ts.html |here} to see how to use ListLogAnalyticsEntities API.
|
|
6767
7045
|
*/
|
|
6768
7046
|
listLogAnalyticsEntities(listLogAnalyticsEntitiesRequest) {
|
|
6769
7047
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6844,7 +7122,7 @@ class LogAnalyticsClient {
|
|
|
6844
7122
|
* @param ListLogAnalyticsEntityTopologyRequest
|
|
6845
7123
|
* @return ListLogAnalyticsEntityTopologyResponse
|
|
6846
7124
|
* @throws OciError when an error occurs
|
|
6847
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7125
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListLogAnalyticsEntityTopology.ts.html |here} to see how to use ListLogAnalyticsEntityTopology API.
|
|
6848
7126
|
*/
|
|
6849
7127
|
listLogAnalyticsEntityTopology(listLogAnalyticsEntityTopologyRequest) {
|
|
6850
7128
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6914,7 +7192,7 @@ class LogAnalyticsClient {
|
|
|
6914
7192
|
* @param ListLogAnalyticsEntityTypesRequest
|
|
6915
7193
|
* @return ListLogAnalyticsEntityTypesResponse
|
|
6916
7194
|
* @throws OciError when an error occurs
|
|
6917
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7195
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListLogAnalyticsEntityTypes.ts.html |here} to see how to use ListLogAnalyticsEntityTypes API.
|
|
6918
7196
|
*/
|
|
6919
7197
|
listLogAnalyticsEntityTypes(listLogAnalyticsEntityTypesRequest) {
|
|
6920
7198
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6987,7 +7265,7 @@ class LogAnalyticsClient {
|
|
|
6987
7265
|
* @param ListLogAnalyticsLogGroupsRequest
|
|
6988
7266
|
* @return ListLogAnalyticsLogGroupsResponse
|
|
6989
7267
|
* @throws OciError when an error occurs
|
|
6990
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7268
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListLogAnalyticsLogGroups.ts.html |here} to see how to use ListLogAnalyticsLogGroups API.
|
|
6991
7269
|
*/
|
|
6992
7270
|
listLogAnalyticsLogGroups(listLogAnalyticsLogGroupsRequest) {
|
|
6993
7271
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7062,7 +7340,7 @@ class LogAnalyticsClient {
|
|
|
7062
7340
|
* @param ListLogAnalyticsObjectCollectionRulesRequest
|
|
7063
7341
|
* @return ListLogAnalyticsObjectCollectionRulesResponse
|
|
7064
7342
|
* @throws OciError when an error occurs
|
|
7065
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7343
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListLogAnalyticsObjectCollectionRules.ts.html |here} to see how to use ListLogAnalyticsObjectCollectionRules API.
|
|
7066
7344
|
*/
|
|
7067
7345
|
listLogAnalyticsObjectCollectionRules(listLogAnalyticsObjectCollectionRulesRequest) {
|
|
7068
7346
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7134,7 +7412,7 @@ class LogAnalyticsClient {
|
|
|
7134
7412
|
* @param ListLogSetsRequest
|
|
7135
7413
|
* @return ListLogSetsResponse
|
|
7136
7414
|
* @throws OciError when an error occurs
|
|
7137
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7415
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListLogSets.ts.html |here} to see how to use ListLogSets API.
|
|
7138
7416
|
*/
|
|
7139
7417
|
listLogSets(listLogSetsRequest) {
|
|
7140
7418
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7203,7 +7481,7 @@ class LogAnalyticsClient {
|
|
|
7203
7481
|
* @param ListLookupsRequest
|
|
7204
7482
|
* @return ListLookupsResponse
|
|
7205
7483
|
* @throws OciError when an error occurs
|
|
7206
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7484
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListLookups.ts.html |here} to see how to use ListLookups API.
|
|
7207
7485
|
*/
|
|
7208
7486
|
listLookups(listLookupsRequest) {
|
|
7209
7487
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7283,7 +7561,7 @@ class LogAnalyticsClient {
|
|
|
7283
7561
|
* @param ListMetaSourceTypesRequest
|
|
7284
7562
|
* @return ListMetaSourceTypesResponse
|
|
7285
7563
|
* @throws OciError when an error occurs
|
|
7286
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7564
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListMetaSourceTypes.ts.html |here} to see how to use ListMetaSourceTypes API.
|
|
7287
7565
|
*/
|
|
7288
7566
|
listMetaSourceTypes(listMetaSourceTypesRequest) {
|
|
7289
7567
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7358,7 +7636,7 @@ class LogAnalyticsClient {
|
|
|
7358
7636
|
* @param ListNamespacesRequest
|
|
7359
7637
|
* @return ListNamespacesResponse
|
|
7360
7638
|
* @throws OciError when an error occurs
|
|
7361
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7639
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListNamespaces.ts.html |here} to see how to use ListNamespaces API.
|
|
7362
7640
|
*/
|
|
7363
7641
|
listNamespaces(listNamespacesRequest) {
|
|
7364
7642
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7410,6 +7688,82 @@ class LogAnalyticsClient {
|
|
|
7410
7688
|
}
|
|
7411
7689
|
});
|
|
7412
7690
|
}
|
|
7691
|
+
/**
|
|
7692
|
+
* This API gets the list of overlapping recalls made in the given timeframe
|
|
7693
|
+
*
|
|
7694
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
7695
|
+
* @param ListOverlappingRecallsRequest
|
|
7696
|
+
* @return ListOverlappingRecallsResponse
|
|
7697
|
+
* @throws OciError when an error occurs
|
|
7698
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListOverlappingRecalls.ts.html |here} to see how to use ListOverlappingRecalls API.
|
|
7699
|
+
*/
|
|
7700
|
+
listOverlappingRecalls(listOverlappingRecallsRequest) {
|
|
7701
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
7702
|
+
if (this.logger)
|
|
7703
|
+
this.logger.debug("Calling operation LogAnalyticsClient#listOverlappingRecalls.");
|
|
7704
|
+
const operationName = "listOverlappingRecalls";
|
|
7705
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/logan-api-spec/20200601/Storage/ListOverlappingRecalls";
|
|
7706
|
+
const pathParams = {
|
|
7707
|
+
"{namespaceName}": listOverlappingRecallsRequest.namespaceName
|
|
7708
|
+
};
|
|
7709
|
+
const queryParams = {
|
|
7710
|
+
"limit": listOverlappingRecallsRequest.limit,
|
|
7711
|
+
"page": listOverlappingRecallsRequest.page,
|
|
7712
|
+
"sortBy": listOverlappingRecallsRequest.sortBy,
|
|
7713
|
+
"sortOrder": listOverlappingRecallsRequest.sortOrder,
|
|
7714
|
+
"timeDataStarted": listOverlappingRecallsRequest.timeDataStarted,
|
|
7715
|
+
"timeDataEnded": listOverlappingRecallsRequest.timeDataEnded
|
|
7716
|
+
};
|
|
7717
|
+
let headerParams = {
|
|
7718
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
7719
|
+
"opc-request-id": listOverlappingRecallsRequest.opcRequestId
|
|
7720
|
+
};
|
|
7721
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
7722
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listOverlappingRecallsRequest.retryConfiguration, specRetryConfiguration);
|
|
7723
|
+
if (this.logger)
|
|
7724
|
+
retrier.logger = this.logger;
|
|
7725
|
+
const request = yield oci_common_1.composeRequest({
|
|
7726
|
+
baseEndpoint: this._endpoint,
|
|
7727
|
+
defaultHeaders: this._defaultHeaders,
|
|
7728
|
+
path: "/namespaces/{namespaceName}/storage/overlappingRecalls",
|
|
7729
|
+
method: "GET",
|
|
7730
|
+
pathParams: pathParams,
|
|
7731
|
+
headerParams: headerParams,
|
|
7732
|
+
queryParams: queryParams
|
|
7733
|
+
});
|
|
7734
|
+
try {
|
|
7735
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
7736
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
7737
|
+
responseObject: {},
|
|
7738
|
+
body: yield response.json(),
|
|
7739
|
+
bodyKey: "overlappingRecallCollection",
|
|
7740
|
+
bodyModel: model.OverlappingRecallCollection,
|
|
7741
|
+
type: "model.OverlappingRecallCollection",
|
|
7742
|
+
responseHeaders: [
|
|
7743
|
+
{
|
|
7744
|
+
value: response.headers.get("opc-request-id"),
|
|
7745
|
+
key: "opcRequestId",
|
|
7746
|
+
dataType: "string"
|
|
7747
|
+
},
|
|
7748
|
+
{
|
|
7749
|
+
value: response.headers.get("opc-next-page"),
|
|
7750
|
+
key: "opcNextPage",
|
|
7751
|
+
dataType: "string"
|
|
7752
|
+
},
|
|
7753
|
+
{
|
|
7754
|
+
value: response.headers.get("opc-prev-page"),
|
|
7755
|
+
key: "opcPrevPage",
|
|
7756
|
+
dataType: "string"
|
|
7757
|
+
}
|
|
7758
|
+
]
|
|
7759
|
+
});
|
|
7760
|
+
return sdkResponse;
|
|
7761
|
+
}
|
|
7762
|
+
catch (err) {
|
|
7763
|
+
throw err;
|
|
7764
|
+
}
|
|
7765
|
+
});
|
|
7766
|
+
}
|
|
7413
7767
|
/**
|
|
7414
7768
|
* Lists the parser functions defined for the specified parser.
|
|
7415
7769
|
*
|
|
@@ -7417,7 +7771,7 @@ class LogAnalyticsClient {
|
|
|
7417
7771
|
* @param ListParserFunctionsRequest
|
|
7418
7772
|
* @return ListParserFunctionsResponse
|
|
7419
7773
|
* @throws OciError when an error occurs
|
|
7420
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7774
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListParserFunctions.ts.html |here} to see how to use ListParserFunctions API.
|
|
7421
7775
|
*/
|
|
7422
7776
|
listParserFunctions(listParserFunctionsRequest) {
|
|
7423
7777
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7492,7 +7846,7 @@ class LogAnalyticsClient {
|
|
|
7492
7846
|
* @param ListParserMetaPluginsRequest
|
|
7493
7847
|
* @return ListParserMetaPluginsResponse
|
|
7494
7848
|
* @throws OciError when an error occurs
|
|
7495
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7849
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListParserMetaPlugins.ts.html |here} to see how to use ListParserMetaPlugins API.
|
|
7496
7850
|
*/
|
|
7497
7851
|
listParserMetaPlugins(listParserMetaPluginsRequest) {
|
|
7498
7852
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7566,7 +7920,7 @@ class LogAnalyticsClient {
|
|
|
7566
7920
|
* @param ListParsersRequest
|
|
7567
7921
|
* @return ListParsersResponse
|
|
7568
7922
|
* @throws OciError when an error occurs
|
|
7569
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7923
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListParsers.ts.html |here} to see how to use ListParsers API.
|
|
7570
7924
|
*/
|
|
7571
7925
|
listParsers(listParsersRequest) {
|
|
7572
7926
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7640,13 +7994,91 @@ class LogAnalyticsClient {
|
|
|
7640
7994
|
}
|
|
7641
7995
|
});
|
|
7642
7996
|
}
|
|
7997
|
+
/**
|
|
7998
|
+
* Returns a list of properties along with their metadata.
|
|
7999
|
+
*
|
|
8000
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
8001
|
+
* @param ListPropertiesMetadataRequest
|
|
8002
|
+
* @return ListPropertiesMetadataResponse
|
|
8003
|
+
* @throws OciError when an error occurs
|
|
8004
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListPropertiesMetadata.ts.html |here} to see how to use ListPropertiesMetadata API.
|
|
8005
|
+
*/
|
|
8006
|
+
listPropertiesMetadata(listPropertiesMetadataRequest) {
|
|
8007
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
8008
|
+
if (this.logger)
|
|
8009
|
+
this.logger.debug("Calling operation LogAnalyticsClient#listPropertiesMetadata.");
|
|
8010
|
+
const operationName = "listPropertiesMetadata";
|
|
8011
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/logan-api-spec/20200601/LogAnalyticsProperty/ListPropertiesMetadata";
|
|
8012
|
+
const pathParams = {
|
|
8013
|
+
"{namespaceName}": listPropertiesMetadataRequest.namespaceName
|
|
8014
|
+
};
|
|
8015
|
+
const queryParams = {
|
|
8016
|
+
"name": listPropertiesMetadataRequest.name,
|
|
8017
|
+
"displayText": listPropertiesMetadataRequest.displayText,
|
|
8018
|
+
"level": listPropertiesMetadataRequest.level,
|
|
8019
|
+
"constraints": listPropertiesMetadataRequest.constraints,
|
|
8020
|
+
"limit": listPropertiesMetadataRequest.limit,
|
|
8021
|
+
"page": listPropertiesMetadataRequest.page,
|
|
8022
|
+
"sortOrder": listPropertiesMetadataRequest.sortOrder,
|
|
8023
|
+
"sortBy": listPropertiesMetadataRequest.sortBy
|
|
8024
|
+
};
|
|
8025
|
+
let headerParams = {
|
|
8026
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
8027
|
+
"opc-request-id": listPropertiesMetadataRequest.opcRequestId
|
|
8028
|
+
};
|
|
8029
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
8030
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listPropertiesMetadataRequest.retryConfiguration, specRetryConfiguration);
|
|
8031
|
+
if (this.logger)
|
|
8032
|
+
retrier.logger = this.logger;
|
|
8033
|
+
const request = yield oci_common_1.composeRequest({
|
|
8034
|
+
baseEndpoint: this._endpoint,
|
|
8035
|
+
defaultHeaders: this._defaultHeaders,
|
|
8036
|
+
path: "/namespaces/{namespaceName}/propertiesMetadata",
|
|
8037
|
+
method: "GET",
|
|
8038
|
+
pathParams: pathParams,
|
|
8039
|
+
headerParams: headerParams,
|
|
8040
|
+
queryParams: queryParams
|
|
8041
|
+
});
|
|
8042
|
+
try {
|
|
8043
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
8044
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
8045
|
+
responseObject: {},
|
|
8046
|
+
body: yield response.json(),
|
|
8047
|
+
bodyKey: "propertyMetadataSummaryCollection",
|
|
8048
|
+
bodyModel: model.PropertyMetadataSummaryCollection,
|
|
8049
|
+
type: "model.PropertyMetadataSummaryCollection",
|
|
8050
|
+
responseHeaders: [
|
|
8051
|
+
{
|
|
8052
|
+
value: response.headers.get("opc-prev-page"),
|
|
8053
|
+
key: "opcPrevPage",
|
|
8054
|
+
dataType: "string"
|
|
8055
|
+
},
|
|
8056
|
+
{
|
|
8057
|
+
value: response.headers.get("opc-request-id"),
|
|
8058
|
+
key: "opcRequestId",
|
|
8059
|
+
dataType: "string"
|
|
8060
|
+
},
|
|
8061
|
+
{
|
|
8062
|
+
value: response.headers.get("opc-next-page"),
|
|
8063
|
+
key: "opcNextPage",
|
|
8064
|
+
dataType: "string"
|
|
8065
|
+
}
|
|
8066
|
+
]
|
|
8067
|
+
});
|
|
8068
|
+
return sdkResponse;
|
|
8069
|
+
}
|
|
8070
|
+
catch (err) {
|
|
8071
|
+
throw err;
|
|
8072
|
+
}
|
|
8073
|
+
});
|
|
8074
|
+
}
|
|
7643
8075
|
/**
|
|
7644
8076
|
* List active asynchronous queries.
|
|
7645
8077
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
7646
8078
|
* @param ListQueryWorkRequestsRequest
|
|
7647
8079
|
* @return ListQueryWorkRequestsResponse
|
|
7648
8080
|
* @throws OciError when an error occurs
|
|
7649
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8081
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListQueryWorkRequests.ts.html |here} to see how to use ListQueryWorkRequests API.
|
|
7650
8082
|
*/
|
|
7651
8083
|
listQueryWorkRequests(listQueryWorkRequestsRequest) {
|
|
7652
8084
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7722,7 +8154,7 @@ class LogAnalyticsClient {
|
|
|
7722
8154
|
* @param ListRecalledDataRequest
|
|
7723
8155
|
* @return ListRecalledDataResponse
|
|
7724
8156
|
* @throws OciError when an error occurs
|
|
7725
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8157
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListRecalledData.ts.html |here} to see how to use ListRecalledData API.
|
|
7726
8158
|
*/
|
|
7727
8159
|
listRecalledData(listRecalledDataRequest) {
|
|
7728
8160
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7799,7 +8231,7 @@ class LogAnalyticsClient {
|
|
|
7799
8231
|
* @param ListResourceCategoriesRequest
|
|
7800
8232
|
* @return ListResourceCategoriesResponse
|
|
7801
8233
|
* @throws OciError when an error occurs
|
|
7802
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8234
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListResourceCategories.ts.html |here} to see how to use ListResourceCategories API.
|
|
7803
8235
|
*/
|
|
7804
8236
|
listResourceCategories(listResourceCategoriesRequest) {
|
|
7805
8237
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7876,7 +8308,7 @@ class LogAnalyticsClient {
|
|
|
7876
8308
|
* @param ListRulesRequest
|
|
7877
8309
|
* @return ListRulesResponse
|
|
7878
8310
|
* @throws OciError when an error occurs
|
|
7879
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8311
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListRules.ts.html |here} to see how to use ListRules API.
|
|
7880
8312
|
*/
|
|
7881
8313
|
listRules(listRulesRequest) {
|
|
7882
8314
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7953,7 +8385,7 @@ class LogAnalyticsClient {
|
|
|
7953
8385
|
* @param ListScheduledTasksRequest
|
|
7954
8386
|
* @return ListScheduledTasksResponse
|
|
7955
8387
|
* @throws OciError when an error occurs
|
|
7956
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8388
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListScheduledTasks.ts.html |here} to see how to use ListScheduledTasks API.
|
|
7957
8389
|
*/
|
|
7958
8390
|
listScheduledTasks(listScheduledTasksRequest) {
|
|
7959
8391
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8032,7 +8464,7 @@ class LogAnalyticsClient {
|
|
|
8032
8464
|
* @param ListSourceAssociationsRequest
|
|
8033
8465
|
* @return ListSourceAssociationsResponse
|
|
8034
8466
|
* @throws OciError when an error occurs
|
|
8035
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8467
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListSourceAssociations.ts.html |here} to see how to use ListSourceAssociations API.
|
|
8036
8468
|
*/
|
|
8037
8469
|
listSourceAssociations(listSourceAssociationsRequest) {
|
|
8038
8470
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8111,7 +8543,7 @@ class LogAnalyticsClient {
|
|
|
8111
8543
|
* @param ListSourceEventTypesRequest
|
|
8112
8544
|
* @return ListSourceEventTypesResponse
|
|
8113
8545
|
* @throws OciError when an error occurs
|
|
8114
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8546
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListSourceEventTypes.ts.html |here} to see how to use ListSourceEventTypes API.
|
|
8115
8547
|
*/
|
|
8116
8548
|
listSourceEventTypes(listSourceEventTypesRequest) {
|
|
8117
8549
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8189,7 +8621,7 @@ class LogAnalyticsClient {
|
|
|
8189
8621
|
* @param ListSourceExtendedFieldDefinitionsRequest
|
|
8190
8622
|
* @return ListSourceExtendedFieldDefinitionsResponse
|
|
8191
8623
|
* @throws OciError when an error occurs
|
|
8192
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8624
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListSourceExtendedFieldDefinitions.ts.html |here} to see how to use ListSourceExtendedFieldDefinitions API.
|
|
8193
8625
|
*/
|
|
8194
8626
|
listSourceExtendedFieldDefinitions(listSourceExtendedFieldDefinitionsRequest) {
|
|
8195
8627
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8264,7 +8696,7 @@ class LogAnalyticsClient {
|
|
|
8264
8696
|
* @param ListSourceLabelOperatorsRequest
|
|
8265
8697
|
* @return ListSourceLabelOperatorsResponse
|
|
8266
8698
|
* @throws OciError when an error occurs
|
|
8267
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8699
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListSourceLabelOperators.ts.html |here} to see how to use ListSourceLabelOperators API.
|
|
8268
8700
|
*/
|
|
8269
8701
|
listSourceLabelOperators(listSourceLabelOperatorsRequest) {
|
|
8270
8702
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8338,7 +8770,7 @@ class LogAnalyticsClient {
|
|
|
8338
8770
|
* @param ListSourceMetaFunctionsRequest
|
|
8339
8771
|
* @return ListSourceMetaFunctionsResponse
|
|
8340
8772
|
* @throws OciError when an error occurs
|
|
8341
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8773
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListSourceMetaFunctions.ts.html |here} to see how to use ListSourceMetaFunctions API.
|
|
8342
8774
|
*/
|
|
8343
8775
|
listSourceMetaFunctions(listSourceMetaFunctionsRequest) {
|
|
8344
8776
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8412,7 +8844,7 @@ class LogAnalyticsClient {
|
|
|
8412
8844
|
* @param ListSourcePatternsRequest
|
|
8413
8845
|
* @return ListSourcePatternsResponse
|
|
8414
8846
|
* @throws OciError when an error occurs
|
|
8415
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8847
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListSourcePatterns.ts.html |here} to see how to use ListSourcePatterns API.
|
|
8416
8848
|
*/
|
|
8417
8849
|
listSourcePatterns(listSourcePatternsRequest) {
|
|
8418
8850
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8488,7 +8920,7 @@ class LogAnalyticsClient {
|
|
|
8488
8920
|
* @param ListSourcesRequest
|
|
8489
8921
|
* @return ListSourcesResponse
|
|
8490
8922
|
* @throws OciError when an error occurs
|
|
8491
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8923
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListSources.ts.html |here} to see how to use ListSources API.
|
|
8492
8924
|
*/
|
|
8493
8925
|
listSources(listSourcesRequest) {
|
|
8494
8926
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8569,7 +9001,7 @@ class LogAnalyticsClient {
|
|
|
8569
9001
|
* @param ListStorageWorkRequestErrorsRequest
|
|
8570
9002
|
* @return ListStorageWorkRequestErrorsResponse
|
|
8571
9003
|
* @throws OciError when an error occurs
|
|
8572
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9004
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListStorageWorkRequestErrors.ts.html |here} to see how to use ListStorageWorkRequestErrors API.
|
|
8573
9005
|
*/
|
|
8574
9006
|
listStorageWorkRequestErrors(listStorageWorkRequestErrorsRequest) {
|
|
8575
9007
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8645,7 +9077,7 @@ class LogAnalyticsClient {
|
|
|
8645
9077
|
* @param ListStorageWorkRequestsRequest
|
|
8646
9078
|
* @return ListStorageWorkRequestsResponse
|
|
8647
9079
|
* @throws OciError when an error occurs
|
|
8648
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9080
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListStorageWorkRequests.ts.html |here} to see how to use ListStorageWorkRequests API.
|
|
8649
9081
|
*/
|
|
8650
9082
|
listStorageWorkRequests(listStorageWorkRequestsRequest) {
|
|
8651
9083
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8725,7 +9157,7 @@ class LogAnalyticsClient {
|
|
|
8725
9157
|
* @param ListSupportedCharEncodingsRequest
|
|
8726
9158
|
* @return ListSupportedCharEncodingsResponse
|
|
8727
9159
|
* @throws OciError when an error occurs
|
|
8728
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9160
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListSupportedCharEncodings.ts.html |here} to see how to use ListSupportedCharEncodings API.
|
|
8729
9161
|
*/
|
|
8730
9162
|
listSupportedCharEncodings(listSupportedCharEncodingsRequest) {
|
|
8731
9163
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8796,7 +9228,7 @@ class LogAnalyticsClient {
|
|
|
8796
9228
|
* @param ListSupportedTimezonesRequest
|
|
8797
9229
|
* @return ListSupportedTimezonesResponse
|
|
8798
9230
|
* @throws OciError when an error occurs
|
|
8799
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9231
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListSupportedTimezones.ts.html |here} to see how to use ListSupportedTimezones API.
|
|
8800
9232
|
*/
|
|
8801
9233
|
listSupportedTimezones(listSupportedTimezonesRequest) {
|
|
8802
9234
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8867,7 +9299,7 @@ class LogAnalyticsClient {
|
|
|
8867
9299
|
* @param ListUploadFilesRequest
|
|
8868
9300
|
* @return ListUploadFilesResponse
|
|
8869
9301
|
* @throws OciError when an error occurs
|
|
8870
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9302
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListUploadFiles.ts.html |here} to see how to use ListUploadFiles API.
|
|
8871
9303
|
*/
|
|
8872
9304
|
listUploadFiles(listUploadFilesRequest) {
|
|
8873
9305
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8938,7 +9370,7 @@ class LogAnalyticsClient {
|
|
|
8938
9370
|
* @param ListUploadWarningsRequest
|
|
8939
9371
|
* @return ListUploadWarningsResponse
|
|
8940
9372
|
* @throws OciError when an error occurs
|
|
8941
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9373
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListUploadWarnings.ts.html |here} to see how to use ListUploadWarnings API.
|
|
8942
9374
|
*/
|
|
8943
9375
|
listUploadWarnings(listUploadWarningsRequest) {
|
|
8944
9376
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9007,7 +9439,7 @@ class LogAnalyticsClient {
|
|
|
9007
9439
|
* @param ListUploadsRequest
|
|
9008
9440
|
* @return ListUploadsResponse
|
|
9009
9441
|
* @throws OciError when an error occurs
|
|
9010
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9442
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListUploads.ts.html |here} to see how to use ListUploads API.
|
|
9011
9443
|
*/
|
|
9012
9444
|
listUploads(listUploadsRequest) {
|
|
9013
9445
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9084,7 +9516,7 @@ class LogAnalyticsClient {
|
|
|
9084
9516
|
* @param ListWarningsRequest
|
|
9085
9517
|
* @return ListWarningsResponse
|
|
9086
9518
|
* @throws OciError when an error occurs
|
|
9087
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9519
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListWarnings.ts.html |here} to see how to use ListWarnings API.
|
|
9088
9520
|
*/
|
|
9089
9521
|
listWarnings(listWarningsRequest) {
|
|
9090
9522
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9169,7 +9601,7 @@ class LogAnalyticsClient {
|
|
|
9169
9601
|
* @param ListWorkRequestErrorsRequest
|
|
9170
9602
|
* @return ListWorkRequestErrorsResponse
|
|
9171
9603
|
* @throws OciError when an error occurs
|
|
9172
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9604
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
9173
9605
|
*/
|
|
9174
9606
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
9175
9607
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9237,7 +9669,7 @@ class LogAnalyticsClient {
|
|
|
9237
9669
|
* @param ListWorkRequestLogsRequest
|
|
9238
9670
|
* @return ListWorkRequestLogsResponse
|
|
9239
9671
|
* @throws OciError when an error occurs
|
|
9240
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9672
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
9241
9673
|
*/
|
|
9242
9674
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
9243
9675
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9305,7 +9737,7 @@ class LogAnalyticsClient {
|
|
|
9305
9737
|
* @param ListWorkRequestsRequest
|
|
9306
9738
|
* @return ListWorkRequestsResponse
|
|
9307
9739
|
* @throws OciError when an error occurs
|
|
9308
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9740
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
9309
9741
|
*/
|
|
9310
9742
|
listWorkRequests(listWorkRequestsRequest) {
|
|
9311
9743
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9372,7 +9804,7 @@ class LogAnalyticsClient {
|
|
|
9372
9804
|
* @param OffboardNamespaceRequest
|
|
9373
9805
|
* @return OffboardNamespaceResponse
|
|
9374
9806
|
* @throws OciError when an error occurs
|
|
9375
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9807
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/OffboardNamespace.ts.html |here} to see how to use OffboardNamespace API.
|
|
9376
9808
|
*/
|
|
9377
9809
|
offboardNamespace(offboardNamespaceRequest) {
|
|
9378
9810
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9433,7 +9865,7 @@ class LogAnalyticsClient {
|
|
|
9433
9865
|
* @param OnboardNamespaceRequest
|
|
9434
9866
|
* @return OnboardNamespaceResponse
|
|
9435
9867
|
* @throws OciError when an error occurs
|
|
9436
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9868
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/OnboardNamespace.ts.html |here} to see how to use OnboardNamespace API.
|
|
9437
9869
|
*/
|
|
9438
9870
|
onboardNamespace(onboardNamespaceRequest) {
|
|
9439
9871
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9493,7 +9925,7 @@ class LogAnalyticsClient {
|
|
|
9493
9925
|
* @param ParseQueryRequest
|
|
9494
9926
|
* @return ParseQueryResponse
|
|
9495
9927
|
* @throws OciError when an error occurs
|
|
9496
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9928
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ParseQuery.ts.html |here} to see how to use ParseQuery API.
|
|
9497
9929
|
*/
|
|
9498
9930
|
parseQuery(parseQueryRequest) {
|
|
9499
9931
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9553,7 +9985,7 @@ class LogAnalyticsClient {
|
|
|
9553
9985
|
* @param PauseScheduledTaskRequest
|
|
9554
9986
|
* @return PauseScheduledTaskResponse
|
|
9555
9987
|
* @throws OciError when an error occurs
|
|
9556
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9988
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/PauseScheduledTask.ts.html |here} to see how to use PauseScheduledTask API.
|
|
9557
9989
|
*/
|
|
9558
9990
|
pauseScheduledTask(pauseScheduledTaskRequest) {
|
|
9559
9991
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9620,7 +10052,7 @@ class LogAnalyticsClient {
|
|
|
9620
10052
|
* @param PurgeStorageDataRequest
|
|
9621
10053
|
* @return PurgeStorageDataResponse
|
|
9622
10054
|
* @throws OciError when an error occurs
|
|
9623
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10055
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/PurgeStorageData.ts.html |here} to see how to use PurgeStorageData API.
|
|
9624
10056
|
*/
|
|
9625
10057
|
purgeStorageData(purgeStorageDataRequest) {
|
|
9626
10058
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9687,7 +10119,7 @@ class LogAnalyticsClient {
|
|
|
9687
10119
|
* @param PutQueryWorkRequestBackgroundRequest
|
|
9688
10120
|
* @return PutQueryWorkRequestBackgroundResponse
|
|
9689
10121
|
* @throws OciError when an error occurs
|
|
9690
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10122
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/PutQueryWorkRequestBackground.ts.html |here} to see how to use PutQueryWorkRequestBackground API.
|
|
9691
10123
|
*/
|
|
9692
10124
|
putQueryWorkRequestBackground(putQueryWorkRequestBackgroundRequest) {
|
|
9693
10125
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9753,7 +10185,7 @@ class LogAnalyticsClient {
|
|
|
9753
10185
|
* @param QueryRequest
|
|
9754
10186
|
* @return QueryResponse
|
|
9755
10187
|
* @throws OciError when an error occurs
|
|
9756
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10188
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/Query.ts.html |here} to see how to use Query API.
|
|
9757
10189
|
*/
|
|
9758
10190
|
query(queryRequest) {
|
|
9759
10191
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9836,7 +10268,7 @@ class LogAnalyticsClient {
|
|
|
9836
10268
|
* @param RecallArchivedDataRequest
|
|
9837
10269
|
* @return RecallArchivedDataResponse
|
|
9838
10270
|
* @throws OciError when an error occurs
|
|
9839
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10271
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/RecallArchivedData.ts.html |here} to see how to use RecallArchivedData API.
|
|
9840
10272
|
*/
|
|
9841
10273
|
recallArchivedData(recallArchivedDataRequest) {
|
|
9842
10274
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9872,6 +10304,10 @@ class LogAnalyticsClient {
|
|
|
9872
10304
|
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
9873
10305
|
const sdkResponse = oci_common_1.composeResponse({
|
|
9874
10306
|
responseObject: {},
|
|
10307
|
+
body: yield response.json(),
|
|
10308
|
+
bodyKey: "recalledDataInfo",
|
|
10309
|
+
bodyModel: model.RecalledDataInfo,
|
|
10310
|
+
type: "model.RecalledDataInfo",
|
|
9875
10311
|
responseHeaders: [
|
|
9876
10312
|
{
|
|
9877
10313
|
value: response.headers.get("opc-request-id"),
|
|
@@ -9887,6 +10323,11 @@ class LogAnalyticsClient {
|
|
|
9887
10323
|
value: response.headers.get("location"),
|
|
9888
10324
|
key: "location",
|
|
9889
10325
|
dataType: "string"
|
|
10326
|
+
},
|
|
10327
|
+
{
|
|
10328
|
+
value: response.headers.get("etag"),
|
|
10329
|
+
key: "etag",
|
|
10330
|
+
dataType: "string"
|
|
9890
10331
|
}
|
|
9891
10332
|
]
|
|
9892
10333
|
});
|
|
@@ -9904,7 +10345,7 @@ class LogAnalyticsClient {
|
|
|
9904
10345
|
* @param RegisterLookupRequest
|
|
9905
10346
|
* @return RegisterLookupResponse
|
|
9906
10347
|
* @throws OciError when an error occurs
|
|
9907
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10348
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/RegisterLookup.ts.html |here} to see how to use RegisterLookup API.
|
|
9908
10349
|
*/
|
|
9909
10350
|
registerLookup(registerLookupRequest) {
|
|
9910
10351
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9977,7 +10418,7 @@ class LogAnalyticsClient {
|
|
|
9977
10418
|
* @param ReleaseRecalledDataRequest
|
|
9978
10419
|
* @return ReleaseRecalledDataResponse
|
|
9979
10420
|
* @throws OciError when an error occurs
|
|
9980
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10421
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ReleaseRecalledData.ts.html |here} to see how to use ReleaseRecalledData API.
|
|
9981
10422
|
*/
|
|
9982
10423
|
releaseRecalledData(releaseRecalledDataRequest) {
|
|
9983
10424
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10044,7 +10485,7 @@ class LogAnalyticsClient {
|
|
|
10044
10485
|
* @param RemoveEntityAssociationsRequest
|
|
10045
10486
|
* @return RemoveEntityAssociationsResponse
|
|
10046
10487
|
* @throws OciError when an error occurs
|
|
10047
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10488
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/RemoveEntityAssociations.ts.html |here} to see how to use RemoveEntityAssociations API.
|
|
10048
10489
|
*/
|
|
10049
10490
|
removeEntityAssociations(removeEntityAssociationsRequest) {
|
|
10050
10491
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10097,13 +10538,13 @@ class LogAnalyticsClient {
|
|
|
10097
10538
|
});
|
|
10098
10539
|
}
|
|
10099
10540
|
/**
|
|
10100
|
-
* Removes the tenant preferences
|
|
10541
|
+
* Removes the tenant preferences such as DEFAULT_HOMEPAGE and collection properties.
|
|
10101
10542
|
*
|
|
10102
10543
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
10103
10544
|
* @param RemovePreferencesRequest
|
|
10104
10545
|
* @return RemovePreferencesResponse
|
|
10105
10546
|
* @throws OciError when an error occurs
|
|
10106
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10547
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/RemovePreferences.ts.html |here} to see how to use RemovePreferences API.
|
|
10107
10548
|
*/
|
|
10108
10549
|
removePreferences(removePreferencesRequest) {
|
|
10109
10550
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10160,7 +10601,7 @@ class LogAnalyticsClient {
|
|
|
10160
10601
|
* @param RemoveResourceCategoriesRequest
|
|
10161
10602
|
* @return RemoveResourceCategoriesResponse
|
|
10162
10603
|
* @throws OciError when an error occurs
|
|
10163
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10604
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/RemoveResourceCategories.ts.html |here} to see how to use RemoveResourceCategories API.
|
|
10164
10605
|
*/
|
|
10165
10606
|
removeResourceCategories(removeResourceCategoriesRequest) {
|
|
10166
10607
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10216,7 +10657,7 @@ class LogAnalyticsClient {
|
|
|
10216
10657
|
* @param RemoveSourceEventTypesRequest
|
|
10217
10658
|
* @return RemoveSourceEventTypesResponse
|
|
10218
10659
|
* @throws OciError when an error occurs
|
|
10219
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10660
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/RemoveSourceEventTypes.ts.html |here} to see how to use RemoveSourceEventTypes API.
|
|
10220
10661
|
*/
|
|
10221
10662
|
removeSourceEventTypes(removeSourceEventTypesRequest) {
|
|
10222
10663
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10274,7 +10715,7 @@ class LogAnalyticsClient {
|
|
|
10274
10715
|
* @param ResumeScheduledTaskRequest
|
|
10275
10716
|
* @return ResumeScheduledTaskResponse
|
|
10276
10717
|
* @throws OciError when an error occurs
|
|
10277
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10718
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ResumeScheduledTask.ts.html |here} to see how to use ResumeScheduledTask API.
|
|
10278
10719
|
*/
|
|
10279
10720
|
resumeScheduledTask(resumeScheduledTaskRequest) {
|
|
10280
10721
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10342,7 +10783,7 @@ class LogAnalyticsClient {
|
|
|
10342
10783
|
* @param RunRequest
|
|
10343
10784
|
* @return RunResponse
|
|
10344
10785
|
* @throws OciError when an error occurs
|
|
10345
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10786
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/Run.ts.html |here} to see how to use Run API.
|
|
10346
10787
|
*/
|
|
10347
10788
|
run(runRequest) {
|
|
10348
10789
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10404,7 +10845,7 @@ class LogAnalyticsClient {
|
|
|
10404
10845
|
* @param SetUnprocessedDataBucketRequest
|
|
10405
10846
|
* @return SetUnprocessedDataBucketResponse
|
|
10406
10847
|
* @throws OciError when an error occurs
|
|
10407
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10848
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/SetUnprocessedDataBucket.ts.html |here} to see how to use SetUnprocessedDataBucket API.
|
|
10408
10849
|
*/
|
|
10409
10850
|
setUnprocessedDataBucket(setUnprocessedDataBucketRequest) {
|
|
10410
10851
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10465,7 +10906,7 @@ class LogAnalyticsClient {
|
|
|
10465
10906
|
* @param SuggestRequest
|
|
10466
10907
|
* @return SuggestResponse
|
|
10467
10908
|
* @throws OciError when an error occurs
|
|
10468
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10909
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/Suggest.ts.html |here} to see how to use Suggest API.
|
|
10469
10910
|
*/
|
|
10470
10911
|
suggest(suggestRequest) {
|
|
10471
10912
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10525,7 +10966,7 @@ class LogAnalyticsClient {
|
|
|
10525
10966
|
* @param SuppressWarningRequest
|
|
10526
10967
|
* @return SuppressWarningResponse
|
|
10527
10968
|
* @throws OciError when an error occurs
|
|
10528
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10969
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/SuppressWarning.ts.html |here} to see how to use SuppressWarning API.
|
|
10529
10970
|
*/
|
|
10530
10971
|
suppressWarning(suppressWarningRequest) {
|
|
10531
10972
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10584,7 +11025,7 @@ class LogAnalyticsClient {
|
|
|
10584
11025
|
* @param TestParserRequest
|
|
10585
11026
|
* @return TestParserResponse
|
|
10586
11027
|
* @throws OciError when an error occurs
|
|
10587
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11028
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/TestParser.ts.html |here} to see how to use TestParser API.
|
|
10588
11029
|
*/
|
|
10589
11030
|
testParser(testParserRequest) {
|
|
10590
11031
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10648,7 +11089,7 @@ class LogAnalyticsClient {
|
|
|
10648
11089
|
* @param UnsuppressWarningRequest
|
|
10649
11090
|
* @return UnsuppressWarningResponse
|
|
10650
11091
|
* @throws OciError when an error occurs
|
|
10651
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11092
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/UnsuppressWarning.ts.html |here} to see how to use UnsuppressWarning API.
|
|
10652
11093
|
*/
|
|
10653
11094
|
unsuppressWarning(unsuppressWarningRequest) {
|
|
10654
11095
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10707,7 +11148,7 @@ class LogAnalyticsClient {
|
|
|
10707
11148
|
* @param UpdateIngestTimeRuleRequest
|
|
10708
11149
|
* @return UpdateIngestTimeRuleResponse
|
|
10709
11150
|
* @throws OciError when an error occurs
|
|
10710
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11151
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/UpdateIngestTimeRule.ts.html |here} to see how to use UpdateIngestTimeRule API.
|
|
10711
11152
|
*/
|
|
10712
11153
|
updateIngestTimeRule(updateIngestTimeRuleRequest) {
|
|
10713
11154
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10773,7 +11214,7 @@ class LogAnalyticsClient {
|
|
|
10773
11214
|
* @param UpdateLogAnalyticsEmBridgeRequest
|
|
10774
11215
|
* @return UpdateLogAnalyticsEmBridgeResponse
|
|
10775
11216
|
* @throws OciError when an error occurs
|
|
10776
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11217
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/UpdateLogAnalyticsEmBridge.ts.html |here} to see how to use UpdateLogAnalyticsEmBridge API.
|
|
10777
11218
|
*/
|
|
10778
11219
|
updateLogAnalyticsEmBridge(updateLogAnalyticsEmBridgeRequest) {
|
|
10779
11220
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10839,7 +11280,7 @@ class LogAnalyticsClient {
|
|
|
10839
11280
|
* @param UpdateLogAnalyticsEntityRequest
|
|
10840
11281
|
* @return UpdateLogAnalyticsEntityResponse
|
|
10841
11282
|
* @throws OciError when an error occurs
|
|
10842
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11283
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/UpdateLogAnalyticsEntity.ts.html |here} to see how to use UpdateLogAnalyticsEntity API.
|
|
10843
11284
|
*/
|
|
10844
11285
|
updateLogAnalyticsEntity(updateLogAnalyticsEntityRequest) {
|
|
10845
11286
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10905,7 +11346,7 @@ class LogAnalyticsClient {
|
|
|
10905
11346
|
* @param UpdateLogAnalyticsEntityTypeRequest
|
|
10906
11347
|
* @return UpdateLogAnalyticsEntityTypeResponse
|
|
10907
11348
|
* @throws OciError when an error occurs
|
|
10908
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11349
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/UpdateLogAnalyticsEntityType.ts.html |here} to see how to use UpdateLogAnalyticsEntityType API.
|
|
10909
11350
|
*/
|
|
10910
11351
|
updateLogAnalyticsEntityType(updateLogAnalyticsEntityTypeRequest) {
|
|
10911
11352
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10963,7 +11404,7 @@ class LogAnalyticsClient {
|
|
|
10963
11404
|
* @param UpdateLogAnalyticsLogGroupRequest
|
|
10964
11405
|
* @return UpdateLogAnalyticsLogGroupResponse
|
|
10965
11406
|
* @throws OciError when an error occurs
|
|
10966
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11407
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/UpdateLogAnalyticsLogGroup.ts.html |here} to see how to use UpdateLogAnalyticsLogGroup API.
|
|
10967
11408
|
*/
|
|
10968
11409
|
updateLogAnalyticsLogGroup(updateLogAnalyticsLogGroupRequest) {
|
|
10969
11410
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11029,7 +11470,7 @@ class LogAnalyticsClient {
|
|
|
11029
11470
|
* @param UpdateLogAnalyticsObjectCollectionRuleRequest
|
|
11030
11471
|
* @return UpdateLogAnalyticsObjectCollectionRuleResponse
|
|
11031
11472
|
* @throws OciError when an error occurs
|
|
11032
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11473
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/UpdateLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use UpdateLogAnalyticsObjectCollectionRule API.
|
|
11033
11474
|
*/
|
|
11034
11475
|
updateLogAnalyticsObjectCollectionRule(updateLogAnalyticsObjectCollectionRuleRequest) {
|
|
11035
11476
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11096,7 +11537,7 @@ class LogAnalyticsClient {
|
|
|
11096
11537
|
* @param UpdateLookupRequest
|
|
11097
11538
|
* @return UpdateLookupResponse
|
|
11098
11539
|
* @throws OciError when an error occurs
|
|
11099
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11540
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/UpdateLookup.ts.html |here} to see how to use UpdateLookup API.
|
|
11100
11541
|
*/
|
|
11101
11542
|
updateLookup(updateLookupRequest) {
|
|
11102
11543
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11164,7 +11605,7 @@ class LogAnalyticsClient {
|
|
|
11164
11605
|
* @param UpdateLookupDataRequest
|
|
11165
11606
|
* @return UpdateLookupDataResponse
|
|
11166
11607
|
* @throws OciError when an error occurs
|
|
11167
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11608
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/UpdateLookupData.ts.html |here} to see how to use UpdateLookupData API.
|
|
11168
11609
|
*/
|
|
11169
11610
|
updateLookupData(updateLookupDataRequest) {
|
|
11170
11611
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11226,13 +11667,13 @@ class LogAnalyticsClient {
|
|
|
11226
11667
|
});
|
|
11227
11668
|
}
|
|
11228
11669
|
/**
|
|
11229
|
-
* Updates the tenant preferences
|
|
11670
|
+
* Updates the tenant preferences such as DEFAULT_HOMEPAGE and collection properties.
|
|
11230
11671
|
*
|
|
11231
11672
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
11232
11673
|
* @param UpdatePreferencesRequest
|
|
11233
11674
|
* @return UpdatePreferencesResponse
|
|
11234
11675
|
* @throws OciError when an error occurs
|
|
11235
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11676
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/UpdatePreferences.ts.html |here} to see how to use UpdatePreferences API.
|
|
11236
11677
|
*/
|
|
11237
11678
|
updatePreferences(updatePreferencesRequest) {
|
|
11238
11679
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11289,7 +11730,7 @@ class LogAnalyticsClient {
|
|
|
11289
11730
|
* @param UpdateResourceCategoriesRequest
|
|
11290
11731
|
* @return UpdateResourceCategoriesResponse
|
|
11291
11732
|
* @throws OciError when an error occurs
|
|
11292
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11733
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/UpdateResourceCategories.ts.html |here} to see how to use UpdateResourceCategories API.
|
|
11293
11734
|
*/
|
|
11294
11735
|
updateResourceCategories(updateResourceCategoriesRequest) {
|
|
11295
11736
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11344,7 +11785,7 @@ class LogAnalyticsClient {
|
|
|
11344
11785
|
* @param UpdateScheduledTaskRequest
|
|
11345
11786
|
* @return UpdateScheduledTaskResponse
|
|
11346
11787
|
* @throws OciError when an error occurs
|
|
11347
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11788
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/UpdateScheduledTask.ts.html |here} to see how to use UpdateScheduledTask API.
|
|
11348
11789
|
*/
|
|
11349
11790
|
updateScheduledTask(updateScheduledTaskRequest) {
|
|
11350
11791
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11411,7 +11852,7 @@ class LogAnalyticsClient {
|
|
|
11411
11852
|
* @param UpdateStorageRequest
|
|
11412
11853
|
* @return UpdateStorageResponse
|
|
11413
11854
|
* @throws OciError when an error occurs
|
|
11414
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11855
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/UpdateStorage.ts.html |here} to see how to use UpdateStorage API.
|
|
11415
11856
|
*/
|
|
11416
11857
|
updateStorage(updateStorageRequest) {
|
|
11417
11858
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11477,7 +11918,7 @@ class LogAnalyticsClient {
|
|
|
11477
11918
|
* @param UploadLogEventsFileRequest
|
|
11478
11919
|
* @return UploadLogEventsFileResponse
|
|
11479
11920
|
* @throws OciError when an error occurs
|
|
11480
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11921
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/UploadLogEventsFile.ts.html |here} to see how to use UploadLogEventsFile API.
|
|
11481
11922
|
*/
|
|
11482
11923
|
uploadLogEventsFile(uploadLogEventsFileRequest) {
|
|
11483
11924
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11550,7 +11991,7 @@ class LogAnalyticsClient {
|
|
|
11550
11991
|
* @param UploadLogFileRequest
|
|
11551
11992
|
* @return UploadLogFileResponse
|
|
11552
11993
|
* @throws OciError when an error occurs
|
|
11553
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11994
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/UploadLogFile.ts.html |here} to see how to use UploadLogFile API.
|
|
11554
11995
|
*/
|
|
11555
11996
|
uploadLogFile(uploadLogFileRequest) {
|
|
11556
11997
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11636,7 +12077,7 @@ class LogAnalyticsClient {
|
|
|
11636
12077
|
* @param UpsertAssociationsRequest
|
|
11637
12078
|
* @return UpsertAssociationsResponse
|
|
11638
12079
|
* @throws OciError when an error occurs
|
|
11639
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12080
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/UpsertAssociations.ts.html |here} to see how to use UpsertAssociations API.
|
|
11640
12081
|
*/
|
|
11641
12082
|
upsertAssociations(upsertAssociationsRequest) {
|
|
11642
12083
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11700,7 +12141,7 @@ class LogAnalyticsClient {
|
|
|
11700
12141
|
* @param UpsertFieldRequest
|
|
11701
12142
|
* @return UpsertFieldResponse
|
|
11702
12143
|
* @throws OciError when an error occurs
|
|
11703
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12144
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/UpsertField.ts.html |here} to see how to use UpsertField API.
|
|
11704
12145
|
*/
|
|
11705
12146
|
upsertField(upsertFieldRequest) {
|
|
11706
12147
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11767,7 +12208,7 @@ class LogAnalyticsClient {
|
|
|
11767
12208
|
* @param UpsertLabelRequest
|
|
11768
12209
|
* @return UpsertLabelResponse
|
|
11769
12210
|
* @throws OciError when an error occurs
|
|
11770
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12211
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/UpsertLabel.ts.html |here} to see how to use UpsertLabel API.
|
|
11771
12212
|
*/
|
|
11772
12213
|
upsertLabel(upsertLabelRequest) {
|
|
11773
12214
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11834,7 +12275,7 @@ class LogAnalyticsClient {
|
|
|
11834
12275
|
* @param UpsertParserRequest
|
|
11835
12276
|
* @return UpsertParserResponse
|
|
11836
12277
|
* @throws OciError when an error occurs
|
|
11837
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12278
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/UpsertParser.ts.html |here} to see how to use UpsertParser API.
|
|
11838
12279
|
*/
|
|
11839
12280
|
upsertParser(upsertParserRequest) {
|
|
11840
12281
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11901,7 +12342,7 @@ class LogAnalyticsClient {
|
|
|
11901
12342
|
* @param UpsertSourceRequest
|
|
11902
12343
|
* @return UpsertSourceResponse
|
|
11903
12344
|
* @throws OciError when an error occurs
|
|
11904
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12345
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/UpsertSource.ts.html |here} to see how to use UpsertSource API.
|
|
11905
12346
|
*/
|
|
11906
12347
|
upsertSource(upsertSourceRequest) {
|
|
11907
12348
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11972,7 +12413,7 @@ class LogAnalyticsClient {
|
|
|
11972
12413
|
* @param ValidateAssociationParametersRequest
|
|
11973
12414
|
* @return ValidateAssociationParametersResponse
|
|
11974
12415
|
* @throws OciError when an error occurs
|
|
11975
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12416
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ValidateAssociationParameters.ts.html |here} to see how to use ValidateAssociationParameters API.
|
|
11976
12417
|
*/
|
|
11977
12418
|
validateAssociationParameters(validateAssociationParametersRequest) {
|
|
11978
12419
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12036,13 +12477,73 @@ class LogAnalyticsClient {
|
|
|
12036
12477
|
}
|
|
12037
12478
|
});
|
|
12038
12479
|
}
|
|
12480
|
+
/**
|
|
12481
|
+
* Validates the REST endpoint configuration.
|
|
12482
|
+
*
|
|
12483
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
12484
|
+
* @param ValidateEndpointRequest
|
|
12485
|
+
* @return ValidateEndpointResponse
|
|
12486
|
+
* @throws OciError when an error occurs
|
|
12487
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ValidateEndpoint.ts.html |here} to see how to use ValidateEndpoint API.
|
|
12488
|
+
*/
|
|
12489
|
+
validateEndpoint(validateEndpointRequest) {
|
|
12490
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
12491
|
+
if (this.logger)
|
|
12492
|
+
this.logger.debug("Calling operation LogAnalyticsClient#validateEndpoint.");
|
|
12493
|
+
const operationName = "validateEndpoint";
|
|
12494
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/logan-api-spec/20200601/LogAnalyticsSource/ValidateEndpoint";
|
|
12495
|
+
const pathParams = {
|
|
12496
|
+
"{namespaceName}": validateEndpointRequest.namespaceName
|
|
12497
|
+
};
|
|
12498
|
+
const queryParams = {};
|
|
12499
|
+
let headerParams = {
|
|
12500
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
12501
|
+
"opc-request-id": validateEndpointRequest.opcRequestId
|
|
12502
|
+
};
|
|
12503
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
12504
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, validateEndpointRequest.retryConfiguration, specRetryConfiguration);
|
|
12505
|
+
if (this.logger)
|
|
12506
|
+
retrier.logger = this.logger;
|
|
12507
|
+
const request = yield oci_common_1.composeRequest({
|
|
12508
|
+
baseEndpoint: this._endpoint,
|
|
12509
|
+
defaultHeaders: this._defaultHeaders,
|
|
12510
|
+
path: "/namespaces/{namespaceName}/sources/actions/validateEndpoint",
|
|
12511
|
+
method: "POST",
|
|
12512
|
+
bodyContent: common.ObjectSerializer.serialize(validateEndpointRequest.validateEndpointDetails, "LogAnalyticsEndpoint", model.LogAnalyticsEndpoint.getJsonObj),
|
|
12513
|
+
pathParams: pathParams,
|
|
12514
|
+
headerParams: headerParams,
|
|
12515
|
+
queryParams: queryParams
|
|
12516
|
+
});
|
|
12517
|
+
try {
|
|
12518
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
12519
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
12520
|
+
responseObject: {},
|
|
12521
|
+
body: yield response.json(),
|
|
12522
|
+
bodyKey: "validateEndpointResult",
|
|
12523
|
+
bodyModel: model.ValidateEndpointResult,
|
|
12524
|
+
type: "model.ValidateEndpointResult",
|
|
12525
|
+
responseHeaders: [
|
|
12526
|
+
{
|
|
12527
|
+
value: response.headers.get("opc-request-id"),
|
|
12528
|
+
key: "opcRequestId",
|
|
12529
|
+
dataType: "string"
|
|
12530
|
+
}
|
|
12531
|
+
]
|
|
12532
|
+
});
|
|
12533
|
+
return sdkResponse;
|
|
12534
|
+
}
|
|
12535
|
+
catch (err) {
|
|
12536
|
+
throw err;
|
|
12537
|
+
}
|
|
12538
|
+
});
|
|
12539
|
+
}
|
|
12039
12540
|
/**
|
|
12040
12541
|
* Validates a log file to check whether it is eligible to be uploaded or not.
|
|
12041
12542
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
12042
12543
|
* @param ValidateFileRequest
|
|
12043
12544
|
* @return ValidateFileResponse
|
|
12044
12545
|
* @throws OciError when an error occurs
|
|
12045
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12546
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ValidateFile.ts.html |here} to see how to use ValidateFile API.
|
|
12046
12547
|
*/
|
|
12047
12548
|
validateFile(validateFileRequest) {
|
|
12048
12549
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12097,6 +12598,70 @@ class LogAnalyticsClient {
|
|
|
12097
12598
|
}
|
|
12098
12599
|
});
|
|
12099
12600
|
}
|
|
12601
|
+
/**
|
|
12602
|
+
* Validates specified condition for a source label. If both conditionString
|
|
12603
|
+
* and conditionBlocks are specified, they would be validated to ensure they represent
|
|
12604
|
+
* identical conditions. If one of them is input, the response would include the validated
|
|
12605
|
+
* representation of the other structure too. Additionally, if field values
|
|
12606
|
+
* are passed, the condition specification would be evaluated against them.
|
|
12607
|
+
*
|
|
12608
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
12609
|
+
* @param ValidateLabelConditionRequest
|
|
12610
|
+
* @return ValidateLabelConditionResponse
|
|
12611
|
+
* @throws OciError when an error occurs
|
|
12612
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ValidateLabelCondition.ts.html |here} to see how to use ValidateLabelCondition API.
|
|
12613
|
+
*/
|
|
12614
|
+
validateLabelCondition(validateLabelConditionRequest) {
|
|
12615
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
12616
|
+
if (this.logger)
|
|
12617
|
+
this.logger.debug("Calling operation LogAnalyticsClient#validateLabelCondition.");
|
|
12618
|
+
const operationName = "validateLabelCondition";
|
|
12619
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/logan-api-spec/20200601/LogAnalyticsSource/ValidateLabelCondition";
|
|
12620
|
+
const pathParams = {
|
|
12621
|
+
"{namespaceName}": validateLabelConditionRequest.namespaceName
|
|
12622
|
+
};
|
|
12623
|
+
const queryParams = {};
|
|
12624
|
+
let headerParams = {
|
|
12625
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
12626
|
+
"opc-request-id": validateLabelConditionRequest.opcRequestId
|
|
12627
|
+
};
|
|
12628
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
12629
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, validateLabelConditionRequest.retryConfiguration, specRetryConfiguration);
|
|
12630
|
+
if (this.logger)
|
|
12631
|
+
retrier.logger = this.logger;
|
|
12632
|
+
const request = yield oci_common_1.composeRequest({
|
|
12633
|
+
baseEndpoint: this._endpoint,
|
|
12634
|
+
defaultHeaders: this._defaultHeaders,
|
|
12635
|
+
path: "/namespaces/{namespaceName}/sources/actions/validateLabelCondition",
|
|
12636
|
+
method: "POST",
|
|
12637
|
+
bodyContent: common.ObjectSerializer.serialize(validateLabelConditionRequest.validateLabelConditionDetails, "ValidateLabelConditionDetails", model.ValidateLabelConditionDetails.getJsonObj),
|
|
12638
|
+
pathParams: pathParams,
|
|
12639
|
+
headerParams: headerParams,
|
|
12640
|
+
queryParams: queryParams
|
|
12641
|
+
});
|
|
12642
|
+
try {
|
|
12643
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
12644
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
12645
|
+
responseObject: {},
|
|
12646
|
+
body: yield response.json(),
|
|
12647
|
+
bodyKey: "validateLabelConditionResult",
|
|
12648
|
+
bodyModel: model.ValidateLabelConditionResult,
|
|
12649
|
+
type: "model.ValidateLabelConditionResult",
|
|
12650
|
+
responseHeaders: [
|
|
12651
|
+
{
|
|
12652
|
+
value: response.headers.get("opc-request-id"),
|
|
12653
|
+
key: "opcRequestId",
|
|
12654
|
+
dataType: "string"
|
|
12655
|
+
}
|
|
12656
|
+
]
|
|
12657
|
+
});
|
|
12658
|
+
return sdkResponse;
|
|
12659
|
+
}
|
|
12660
|
+
catch (err) {
|
|
12661
|
+
throw err;
|
|
12662
|
+
}
|
|
12663
|
+
});
|
|
12664
|
+
}
|
|
12100
12665
|
/**
|
|
12101
12666
|
* Checks if the specified input is a valid log source definition.
|
|
12102
12667
|
*
|
|
@@ -12104,7 +12669,7 @@ class LogAnalyticsClient {
|
|
|
12104
12669
|
* @param ValidateSourceRequest
|
|
12105
12670
|
* @return ValidateSourceResponse
|
|
12106
12671
|
* @throws OciError when an error occurs
|
|
12107
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12672
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ValidateSource.ts.html |here} to see how to use ValidateSource API.
|
|
12108
12673
|
*/
|
|
12109
12674
|
validateSource(validateSourceRequest) {
|
|
12110
12675
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12169,7 +12734,7 @@ class LogAnalyticsClient {
|
|
|
12169
12734
|
* @param ValidateSourceExtendedFieldDetailsRequest
|
|
12170
12735
|
* @return ValidateSourceExtendedFieldDetailsResponse
|
|
12171
12736
|
* @throws OciError when an error occurs
|
|
12172
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12737
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ValidateSourceExtendedFieldDetails.ts.html |here} to see how to use ValidateSourceExtendedFieldDetails API.
|
|
12173
12738
|
*/
|
|
12174
12739
|
validateSourceExtendedFieldDetails(validateSourceExtendedFieldDetailsRequest) {
|
|
12175
12740
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12229,7 +12794,7 @@ class LogAnalyticsClient {
|
|
|
12229
12794
|
* @param ValidateSourceMappingRequest
|
|
12230
12795
|
* @return ValidateSourceMappingResponse
|
|
12231
12796
|
* @throws OciError when an error occurs
|
|
12232
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12797
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/ValidateSourceMapping.ts.html |here} to see how to use ValidateSourceMapping API.
|
|
12233
12798
|
*/
|
|
12234
12799
|
validateSourceMapping(validateSourceMappingRequest) {
|
|
12235
12800
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12295,7 +12860,7 @@ class LogAnalyticsClient {
|
|
|
12295
12860
|
* @param VerifyRequest
|
|
12296
12861
|
* @return VerifyResponse
|
|
12297
12862
|
* @throws OciError when an error occurs
|
|
12298
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12863
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/loganalytics/Verify.ts.html |here} to see how to use Verify API.
|
|
12299
12864
|
*/
|
|
12300
12865
|
verify(verifyRequest) {
|
|
12301
12866
|
return __awaiter(this, void 0, void 0, function* () {
|