oci-loganalytics 2.66.0 → 2.67.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +271 -187
- package/lib/client.js +749 -188
- package/lib/client.js.map +1 -1
- package/lib/model/abstract-column.js +4 -0
- package/lib/model/abstract-column.js.map +1 -1
- package/lib/model/abstract-command-descriptor.js +12 -0
- package/lib/model/abstract-command-descriptor.js.map +1 -1
- package/lib/model/association-property.d.ts +35 -0
- package/lib/model/association-property.js +62 -0
- package/lib/model/association-property.js.map +1 -0
- package/lib/model/condition-block.d.ts +67 -0
- package/lib/model/condition-block.js +74 -0
- package/lib/model/condition-block.js.map +1 -0
- package/lib/model/creation-source-type.d.ts +3 -2
- package/lib/model/creation-source-type.js +3 -2
- package/lib/model/creation-source-type.js.map +1 -1
- package/lib/model/credential-endpoint.d.ts +42 -0
- package/lib/model/credential-endpoint.js +62 -0
- package/lib/model/credential-endpoint.js.map +1 -0
- package/lib/model/effective-property-collection.d.ts +27 -0
- package/lib/model/effective-property-collection.js +62 -0
- package/lib/model/effective-property-collection.js.map +1 -0
- package/lib/model/effective-property-summary.d.ts +40 -0
- package/lib/model/effective-property-summary.js +62 -0
- package/lib/model/effective-property-summary.js.map +1 -0
- package/lib/model/endpoint-credentials.d.ts +46 -0
- package/lib/model/endpoint-credentials.js +70 -0
- package/lib/model/endpoint-credentials.js.map +1 -0
- package/lib/model/endpoint-proxy.d.ts +46 -0
- package/lib/model/endpoint-proxy.js +41 -0
- package/lib/model/endpoint-proxy.js.map +1 -0
- package/lib/model/endpoint-request.d.ts +56 -0
- package/lib/model/endpoint-request.js +82 -0
- package/lib/model/endpoint-request.js.map +1 -0
- package/lib/model/endpoint-response.d.ts +30 -0
- package/lib/model/endpoint-response.js +30 -0
- package/lib/model/endpoint-response.js.map +1 -0
- package/lib/model/endpoint-result.d.ts +43 -0
- package/lib/model/endpoint-result.js +62 -0
- package/lib/model/endpoint-result.js.map +1 -0
- package/lib/model/estimate-recall-data-size-details.d.ts +8 -0
- package/lib/model/estimate-recall-data-size-details.js.map +1 -1
- package/lib/model/estimate-recall-data-size-result.d.ts +12 -0
- package/lib/model/estimate-recall-data-size-result.js.map +1 -1
- package/lib/model/frequent-command-descriptor.d.ts +26 -0
- package/lib/model/frequent-command-descriptor.js +55 -0
- package/lib/model/frequent-command-descriptor.js.map +1 -0
- package/lib/model/index.d.ts +70 -0
- package/lib/model/index.js +79 -8
- package/lib/model/index.js.map +1 -1
- package/lib/model/level.d.ts +32 -0
- package/lib/model/level.js +30 -0
- package/lib/model/level.js.map +1 -0
- package/lib/model/log-analytics-association-parameter.d.ts +9 -0
- package/lib/model/log-analytics-association-parameter.js +34 -2
- package/lib/model/log-analytics-association-parameter.js.map +1 -1
- package/lib/model/log-analytics-association.d.ts +5 -0
- package/lib/model/log-analytics-association.js +34 -2
- package/lib/model/log-analytics-association.js.map +1 -1
- package/lib/model/log-analytics-endpoint.d.ts +23 -0
- package/lib/model/log-analytics-endpoint.js +73 -0
- package/lib/model/log-analytics-endpoint.js.map +1 -0
- package/lib/model/log-analytics-preference.d.ts +1 -1
- package/lib/model/log-analytics-property.d.ts +30 -0
- package/lib/model/log-analytics-property.js +30 -0
- package/lib/model/log-analytics-property.js.map +1 -0
- package/lib/model/log-analytics-source-label-condition.d.ts +7 -0
- package/lib/model/log-analytics-source-label-condition.js +30 -2
- package/lib/model/log-analytics-source-label-condition.js.map +1 -1
- package/lib/model/log-analytics-source-pattern.d.ts +4 -0
- package/lib/model/log-analytics-source-pattern.js +10 -0
- package/lib/model/log-analytics-source-pattern.js.map +1 -1
- package/lib/model/log-analytics-source-summary.d.ts +8 -0
- package/lib/model/log-analytics-source-summary.js +20 -0
- package/lib/model/log-analytics-source-summary.js.map +1 -1
- package/lib/model/log-analytics-source.d.ts +8 -0
- package/lib/model/log-analytics-source.js +20 -0
- package/lib/model/log-analytics-source.js.map +1 -1
- package/lib/model/log-endpoint.d.ts +57 -0
- package/lib/model/log-endpoint.js +78 -0
- package/lib/model/log-endpoint.js.map +1 -0
- package/lib/model/log-list-endpoint.d.ts +57 -0
- package/lib/model/log-list-endpoint.js +78 -0
- package/lib/model/log-list-endpoint.js.map +1 -0
- package/lib/model/log-list-type-endpoint.d.ts +37 -0
- package/lib/model/log-list-type-endpoint.js +73 -0
- package/lib/model/log-list-type-endpoint.js.map +1 -0
- package/lib/model/log-type-endpoint.d.ts +31 -0
- package/lib/model/log-type-endpoint.js +59 -0
- package/lib/model/log-type-endpoint.js.map +1 -0
- package/lib/model/name-value-pair.d.ts +30 -0
- package/lib/model/name-value-pair.js +30 -0
- package/lib/model/name-value-pair.js.map +1 -0
- package/lib/model/namespace-summary.d.ts +1 -1
- package/lib/model/namespace.d.ts +1 -1
- package/lib/model/outlier-command-descriptor.d.ts +26 -0
- package/lib/model/outlier-command-descriptor.js +55 -0
- package/lib/model/outlier-command-descriptor.js.map +1 -0
- package/lib/model/overlapping-recall-collection.d.ts +27 -0
- package/lib/model/overlapping-recall-collection.js +62 -0
- package/lib/model/overlapping-recall-collection.js.map +1 -0
- package/lib/model/overlapping-recall-summary.d.ts +55 -0
- package/lib/model/overlapping-recall-summary.js +30 -0
- package/lib/model/overlapping-recall-summary.js.map +1 -0
- package/lib/model/pattern-override.d.ts +34 -0
- package/lib/model/pattern-override.js +30 -0
- package/lib/model/pattern-override.js.map +1 -0
- package/lib/model/property-metadata-summary-collection.d.ts +27 -0
- package/lib/model/property-metadata-summary-collection.js +62 -0
- package/lib/model/property-metadata-summary-collection.js.map +1 -0
- package/lib/model/property-metadata-summary.d.ts +43 -0
- package/lib/model/property-metadata-summary.js +62 -0
- package/lib/model/property-metadata-summary.js.map +1 -0
- package/lib/model/query-aggregation.d.ts +5 -0
- package/lib/model/query-aggregation.js.map +1 -1
- package/lib/model/rare-command-descriptor.d.ts +26 -0
- package/lib/model/rare-command-descriptor.js +55 -0
- package/lib/model/rare-command-descriptor.js.map +1 -0
- package/lib/model/recall-archived-data-details.d.ts +8 -0
- package/lib/model/recall-archived-data-details.js.map +1 -1
- package/lib/model/recall-count.d.ts +43 -0
- package/lib/model/recall-count.js +30 -0
- package/lib/model/recall-count.js.map +1 -0
- package/lib/model/recall-status.d.ts +31 -0
- package/lib/model/recall-status.js +42 -0
- package/lib/model/recall-status.js.map +1 -0
- package/lib/model/recalled-data-info.d.ts +30 -0
- package/lib/model/recalled-data-info.js +30 -0
- package/lib/model/recalled-data-info.js.map +1 -0
- package/lib/model/recalled-data-size.d.ts +39 -0
- package/lib/model/recalled-data-size.js +30 -0
- package/lib/model/recalled-data-size.js.map +1 -0
- package/lib/model/recalled-data.d.ts +21 -0
- package/lib/model/recalled-data.js +1 -0
- package/lib/model/recalled-data.js.map +1 -1
- package/lib/model/rule-summary-report.d.ts +34 -0
- package/lib/model/rule-summary-report.js +30 -0
- package/lib/model/rule-summary-report.js.map +1 -0
- package/lib/model/storage-operation-type.d.ts +1 -0
- package/lib/model/storage-operation-type.js +1 -0
- package/lib/model/storage-operation-type.js.map +1 -1
- package/lib/model/storage-usage.d.ts +1 -1
- package/lib/model/storage-work-request-summary.d.ts +16 -0
- package/lib/model/storage-work-request-summary.js.map +1 -1
- package/lib/model/storage-work-request.d.ts +16 -0
- package/lib/model/storage-work-request.js.map +1 -1
- package/lib/model/storage.d.ts +1 -1
- package/lib/model/table-column.d.ts +38 -0
- package/lib/model/table-column.js +65 -0
- package/lib/model/table-column.js.map +1 -0
- package/lib/model/task-type.d.ts +0 -1
- package/lib/model/task-type.js +0 -1
- package/lib/model/task-type.js.map +1 -1
- package/lib/model/trend-column.d.ts +12 -0
- package/lib/model/trend-column.js.map +1 -1
- package/lib/model/update-storage-details.d.ts +1 -1
- package/lib/model/upsert-log-analytics-association.d.ts +5 -0
- package/lib/model/upsert-log-analytics-association.js +34 -2
- package/lib/model/upsert-log-analytics-association.js.map +1 -1
- package/lib/model/upsert-log-analytics-source-details.d.ts +8 -0
- package/lib/model/upsert-log-analytics-source-details.js +20 -0
- package/lib/model/upsert-log-analytics-source-details.js.map +1 -1
- package/lib/model/validate-endpoint-result.d.ts +35 -0
- package/lib/model/validate-endpoint-result.js +62 -0
- package/lib/model/validate-endpoint-result.js.map +1 -0
- package/lib/model/validate-label-condition-details.d.ts +32 -0
- package/lib/model/validate-label-condition-details.js +68 -0
- package/lib/model/validate-label-condition-details.js.map +1 -0
- package/lib/model/validate-label-condition-result.d.ts +45 -0
- package/lib/model/validate-label-condition-result.js +68 -0
- package/lib/model/validate-label-condition-result.js.map +1 -0
- package/lib/model/value-type.d.ts +1 -0
- package/lib/model/value-type.js +1 -0
- package/lib/model/value-type.js.map +1 -1
- package/lib/request/add-entity-association-request.d.ts +1 -1
- package/lib/request/add-source-event-types-request.d.ts +1 -1
- package/lib/request/append-lookup-data-request.d.ts +1 -1
- package/lib/request/assign-encryption-key-request.d.ts +1 -1
- package/lib/request/batch-get-basic-info-request.d.ts +1 -1
- package/lib/request/cancel-query-work-request-request.d.ts +1 -1
- package/lib/request/change-ingest-time-rule-compartment-request.d.ts +1 -1
- package/lib/request/change-log-analytics-em-bridge-compartment-request.d.ts +1 -1
- package/lib/request/change-log-analytics-entity-compartment-request.d.ts +1 -1
- package/lib/request/change-log-analytics-log-group-compartment-request.d.ts +1 -1
- package/lib/request/change-log-analytics-object-collection-rule-compartment-request.d.ts +1 -1
- package/lib/request/change-scheduled-task-compartment-request.d.ts +1 -1
- package/lib/request/clean-request.d.ts +1 -1
- package/lib/request/compare-content-request.d.ts +1 -1
- package/lib/request/create-ingest-time-rule-request.d.ts +1 -1
- package/lib/request/create-log-analytics-em-bridge-request.d.ts +1 -1
- package/lib/request/create-log-analytics-entity-request.d.ts +1 -1
- package/lib/request/create-log-analytics-entity-type-request.d.ts +1 -1
- package/lib/request/create-log-analytics-log-group-request.d.ts +1 -1
- package/lib/request/create-log-analytics-object-collection-rule-request.d.ts +1 -1
- package/lib/request/create-scheduled-task-request.d.ts +1 -1
- package/lib/request/delete-associations-request.d.ts +1 -1
- package/lib/request/delete-field-request.d.ts +1 -1
- package/lib/request/delete-ingest-time-rule-request.d.ts +1 -1
- package/lib/request/delete-label-request.d.ts +1 -1
- package/lib/request/delete-log-analytics-em-bridge-request.d.ts +5 -1
- package/lib/request/delete-log-analytics-entity-request.d.ts +1 -1
- package/lib/request/delete-log-analytics-entity-type-request.d.ts +1 -1
- package/lib/request/delete-log-analytics-log-group-request.d.ts +1 -1
- package/lib/request/delete-log-analytics-object-collection-rule-request.d.ts +1 -1
- package/lib/request/delete-lookup-request.d.ts +1 -1
- package/lib/request/delete-parser-request.d.ts +1 -1
- package/lib/request/delete-scheduled-task-request.d.ts +1 -1
- package/lib/request/delete-source-request.d.ts +1 -1
- package/lib/request/delete-upload-file-request.d.ts +1 -1
- package/lib/request/delete-upload-request.d.ts +1 -1
- package/lib/request/delete-upload-warning-request.d.ts +1 -1
- package/lib/request/disable-archiving-request.d.ts +1 -1
- package/lib/request/disable-auto-association-request.d.ts +1 -1
- package/lib/request/disable-ingest-time-rule-request.d.ts +1 -1
- package/lib/request/disable-source-event-types-request.d.ts +1 -1
- package/lib/request/enable-archiving-request.d.ts +1 -1
- package/lib/request/enable-auto-association-request.d.ts +1 -1
- package/lib/request/enable-ingest-time-rule-request.d.ts +1 -1
- package/lib/request/enable-source-event-types-request.d.ts +1 -1
- package/lib/request/estimate-purge-data-size-request.d.ts +1 -1
- package/lib/request/estimate-recall-data-size-request.d.ts +1 -1
- package/lib/request/estimate-release-data-size-request.d.ts +1 -1
- package/lib/request/export-custom-content-request.d.ts +1 -1
- package/lib/request/export-query-result-request.d.ts +1 -1
- package/lib/request/extract-structured-log-field-paths-request.d.ts +1 -1
- package/lib/request/extract-structured-log-header-paths-request.d.ts +1 -1
- package/lib/request/filter-request.d.ts +1 -1
- package/lib/request/get-association-summary-request.d.ts +1 -1
- package/lib/request/get-category-request.d.ts +1 -1
- package/lib/request/get-column-names-request.d.ts +1 -1
- package/lib/request/get-config-work-request-request.d.ts +1 -1
- package/lib/request/get-field-request.d.ts +1 -1
- package/lib/request/get-fields-summary-request.d.ts +1 -1
- package/lib/request/get-ingest-time-rule-request.d.ts +1 -1
- package/lib/request/get-label-request.d.ts +1 -1
- package/lib/request/get-label-summary-request.d.ts +1 -1
- package/lib/request/get-log-analytics-em-bridge-request.d.ts +1 -1
- package/lib/request/get-log-analytics-em-bridge-summary-request.d.ts +1 -1
- package/lib/request/get-log-analytics-entities-summary-request.d.ts +1 -1
- package/lib/request/get-log-analytics-entity-request.d.ts +1 -1
- package/lib/request/get-log-analytics-entity-type-request.d.ts +1 -1
- package/lib/request/get-log-analytics-log-group-request.d.ts +1 -1
- package/lib/request/get-log-analytics-log-groups-summary-request.d.ts +1 -1
- package/lib/request/get-log-analytics-object-collection-rule-request.d.ts +1 -1
- package/lib/request/get-log-sets-count-request.d.ts +1 -1
- package/lib/request/get-lookup-request.d.ts +1 -1
- package/lib/request/get-lookup-summary-request.d.ts +1 -1
- package/lib/request/get-namespace-request.d.ts +1 -1
- package/lib/request/get-parser-request.d.ts +1 -1
- package/lib/request/get-parser-summary-request.d.ts +1 -1
- package/lib/request/get-preferences-request.d.ts +1 -1
- package/lib/request/get-query-result-request.d.ts +1 -1
- package/lib/request/get-query-work-request-request.d.ts +1 -1
- package/lib/request/get-recall-count-request.d.ts +27 -0
- package/lib/request/get-recall-count-request.js +15 -0
- package/lib/request/get-recall-count-request.js.map +1 -0
- package/lib/request/get-recalled-data-size-request.d.ts +35 -0
- package/lib/request/get-recalled-data-size-request.js +15 -0
- package/lib/request/get-recalled-data-size-request.js.map +1 -0
- package/lib/request/get-rules-summary-request.d.ts +31 -0
- package/lib/request/get-rules-summary-request.js +15 -0
- package/lib/request/get-rules-summary-request.js.map +1 -0
- package/lib/request/get-scheduled-task-request.d.ts +1 -1
- package/lib/request/get-source-request.d.ts +1 -1
- package/lib/request/get-source-summary-request.d.ts +1 -1
- package/lib/request/get-storage-request.d.ts +1 -1
- package/lib/request/get-storage-usage-request.d.ts +1 -1
- package/lib/request/get-storage-work-request-request.d.ts +1 -1
- package/lib/request/get-unprocessed-data-bucket-request.d.ts +1 -1
- package/lib/request/get-upload-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/import-custom-content-request.d.ts +1 -1
- package/lib/request/index.d.ts +16 -0
- package/lib/request/index.js +8 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-associable-entities-request.d.ts +1 -1
- package/lib/request/list-associated-entities-request.d.ts +1 -1
- package/lib/request/list-auto-associations-request.d.ts +1 -1
- package/lib/request/list-categories-request.d.ts +1 -1
- package/lib/request/list-config-work-requests-request.d.ts +1 -1
- package/lib/request/list-effective-properties-request.d.ts +83 -0
- package/lib/request/list-effective-properties-request.js +29 -0
- package/lib/request/list-effective-properties-request.js.map +1 -0
- package/lib/request/list-encryption-key-info-request.d.ts +1 -1
- package/lib/request/list-entity-associations-request.d.ts +1 -1
- package/lib/request/list-entity-source-associations-request.d.ts +1 -1
- package/lib/request/list-fields-request.d.ts +1 -1
- package/lib/request/list-ingest-time-rules-request.d.ts +1 -1
- package/lib/request/list-label-priorities-request.d.ts +1 -1
- package/lib/request/list-label-source-details-request.d.ts +1 -1
- package/lib/request/list-labels-request.d.ts +1 -1
- package/lib/request/list-log-analytics-em-bridges-request.d.ts +1 -1
- package/lib/request/list-log-analytics-entities-request.d.ts +1 -1
- package/lib/request/list-log-analytics-entity-topology-request.d.ts +1 -1
- package/lib/request/list-log-analytics-entity-types-request.d.ts +1 -1
- package/lib/request/list-log-analytics-log-groups-request.d.ts +1 -1
- package/lib/request/list-log-analytics-object-collection-rules-request.d.ts +1 -1
- package/lib/request/list-log-sets-request.d.ts +1 -1
- package/lib/request/list-lookups-request.d.ts +1 -1
- package/lib/request/list-meta-source-types-request.d.ts +1 -1
- package/lib/request/list-namespaces-request.d.ts +1 -1
- package/lib/request/list-overlapping-recalls-request.d.ts +64 -0
- package/lib/request/list-overlapping-recalls-request.js +29 -0
- package/lib/request/list-overlapping-recalls-request.js.map +1 -0
- package/lib/request/list-parser-functions-request.d.ts +1 -1
- package/lib/request/list-parser-meta-plugins-request.d.ts +1 -1
- package/lib/request/list-parsers-request.d.ts +1 -1
- package/lib/request/list-properties-metadata-request.d.ts +75 -0
- package/lib/request/list-properties-metadata-request.js +29 -0
- package/lib/request/list-properties-metadata-request.js.map +1 -0
- package/lib/request/list-query-work-requests-request.d.ts +1 -1
- package/lib/request/list-recalled-data-request.d.ts +1 -1
- package/lib/request/list-resource-categories-request.d.ts +1 -1
- package/lib/request/list-rules-request.d.ts +1 -1
- package/lib/request/list-scheduled-tasks-request.d.ts +1 -1
- package/lib/request/list-source-associations-request.d.ts +1 -1
- package/lib/request/list-source-event-types-request.d.ts +1 -1
- package/lib/request/list-source-extended-field-definitions-request.d.ts +1 -1
- package/lib/request/list-source-label-operators-request.d.ts +1 -1
- package/lib/request/list-source-meta-functions-request.d.ts +1 -1
- package/lib/request/list-source-patterns-request.d.ts +1 -1
- package/lib/request/list-sources-request.d.ts +1 -1
- package/lib/request/list-storage-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-storage-work-requests-request.d.ts +1 -1
- package/lib/request/list-supported-char-encodings-request.d.ts +1 -1
- package/lib/request/list-supported-timezones-request.d.ts +1 -1
- package/lib/request/list-upload-files-request.d.ts +1 -1
- package/lib/request/list-upload-warnings-request.d.ts +1 -1
- package/lib/request/list-uploads-request.d.ts +1 -1
- package/lib/request/list-warnings-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/offboard-namespace-request.d.ts +1 -1
- package/lib/request/onboard-namespace-request.d.ts +1 -1
- package/lib/request/parse-query-request.d.ts +1 -1
- package/lib/request/pause-scheduled-task-request.d.ts +1 -1
- package/lib/request/purge-storage-data-request.d.ts +1 -1
- package/lib/request/put-query-work-request-background-request.d.ts +1 -1
- package/lib/request/query-request.d.ts +1 -1
- package/lib/request/recall-archived-data-request.d.ts +1 -1
- package/lib/request/register-lookup-request.d.ts +1 -1
- package/lib/request/release-recalled-data-request.d.ts +1 -1
- package/lib/request/remove-entity-associations-request.d.ts +1 -1
- package/lib/request/remove-preferences-request.d.ts +1 -1
- package/lib/request/remove-resource-categories-request.d.ts +1 -1
- package/lib/request/remove-source-event-types-request.d.ts +1 -1
- package/lib/request/resume-scheduled-task-request.d.ts +1 -1
- package/lib/request/run-request.d.ts +1 -1
- package/lib/request/set-unprocessed-data-bucket-request.d.ts +1 -1
- package/lib/request/suggest-request.d.ts +1 -1
- package/lib/request/suppress-warning-request.d.ts +1 -1
- package/lib/request/test-parser-request.d.ts +1 -1
- package/lib/request/unsuppress-warning-request.d.ts +1 -1
- package/lib/request/update-ingest-time-rule-request.d.ts +1 -1
- package/lib/request/update-log-analytics-em-bridge-request.d.ts +1 -1
- package/lib/request/update-log-analytics-entity-request.d.ts +1 -1
- package/lib/request/update-log-analytics-entity-type-request.d.ts +1 -1
- package/lib/request/update-log-analytics-log-group-request.d.ts +1 -1
- package/lib/request/update-log-analytics-object-collection-rule-request.d.ts +1 -1
- package/lib/request/update-lookup-data-request.d.ts +1 -1
- package/lib/request/update-lookup-request.d.ts +1 -1
- package/lib/request/update-preferences-request.d.ts +1 -1
- package/lib/request/update-resource-categories-request.d.ts +1 -1
- package/lib/request/update-scheduled-task-request.d.ts +1 -1
- package/lib/request/update-storage-request.d.ts +1 -1
- package/lib/request/upload-log-events-file-request.d.ts +1 -1
- package/lib/request/upload-log-file-request.d.ts +1 -1
- package/lib/request/upsert-associations-request.d.ts +1 -1
- package/lib/request/upsert-field-request.d.ts +1 -1
- package/lib/request/upsert-label-request.d.ts +1 -1
- package/lib/request/upsert-parser-request.d.ts +1 -1
- package/lib/request/upsert-source-request.d.ts +1 -1
- package/lib/request/validate-association-parameters-request.d.ts +1 -1
- package/lib/request/validate-endpoint-request.d.ts +32 -0
- package/lib/request/validate-endpoint-request.js +15 -0
- package/lib/request/validate-endpoint-request.js.map +1 -0
- package/lib/request/validate-file-request.d.ts +1 -1
- package/lib/request/validate-label-condition-request.d.ts +32 -0
- package/lib/request/validate-label-condition-request.js +15 -0
- package/lib/request/validate-label-condition-request.js.map +1 -0
- package/lib/request/validate-source-extended-field-details-request.d.ts +1 -1
- package/lib/request/validate-source-mapping-request.d.ts +1 -1
- package/lib/request/validate-source-request.d.ts +1 -1
- package/lib/request/verify-request.d.ts +1 -1
- package/lib/response/get-recall-count-response.d.ts +24 -0
- package/lib/response/get-recall-count-response.js +15 -0
- package/lib/response/get-recall-count-response.js.map +1 -0
- package/lib/response/get-recalled-data-size-response.d.ts +38 -0
- package/lib/response/get-recalled-data-size-response.js +15 -0
- package/lib/response/get-recalled-data-size-response.js.map +1 -0
- package/lib/response/get-rules-summary-response.d.ts +24 -0
- package/lib/response/get-rules-summary-response.js +15 -0
- package/lib/response/get-rules-summary-response.js.map +1 -0
- package/lib/response/index.d.ts +16 -0
- package/lib/response/list-effective-properties-response.d.ts +38 -0
- package/lib/response/list-effective-properties-response.js +15 -0
- package/lib/response/list-effective-properties-response.js.map +1 -0
- package/lib/response/list-overlapping-recalls-response.d.ts +38 -0
- package/lib/response/list-overlapping-recalls-response.js +15 -0
- package/lib/response/list-overlapping-recalls-response.js.map +1 -0
- package/lib/response/list-properties-metadata-response.d.ts +38 -0
- package/lib/response/list-properties-metadata-response.js +15 -0
- package/lib/response/list-properties-metadata-response.js.map +1 -0
- package/lib/response/recall-archived-data-response.d.ts +10 -0
- package/lib/response/validate-endpoint-response.d.ts +24 -0
- package/lib/response/validate-endpoint-response.js +15 -0
- package/lib/response/validate-endpoint-response.js.map +1 -0
- package/lib/response/validate-label-condition-response.d.ts +24 -0
- package/lib/response/validate-label-condition-response.js +15 -0
- package/lib/response/validate-label-condition-response.js.map +1 -0
- package/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -180,7 +180,7 @@ class LogAnalyticsClient {
|
|
|
180
180
|
* @param AddEntityAssociationRequest
|
|
181
181
|
* @return AddEntityAssociationResponse
|
|
182
182
|
* @throws OciError when an error occurs
|
|
183
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
183
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/AddEntityAssociation.ts.html |here} to see how to use AddEntityAssociation API.
|
|
184
184
|
*/
|
|
185
185
|
addEntityAssociation(addEntityAssociationRequest) {
|
|
186
186
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -239,7 +239,7 @@ class LogAnalyticsClient {
|
|
|
239
239
|
* @param AddSourceEventTypesRequest
|
|
240
240
|
* @return AddSourceEventTypesResponse
|
|
241
241
|
* @throws OciError when an error occurs
|
|
242
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
242
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/AddSourceEventTypes.ts.html |here} to see how to use AddSourceEventTypes API.
|
|
243
243
|
*/
|
|
244
244
|
addSourceEventTypes(addSourceEventTypesRequest) {
|
|
245
245
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -297,7 +297,7 @@ class LogAnalyticsClient {
|
|
|
297
297
|
* @param AppendLookupDataRequest
|
|
298
298
|
* @return AppendLookupDataResponse
|
|
299
299
|
* @throws OciError when an error occurs
|
|
300
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
300
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/AppendLookupData.ts.html |here} to see how to use AppendLookupData API.
|
|
301
301
|
*/
|
|
302
302
|
appendLookupData(appendLookupDataRequest) {
|
|
303
303
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -365,7 +365,7 @@ class LogAnalyticsClient {
|
|
|
365
365
|
* @param AssignEncryptionKeyRequest
|
|
366
366
|
* @return AssignEncryptionKeyResponse
|
|
367
367
|
* @throws OciError when an error occurs
|
|
368
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
368
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/AssignEncryptionKey.ts.html |here} to see how to use AssignEncryptionKey API.
|
|
369
369
|
*/
|
|
370
370
|
assignEncryptionKey(assignEncryptionKeyRequest) {
|
|
371
371
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -433,7 +433,7 @@ class LogAnalyticsClient {
|
|
|
433
433
|
* @param BatchGetBasicInfoRequest
|
|
434
434
|
* @return BatchGetBasicInfoResponse
|
|
435
435
|
* @throws OciError when an error occurs
|
|
436
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
436
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/BatchGetBasicInfo.ts.html |here} to see how to use BatchGetBasicInfo API.
|
|
437
437
|
*/
|
|
438
438
|
batchGetBasicInfo(batchGetBasicInfoRequest) {
|
|
439
439
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -508,7 +508,7 @@ class LogAnalyticsClient {
|
|
|
508
508
|
* @param CancelQueryWorkRequestRequest
|
|
509
509
|
* @return CancelQueryWorkRequestResponse
|
|
510
510
|
* @throws OciError when an error occurs
|
|
511
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
511
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/CancelQueryWorkRequest.ts.html |here} to see how to use CancelQueryWorkRequest API.
|
|
512
512
|
*/
|
|
513
513
|
cancelQueryWorkRequest(cancelQueryWorkRequestRequest) {
|
|
514
514
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -565,7 +565,7 @@ class LogAnalyticsClient {
|
|
|
565
565
|
* @param ChangeIngestTimeRuleCompartmentRequest
|
|
566
566
|
* @return ChangeIngestTimeRuleCompartmentResponse
|
|
567
567
|
* @throws OciError when an error occurs
|
|
568
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
568
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ChangeIngestTimeRuleCompartment.ts.html |here} to see how to use ChangeIngestTimeRuleCompartment API.
|
|
569
569
|
*/
|
|
570
570
|
changeIngestTimeRuleCompartment(changeIngestTimeRuleCompartmentRequest) {
|
|
571
571
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -623,7 +623,7 @@ class LogAnalyticsClient {
|
|
|
623
623
|
* @param ChangeLogAnalyticsEmBridgeCompartmentRequest
|
|
624
624
|
* @return ChangeLogAnalyticsEmBridgeCompartmentResponse
|
|
625
625
|
* @throws OciError when an error occurs
|
|
626
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
626
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ChangeLogAnalyticsEmBridgeCompartment.ts.html |here} to see how to use ChangeLogAnalyticsEmBridgeCompartment API.
|
|
627
627
|
*/
|
|
628
628
|
changeLogAnalyticsEmBridgeCompartment(changeLogAnalyticsEmBridgeCompartmentRequest) {
|
|
629
629
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -681,7 +681,7 @@ class LogAnalyticsClient {
|
|
|
681
681
|
* @param ChangeLogAnalyticsEntityCompartmentRequest
|
|
682
682
|
* @return ChangeLogAnalyticsEntityCompartmentResponse
|
|
683
683
|
* @throws OciError when an error occurs
|
|
684
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
684
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ChangeLogAnalyticsEntityCompartment.ts.html |here} to see how to use ChangeLogAnalyticsEntityCompartment API.
|
|
685
685
|
*/
|
|
686
686
|
changeLogAnalyticsEntityCompartment(changeLogAnalyticsEntityCompartmentRequest) {
|
|
687
687
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -740,7 +740,7 @@ class LogAnalyticsClient {
|
|
|
740
740
|
* @param ChangeLogAnalyticsLogGroupCompartmentRequest
|
|
741
741
|
* @return ChangeLogAnalyticsLogGroupCompartmentResponse
|
|
742
742
|
* @throws OciError when an error occurs
|
|
743
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
743
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ChangeLogAnalyticsLogGroupCompartment.ts.html |here} to see how to use ChangeLogAnalyticsLogGroupCompartment API.
|
|
744
744
|
*/
|
|
745
745
|
changeLogAnalyticsLogGroupCompartment(changeLogAnalyticsLogGroupCompartmentRequest) {
|
|
746
746
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -798,7 +798,7 @@ class LogAnalyticsClient {
|
|
|
798
798
|
* @param ChangeLogAnalyticsObjectCollectionRuleCompartmentRequest
|
|
799
799
|
* @return ChangeLogAnalyticsObjectCollectionRuleCompartmentResponse
|
|
800
800
|
* @throws OciError when an error occurs
|
|
801
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
801
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ChangeLogAnalyticsObjectCollectionRuleCompartment.ts.html |here} to see how to use ChangeLogAnalyticsObjectCollectionRuleCompartment API.
|
|
802
802
|
*/
|
|
803
803
|
changeLogAnalyticsObjectCollectionRuleCompartment(changeLogAnalyticsObjectCollectionRuleCompartmentRequest) {
|
|
804
804
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -856,7 +856,7 @@ class LogAnalyticsClient {
|
|
|
856
856
|
* @param ChangeScheduledTaskCompartmentRequest
|
|
857
857
|
* @return ChangeScheduledTaskCompartmentResponse
|
|
858
858
|
* @throws OciError when an error occurs
|
|
859
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
859
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ChangeScheduledTaskCompartment.ts.html |here} to see how to use ChangeScheduledTaskCompartment API.
|
|
860
860
|
*/
|
|
861
861
|
changeScheduledTaskCompartment(changeScheduledTaskCompartmentRequest) {
|
|
862
862
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -916,7 +916,7 @@ class LogAnalyticsClient {
|
|
|
916
916
|
* @param CleanRequest
|
|
917
917
|
* @return CleanResponse
|
|
918
918
|
* @throws OciError when an error occurs
|
|
919
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
919
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/Clean.ts.html |here} to see how to use Clean API.
|
|
920
920
|
*/
|
|
921
921
|
clean(cleanRequest) {
|
|
922
922
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -976,7 +976,7 @@ class LogAnalyticsClient {
|
|
|
976
976
|
* @param CompareContentRequest
|
|
977
977
|
* @return CompareContentResponse
|
|
978
978
|
* @throws OciError when an error occurs
|
|
979
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
979
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/CompareContent.ts.html |here} to see how to use CompareContent API.
|
|
980
980
|
*/
|
|
981
981
|
compareContent(compareContentRequest) {
|
|
982
982
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1036,7 +1036,7 @@ class LogAnalyticsClient {
|
|
|
1036
1036
|
* @param CreateIngestTimeRuleRequest
|
|
1037
1037
|
* @return CreateIngestTimeRuleResponse
|
|
1038
1038
|
* @throws OciError when an error occurs
|
|
1039
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1039
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/CreateIngestTimeRule.ts.html |here} to see how to use CreateIngestTimeRule API.
|
|
1040
1040
|
*/
|
|
1041
1041
|
createIngestTimeRule(createIngestTimeRuleRequest) {
|
|
1042
1042
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1101,7 +1101,7 @@ class LogAnalyticsClient {
|
|
|
1101
1101
|
* @param CreateLogAnalyticsEmBridgeRequest
|
|
1102
1102
|
* @return CreateLogAnalyticsEmBridgeResponse
|
|
1103
1103
|
* @throws OciError when an error occurs
|
|
1104
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1104
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/CreateLogAnalyticsEmBridge.ts.html |here} to see how to use CreateLogAnalyticsEmBridge API.
|
|
1105
1105
|
*/
|
|
1106
1106
|
createLogAnalyticsEmBridge(createLogAnalyticsEmBridgeRequest) {
|
|
1107
1107
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1166,7 +1166,7 @@ class LogAnalyticsClient {
|
|
|
1166
1166
|
* @param CreateLogAnalyticsEntityRequest
|
|
1167
1167
|
* @return CreateLogAnalyticsEntityResponse
|
|
1168
1168
|
* @throws OciError when an error occurs
|
|
1169
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1169
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/CreateLogAnalyticsEntity.ts.html |here} to see how to use CreateLogAnalyticsEntity API.
|
|
1170
1170
|
*/
|
|
1171
1171
|
createLogAnalyticsEntity(createLogAnalyticsEntityRequest) {
|
|
1172
1172
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1231,7 +1231,7 @@ class LogAnalyticsClient {
|
|
|
1231
1231
|
* @param CreateLogAnalyticsEntityTypeRequest
|
|
1232
1232
|
* @return CreateLogAnalyticsEntityTypeResponse
|
|
1233
1233
|
* @throws OciError when an error occurs
|
|
1234
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1234
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/CreateLogAnalyticsEntityType.ts.html |here} to see how to use CreateLogAnalyticsEntityType API.
|
|
1235
1235
|
*/
|
|
1236
1236
|
createLogAnalyticsEntityType(createLogAnalyticsEntityTypeRequest) {
|
|
1237
1237
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1288,7 +1288,7 @@ class LogAnalyticsClient {
|
|
|
1288
1288
|
* @param CreateLogAnalyticsLogGroupRequest
|
|
1289
1289
|
* @return CreateLogAnalyticsLogGroupResponse
|
|
1290
1290
|
* @throws OciError when an error occurs
|
|
1291
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1291
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/CreateLogAnalyticsLogGroup.ts.html |here} to see how to use CreateLogAnalyticsLogGroup API.
|
|
1292
1292
|
*/
|
|
1293
1293
|
createLogAnalyticsLogGroup(createLogAnalyticsLogGroupRequest) {
|
|
1294
1294
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1353,7 +1353,7 @@ class LogAnalyticsClient {
|
|
|
1353
1353
|
* @param CreateLogAnalyticsObjectCollectionRuleRequest
|
|
1354
1354
|
* @return CreateLogAnalyticsObjectCollectionRuleResponse
|
|
1355
1355
|
* @throws OciError when an error occurs
|
|
1356
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1356
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/CreateLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use CreateLogAnalyticsObjectCollectionRule API.
|
|
1357
1357
|
*/
|
|
1358
1358
|
createLogAnalyticsObjectCollectionRule(createLogAnalyticsObjectCollectionRuleRequest) {
|
|
1359
1359
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1417,7 +1417,7 @@ class LogAnalyticsClient {
|
|
|
1417
1417
|
* @param CreateScheduledTaskRequest
|
|
1418
1418
|
* @return CreateScheduledTaskResponse
|
|
1419
1419
|
* @throws OciError when an error occurs
|
|
1420
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1420
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/CreateScheduledTask.ts.html |here} to see how to use CreateScheduledTask API.
|
|
1421
1421
|
*/
|
|
1422
1422
|
createScheduledTask(createScheduledTaskRequest) {
|
|
1423
1423
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1483,7 +1483,7 @@ class LogAnalyticsClient {
|
|
|
1483
1483
|
* @param DeleteAssociationsRequest
|
|
1484
1484
|
* @return DeleteAssociationsResponse
|
|
1485
1485
|
* @throws OciError when an error occurs
|
|
1486
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1486
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/DeleteAssociations.ts.html |here} to see how to use DeleteAssociations API.
|
|
1487
1487
|
*/
|
|
1488
1488
|
deleteAssociations(deleteAssociationsRequest) {
|
|
1489
1489
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1545,7 +1545,7 @@ class LogAnalyticsClient {
|
|
|
1545
1545
|
* @param DeleteFieldRequest
|
|
1546
1546
|
* @return DeleteFieldResponse
|
|
1547
1547
|
* @throws OciError when an error occurs
|
|
1548
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1548
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/DeleteField.ts.html |here} to see how to use DeleteField API.
|
|
1549
1549
|
*/
|
|
1550
1550
|
deleteField(deleteFieldRequest) {
|
|
1551
1551
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1603,7 +1603,7 @@ class LogAnalyticsClient {
|
|
|
1603
1603
|
* @param DeleteIngestTimeRuleRequest
|
|
1604
1604
|
* @return DeleteIngestTimeRuleResponse
|
|
1605
1605
|
* @throws OciError when an error occurs
|
|
1606
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1606
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/DeleteIngestTimeRule.ts.html |here} to see how to use DeleteIngestTimeRule API.
|
|
1607
1607
|
*/
|
|
1608
1608
|
deleteIngestTimeRule(deleteIngestTimeRuleRequest) {
|
|
1609
1609
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1660,7 +1660,7 @@ class LogAnalyticsClient {
|
|
|
1660
1660
|
* @param DeleteLabelRequest
|
|
1661
1661
|
* @return DeleteLabelResponse
|
|
1662
1662
|
* @throws OciError when an error occurs
|
|
1663
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1663
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/DeleteLabel.ts.html |here} to see how to use DeleteLabel API.
|
|
1664
1664
|
*/
|
|
1665
1665
|
deleteLabel(deleteLabelRequest) {
|
|
1666
1666
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1717,7 +1717,7 @@ class LogAnalyticsClient {
|
|
|
1717
1717
|
* @param DeleteLogAnalyticsEmBridgeRequest
|
|
1718
1718
|
* @return DeleteLogAnalyticsEmBridgeResponse
|
|
1719
1719
|
* @throws OciError when an error occurs
|
|
1720
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1720
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/DeleteLogAnalyticsEmBridge.ts.html |here} to see how to use DeleteLogAnalyticsEmBridge API.
|
|
1721
1721
|
*/
|
|
1722
1722
|
deleteLogAnalyticsEmBridge(deleteLogAnalyticsEmBridgeRequest) {
|
|
1723
1723
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1729,7 +1729,9 @@ class LogAnalyticsClient {
|
|
|
1729
1729
|
"{namespaceName}": deleteLogAnalyticsEmBridgeRequest.namespaceName,
|
|
1730
1730
|
"{logAnalyticsEmBridgeId}": deleteLogAnalyticsEmBridgeRequest.logAnalyticsEmBridgeId
|
|
1731
1731
|
};
|
|
1732
|
-
const queryParams = {
|
|
1732
|
+
const queryParams = {
|
|
1733
|
+
"isDeleteEntities": deleteLogAnalyticsEmBridgeRequest.isDeleteEntities
|
|
1734
|
+
};
|
|
1733
1735
|
let headerParams = {
|
|
1734
1736
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
1735
1737
|
"if-match": deleteLogAnalyticsEmBridgeRequest.ifMatch,
|
|
@@ -1773,7 +1775,7 @@ class LogAnalyticsClient {
|
|
|
1773
1775
|
* @param DeleteLogAnalyticsEntityRequest
|
|
1774
1776
|
* @return DeleteLogAnalyticsEntityResponse
|
|
1775
1777
|
* @throws OciError when an error occurs
|
|
1776
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1778
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/DeleteLogAnalyticsEntity.ts.html |here} to see how to use DeleteLogAnalyticsEntity API.
|
|
1777
1779
|
*/
|
|
1778
1780
|
deleteLogAnalyticsEntity(deleteLogAnalyticsEntityRequest) {
|
|
1779
1781
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1829,7 +1831,7 @@ class LogAnalyticsClient {
|
|
|
1829
1831
|
* @param DeleteLogAnalyticsEntityTypeRequest
|
|
1830
1832
|
* @return DeleteLogAnalyticsEntityTypeResponse
|
|
1831
1833
|
* @throws OciError when an error occurs
|
|
1832
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1834
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/DeleteLogAnalyticsEntityType.ts.html |here} to see how to use DeleteLogAnalyticsEntityType API.
|
|
1833
1835
|
*/
|
|
1834
1836
|
deleteLogAnalyticsEntityType(deleteLogAnalyticsEntityTypeRequest) {
|
|
1835
1837
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1886,7 +1888,7 @@ class LogAnalyticsClient {
|
|
|
1886
1888
|
* @param DeleteLogAnalyticsLogGroupRequest
|
|
1887
1889
|
* @return DeleteLogAnalyticsLogGroupResponse
|
|
1888
1890
|
* @throws OciError when an error occurs
|
|
1889
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1891
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/DeleteLogAnalyticsLogGroup.ts.html |here} to see how to use DeleteLogAnalyticsLogGroup API.
|
|
1890
1892
|
*/
|
|
1891
1893
|
deleteLogAnalyticsLogGroup(deleteLogAnalyticsLogGroupRequest) {
|
|
1892
1894
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1944,7 +1946,7 @@ class LogAnalyticsClient {
|
|
|
1944
1946
|
* @param DeleteLogAnalyticsObjectCollectionRuleRequest
|
|
1945
1947
|
* @return DeleteLogAnalyticsObjectCollectionRuleResponse
|
|
1946
1948
|
* @throws OciError when an error occurs
|
|
1947
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1949
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/DeleteLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use DeleteLogAnalyticsObjectCollectionRule API.
|
|
1948
1950
|
*/
|
|
1949
1951
|
deleteLogAnalyticsObjectCollectionRule(deleteLogAnalyticsObjectCollectionRuleRequest) {
|
|
1950
1952
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2001,7 +2003,7 @@ class LogAnalyticsClient {
|
|
|
2001
2003
|
* @param DeleteLookupRequest
|
|
2002
2004
|
* @return DeleteLookupResponse
|
|
2003
2005
|
* @throws OciError when an error occurs
|
|
2004
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2006
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/DeleteLookup.ts.html |here} to see how to use DeleteLookup API.
|
|
2005
2007
|
*/
|
|
2006
2008
|
deleteLookup(deleteLookupRequest) {
|
|
2007
2009
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2066,7 +2068,7 @@ class LogAnalyticsClient {
|
|
|
2066
2068
|
* @param DeleteParserRequest
|
|
2067
2069
|
* @return DeleteParserResponse
|
|
2068
2070
|
* @throws OciError when an error occurs
|
|
2069
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2071
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/DeleteParser.ts.html |here} to see how to use DeleteParser API.
|
|
2070
2072
|
*/
|
|
2071
2073
|
deleteParser(deleteParserRequest) {
|
|
2072
2074
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2123,7 +2125,7 @@ class LogAnalyticsClient {
|
|
|
2123
2125
|
* @param DeleteScheduledTaskRequest
|
|
2124
2126
|
* @return DeleteScheduledTaskResponse
|
|
2125
2127
|
* @throws OciError when an error occurs
|
|
2126
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2128
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/DeleteScheduledTask.ts.html |here} to see how to use DeleteScheduledTask API.
|
|
2127
2129
|
*/
|
|
2128
2130
|
deleteScheduledTask(deleteScheduledTaskRequest) {
|
|
2129
2131
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2180,7 +2182,7 @@ class LogAnalyticsClient {
|
|
|
2180
2182
|
* @param DeleteSourceRequest
|
|
2181
2183
|
* @return DeleteSourceResponse
|
|
2182
2184
|
* @throws OciError when an error occurs
|
|
2183
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2185
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/DeleteSource.ts.html |here} to see how to use DeleteSource API.
|
|
2184
2186
|
*/
|
|
2185
2187
|
deleteSource(deleteSourceRequest) {
|
|
2186
2188
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2239,7 +2241,7 @@ class LogAnalyticsClient {
|
|
|
2239
2241
|
* @param DeleteUploadRequest
|
|
2240
2242
|
* @return DeleteUploadResponse
|
|
2241
2243
|
* @throws OciError when an error occurs
|
|
2242
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2244
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/DeleteUpload.ts.html |here} to see how to use DeleteUpload API.
|
|
2243
2245
|
*/
|
|
2244
2246
|
deleteUpload(deleteUploadRequest) {
|
|
2245
2247
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2307,7 +2309,7 @@ class LogAnalyticsClient {
|
|
|
2307
2309
|
* @param DeleteUploadFileRequest
|
|
2308
2310
|
* @return DeleteUploadFileResponse
|
|
2309
2311
|
* @throws OciError when an error occurs
|
|
2310
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2312
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/DeleteUploadFile.ts.html |here} to see how to use DeleteUploadFile API.
|
|
2311
2313
|
*/
|
|
2312
2314
|
deleteUploadFile(deleteUploadFileRequest) {
|
|
2313
2315
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2374,7 +2376,7 @@ class LogAnalyticsClient {
|
|
|
2374
2376
|
* @param DeleteUploadWarningRequest
|
|
2375
2377
|
* @return DeleteUploadWarningResponse
|
|
2376
2378
|
* @throws OciError when an error occurs
|
|
2377
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2379
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/DeleteUploadWarning.ts.html |here} to see how to use DeleteUploadWarning API.
|
|
2378
2380
|
*/
|
|
2379
2381
|
deleteUploadWarning(deleteUploadWarningRequest) {
|
|
2380
2382
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2431,7 +2433,7 @@ class LogAnalyticsClient {
|
|
|
2431
2433
|
* @param DisableArchivingRequest
|
|
2432
2434
|
* @return DisableArchivingResponse
|
|
2433
2435
|
* @throws OciError when an error occurs
|
|
2434
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2436
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/DisableArchiving.ts.html |here} to see how to use DisableArchiving API.
|
|
2435
2437
|
*/
|
|
2436
2438
|
disableArchiving(disableArchivingRequest) {
|
|
2437
2439
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2498,7 +2500,7 @@ class LogAnalyticsClient {
|
|
|
2498
2500
|
* @param DisableAutoAssociationRequest
|
|
2499
2501
|
* @return DisableAutoAssociationResponse
|
|
2500
2502
|
* @throws OciError when an error occurs
|
|
2501
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2503
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/DisableAutoAssociation.ts.html |here} to see how to use DisableAutoAssociation API.
|
|
2502
2504
|
*/
|
|
2503
2505
|
disableAutoAssociation(disableAutoAssociationRequest) {
|
|
2504
2506
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2561,7 +2563,7 @@ class LogAnalyticsClient {
|
|
|
2561
2563
|
* @param DisableIngestTimeRuleRequest
|
|
2562
2564
|
* @return DisableIngestTimeRuleResponse
|
|
2563
2565
|
* @throws OciError when an error occurs
|
|
2564
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2566
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/DisableIngestTimeRule.ts.html |here} to see how to use DisableIngestTimeRule API.
|
|
2565
2567
|
*/
|
|
2566
2568
|
disableIngestTimeRule(disableIngestTimeRuleRequest) {
|
|
2567
2569
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2623,7 +2625,7 @@ class LogAnalyticsClient {
|
|
|
2623
2625
|
* @param DisableSourceEventTypesRequest
|
|
2624
2626
|
* @return DisableSourceEventTypesResponse
|
|
2625
2627
|
* @throws OciError when an error occurs
|
|
2626
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2628
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/DisableSourceEventTypes.ts.html |here} to see how to use DisableSourceEventTypes API.
|
|
2627
2629
|
*/
|
|
2628
2630
|
disableSourceEventTypes(disableSourceEventTypesRequest) {
|
|
2629
2631
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2681,7 +2683,7 @@ class LogAnalyticsClient {
|
|
|
2681
2683
|
* @param EnableArchivingRequest
|
|
2682
2684
|
* @return EnableArchivingResponse
|
|
2683
2685
|
* @throws OciError when an error occurs
|
|
2684
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2686
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/EnableArchiving.ts.html |here} to see how to use EnableArchiving API.
|
|
2685
2687
|
*/
|
|
2686
2688
|
enableArchiving(enableArchivingRequest) {
|
|
2687
2689
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2748,7 +2750,7 @@ class LogAnalyticsClient {
|
|
|
2748
2750
|
* @param EnableAutoAssociationRequest
|
|
2749
2751
|
* @return EnableAutoAssociationResponse
|
|
2750
2752
|
* @throws OciError when an error occurs
|
|
2751
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2753
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/EnableAutoAssociation.ts.html |here} to see how to use EnableAutoAssociation API.
|
|
2752
2754
|
*/
|
|
2753
2755
|
enableAutoAssociation(enableAutoAssociationRequest) {
|
|
2754
2756
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2811,7 +2813,7 @@ class LogAnalyticsClient {
|
|
|
2811
2813
|
* @param EnableIngestTimeRuleRequest
|
|
2812
2814
|
* @return EnableIngestTimeRuleResponse
|
|
2813
2815
|
* @throws OciError when an error occurs
|
|
2814
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2816
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/EnableIngestTimeRule.ts.html |here} to see how to use EnableIngestTimeRule API.
|
|
2815
2817
|
*/
|
|
2816
2818
|
enableIngestTimeRule(enableIngestTimeRuleRequest) {
|
|
2817
2819
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2873,7 +2875,7 @@ class LogAnalyticsClient {
|
|
|
2873
2875
|
* @param EnableSourceEventTypesRequest
|
|
2874
2876
|
* @return EnableSourceEventTypesResponse
|
|
2875
2877
|
* @throws OciError when an error occurs
|
|
2876
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2878
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/EnableSourceEventTypes.ts.html |here} to see how to use EnableSourceEventTypes API.
|
|
2877
2879
|
*/
|
|
2878
2880
|
enableSourceEventTypes(enableSourceEventTypesRequest) {
|
|
2879
2881
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2931,7 +2933,7 @@ class LogAnalyticsClient {
|
|
|
2931
2933
|
* @param EstimatePurgeDataSizeRequest
|
|
2932
2934
|
* @return EstimatePurgeDataSizeResponse
|
|
2933
2935
|
* @throws OciError when an error occurs
|
|
2934
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2936
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/EstimatePurgeDataSize.ts.html |here} to see how to use EstimatePurgeDataSize API.
|
|
2935
2937
|
*/
|
|
2936
2938
|
estimatePurgeDataSize(estimatePurgeDataSizeRequest) {
|
|
2937
2939
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2998,7 +3000,7 @@ class LogAnalyticsClient {
|
|
|
2998
3000
|
* @param EstimateRecallDataSizeRequest
|
|
2999
3001
|
* @return EstimateRecallDataSizeResponse
|
|
3000
3002
|
* @throws OciError when an error occurs
|
|
3001
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3003
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/EstimateRecallDataSize.ts.html |here} to see how to use EstimateRecallDataSize API.
|
|
3002
3004
|
*/
|
|
3003
3005
|
estimateRecallDataSize(estimateRecallDataSizeRequest) {
|
|
3004
3006
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3058,7 +3060,7 @@ class LogAnalyticsClient {
|
|
|
3058
3060
|
* @param EstimateReleaseDataSizeRequest
|
|
3059
3061
|
* @return EstimateReleaseDataSizeResponse
|
|
3060
3062
|
* @throws OciError when an error occurs
|
|
3061
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3063
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/EstimateReleaseDataSize.ts.html |here} to see how to use EstimateReleaseDataSize API.
|
|
3062
3064
|
*/
|
|
3063
3065
|
estimateReleaseDataSize(estimateReleaseDataSizeRequest) {
|
|
3064
3066
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3118,7 +3120,7 @@ class LogAnalyticsClient {
|
|
|
3118
3120
|
* @param ExportCustomContentRequest
|
|
3119
3121
|
* @return ExportCustomContentResponse
|
|
3120
3122
|
* @throws OciError when an error occurs
|
|
3121
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3123
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ExportCustomContent.ts.html |here} to see how to use ExportCustomContent API.
|
|
3122
3124
|
*/
|
|
3123
3125
|
exportCustomContent(exportCustomContentRequest) {
|
|
3124
3126
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3177,7 +3179,7 @@ class LogAnalyticsClient {
|
|
|
3177
3179
|
* @param ExportQueryResultRequest
|
|
3178
3180
|
* @return ExportQueryResultResponse
|
|
3179
3181
|
* @throws OciError when an error occurs
|
|
3180
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3182
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ExportQueryResult.ts.html |here} to see how to use ExportQueryResult API.
|
|
3181
3183
|
*/
|
|
3182
3184
|
exportQueryResult(exportQueryResultRequest) {
|
|
3183
3185
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3236,7 +3238,7 @@ class LogAnalyticsClient {
|
|
|
3236
3238
|
* @param ExtractStructuredLogFieldPathsRequest
|
|
3237
3239
|
* @return ExtractStructuredLogFieldPathsResponse
|
|
3238
3240
|
* @throws OciError when an error occurs
|
|
3239
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3241
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ExtractStructuredLogFieldPaths.ts.html |here} to see how to use ExtractStructuredLogFieldPaths API.
|
|
3240
3242
|
*/
|
|
3241
3243
|
extractStructuredLogFieldPaths(extractStructuredLogFieldPathsRequest) {
|
|
3242
3244
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3299,7 +3301,7 @@ class LogAnalyticsClient {
|
|
|
3299
3301
|
* @param ExtractStructuredLogHeaderPathsRequest
|
|
3300
3302
|
* @return ExtractStructuredLogHeaderPathsResponse
|
|
3301
3303
|
* @throws OciError when an error occurs
|
|
3302
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3304
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ExtractStructuredLogHeaderPaths.ts.html |here} to see how to use ExtractStructuredLogHeaderPaths API.
|
|
3303
3305
|
*/
|
|
3304
3306
|
extractStructuredLogHeaderPaths(extractStructuredLogHeaderPathsRequest) {
|
|
3305
3307
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3361,7 +3363,7 @@ class LogAnalyticsClient {
|
|
|
3361
3363
|
* @param FilterRequest
|
|
3362
3364
|
* @return FilterResponse
|
|
3363
3365
|
* @throws OciError when an error occurs
|
|
3364
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3366
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/Filter.ts.html |here} to see how to use Filter API.
|
|
3365
3367
|
*/
|
|
3366
3368
|
filter(filterRequest) {
|
|
3367
3369
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3421,7 +3423,7 @@ class LogAnalyticsClient {
|
|
|
3421
3423
|
* @param GetAssociationSummaryRequest
|
|
3422
3424
|
* @return GetAssociationSummaryResponse
|
|
3423
3425
|
* @throws OciError when an error occurs
|
|
3424
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3426
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/GetAssociationSummary.ts.html |here} to see how to use GetAssociationSummary API.
|
|
3425
3427
|
*/
|
|
3426
3428
|
getAssociationSummary(getAssociationSummaryRequest) {
|
|
3427
3429
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3482,7 +3484,7 @@ class LogAnalyticsClient {
|
|
|
3482
3484
|
* @param GetCategoryRequest
|
|
3483
3485
|
* @return GetCategoryResponse
|
|
3484
3486
|
* @throws OciError when an error occurs
|
|
3485
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3487
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/GetCategory.ts.html |here} to see how to use GetCategory API.
|
|
3486
3488
|
*/
|
|
3487
3489
|
getCategory(getCategoryRequest) {
|
|
3488
3490
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3542,7 +3544,7 @@ class LogAnalyticsClient {
|
|
|
3542
3544
|
* @param GetColumnNamesRequest
|
|
3543
3545
|
* @return GetColumnNamesResponse
|
|
3544
3546
|
* @throws OciError when an error occurs
|
|
3545
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3547
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/GetColumnNames.ts.html |here} to see how to use GetColumnNames API.
|
|
3546
3548
|
*/
|
|
3547
3549
|
getColumnNames(getColumnNamesRequest) {
|
|
3548
3550
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3604,7 +3606,7 @@ class LogAnalyticsClient {
|
|
|
3604
3606
|
* @param GetConfigWorkRequestRequest
|
|
3605
3607
|
* @return GetConfigWorkRequestResponse
|
|
3606
3608
|
* @throws OciError when an error occurs
|
|
3607
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3609
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/GetConfigWorkRequest.ts.html |here} to see how to use GetConfigWorkRequest API.
|
|
3608
3610
|
*/
|
|
3609
3611
|
getConfigWorkRequest(getConfigWorkRequestRequest) {
|
|
3610
3612
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3664,7 +3666,7 @@ class LogAnalyticsClient {
|
|
|
3664
3666
|
* @param GetFieldRequest
|
|
3665
3667
|
* @return GetFieldResponse
|
|
3666
3668
|
* @throws OciError when an error occurs
|
|
3667
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3669
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/GetField.ts.html |here} to see how to use GetField API.
|
|
3668
3670
|
*/
|
|
3669
3671
|
getField(getFieldRequest) {
|
|
3670
3672
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3729,7 +3731,7 @@ class LogAnalyticsClient {
|
|
|
3729
3731
|
* @param GetFieldsSummaryRequest
|
|
3730
3732
|
* @return GetFieldsSummaryResponse
|
|
3731
3733
|
* @throws OciError when an error occurs
|
|
3732
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3734
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/GetFieldsSummary.ts.html |here} to see how to use GetFieldsSummary API.
|
|
3733
3735
|
*/
|
|
3734
3736
|
getFieldsSummary(getFieldsSummaryRequest) {
|
|
3735
3737
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3790,7 +3792,7 @@ class LogAnalyticsClient {
|
|
|
3790
3792
|
* @param GetIngestTimeRuleRequest
|
|
3791
3793
|
* @return GetIngestTimeRuleResponse
|
|
3792
3794
|
* @throws OciError when an error occurs
|
|
3793
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3795
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/GetIngestTimeRule.ts.html |here} to see how to use GetIngestTimeRule API.
|
|
3794
3796
|
*/
|
|
3795
3797
|
getIngestTimeRule(getIngestTimeRuleRequest) {
|
|
3796
3798
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3855,7 +3857,7 @@ class LogAnalyticsClient {
|
|
|
3855
3857
|
* @param GetLabelRequest
|
|
3856
3858
|
* @return GetLabelResponse
|
|
3857
3859
|
* @throws OciError when an error occurs
|
|
3858
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3860
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/GetLabel.ts.html |here} to see how to use GetLabel API.
|
|
3859
3861
|
*/
|
|
3860
3862
|
getLabel(getLabelRequest) {
|
|
3861
3863
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3920,7 +3922,7 @@ class LogAnalyticsClient {
|
|
|
3920
3922
|
* @param GetLabelSummaryRequest
|
|
3921
3923
|
* @return GetLabelSummaryResponse
|
|
3922
3924
|
* @throws OciError when an error occurs
|
|
3923
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3925
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/GetLabelSummary.ts.html |here} to see how to use GetLabelSummary API.
|
|
3924
3926
|
*/
|
|
3925
3927
|
getLabelSummary(getLabelSummaryRequest) {
|
|
3926
3928
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3978,7 +3980,7 @@ class LogAnalyticsClient {
|
|
|
3978
3980
|
* @param GetLogAnalyticsEmBridgeRequest
|
|
3979
3981
|
* @return GetLogAnalyticsEmBridgeResponse
|
|
3980
3982
|
* @throws OciError when an error occurs
|
|
3981
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3983
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/GetLogAnalyticsEmBridge.ts.html |here} to see how to use GetLogAnalyticsEmBridge API.
|
|
3982
3984
|
*/
|
|
3983
3985
|
getLogAnalyticsEmBridge(getLogAnalyticsEmBridgeRequest) {
|
|
3984
3986
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4042,7 +4044,7 @@ class LogAnalyticsClient {
|
|
|
4042
4044
|
* @param GetLogAnalyticsEmBridgeSummaryRequest
|
|
4043
4045
|
* @return GetLogAnalyticsEmBridgeSummaryResponse
|
|
4044
4046
|
* @throws OciError when an error occurs
|
|
4045
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4047
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/GetLogAnalyticsEmBridgeSummary.ts.html |here} to see how to use GetLogAnalyticsEmBridgeSummary API.
|
|
4046
4048
|
*/
|
|
4047
4049
|
getLogAnalyticsEmBridgeSummary(getLogAnalyticsEmBridgeSummaryRequest) {
|
|
4048
4050
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4102,7 +4104,7 @@ class LogAnalyticsClient {
|
|
|
4102
4104
|
* @param GetLogAnalyticsEntitiesSummaryRequest
|
|
4103
4105
|
* @return GetLogAnalyticsEntitiesSummaryResponse
|
|
4104
4106
|
* @throws OciError when an error occurs
|
|
4105
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4107
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/GetLogAnalyticsEntitiesSummary.ts.html |here} to see how to use GetLogAnalyticsEntitiesSummary API.
|
|
4106
4108
|
*/
|
|
4107
4109
|
getLogAnalyticsEntitiesSummary(getLogAnalyticsEntitiesSummaryRequest) {
|
|
4108
4110
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4162,7 +4164,7 @@ class LogAnalyticsClient {
|
|
|
4162
4164
|
* @param GetLogAnalyticsEntityRequest
|
|
4163
4165
|
* @return GetLogAnalyticsEntityResponse
|
|
4164
4166
|
* @throws OciError when an error occurs
|
|
4165
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4167
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/GetLogAnalyticsEntity.ts.html |here} to see how to use GetLogAnalyticsEntity API.
|
|
4166
4168
|
*/
|
|
4167
4169
|
getLogAnalyticsEntity(getLogAnalyticsEntityRequest) {
|
|
4168
4170
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4226,7 +4228,7 @@ class LogAnalyticsClient {
|
|
|
4226
4228
|
* @param GetLogAnalyticsEntityTypeRequest
|
|
4227
4229
|
* @return GetLogAnalyticsEntityTypeResponse
|
|
4228
4230
|
* @throws OciError when an error occurs
|
|
4229
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4231
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/GetLogAnalyticsEntityType.ts.html |here} to see how to use GetLogAnalyticsEntityType API.
|
|
4230
4232
|
*/
|
|
4231
4233
|
getLogAnalyticsEntityType(getLogAnalyticsEntityTypeRequest) {
|
|
4232
4234
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4291,7 +4293,7 @@ class LogAnalyticsClient {
|
|
|
4291
4293
|
* @param GetLogAnalyticsLogGroupRequest
|
|
4292
4294
|
* @return GetLogAnalyticsLogGroupResponse
|
|
4293
4295
|
* @throws OciError when an error occurs
|
|
4294
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4296
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/GetLogAnalyticsLogGroup.ts.html |here} to see how to use GetLogAnalyticsLogGroup API.
|
|
4295
4297
|
*/
|
|
4296
4298
|
getLogAnalyticsLogGroup(getLogAnalyticsLogGroupRequest) {
|
|
4297
4299
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4356,7 +4358,7 @@ class LogAnalyticsClient {
|
|
|
4356
4358
|
* @param GetLogAnalyticsLogGroupsSummaryRequest
|
|
4357
4359
|
* @return GetLogAnalyticsLogGroupsSummaryResponse
|
|
4358
4360
|
* @throws OciError when an error occurs
|
|
4359
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4361
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/GetLogAnalyticsLogGroupsSummary.ts.html |here} to see how to use GetLogAnalyticsLogGroupsSummary API.
|
|
4360
4362
|
*/
|
|
4361
4363
|
getLogAnalyticsLogGroupsSummary(getLogAnalyticsLogGroupsSummaryRequest) {
|
|
4362
4364
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4416,7 +4418,7 @@ class LogAnalyticsClient {
|
|
|
4416
4418
|
* @param GetLogAnalyticsObjectCollectionRuleRequest
|
|
4417
4419
|
* @return GetLogAnalyticsObjectCollectionRuleResponse
|
|
4418
4420
|
* @throws OciError when an error occurs
|
|
4419
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4421
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/GetLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use GetLogAnalyticsObjectCollectionRule API.
|
|
4420
4422
|
*/
|
|
4421
4423
|
getLogAnalyticsObjectCollectionRule(getLogAnalyticsObjectCollectionRuleRequest) {
|
|
4422
4424
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4481,7 +4483,7 @@ class LogAnalyticsClient {
|
|
|
4481
4483
|
* @param GetLogSetsCountRequest
|
|
4482
4484
|
* @return GetLogSetsCountResponse
|
|
4483
4485
|
* @throws OciError when an error occurs
|
|
4484
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4486
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/GetLogSetsCount.ts.html |here} to see how to use GetLogSetsCount API.
|
|
4485
4487
|
*/
|
|
4486
4488
|
getLogSetsCount(getLogSetsCountRequest) {
|
|
4487
4489
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4540,7 +4542,7 @@ class LogAnalyticsClient {
|
|
|
4540
4542
|
* @param GetLookupRequest
|
|
4541
4543
|
* @return GetLookupResponse
|
|
4542
4544
|
* @throws OciError when an error occurs
|
|
4543
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4545
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/GetLookup.ts.html |here} to see how to use GetLookup API.
|
|
4544
4546
|
*/
|
|
4545
4547
|
getLookup(getLookupRequest) {
|
|
4546
4548
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4604,7 +4606,7 @@ class LogAnalyticsClient {
|
|
|
4604
4606
|
* @param GetLookupSummaryRequest
|
|
4605
4607
|
* @return GetLookupSummaryResponse
|
|
4606
4608
|
* @throws OciError when an error occurs
|
|
4607
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4609
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/GetLookupSummary.ts.html |here} to see how to use GetLookupSummary API.
|
|
4608
4610
|
*/
|
|
4609
4611
|
getLookupSummary(getLookupSummaryRequest) {
|
|
4610
4612
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4663,7 +4665,7 @@ class LogAnalyticsClient {
|
|
|
4663
4665
|
* @param GetNamespaceRequest
|
|
4664
4666
|
* @return GetNamespaceResponse
|
|
4665
4667
|
* @throws OciError when an error occurs
|
|
4666
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4668
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/GetNamespace.ts.html |here} to see how to use GetNamespace API.
|
|
4667
4669
|
*/
|
|
4668
4670
|
getNamespace(getNamespaceRequest) {
|
|
4669
4671
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4727,7 +4729,7 @@ class LogAnalyticsClient {
|
|
|
4727
4729
|
* @param GetParserRequest
|
|
4728
4730
|
* @return GetParserResponse
|
|
4729
4731
|
* @throws OciError when an error occurs
|
|
4730
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4732
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/GetParser.ts.html |here} to see how to use GetParser API.
|
|
4731
4733
|
*/
|
|
4732
4734
|
getParser(getParserRequest) {
|
|
4733
4735
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4792,7 +4794,7 @@ class LogAnalyticsClient {
|
|
|
4792
4794
|
* @param GetParserSummaryRequest
|
|
4793
4795
|
* @return GetParserSummaryResponse
|
|
4794
4796
|
* @throws OciError when an error occurs
|
|
4795
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4797
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/GetParserSummary.ts.html |here} to see how to use GetParserSummary API.
|
|
4796
4798
|
*/
|
|
4797
4799
|
getParserSummary(getParserSummaryRequest) {
|
|
4798
4800
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4845,13 +4847,13 @@ class LogAnalyticsClient {
|
|
|
4845
4847
|
});
|
|
4846
4848
|
}
|
|
4847
4849
|
/**
|
|
4848
|
-
* Lists the preferences
|
|
4850
|
+
* Lists the tenant preferences such as DEFAULT_HOMEPAGE and collection properties.
|
|
4849
4851
|
*
|
|
4850
4852
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
4851
4853
|
* @param GetPreferencesRequest
|
|
4852
4854
|
* @return GetPreferencesResponse
|
|
4853
4855
|
* @throws OciError when an error occurs
|
|
4854
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4856
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/GetPreferences.ts.html |here} to see how to use GetPreferences API.
|
|
4855
4857
|
*/
|
|
4856
4858
|
getPreferences(getPreferencesRequest) {
|
|
4857
4859
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4926,7 +4928,7 @@ class LogAnalyticsClient {
|
|
|
4926
4928
|
* @param GetQueryResultRequest
|
|
4927
4929
|
* @return GetQueryResultResponse
|
|
4928
4930
|
* @throws OciError when an error occurs
|
|
4929
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4931
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/GetQueryResult.ts.html |here} to see how to use GetQueryResult API.
|
|
4930
4932
|
*/
|
|
4931
4933
|
getQueryResult(getQueryResultRequest) {
|
|
4932
4934
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5006,7 +5008,7 @@ class LogAnalyticsClient {
|
|
|
5006
5008
|
* @param GetQueryWorkRequestRequest
|
|
5007
5009
|
* @return GetQueryWorkRequestResponse
|
|
5008
5010
|
* @throws OciError when an error occurs
|
|
5009
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5011
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/GetQueryWorkRequest.ts.html |here} to see how to use GetQueryWorkRequest API.
|
|
5010
5012
|
*/
|
|
5011
5013
|
getQueryWorkRequest(getQueryWorkRequestRequest) {
|
|
5012
5014
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5069,13 +5071,205 @@ class LogAnalyticsClient {
|
|
|
5069
5071
|
}
|
|
5070
5072
|
});
|
|
5071
5073
|
}
|
|
5074
|
+
/**
|
|
5075
|
+
* This API gets the number of recalls made and the maximum recalls that can be made
|
|
5076
|
+
*
|
|
5077
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5078
|
+
* @param GetRecallCountRequest
|
|
5079
|
+
* @return GetRecallCountResponse
|
|
5080
|
+
* @throws OciError when an error occurs
|
|
5081
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/GetRecallCount.ts.html |here} to see how to use GetRecallCount API.
|
|
5082
|
+
*/
|
|
5083
|
+
getRecallCount(getRecallCountRequest) {
|
|
5084
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5085
|
+
if (this.logger)
|
|
5086
|
+
this.logger.debug("Calling operation LogAnalyticsClient#getRecallCount.");
|
|
5087
|
+
const operationName = "getRecallCount";
|
|
5088
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/logan-api-spec/20200601/Storage/GetRecallCount";
|
|
5089
|
+
const pathParams = {
|
|
5090
|
+
"{namespaceName}": getRecallCountRequest.namespaceName
|
|
5091
|
+
};
|
|
5092
|
+
const queryParams = {};
|
|
5093
|
+
let headerParams = {
|
|
5094
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5095
|
+
"opc-request-id": getRecallCountRequest.opcRequestId
|
|
5096
|
+
};
|
|
5097
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5098
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getRecallCountRequest.retryConfiguration, specRetryConfiguration);
|
|
5099
|
+
if (this.logger)
|
|
5100
|
+
retrier.logger = this.logger;
|
|
5101
|
+
const request = yield oci_common_1.composeRequest({
|
|
5102
|
+
baseEndpoint: this._endpoint,
|
|
5103
|
+
defaultHeaders: this._defaultHeaders,
|
|
5104
|
+
path: "/namespaces/{namespaceName}/storage/recallCount",
|
|
5105
|
+
method: "GET",
|
|
5106
|
+
pathParams: pathParams,
|
|
5107
|
+
headerParams: headerParams,
|
|
5108
|
+
queryParams: queryParams
|
|
5109
|
+
});
|
|
5110
|
+
try {
|
|
5111
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
5112
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
5113
|
+
responseObject: {},
|
|
5114
|
+
body: yield response.json(),
|
|
5115
|
+
bodyKey: "recallCount",
|
|
5116
|
+
bodyModel: model.RecallCount,
|
|
5117
|
+
type: "model.RecallCount",
|
|
5118
|
+
responseHeaders: [
|
|
5119
|
+
{
|
|
5120
|
+
value: response.headers.get("opc-request-id"),
|
|
5121
|
+
key: "opcRequestId",
|
|
5122
|
+
dataType: "string"
|
|
5123
|
+
}
|
|
5124
|
+
]
|
|
5125
|
+
});
|
|
5126
|
+
return sdkResponse;
|
|
5127
|
+
}
|
|
5128
|
+
catch (err) {
|
|
5129
|
+
throw err;
|
|
5130
|
+
}
|
|
5131
|
+
});
|
|
5132
|
+
}
|
|
5133
|
+
/**
|
|
5134
|
+
* This API gets the datasize of recalls for a given timeframe
|
|
5135
|
+
*
|
|
5136
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5137
|
+
* @param GetRecalledDataSizeRequest
|
|
5138
|
+
* @return GetRecalledDataSizeResponse
|
|
5139
|
+
* @throws OciError when an error occurs
|
|
5140
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/GetRecalledDataSize.ts.html |here} to see how to use GetRecalledDataSize API.
|
|
5141
|
+
*/
|
|
5142
|
+
getRecalledDataSize(getRecalledDataSizeRequest) {
|
|
5143
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5144
|
+
if (this.logger)
|
|
5145
|
+
this.logger.debug("Calling operation LogAnalyticsClient#getRecalledDataSize.");
|
|
5146
|
+
const operationName = "getRecalledDataSize";
|
|
5147
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/logan-api-spec/20200601/Storage/GetRecalledDataSize";
|
|
5148
|
+
const pathParams = {
|
|
5149
|
+
"{namespaceName}": getRecalledDataSizeRequest.namespaceName
|
|
5150
|
+
};
|
|
5151
|
+
const queryParams = {
|
|
5152
|
+
"timeDataStarted": getRecalledDataSizeRequest.timeDataStarted,
|
|
5153
|
+
"timeDataEnded": getRecalledDataSizeRequest.timeDataEnded
|
|
5154
|
+
};
|
|
5155
|
+
let headerParams = {
|
|
5156
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5157
|
+
"opc-request-id": getRecalledDataSizeRequest.opcRequestId
|
|
5158
|
+
};
|
|
5159
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5160
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getRecalledDataSizeRequest.retryConfiguration, specRetryConfiguration);
|
|
5161
|
+
if (this.logger)
|
|
5162
|
+
retrier.logger = this.logger;
|
|
5163
|
+
const request = yield oci_common_1.composeRequest({
|
|
5164
|
+
baseEndpoint: this._endpoint,
|
|
5165
|
+
defaultHeaders: this._defaultHeaders,
|
|
5166
|
+
path: "/namespaces/{namespaceName}/storage/recalledDataSize",
|
|
5167
|
+
method: "GET",
|
|
5168
|
+
pathParams: pathParams,
|
|
5169
|
+
headerParams: headerParams,
|
|
5170
|
+
queryParams: queryParams
|
|
5171
|
+
});
|
|
5172
|
+
try {
|
|
5173
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
5174
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
5175
|
+
responseObject: {},
|
|
5176
|
+
body: yield response.json(),
|
|
5177
|
+
bodyKey: "recalledDataSize",
|
|
5178
|
+
bodyModel: model.RecalledDataSize,
|
|
5179
|
+
type: "model.RecalledDataSize",
|
|
5180
|
+
responseHeaders: [
|
|
5181
|
+
{
|
|
5182
|
+
value: response.headers.get("opc-request-id"),
|
|
5183
|
+
key: "opcRequestId",
|
|
5184
|
+
dataType: "string"
|
|
5185
|
+
},
|
|
5186
|
+
{
|
|
5187
|
+
value: response.headers.get("opc-next-page"),
|
|
5188
|
+
key: "opcNextPage",
|
|
5189
|
+
dataType: "string"
|
|
5190
|
+
},
|
|
5191
|
+
{
|
|
5192
|
+
value: response.headers.get("opc-prev-page"),
|
|
5193
|
+
key: "opcPrevPage",
|
|
5194
|
+
dataType: "string"
|
|
5195
|
+
}
|
|
5196
|
+
]
|
|
5197
|
+
});
|
|
5198
|
+
return sdkResponse;
|
|
5199
|
+
}
|
|
5200
|
+
catch (err) {
|
|
5201
|
+
throw err;
|
|
5202
|
+
}
|
|
5203
|
+
});
|
|
5204
|
+
}
|
|
5205
|
+
/**
|
|
5206
|
+
* Returns the count of detection rules in a compartment.
|
|
5207
|
+
*
|
|
5208
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5209
|
+
* @param GetRulesSummaryRequest
|
|
5210
|
+
* @return GetRulesSummaryResponse
|
|
5211
|
+
* @throws OciError when an error occurs
|
|
5212
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/GetRulesSummary.ts.html |here} to see how to use GetRulesSummary API.
|
|
5213
|
+
*/
|
|
5214
|
+
getRulesSummary(getRulesSummaryRequest) {
|
|
5215
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5216
|
+
if (this.logger)
|
|
5217
|
+
this.logger.debug("Calling operation LogAnalyticsClient#getRulesSummary.");
|
|
5218
|
+
const operationName = "getRulesSummary";
|
|
5219
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/logan-api-spec/20200601/Rule/GetRulesSummary";
|
|
5220
|
+
const pathParams = {
|
|
5221
|
+
"{namespaceName}": getRulesSummaryRequest.namespaceName
|
|
5222
|
+
};
|
|
5223
|
+
const queryParams = {
|
|
5224
|
+
"compartmentId": getRulesSummaryRequest.compartmentId
|
|
5225
|
+
};
|
|
5226
|
+
let headerParams = {
|
|
5227
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5228
|
+
"opc-request-id": getRulesSummaryRequest.opcRequestId
|
|
5229
|
+
};
|
|
5230
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5231
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getRulesSummaryRequest.retryConfiguration, specRetryConfiguration);
|
|
5232
|
+
if (this.logger)
|
|
5233
|
+
retrier.logger = this.logger;
|
|
5234
|
+
const request = yield oci_common_1.composeRequest({
|
|
5235
|
+
baseEndpoint: this._endpoint,
|
|
5236
|
+
defaultHeaders: this._defaultHeaders,
|
|
5237
|
+
path: "/namespaces/{namespaceName}/rulesSummary",
|
|
5238
|
+
method: "GET",
|
|
5239
|
+
pathParams: pathParams,
|
|
5240
|
+
headerParams: headerParams,
|
|
5241
|
+
queryParams: queryParams
|
|
5242
|
+
});
|
|
5243
|
+
try {
|
|
5244
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
5245
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
5246
|
+
responseObject: {},
|
|
5247
|
+
body: yield response.json(),
|
|
5248
|
+
bodyKey: "ruleSummaryReport",
|
|
5249
|
+
bodyModel: model.RuleSummaryReport,
|
|
5250
|
+
type: "model.RuleSummaryReport",
|
|
5251
|
+
responseHeaders: [
|
|
5252
|
+
{
|
|
5253
|
+
value: response.headers.get("opc-request-id"),
|
|
5254
|
+
key: "opcRequestId",
|
|
5255
|
+
dataType: "string"
|
|
5256
|
+
}
|
|
5257
|
+
]
|
|
5258
|
+
});
|
|
5259
|
+
return sdkResponse;
|
|
5260
|
+
}
|
|
5261
|
+
catch (err) {
|
|
5262
|
+
throw err;
|
|
5263
|
+
}
|
|
5264
|
+
});
|
|
5265
|
+
}
|
|
5072
5266
|
/**
|
|
5073
5267
|
* Get the scheduled task for the specified task identifier.
|
|
5074
5268
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5075
5269
|
* @param GetScheduledTaskRequest
|
|
5076
5270
|
* @return GetScheduledTaskResponse
|
|
5077
5271
|
* @throws OciError when an error occurs
|
|
5078
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5272
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/GetScheduledTask.ts.html |here} to see how to use GetScheduledTask API.
|
|
5079
5273
|
*/
|
|
5080
5274
|
getScheduledTask(getScheduledTaskRequest) {
|
|
5081
5275
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5140,7 +5334,7 @@ class LogAnalyticsClient {
|
|
|
5140
5334
|
* @param GetSourceRequest
|
|
5141
5335
|
* @return GetSourceResponse
|
|
5142
5336
|
* @throws OciError when an error occurs
|
|
5143
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5337
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/GetSource.ts.html |here} to see how to use GetSource API.
|
|
5144
5338
|
*/
|
|
5145
5339
|
getSource(getSourceRequest) {
|
|
5146
5340
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5207,7 +5401,7 @@ class LogAnalyticsClient {
|
|
|
5207
5401
|
* @param GetSourceSummaryRequest
|
|
5208
5402
|
* @return GetSourceSummaryResponse
|
|
5209
5403
|
* @throws OciError when an error occurs
|
|
5210
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5404
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/GetSourceSummary.ts.html |here} to see how to use GetSourceSummary API.
|
|
5211
5405
|
*/
|
|
5212
5406
|
getSourceSummary(getSourceSummaryRequest) {
|
|
5213
5407
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5266,7 +5460,7 @@ class LogAnalyticsClient {
|
|
|
5266
5460
|
* @param GetStorageRequest
|
|
5267
5461
|
* @return GetStorageResponse
|
|
5268
5462
|
* @throws OciError when an error occurs
|
|
5269
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5463
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/GetStorage.ts.html |here} to see how to use GetStorage API.
|
|
5270
5464
|
*/
|
|
5271
5465
|
getStorage(getStorageRequest) {
|
|
5272
5466
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5331,7 +5525,7 @@ class LogAnalyticsClient {
|
|
|
5331
5525
|
* @param GetStorageUsageRequest
|
|
5332
5526
|
* @return GetStorageUsageResponse
|
|
5333
5527
|
* @throws OciError when an error occurs
|
|
5334
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5528
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/GetStorageUsage.ts.html |here} to see how to use GetStorageUsage API.
|
|
5335
5529
|
*/
|
|
5336
5530
|
getStorageUsage(getStorageUsageRequest) {
|
|
5337
5531
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5391,7 +5585,7 @@ class LogAnalyticsClient {
|
|
|
5391
5585
|
* @param GetStorageWorkRequestRequest
|
|
5392
5586
|
* @return GetStorageWorkRequestResponse
|
|
5393
5587
|
* @throws OciError when an error occurs
|
|
5394
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5588
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/GetStorageWorkRequest.ts.html |here} to see how to use GetStorageWorkRequest API.
|
|
5395
5589
|
*/
|
|
5396
5590
|
getStorageWorkRequest(getStorageWorkRequestRequest) {
|
|
5397
5591
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5461,7 +5655,7 @@ class LogAnalyticsClient {
|
|
|
5461
5655
|
* @param GetUnprocessedDataBucketRequest
|
|
5462
5656
|
* @return GetUnprocessedDataBucketResponse
|
|
5463
5657
|
* @throws OciError when an error occurs
|
|
5464
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5658
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/GetUnprocessedDataBucket.ts.html |here} to see how to use GetUnprocessedDataBucket API.
|
|
5465
5659
|
*/
|
|
5466
5660
|
getUnprocessedDataBucket(getUnprocessedDataBucketRequest) {
|
|
5467
5661
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5519,7 +5713,7 @@ class LogAnalyticsClient {
|
|
|
5519
5713
|
* @param GetUploadRequest
|
|
5520
5714
|
* @return GetUploadResponse
|
|
5521
5715
|
* @throws OciError when an error occurs
|
|
5522
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5716
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/GetUpload.ts.html |here} to see how to use GetUpload API.
|
|
5523
5717
|
*/
|
|
5524
5718
|
getUpload(getUploadRequest) {
|
|
5525
5719
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5583,7 +5777,7 @@ class LogAnalyticsClient {
|
|
|
5583
5777
|
* @param GetWorkRequestRequest
|
|
5584
5778
|
* @return GetWorkRequestResponse
|
|
5585
5779
|
* @throws OciError when an error occurs
|
|
5586
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5780
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
5587
5781
|
*/
|
|
5588
5782
|
getWorkRequest(getWorkRequestRequest) {
|
|
5589
5783
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5648,7 +5842,7 @@ class LogAnalyticsClient {
|
|
|
5648
5842
|
* @param ImportCustomContentRequest
|
|
5649
5843
|
* @return ImportCustomContentResponse
|
|
5650
5844
|
* @throws OciError when an error occurs
|
|
5651
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5845
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ImportCustomContent.ts.html |here} to see how to use ImportCustomContent API.
|
|
5652
5846
|
*/
|
|
5653
5847
|
importCustomContent(importCustomContentRequest) {
|
|
5654
5848
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5712,7 +5906,7 @@ class LogAnalyticsClient {
|
|
|
5712
5906
|
* @param ListAssociableEntitiesRequest
|
|
5713
5907
|
* @return ListAssociableEntitiesResponse
|
|
5714
5908
|
* @throws OciError when an error occurs
|
|
5715
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5909
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ListAssociableEntities.ts.html |here} to see how to use ListAssociableEntities API.
|
|
5716
5910
|
*/
|
|
5717
5911
|
listAssociableEntities(listAssociableEntitiesRequest) {
|
|
5718
5912
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5790,7 +5984,7 @@ class LogAnalyticsClient {
|
|
|
5790
5984
|
* @param ListAssociatedEntitiesRequest
|
|
5791
5985
|
* @return ListAssociatedEntitiesResponse
|
|
5792
5986
|
* @throws OciError when an error occurs
|
|
5793
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5987
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ListAssociatedEntities.ts.html |here} to see how to use ListAssociatedEntities API.
|
|
5794
5988
|
*/
|
|
5795
5989
|
listAssociatedEntities(listAssociatedEntitiesRequest) {
|
|
5796
5990
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5868,7 +6062,7 @@ class LogAnalyticsClient {
|
|
|
5868
6062
|
* @param ListAutoAssociationsRequest
|
|
5869
6063
|
* @return ListAutoAssociationsResponse
|
|
5870
6064
|
* @throws OciError when an error occurs
|
|
5871
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6065
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ListAutoAssociations.ts.html |here} to see how to use ListAutoAssociations API.
|
|
5872
6066
|
*/
|
|
5873
6067
|
listAutoAssociations(listAutoAssociationsRequest) {
|
|
5874
6068
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5943,7 +6137,7 @@ class LogAnalyticsClient {
|
|
|
5943
6137
|
* @param ListCategoriesRequest
|
|
5944
6138
|
* @return ListCategoriesResponse
|
|
5945
6139
|
* @throws OciError when an error occurs
|
|
5946
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6140
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ListCategories.ts.html |here} to see how to use ListCategories API.
|
|
5947
6141
|
*/
|
|
5948
6142
|
listCategories(listCategoriesRequest) {
|
|
5949
6143
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6020,7 +6214,7 @@ class LogAnalyticsClient {
|
|
|
6020
6214
|
* @param ListConfigWorkRequestsRequest
|
|
6021
6215
|
* @return ListConfigWorkRequestsResponse
|
|
6022
6216
|
* @throws OciError when an error occurs
|
|
6023
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6217
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ListConfigWorkRequests.ts.html |here} to see how to use ListConfigWorkRequests API.
|
|
6024
6218
|
*/
|
|
6025
6219
|
listConfigWorkRequests(listConfigWorkRequestsRequest) {
|
|
6026
6220
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6087,13 +6281,93 @@ class LogAnalyticsClient {
|
|
|
6087
6281
|
}
|
|
6088
6282
|
});
|
|
6089
6283
|
}
|
|
6284
|
+
/**
|
|
6285
|
+
* Returns a list of effective properties for the specified resource.
|
|
6286
|
+
*
|
|
6287
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
6288
|
+
* @param ListEffectivePropertiesRequest
|
|
6289
|
+
* @return ListEffectivePropertiesResponse
|
|
6290
|
+
* @throws OciError when an error occurs
|
|
6291
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ListEffectiveProperties.ts.html |here} to see how to use ListEffectiveProperties API.
|
|
6292
|
+
*/
|
|
6293
|
+
listEffectiveProperties(listEffectivePropertiesRequest) {
|
|
6294
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
6295
|
+
if (this.logger)
|
|
6296
|
+
this.logger.debug("Calling operation LogAnalyticsClient#listEffectiveProperties.");
|
|
6297
|
+
const operationName = "listEffectiveProperties";
|
|
6298
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/logan-api-spec/20200601/LogAnalyticsProperty/ListEffectiveProperties";
|
|
6299
|
+
const pathParams = {
|
|
6300
|
+
"{namespaceName}": listEffectivePropertiesRequest.namespaceName
|
|
6301
|
+
};
|
|
6302
|
+
const queryParams = {
|
|
6303
|
+
"agentId": listEffectivePropertiesRequest.agentId,
|
|
6304
|
+
"sourceName": listEffectivePropertiesRequest.sourceName,
|
|
6305
|
+
"isIncludePatterns": listEffectivePropertiesRequest.isIncludePatterns,
|
|
6306
|
+
"entityId": listEffectivePropertiesRequest.entityId,
|
|
6307
|
+
"patternId": listEffectivePropertiesRequest.patternId,
|
|
6308
|
+
"name": listEffectivePropertiesRequest.name,
|
|
6309
|
+
"limit": listEffectivePropertiesRequest.limit,
|
|
6310
|
+
"page": listEffectivePropertiesRequest.page,
|
|
6311
|
+
"sortOrder": listEffectivePropertiesRequest.sortOrder,
|
|
6312
|
+
"sortBy": listEffectivePropertiesRequest.sortBy
|
|
6313
|
+
};
|
|
6314
|
+
let headerParams = {
|
|
6315
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
6316
|
+
"opc-request-id": listEffectivePropertiesRequest.opcRequestId
|
|
6317
|
+
};
|
|
6318
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
6319
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listEffectivePropertiesRequest.retryConfiguration, specRetryConfiguration);
|
|
6320
|
+
if (this.logger)
|
|
6321
|
+
retrier.logger = this.logger;
|
|
6322
|
+
const request = yield oci_common_1.composeRequest({
|
|
6323
|
+
baseEndpoint: this._endpoint,
|
|
6324
|
+
defaultHeaders: this._defaultHeaders,
|
|
6325
|
+
path: "/namespaces/{namespaceName}/effectiveProperties",
|
|
6326
|
+
method: "GET",
|
|
6327
|
+
pathParams: pathParams,
|
|
6328
|
+
headerParams: headerParams,
|
|
6329
|
+
queryParams: queryParams
|
|
6330
|
+
});
|
|
6331
|
+
try {
|
|
6332
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
6333
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
6334
|
+
responseObject: {},
|
|
6335
|
+
body: yield response.json(),
|
|
6336
|
+
bodyKey: "effectivePropertyCollection",
|
|
6337
|
+
bodyModel: model.EffectivePropertyCollection,
|
|
6338
|
+
type: "model.EffectivePropertyCollection",
|
|
6339
|
+
responseHeaders: [
|
|
6340
|
+
{
|
|
6341
|
+
value: response.headers.get("opc-prev-page"),
|
|
6342
|
+
key: "opcPrevPage",
|
|
6343
|
+
dataType: "string"
|
|
6344
|
+
},
|
|
6345
|
+
{
|
|
6346
|
+
value: response.headers.get("opc-request-id"),
|
|
6347
|
+
key: "opcRequestId",
|
|
6348
|
+
dataType: "string"
|
|
6349
|
+
},
|
|
6350
|
+
{
|
|
6351
|
+
value: response.headers.get("opc-next-page"),
|
|
6352
|
+
key: "opcNextPage",
|
|
6353
|
+
dataType: "string"
|
|
6354
|
+
}
|
|
6355
|
+
]
|
|
6356
|
+
});
|
|
6357
|
+
return sdkResponse;
|
|
6358
|
+
}
|
|
6359
|
+
catch (err) {
|
|
6360
|
+
throw err;
|
|
6361
|
+
}
|
|
6362
|
+
});
|
|
6363
|
+
}
|
|
6090
6364
|
/**
|
|
6091
6365
|
* This API returns the list of customer owned encryption key info.
|
|
6092
6366
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
6093
6367
|
* @param ListEncryptionKeyInfoRequest
|
|
6094
6368
|
* @return ListEncryptionKeyInfoResponse
|
|
6095
6369
|
* @throws OciError when an error occurs
|
|
6096
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6370
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ListEncryptionKeyInfo.ts.html |here} to see how to use ListEncryptionKeyInfo API.
|
|
6097
6371
|
*/
|
|
6098
6372
|
listEncryptionKeyInfo(listEncryptionKeyInfoRequest) {
|
|
6099
6373
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6151,7 +6425,7 @@ class LogAnalyticsClient {
|
|
|
6151
6425
|
* @param ListEntityAssociationsRequest
|
|
6152
6426
|
* @return ListEntityAssociationsResponse
|
|
6153
6427
|
* @throws OciError when an error occurs
|
|
6154
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6428
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ListEntityAssociations.ts.html |here} to see how to use ListEntityAssociations API.
|
|
6155
6429
|
*/
|
|
6156
6430
|
listEntityAssociations(listEntityAssociationsRequest) {
|
|
6157
6431
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6222,7 +6496,7 @@ class LogAnalyticsClient {
|
|
|
6222
6496
|
* @param ListEntitySourceAssociationsRequest
|
|
6223
6497
|
* @return ListEntitySourceAssociationsResponse
|
|
6224
6498
|
* @throws OciError when an error occurs
|
|
6225
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6499
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ListEntitySourceAssociations.ts.html |here} to see how to use ListEntitySourceAssociations API.
|
|
6226
6500
|
*/
|
|
6227
6501
|
listEntitySourceAssociations(listEntitySourceAssociationsRequest) {
|
|
6228
6502
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6302,7 +6576,7 @@ class LogAnalyticsClient {
|
|
|
6302
6576
|
* @param ListFieldsRequest
|
|
6303
6577
|
* @return ListFieldsResponse
|
|
6304
6578
|
* @throws OciError when an error occurs
|
|
6305
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6579
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ListFields.ts.html |here} to see how to use ListFields API.
|
|
6306
6580
|
*/
|
|
6307
6581
|
listFields(listFieldsRequest) {
|
|
6308
6582
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6384,7 +6658,7 @@ class LogAnalyticsClient {
|
|
|
6384
6658
|
* @param ListIngestTimeRulesRequest
|
|
6385
6659
|
* @return ListIngestTimeRulesResponse
|
|
6386
6660
|
* @throws OciError when an error occurs
|
|
6387
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6661
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ListIngestTimeRules.ts.html |here} to see how to use ListIngestTimeRules API.
|
|
6388
6662
|
*/
|
|
6389
6663
|
listIngestTimeRules(listIngestTimeRulesRequest) {
|
|
6390
6664
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6464,7 +6738,7 @@ class LogAnalyticsClient {
|
|
|
6464
6738
|
* @param ListLabelPrioritiesRequest
|
|
6465
6739
|
* @return ListLabelPrioritiesResponse
|
|
6466
6740
|
* @throws OciError when an error occurs
|
|
6467
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6741
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ListLabelPriorities.ts.html |here} to see how to use ListLabelPriorities API.
|
|
6468
6742
|
*/
|
|
6469
6743
|
listLabelPriorities(listLabelPrioritiesRequest) {
|
|
6470
6744
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6536,7 +6810,7 @@ class LogAnalyticsClient {
|
|
|
6536
6810
|
* @param ListLabelSourceDetailsRequest
|
|
6537
6811
|
* @return ListLabelSourceDetailsResponse
|
|
6538
6812
|
* @throws OciError when an error occurs
|
|
6539
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6813
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ListLabelSourceDetails.ts.html |here} to see how to use ListLabelSourceDetails API.
|
|
6540
6814
|
*/
|
|
6541
6815
|
listLabelSourceDetails(listLabelSourceDetailsRequest) {
|
|
6542
6816
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6611,7 +6885,7 @@ class LogAnalyticsClient {
|
|
|
6611
6885
|
* @param ListLabelsRequest
|
|
6612
6886
|
* @return ListLabelsResponse
|
|
6613
6887
|
* @throws OciError when an error occurs
|
|
6614
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6888
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ListLabels.ts.html |here} to see how to use ListLabels API.
|
|
6615
6889
|
*/
|
|
6616
6890
|
listLabels(listLabelsRequest) {
|
|
6617
6891
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6690,7 +6964,7 @@ class LogAnalyticsClient {
|
|
|
6690
6964
|
* @param ListLogAnalyticsEmBridgesRequest
|
|
6691
6965
|
* @return ListLogAnalyticsEmBridgesResponse
|
|
6692
6966
|
* @throws OciError when an error occurs
|
|
6693
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6967
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ListLogAnalyticsEmBridges.ts.html |here} to see how to use ListLogAnalyticsEmBridges API.
|
|
6694
6968
|
*/
|
|
6695
6969
|
listLogAnalyticsEmBridges(listLogAnalyticsEmBridgesRequest) {
|
|
6696
6970
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6763,7 +7037,7 @@ class LogAnalyticsClient {
|
|
|
6763
7037
|
* @param ListLogAnalyticsEntitiesRequest
|
|
6764
7038
|
* @return ListLogAnalyticsEntitiesResponse
|
|
6765
7039
|
* @throws OciError when an error occurs
|
|
6766
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7040
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ListLogAnalyticsEntities.ts.html |here} to see how to use ListLogAnalyticsEntities API.
|
|
6767
7041
|
*/
|
|
6768
7042
|
listLogAnalyticsEntities(listLogAnalyticsEntitiesRequest) {
|
|
6769
7043
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6844,7 +7118,7 @@ class LogAnalyticsClient {
|
|
|
6844
7118
|
* @param ListLogAnalyticsEntityTopologyRequest
|
|
6845
7119
|
* @return ListLogAnalyticsEntityTopologyResponse
|
|
6846
7120
|
* @throws OciError when an error occurs
|
|
6847
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7121
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ListLogAnalyticsEntityTopology.ts.html |here} to see how to use ListLogAnalyticsEntityTopology API.
|
|
6848
7122
|
*/
|
|
6849
7123
|
listLogAnalyticsEntityTopology(listLogAnalyticsEntityTopologyRequest) {
|
|
6850
7124
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6914,7 +7188,7 @@ class LogAnalyticsClient {
|
|
|
6914
7188
|
* @param ListLogAnalyticsEntityTypesRequest
|
|
6915
7189
|
* @return ListLogAnalyticsEntityTypesResponse
|
|
6916
7190
|
* @throws OciError when an error occurs
|
|
6917
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7191
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ListLogAnalyticsEntityTypes.ts.html |here} to see how to use ListLogAnalyticsEntityTypes API.
|
|
6918
7192
|
*/
|
|
6919
7193
|
listLogAnalyticsEntityTypes(listLogAnalyticsEntityTypesRequest) {
|
|
6920
7194
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6987,7 +7261,7 @@ class LogAnalyticsClient {
|
|
|
6987
7261
|
* @param ListLogAnalyticsLogGroupsRequest
|
|
6988
7262
|
* @return ListLogAnalyticsLogGroupsResponse
|
|
6989
7263
|
* @throws OciError when an error occurs
|
|
6990
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7264
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ListLogAnalyticsLogGroups.ts.html |here} to see how to use ListLogAnalyticsLogGroups API.
|
|
6991
7265
|
*/
|
|
6992
7266
|
listLogAnalyticsLogGroups(listLogAnalyticsLogGroupsRequest) {
|
|
6993
7267
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7062,7 +7336,7 @@ class LogAnalyticsClient {
|
|
|
7062
7336
|
* @param ListLogAnalyticsObjectCollectionRulesRequest
|
|
7063
7337
|
* @return ListLogAnalyticsObjectCollectionRulesResponse
|
|
7064
7338
|
* @throws OciError when an error occurs
|
|
7065
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7339
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ListLogAnalyticsObjectCollectionRules.ts.html |here} to see how to use ListLogAnalyticsObjectCollectionRules API.
|
|
7066
7340
|
*/
|
|
7067
7341
|
listLogAnalyticsObjectCollectionRules(listLogAnalyticsObjectCollectionRulesRequest) {
|
|
7068
7342
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7134,7 +7408,7 @@ class LogAnalyticsClient {
|
|
|
7134
7408
|
* @param ListLogSetsRequest
|
|
7135
7409
|
* @return ListLogSetsResponse
|
|
7136
7410
|
* @throws OciError when an error occurs
|
|
7137
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7411
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ListLogSets.ts.html |here} to see how to use ListLogSets API.
|
|
7138
7412
|
*/
|
|
7139
7413
|
listLogSets(listLogSetsRequest) {
|
|
7140
7414
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7203,7 +7477,7 @@ class LogAnalyticsClient {
|
|
|
7203
7477
|
* @param ListLookupsRequest
|
|
7204
7478
|
* @return ListLookupsResponse
|
|
7205
7479
|
* @throws OciError when an error occurs
|
|
7206
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7480
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ListLookups.ts.html |here} to see how to use ListLookups API.
|
|
7207
7481
|
*/
|
|
7208
7482
|
listLookups(listLookupsRequest) {
|
|
7209
7483
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7283,7 +7557,7 @@ class LogAnalyticsClient {
|
|
|
7283
7557
|
* @param ListMetaSourceTypesRequest
|
|
7284
7558
|
* @return ListMetaSourceTypesResponse
|
|
7285
7559
|
* @throws OciError when an error occurs
|
|
7286
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7560
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ListMetaSourceTypes.ts.html |here} to see how to use ListMetaSourceTypes API.
|
|
7287
7561
|
*/
|
|
7288
7562
|
listMetaSourceTypes(listMetaSourceTypesRequest) {
|
|
7289
7563
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7358,7 +7632,7 @@ class LogAnalyticsClient {
|
|
|
7358
7632
|
* @param ListNamespacesRequest
|
|
7359
7633
|
* @return ListNamespacesResponse
|
|
7360
7634
|
* @throws OciError when an error occurs
|
|
7361
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7635
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ListNamespaces.ts.html |here} to see how to use ListNamespaces API.
|
|
7362
7636
|
*/
|
|
7363
7637
|
listNamespaces(listNamespacesRequest) {
|
|
7364
7638
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7410,6 +7684,82 @@ class LogAnalyticsClient {
|
|
|
7410
7684
|
}
|
|
7411
7685
|
});
|
|
7412
7686
|
}
|
|
7687
|
+
/**
|
|
7688
|
+
* This API gets the list of overlapping recalls made in the given timeframe
|
|
7689
|
+
*
|
|
7690
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
7691
|
+
* @param ListOverlappingRecallsRequest
|
|
7692
|
+
* @return ListOverlappingRecallsResponse
|
|
7693
|
+
* @throws OciError when an error occurs
|
|
7694
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ListOverlappingRecalls.ts.html |here} to see how to use ListOverlappingRecalls API.
|
|
7695
|
+
*/
|
|
7696
|
+
listOverlappingRecalls(listOverlappingRecallsRequest) {
|
|
7697
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
7698
|
+
if (this.logger)
|
|
7699
|
+
this.logger.debug("Calling operation LogAnalyticsClient#listOverlappingRecalls.");
|
|
7700
|
+
const operationName = "listOverlappingRecalls";
|
|
7701
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/logan-api-spec/20200601/Storage/ListOverlappingRecalls";
|
|
7702
|
+
const pathParams = {
|
|
7703
|
+
"{namespaceName}": listOverlappingRecallsRequest.namespaceName
|
|
7704
|
+
};
|
|
7705
|
+
const queryParams = {
|
|
7706
|
+
"limit": listOverlappingRecallsRequest.limit,
|
|
7707
|
+
"page": listOverlappingRecallsRequest.page,
|
|
7708
|
+
"sortBy": listOverlappingRecallsRequest.sortBy,
|
|
7709
|
+
"sortOrder": listOverlappingRecallsRequest.sortOrder,
|
|
7710
|
+
"timeDataStarted": listOverlappingRecallsRequest.timeDataStarted,
|
|
7711
|
+
"timeDataEnded": listOverlappingRecallsRequest.timeDataEnded
|
|
7712
|
+
};
|
|
7713
|
+
let headerParams = {
|
|
7714
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
7715
|
+
"opc-request-id": listOverlappingRecallsRequest.opcRequestId
|
|
7716
|
+
};
|
|
7717
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
7718
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listOverlappingRecallsRequest.retryConfiguration, specRetryConfiguration);
|
|
7719
|
+
if (this.logger)
|
|
7720
|
+
retrier.logger = this.logger;
|
|
7721
|
+
const request = yield oci_common_1.composeRequest({
|
|
7722
|
+
baseEndpoint: this._endpoint,
|
|
7723
|
+
defaultHeaders: this._defaultHeaders,
|
|
7724
|
+
path: "/namespaces/{namespaceName}/storage/overlappingRecalls",
|
|
7725
|
+
method: "GET",
|
|
7726
|
+
pathParams: pathParams,
|
|
7727
|
+
headerParams: headerParams,
|
|
7728
|
+
queryParams: queryParams
|
|
7729
|
+
});
|
|
7730
|
+
try {
|
|
7731
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
7732
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
7733
|
+
responseObject: {},
|
|
7734
|
+
body: yield response.json(),
|
|
7735
|
+
bodyKey: "overlappingRecallCollection",
|
|
7736
|
+
bodyModel: model.OverlappingRecallCollection,
|
|
7737
|
+
type: "model.OverlappingRecallCollection",
|
|
7738
|
+
responseHeaders: [
|
|
7739
|
+
{
|
|
7740
|
+
value: response.headers.get("opc-request-id"),
|
|
7741
|
+
key: "opcRequestId",
|
|
7742
|
+
dataType: "string"
|
|
7743
|
+
},
|
|
7744
|
+
{
|
|
7745
|
+
value: response.headers.get("opc-next-page"),
|
|
7746
|
+
key: "opcNextPage",
|
|
7747
|
+
dataType: "string"
|
|
7748
|
+
},
|
|
7749
|
+
{
|
|
7750
|
+
value: response.headers.get("opc-prev-page"),
|
|
7751
|
+
key: "opcPrevPage",
|
|
7752
|
+
dataType: "string"
|
|
7753
|
+
}
|
|
7754
|
+
]
|
|
7755
|
+
});
|
|
7756
|
+
return sdkResponse;
|
|
7757
|
+
}
|
|
7758
|
+
catch (err) {
|
|
7759
|
+
throw err;
|
|
7760
|
+
}
|
|
7761
|
+
});
|
|
7762
|
+
}
|
|
7413
7763
|
/**
|
|
7414
7764
|
* Lists the parser functions defined for the specified parser.
|
|
7415
7765
|
*
|
|
@@ -7417,7 +7767,7 @@ class LogAnalyticsClient {
|
|
|
7417
7767
|
* @param ListParserFunctionsRequest
|
|
7418
7768
|
* @return ListParserFunctionsResponse
|
|
7419
7769
|
* @throws OciError when an error occurs
|
|
7420
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7770
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ListParserFunctions.ts.html |here} to see how to use ListParserFunctions API.
|
|
7421
7771
|
*/
|
|
7422
7772
|
listParserFunctions(listParserFunctionsRequest) {
|
|
7423
7773
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7492,7 +7842,7 @@ class LogAnalyticsClient {
|
|
|
7492
7842
|
* @param ListParserMetaPluginsRequest
|
|
7493
7843
|
* @return ListParserMetaPluginsResponse
|
|
7494
7844
|
* @throws OciError when an error occurs
|
|
7495
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7845
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ListParserMetaPlugins.ts.html |here} to see how to use ListParserMetaPlugins API.
|
|
7496
7846
|
*/
|
|
7497
7847
|
listParserMetaPlugins(listParserMetaPluginsRequest) {
|
|
7498
7848
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7566,7 +7916,7 @@ class LogAnalyticsClient {
|
|
|
7566
7916
|
* @param ListParsersRequest
|
|
7567
7917
|
* @return ListParsersResponse
|
|
7568
7918
|
* @throws OciError when an error occurs
|
|
7569
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7919
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ListParsers.ts.html |here} to see how to use ListParsers API.
|
|
7570
7920
|
*/
|
|
7571
7921
|
listParsers(listParsersRequest) {
|
|
7572
7922
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7640,13 +7990,91 @@ class LogAnalyticsClient {
|
|
|
7640
7990
|
}
|
|
7641
7991
|
});
|
|
7642
7992
|
}
|
|
7993
|
+
/**
|
|
7994
|
+
* Returns a list of properties along with their metadata.
|
|
7995
|
+
*
|
|
7996
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
7997
|
+
* @param ListPropertiesMetadataRequest
|
|
7998
|
+
* @return ListPropertiesMetadataResponse
|
|
7999
|
+
* @throws OciError when an error occurs
|
|
8000
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ListPropertiesMetadata.ts.html |here} to see how to use ListPropertiesMetadata API.
|
|
8001
|
+
*/
|
|
8002
|
+
listPropertiesMetadata(listPropertiesMetadataRequest) {
|
|
8003
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
8004
|
+
if (this.logger)
|
|
8005
|
+
this.logger.debug("Calling operation LogAnalyticsClient#listPropertiesMetadata.");
|
|
8006
|
+
const operationName = "listPropertiesMetadata";
|
|
8007
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/logan-api-spec/20200601/LogAnalyticsProperty/ListPropertiesMetadata";
|
|
8008
|
+
const pathParams = {
|
|
8009
|
+
"{namespaceName}": listPropertiesMetadataRequest.namespaceName
|
|
8010
|
+
};
|
|
8011
|
+
const queryParams = {
|
|
8012
|
+
"name": listPropertiesMetadataRequest.name,
|
|
8013
|
+
"displayText": listPropertiesMetadataRequest.displayText,
|
|
8014
|
+
"level": listPropertiesMetadataRequest.level,
|
|
8015
|
+
"constraints": listPropertiesMetadataRequest.constraints,
|
|
8016
|
+
"limit": listPropertiesMetadataRequest.limit,
|
|
8017
|
+
"page": listPropertiesMetadataRequest.page,
|
|
8018
|
+
"sortOrder": listPropertiesMetadataRequest.sortOrder,
|
|
8019
|
+
"sortBy": listPropertiesMetadataRequest.sortBy
|
|
8020
|
+
};
|
|
8021
|
+
let headerParams = {
|
|
8022
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
8023
|
+
"opc-request-id": listPropertiesMetadataRequest.opcRequestId
|
|
8024
|
+
};
|
|
8025
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
8026
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listPropertiesMetadataRequest.retryConfiguration, specRetryConfiguration);
|
|
8027
|
+
if (this.logger)
|
|
8028
|
+
retrier.logger = this.logger;
|
|
8029
|
+
const request = yield oci_common_1.composeRequest({
|
|
8030
|
+
baseEndpoint: this._endpoint,
|
|
8031
|
+
defaultHeaders: this._defaultHeaders,
|
|
8032
|
+
path: "/namespaces/{namespaceName}/propertiesMetadata",
|
|
8033
|
+
method: "GET",
|
|
8034
|
+
pathParams: pathParams,
|
|
8035
|
+
headerParams: headerParams,
|
|
8036
|
+
queryParams: queryParams
|
|
8037
|
+
});
|
|
8038
|
+
try {
|
|
8039
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
8040
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
8041
|
+
responseObject: {},
|
|
8042
|
+
body: yield response.json(),
|
|
8043
|
+
bodyKey: "propertyMetadataSummaryCollection",
|
|
8044
|
+
bodyModel: model.PropertyMetadataSummaryCollection,
|
|
8045
|
+
type: "model.PropertyMetadataSummaryCollection",
|
|
8046
|
+
responseHeaders: [
|
|
8047
|
+
{
|
|
8048
|
+
value: response.headers.get("opc-prev-page"),
|
|
8049
|
+
key: "opcPrevPage",
|
|
8050
|
+
dataType: "string"
|
|
8051
|
+
},
|
|
8052
|
+
{
|
|
8053
|
+
value: response.headers.get("opc-request-id"),
|
|
8054
|
+
key: "opcRequestId",
|
|
8055
|
+
dataType: "string"
|
|
8056
|
+
},
|
|
8057
|
+
{
|
|
8058
|
+
value: response.headers.get("opc-next-page"),
|
|
8059
|
+
key: "opcNextPage",
|
|
8060
|
+
dataType: "string"
|
|
8061
|
+
}
|
|
8062
|
+
]
|
|
8063
|
+
});
|
|
8064
|
+
return sdkResponse;
|
|
8065
|
+
}
|
|
8066
|
+
catch (err) {
|
|
8067
|
+
throw err;
|
|
8068
|
+
}
|
|
8069
|
+
});
|
|
8070
|
+
}
|
|
7643
8071
|
/**
|
|
7644
8072
|
* List active asynchronous queries.
|
|
7645
8073
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
7646
8074
|
* @param ListQueryWorkRequestsRequest
|
|
7647
8075
|
* @return ListQueryWorkRequestsResponse
|
|
7648
8076
|
* @throws OciError when an error occurs
|
|
7649
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8077
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ListQueryWorkRequests.ts.html |here} to see how to use ListQueryWorkRequests API.
|
|
7650
8078
|
*/
|
|
7651
8079
|
listQueryWorkRequests(listQueryWorkRequestsRequest) {
|
|
7652
8080
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7722,7 +8150,7 @@ class LogAnalyticsClient {
|
|
|
7722
8150
|
* @param ListRecalledDataRequest
|
|
7723
8151
|
* @return ListRecalledDataResponse
|
|
7724
8152
|
* @throws OciError when an error occurs
|
|
7725
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8153
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ListRecalledData.ts.html |here} to see how to use ListRecalledData API.
|
|
7726
8154
|
*/
|
|
7727
8155
|
listRecalledData(listRecalledDataRequest) {
|
|
7728
8156
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7799,7 +8227,7 @@ class LogAnalyticsClient {
|
|
|
7799
8227
|
* @param ListResourceCategoriesRequest
|
|
7800
8228
|
* @return ListResourceCategoriesResponse
|
|
7801
8229
|
* @throws OciError when an error occurs
|
|
7802
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8230
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ListResourceCategories.ts.html |here} to see how to use ListResourceCategories API.
|
|
7803
8231
|
*/
|
|
7804
8232
|
listResourceCategories(listResourceCategoriesRequest) {
|
|
7805
8233
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7876,7 +8304,7 @@ class LogAnalyticsClient {
|
|
|
7876
8304
|
* @param ListRulesRequest
|
|
7877
8305
|
* @return ListRulesResponse
|
|
7878
8306
|
* @throws OciError when an error occurs
|
|
7879
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8307
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ListRules.ts.html |here} to see how to use ListRules API.
|
|
7880
8308
|
*/
|
|
7881
8309
|
listRules(listRulesRequest) {
|
|
7882
8310
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7953,7 +8381,7 @@ class LogAnalyticsClient {
|
|
|
7953
8381
|
* @param ListScheduledTasksRequest
|
|
7954
8382
|
* @return ListScheduledTasksResponse
|
|
7955
8383
|
* @throws OciError when an error occurs
|
|
7956
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8384
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ListScheduledTasks.ts.html |here} to see how to use ListScheduledTasks API.
|
|
7957
8385
|
*/
|
|
7958
8386
|
listScheduledTasks(listScheduledTasksRequest) {
|
|
7959
8387
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8032,7 +8460,7 @@ class LogAnalyticsClient {
|
|
|
8032
8460
|
* @param ListSourceAssociationsRequest
|
|
8033
8461
|
* @return ListSourceAssociationsResponse
|
|
8034
8462
|
* @throws OciError when an error occurs
|
|
8035
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8463
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ListSourceAssociations.ts.html |here} to see how to use ListSourceAssociations API.
|
|
8036
8464
|
*/
|
|
8037
8465
|
listSourceAssociations(listSourceAssociationsRequest) {
|
|
8038
8466
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8111,7 +8539,7 @@ class LogAnalyticsClient {
|
|
|
8111
8539
|
* @param ListSourceEventTypesRequest
|
|
8112
8540
|
* @return ListSourceEventTypesResponse
|
|
8113
8541
|
* @throws OciError when an error occurs
|
|
8114
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8542
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ListSourceEventTypes.ts.html |here} to see how to use ListSourceEventTypes API.
|
|
8115
8543
|
*/
|
|
8116
8544
|
listSourceEventTypes(listSourceEventTypesRequest) {
|
|
8117
8545
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8189,7 +8617,7 @@ class LogAnalyticsClient {
|
|
|
8189
8617
|
* @param ListSourceExtendedFieldDefinitionsRequest
|
|
8190
8618
|
* @return ListSourceExtendedFieldDefinitionsResponse
|
|
8191
8619
|
* @throws OciError when an error occurs
|
|
8192
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8620
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ListSourceExtendedFieldDefinitions.ts.html |here} to see how to use ListSourceExtendedFieldDefinitions API.
|
|
8193
8621
|
*/
|
|
8194
8622
|
listSourceExtendedFieldDefinitions(listSourceExtendedFieldDefinitionsRequest) {
|
|
8195
8623
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8264,7 +8692,7 @@ class LogAnalyticsClient {
|
|
|
8264
8692
|
* @param ListSourceLabelOperatorsRequest
|
|
8265
8693
|
* @return ListSourceLabelOperatorsResponse
|
|
8266
8694
|
* @throws OciError when an error occurs
|
|
8267
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8695
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ListSourceLabelOperators.ts.html |here} to see how to use ListSourceLabelOperators API.
|
|
8268
8696
|
*/
|
|
8269
8697
|
listSourceLabelOperators(listSourceLabelOperatorsRequest) {
|
|
8270
8698
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8338,7 +8766,7 @@ class LogAnalyticsClient {
|
|
|
8338
8766
|
* @param ListSourceMetaFunctionsRequest
|
|
8339
8767
|
* @return ListSourceMetaFunctionsResponse
|
|
8340
8768
|
* @throws OciError when an error occurs
|
|
8341
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8769
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ListSourceMetaFunctions.ts.html |here} to see how to use ListSourceMetaFunctions API.
|
|
8342
8770
|
*/
|
|
8343
8771
|
listSourceMetaFunctions(listSourceMetaFunctionsRequest) {
|
|
8344
8772
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8412,7 +8840,7 @@ class LogAnalyticsClient {
|
|
|
8412
8840
|
* @param ListSourcePatternsRequest
|
|
8413
8841
|
* @return ListSourcePatternsResponse
|
|
8414
8842
|
* @throws OciError when an error occurs
|
|
8415
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8843
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ListSourcePatterns.ts.html |here} to see how to use ListSourcePatterns API.
|
|
8416
8844
|
*/
|
|
8417
8845
|
listSourcePatterns(listSourcePatternsRequest) {
|
|
8418
8846
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8488,7 +8916,7 @@ class LogAnalyticsClient {
|
|
|
8488
8916
|
* @param ListSourcesRequest
|
|
8489
8917
|
* @return ListSourcesResponse
|
|
8490
8918
|
* @throws OciError when an error occurs
|
|
8491
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8919
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ListSources.ts.html |here} to see how to use ListSources API.
|
|
8492
8920
|
*/
|
|
8493
8921
|
listSources(listSourcesRequest) {
|
|
8494
8922
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8569,7 +8997,7 @@ class LogAnalyticsClient {
|
|
|
8569
8997
|
* @param ListStorageWorkRequestErrorsRequest
|
|
8570
8998
|
* @return ListStorageWorkRequestErrorsResponse
|
|
8571
8999
|
* @throws OciError when an error occurs
|
|
8572
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9000
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ListStorageWorkRequestErrors.ts.html |here} to see how to use ListStorageWorkRequestErrors API.
|
|
8573
9001
|
*/
|
|
8574
9002
|
listStorageWorkRequestErrors(listStorageWorkRequestErrorsRequest) {
|
|
8575
9003
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8645,7 +9073,7 @@ class LogAnalyticsClient {
|
|
|
8645
9073
|
* @param ListStorageWorkRequestsRequest
|
|
8646
9074
|
* @return ListStorageWorkRequestsResponse
|
|
8647
9075
|
* @throws OciError when an error occurs
|
|
8648
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9076
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ListStorageWorkRequests.ts.html |here} to see how to use ListStorageWorkRequests API.
|
|
8649
9077
|
*/
|
|
8650
9078
|
listStorageWorkRequests(listStorageWorkRequestsRequest) {
|
|
8651
9079
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8725,7 +9153,7 @@ class LogAnalyticsClient {
|
|
|
8725
9153
|
* @param ListSupportedCharEncodingsRequest
|
|
8726
9154
|
* @return ListSupportedCharEncodingsResponse
|
|
8727
9155
|
* @throws OciError when an error occurs
|
|
8728
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9156
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ListSupportedCharEncodings.ts.html |here} to see how to use ListSupportedCharEncodings API.
|
|
8729
9157
|
*/
|
|
8730
9158
|
listSupportedCharEncodings(listSupportedCharEncodingsRequest) {
|
|
8731
9159
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8796,7 +9224,7 @@ class LogAnalyticsClient {
|
|
|
8796
9224
|
* @param ListSupportedTimezonesRequest
|
|
8797
9225
|
* @return ListSupportedTimezonesResponse
|
|
8798
9226
|
* @throws OciError when an error occurs
|
|
8799
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9227
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ListSupportedTimezones.ts.html |here} to see how to use ListSupportedTimezones API.
|
|
8800
9228
|
*/
|
|
8801
9229
|
listSupportedTimezones(listSupportedTimezonesRequest) {
|
|
8802
9230
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8867,7 +9295,7 @@ class LogAnalyticsClient {
|
|
|
8867
9295
|
* @param ListUploadFilesRequest
|
|
8868
9296
|
* @return ListUploadFilesResponse
|
|
8869
9297
|
* @throws OciError when an error occurs
|
|
8870
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9298
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ListUploadFiles.ts.html |here} to see how to use ListUploadFiles API.
|
|
8871
9299
|
*/
|
|
8872
9300
|
listUploadFiles(listUploadFilesRequest) {
|
|
8873
9301
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8938,7 +9366,7 @@ class LogAnalyticsClient {
|
|
|
8938
9366
|
* @param ListUploadWarningsRequest
|
|
8939
9367
|
* @return ListUploadWarningsResponse
|
|
8940
9368
|
* @throws OciError when an error occurs
|
|
8941
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9369
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ListUploadWarnings.ts.html |here} to see how to use ListUploadWarnings API.
|
|
8942
9370
|
*/
|
|
8943
9371
|
listUploadWarnings(listUploadWarningsRequest) {
|
|
8944
9372
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9007,7 +9435,7 @@ class LogAnalyticsClient {
|
|
|
9007
9435
|
* @param ListUploadsRequest
|
|
9008
9436
|
* @return ListUploadsResponse
|
|
9009
9437
|
* @throws OciError when an error occurs
|
|
9010
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9438
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ListUploads.ts.html |here} to see how to use ListUploads API.
|
|
9011
9439
|
*/
|
|
9012
9440
|
listUploads(listUploadsRequest) {
|
|
9013
9441
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9084,7 +9512,7 @@ class LogAnalyticsClient {
|
|
|
9084
9512
|
* @param ListWarningsRequest
|
|
9085
9513
|
* @return ListWarningsResponse
|
|
9086
9514
|
* @throws OciError when an error occurs
|
|
9087
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9515
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ListWarnings.ts.html |here} to see how to use ListWarnings API.
|
|
9088
9516
|
*/
|
|
9089
9517
|
listWarnings(listWarningsRequest) {
|
|
9090
9518
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9169,7 +9597,7 @@ class LogAnalyticsClient {
|
|
|
9169
9597
|
* @param ListWorkRequestErrorsRequest
|
|
9170
9598
|
* @return ListWorkRequestErrorsResponse
|
|
9171
9599
|
* @throws OciError when an error occurs
|
|
9172
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9600
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
9173
9601
|
*/
|
|
9174
9602
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
9175
9603
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9237,7 +9665,7 @@ class LogAnalyticsClient {
|
|
|
9237
9665
|
* @param ListWorkRequestLogsRequest
|
|
9238
9666
|
* @return ListWorkRequestLogsResponse
|
|
9239
9667
|
* @throws OciError when an error occurs
|
|
9240
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9668
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
9241
9669
|
*/
|
|
9242
9670
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
9243
9671
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9305,7 +9733,7 @@ class LogAnalyticsClient {
|
|
|
9305
9733
|
* @param ListWorkRequestsRequest
|
|
9306
9734
|
* @return ListWorkRequestsResponse
|
|
9307
9735
|
* @throws OciError when an error occurs
|
|
9308
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9736
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
9309
9737
|
*/
|
|
9310
9738
|
listWorkRequests(listWorkRequestsRequest) {
|
|
9311
9739
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9372,7 +9800,7 @@ class LogAnalyticsClient {
|
|
|
9372
9800
|
* @param OffboardNamespaceRequest
|
|
9373
9801
|
* @return OffboardNamespaceResponse
|
|
9374
9802
|
* @throws OciError when an error occurs
|
|
9375
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9803
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/OffboardNamespace.ts.html |here} to see how to use OffboardNamespace API.
|
|
9376
9804
|
*/
|
|
9377
9805
|
offboardNamespace(offboardNamespaceRequest) {
|
|
9378
9806
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9433,7 +9861,7 @@ class LogAnalyticsClient {
|
|
|
9433
9861
|
* @param OnboardNamespaceRequest
|
|
9434
9862
|
* @return OnboardNamespaceResponse
|
|
9435
9863
|
* @throws OciError when an error occurs
|
|
9436
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9864
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/OnboardNamespace.ts.html |here} to see how to use OnboardNamespace API.
|
|
9437
9865
|
*/
|
|
9438
9866
|
onboardNamespace(onboardNamespaceRequest) {
|
|
9439
9867
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9493,7 +9921,7 @@ class LogAnalyticsClient {
|
|
|
9493
9921
|
* @param ParseQueryRequest
|
|
9494
9922
|
* @return ParseQueryResponse
|
|
9495
9923
|
* @throws OciError when an error occurs
|
|
9496
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9924
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ParseQuery.ts.html |here} to see how to use ParseQuery API.
|
|
9497
9925
|
*/
|
|
9498
9926
|
parseQuery(parseQueryRequest) {
|
|
9499
9927
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9553,7 +9981,7 @@ class LogAnalyticsClient {
|
|
|
9553
9981
|
* @param PauseScheduledTaskRequest
|
|
9554
9982
|
* @return PauseScheduledTaskResponse
|
|
9555
9983
|
* @throws OciError when an error occurs
|
|
9556
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9984
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/PauseScheduledTask.ts.html |here} to see how to use PauseScheduledTask API.
|
|
9557
9985
|
*/
|
|
9558
9986
|
pauseScheduledTask(pauseScheduledTaskRequest) {
|
|
9559
9987
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9620,7 +10048,7 @@ class LogAnalyticsClient {
|
|
|
9620
10048
|
* @param PurgeStorageDataRequest
|
|
9621
10049
|
* @return PurgeStorageDataResponse
|
|
9622
10050
|
* @throws OciError when an error occurs
|
|
9623
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10051
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/PurgeStorageData.ts.html |here} to see how to use PurgeStorageData API.
|
|
9624
10052
|
*/
|
|
9625
10053
|
purgeStorageData(purgeStorageDataRequest) {
|
|
9626
10054
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9687,7 +10115,7 @@ class LogAnalyticsClient {
|
|
|
9687
10115
|
* @param PutQueryWorkRequestBackgroundRequest
|
|
9688
10116
|
* @return PutQueryWorkRequestBackgroundResponse
|
|
9689
10117
|
* @throws OciError when an error occurs
|
|
9690
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10118
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/PutQueryWorkRequestBackground.ts.html |here} to see how to use PutQueryWorkRequestBackground API.
|
|
9691
10119
|
*/
|
|
9692
10120
|
putQueryWorkRequestBackground(putQueryWorkRequestBackgroundRequest) {
|
|
9693
10121
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9753,7 +10181,7 @@ class LogAnalyticsClient {
|
|
|
9753
10181
|
* @param QueryRequest
|
|
9754
10182
|
* @return QueryResponse
|
|
9755
10183
|
* @throws OciError when an error occurs
|
|
9756
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10184
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/Query.ts.html |here} to see how to use Query API.
|
|
9757
10185
|
*/
|
|
9758
10186
|
query(queryRequest) {
|
|
9759
10187
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9836,7 +10264,7 @@ class LogAnalyticsClient {
|
|
|
9836
10264
|
* @param RecallArchivedDataRequest
|
|
9837
10265
|
* @return RecallArchivedDataResponse
|
|
9838
10266
|
* @throws OciError when an error occurs
|
|
9839
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10267
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/RecallArchivedData.ts.html |here} to see how to use RecallArchivedData API.
|
|
9840
10268
|
*/
|
|
9841
10269
|
recallArchivedData(recallArchivedDataRequest) {
|
|
9842
10270
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9872,6 +10300,10 @@ class LogAnalyticsClient {
|
|
|
9872
10300
|
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
9873
10301
|
const sdkResponse = oci_common_1.composeResponse({
|
|
9874
10302
|
responseObject: {},
|
|
10303
|
+
body: yield response.json(),
|
|
10304
|
+
bodyKey: "recalledDataInfo",
|
|
10305
|
+
bodyModel: model.RecalledDataInfo,
|
|
10306
|
+
type: "model.RecalledDataInfo",
|
|
9875
10307
|
responseHeaders: [
|
|
9876
10308
|
{
|
|
9877
10309
|
value: response.headers.get("opc-request-id"),
|
|
@@ -9887,6 +10319,11 @@ class LogAnalyticsClient {
|
|
|
9887
10319
|
value: response.headers.get("location"),
|
|
9888
10320
|
key: "location",
|
|
9889
10321
|
dataType: "string"
|
|
10322
|
+
},
|
|
10323
|
+
{
|
|
10324
|
+
value: response.headers.get("etag"),
|
|
10325
|
+
key: "etag",
|
|
10326
|
+
dataType: "string"
|
|
9890
10327
|
}
|
|
9891
10328
|
]
|
|
9892
10329
|
});
|
|
@@ -9904,7 +10341,7 @@ class LogAnalyticsClient {
|
|
|
9904
10341
|
* @param RegisterLookupRequest
|
|
9905
10342
|
* @return RegisterLookupResponse
|
|
9906
10343
|
* @throws OciError when an error occurs
|
|
9907
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10344
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/RegisterLookup.ts.html |here} to see how to use RegisterLookup API.
|
|
9908
10345
|
*/
|
|
9909
10346
|
registerLookup(registerLookupRequest) {
|
|
9910
10347
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9977,7 +10414,7 @@ class LogAnalyticsClient {
|
|
|
9977
10414
|
* @param ReleaseRecalledDataRequest
|
|
9978
10415
|
* @return ReleaseRecalledDataResponse
|
|
9979
10416
|
* @throws OciError when an error occurs
|
|
9980
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10417
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ReleaseRecalledData.ts.html |here} to see how to use ReleaseRecalledData API.
|
|
9981
10418
|
*/
|
|
9982
10419
|
releaseRecalledData(releaseRecalledDataRequest) {
|
|
9983
10420
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10044,7 +10481,7 @@ class LogAnalyticsClient {
|
|
|
10044
10481
|
* @param RemoveEntityAssociationsRequest
|
|
10045
10482
|
* @return RemoveEntityAssociationsResponse
|
|
10046
10483
|
* @throws OciError when an error occurs
|
|
10047
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10484
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/RemoveEntityAssociations.ts.html |here} to see how to use RemoveEntityAssociations API.
|
|
10048
10485
|
*/
|
|
10049
10486
|
removeEntityAssociations(removeEntityAssociationsRequest) {
|
|
10050
10487
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10097,13 +10534,13 @@ class LogAnalyticsClient {
|
|
|
10097
10534
|
});
|
|
10098
10535
|
}
|
|
10099
10536
|
/**
|
|
10100
|
-
* Removes the tenant preferences
|
|
10537
|
+
* Removes the tenant preferences such as DEFAULT_HOMEPAGE and collection properties.
|
|
10101
10538
|
*
|
|
10102
10539
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
10103
10540
|
* @param RemovePreferencesRequest
|
|
10104
10541
|
* @return RemovePreferencesResponse
|
|
10105
10542
|
* @throws OciError when an error occurs
|
|
10106
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10543
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/RemovePreferences.ts.html |here} to see how to use RemovePreferences API.
|
|
10107
10544
|
*/
|
|
10108
10545
|
removePreferences(removePreferencesRequest) {
|
|
10109
10546
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10160,7 +10597,7 @@ class LogAnalyticsClient {
|
|
|
10160
10597
|
* @param RemoveResourceCategoriesRequest
|
|
10161
10598
|
* @return RemoveResourceCategoriesResponse
|
|
10162
10599
|
* @throws OciError when an error occurs
|
|
10163
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10600
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/RemoveResourceCategories.ts.html |here} to see how to use RemoveResourceCategories API.
|
|
10164
10601
|
*/
|
|
10165
10602
|
removeResourceCategories(removeResourceCategoriesRequest) {
|
|
10166
10603
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10216,7 +10653,7 @@ class LogAnalyticsClient {
|
|
|
10216
10653
|
* @param RemoveSourceEventTypesRequest
|
|
10217
10654
|
* @return RemoveSourceEventTypesResponse
|
|
10218
10655
|
* @throws OciError when an error occurs
|
|
10219
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10656
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/RemoveSourceEventTypes.ts.html |here} to see how to use RemoveSourceEventTypes API.
|
|
10220
10657
|
*/
|
|
10221
10658
|
removeSourceEventTypes(removeSourceEventTypesRequest) {
|
|
10222
10659
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10274,7 +10711,7 @@ class LogAnalyticsClient {
|
|
|
10274
10711
|
* @param ResumeScheduledTaskRequest
|
|
10275
10712
|
* @return ResumeScheduledTaskResponse
|
|
10276
10713
|
* @throws OciError when an error occurs
|
|
10277
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10714
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ResumeScheduledTask.ts.html |here} to see how to use ResumeScheduledTask API.
|
|
10278
10715
|
*/
|
|
10279
10716
|
resumeScheduledTask(resumeScheduledTaskRequest) {
|
|
10280
10717
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10342,7 +10779,7 @@ class LogAnalyticsClient {
|
|
|
10342
10779
|
* @param RunRequest
|
|
10343
10780
|
* @return RunResponse
|
|
10344
10781
|
* @throws OciError when an error occurs
|
|
10345
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10782
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/Run.ts.html |here} to see how to use Run API.
|
|
10346
10783
|
*/
|
|
10347
10784
|
run(runRequest) {
|
|
10348
10785
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10404,7 +10841,7 @@ class LogAnalyticsClient {
|
|
|
10404
10841
|
* @param SetUnprocessedDataBucketRequest
|
|
10405
10842
|
* @return SetUnprocessedDataBucketResponse
|
|
10406
10843
|
* @throws OciError when an error occurs
|
|
10407
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10844
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/SetUnprocessedDataBucket.ts.html |here} to see how to use SetUnprocessedDataBucket API.
|
|
10408
10845
|
*/
|
|
10409
10846
|
setUnprocessedDataBucket(setUnprocessedDataBucketRequest) {
|
|
10410
10847
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10465,7 +10902,7 @@ class LogAnalyticsClient {
|
|
|
10465
10902
|
* @param SuggestRequest
|
|
10466
10903
|
* @return SuggestResponse
|
|
10467
10904
|
* @throws OciError when an error occurs
|
|
10468
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10905
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/Suggest.ts.html |here} to see how to use Suggest API.
|
|
10469
10906
|
*/
|
|
10470
10907
|
suggest(suggestRequest) {
|
|
10471
10908
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10525,7 +10962,7 @@ class LogAnalyticsClient {
|
|
|
10525
10962
|
* @param SuppressWarningRequest
|
|
10526
10963
|
* @return SuppressWarningResponse
|
|
10527
10964
|
* @throws OciError when an error occurs
|
|
10528
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10965
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/SuppressWarning.ts.html |here} to see how to use SuppressWarning API.
|
|
10529
10966
|
*/
|
|
10530
10967
|
suppressWarning(suppressWarningRequest) {
|
|
10531
10968
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10584,7 +11021,7 @@ class LogAnalyticsClient {
|
|
|
10584
11021
|
* @param TestParserRequest
|
|
10585
11022
|
* @return TestParserResponse
|
|
10586
11023
|
* @throws OciError when an error occurs
|
|
10587
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11024
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/TestParser.ts.html |here} to see how to use TestParser API.
|
|
10588
11025
|
*/
|
|
10589
11026
|
testParser(testParserRequest) {
|
|
10590
11027
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10648,7 +11085,7 @@ class LogAnalyticsClient {
|
|
|
10648
11085
|
* @param UnsuppressWarningRequest
|
|
10649
11086
|
* @return UnsuppressWarningResponse
|
|
10650
11087
|
* @throws OciError when an error occurs
|
|
10651
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11088
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/UnsuppressWarning.ts.html |here} to see how to use UnsuppressWarning API.
|
|
10652
11089
|
*/
|
|
10653
11090
|
unsuppressWarning(unsuppressWarningRequest) {
|
|
10654
11091
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10707,7 +11144,7 @@ class LogAnalyticsClient {
|
|
|
10707
11144
|
* @param UpdateIngestTimeRuleRequest
|
|
10708
11145
|
* @return UpdateIngestTimeRuleResponse
|
|
10709
11146
|
* @throws OciError when an error occurs
|
|
10710
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11147
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/UpdateIngestTimeRule.ts.html |here} to see how to use UpdateIngestTimeRule API.
|
|
10711
11148
|
*/
|
|
10712
11149
|
updateIngestTimeRule(updateIngestTimeRuleRequest) {
|
|
10713
11150
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10773,7 +11210,7 @@ class LogAnalyticsClient {
|
|
|
10773
11210
|
* @param UpdateLogAnalyticsEmBridgeRequest
|
|
10774
11211
|
* @return UpdateLogAnalyticsEmBridgeResponse
|
|
10775
11212
|
* @throws OciError when an error occurs
|
|
10776
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11213
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/UpdateLogAnalyticsEmBridge.ts.html |here} to see how to use UpdateLogAnalyticsEmBridge API.
|
|
10777
11214
|
*/
|
|
10778
11215
|
updateLogAnalyticsEmBridge(updateLogAnalyticsEmBridgeRequest) {
|
|
10779
11216
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10839,7 +11276,7 @@ class LogAnalyticsClient {
|
|
|
10839
11276
|
* @param UpdateLogAnalyticsEntityRequest
|
|
10840
11277
|
* @return UpdateLogAnalyticsEntityResponse
|
|
10841
11278
|
* @throws OciError when an error occurs
|
|
10842
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11279
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/UpdateLogAnalyticsEntity.ts.html |here} to see how to use UpdateLogAnalyticsEntity API.
|
|
10843
11280
|
*/
|
|
10844
11281
|
updateLogAnalyticsEntity(updateLogAnalyticsEntityRequest) {
|
|
10845
11282
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10905,7 +11342,7 @@ class LogAnalyticsClient {
|
|
|
10905
11342
|
* @param UpdateLogAnalyticsEntityTypeRequest
|
|
10906
11343
|
* @return UpdateLogAnalyticsEntityTypeResponse
|
|
10907
11344
|
* @throws OciError when an error occurs
|
|
10908
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11345
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/UpdateLogAnalyticsEntityType.ts.html |here} to see how to use UpdateLogAnalyticsEntityType API.
|
|
10909
11346
|
*/
|
|
10910
11347
|
updateLogAnalyticsEntityType(updateLogAnalyticsEntityTypeRequest) {
|
|
10911
11348
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10963,7 +11400,7 @@ class LogAnalyticsClient {
|
|
|
10963
11400
|
* @param UpdateLogAnalyticsLogGroupRequest
|
|
10964
11401
|
* @return UpdateLogAnalyticsLogGroupResponse
|
|
10965
11402
|
* @throws OciError when an error occurs
|
|
10966
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11403
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/UpdateLogAnalyticsLogGroup.ts.html |here} to see how to use UpdateLogAnalyticsLogGroup API.
|
|
10967
11404
|
*/
|
|
10968
11405
|
updateLogAnalyticsLogGroup(updateLogAnalyticsLogGroupRequest) {
|
|
10969
11406
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11029,7 +11466,7 @@ class LogAnalyticsClient {
|
|
|
11029
11466
|
* @param UpdateLogAnalyticsObjectCollectionRuleRequest
|
|
11030
11467
|
* @return UpdateLogAnalyticsObjectCollectionRuleResponse
|
|
11031
11468
|
* @throws OciError when an error occurs
|
|
11032
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11469
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/UpdateLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use UpdateLogAnalyticsObjectCollectionRule API.
|
|
11033
11470
|
*/
|
|
11034
11471
|
updateLogAnalyticsObjectCollectionRule(updateLogAnalyticsObjectCollectionRuleRequest) {
|
|
11035
11472
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11096,7 +11533,7 @@ class LogAnalyticsClient {
|
|
|
11096
11533
|
* @param UpdateLookupRequest
|
|
11097
11534
|
* @return UpdateLookupResponse
|
|
11098
11535
|
* @throws OciError when an error occurs
|
|
11099
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11536
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/UpdateLookup.ts.html |here} to see how to use UpdateLookup API.
|
|
11100
11537
|
*/
|
|
11101
11538
|
updateLookup(updateLookupRequest) {
|
|
11102
11539
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11164,7 +11601,7 @@ class LogAnalyticsClient {
|
|
|
11164
11601
|
* @param UpdateLookupDataRequest
|
|
11165
11602
|
* @return UpdateLookupDataResponse
|
|
11166
11603
|
* @throws OciError when an error occurs
|
|
11167
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11604
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/UpdateLookupData.ts.html |here} to see how to use UpdateLookupData API.
|
|
11168
11605
|
*/
|
|
11169
11606
|
updateLookupData(updateLookupDataRequest) {
|
|
11170
11607
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11226,13 +11663,13 @@ class LogAnalyticsClient {
|
|
|
11226
11663
|
});
|
|
11227
11664
|
}
|
|
11228
11665
|
/**
|
|
11229
|
-
* Updates the tenant preferences
|
|
11666
|
+
* Updates the tenant preferences such as DEFAULT_HOMEPAGE and collection properties.
|
|
11230
11667
|
*
|
|
11231
11668
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
11232
11669
|
* @param UpdatePreferencesRequest
|
|
11233
11670
|
* @return UpdatePreferencesResponse
|
|
11234
11671
|
* @throws OciError when an error occurs
|
|
11235
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11672
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/UpdatePreferences.ts.html |here} to see how to use UpdatePreferences API.
|
|
11236
11673
|
*/
|
|
11237
11674
|
updatePreferences(updatePreferencesRequest) {
|
|
11238
11675
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11289,7 +11726,7 @@ class LogAnalyticsClient {
|
|
|
11289
11726
|
* @param UpdateResourceCategoriesRequest
|
|
11290
11727
|
* @return UpdateResourceCategoriesResponse
|
|
11291
11728
|
* @throws OciError when an error occurs
|
|
11292
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11729
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/UpdateResourceCategories.ts.html |here} to see how to use UpdateResourceCategories API.
|
|
11293
11730
|
*/
|
|
11294
11731
|
updateResourceCategories(updateResourceCategoriesRequest) {
|
|
11295
11732
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11344,7 +11781,7 @@ class LogAnalyticsClient {
|
|
|
11344
11781
|
* @param UpdateScheduledTaskRequest
|
|
11345
11782
|
* @return UpdateScheduledTaskResponse
|
|
11346
11783
|
* @throws OciError when an error occurs
|
|
11347
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11784
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/UpdateScheduledTask.ts.html |here} to see how to use UpdateScheduledTask API.
|
|
11348
11785
|
*/
|
|
11349
11786
|
updateScheduledTask(updateScheduledTaskRequest) {
|
|
11350
11787
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11411,7 +11848,7 @@ class LogAnalyticsClient {
|
|
|
11411
11848
|
* @param UpdateStorageRequest
|
|
11412
11849
|
* @return UpdateStorageResponse
|
|
11413
11850
|
* @throws OciError when an error occurs
|
|
11414
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11851
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/UpdateStorage.ts.html |here} to see how to use UpdateStorage API.
|
|
11415
11852
|
*/
|
|
11416
11853
|
updateStorage(updateStorageRequest) {
|
|
11417
11854
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11477,7 +11914,7 @@ class LogAnalyticsClient {
|
|
|
11477
11914
|
* @param UploadLogEventsFileRequest
|
|
11478
11915
|
* @return UploadLogEventsFileResponse
|
|
11479
11916
|
* @throws OciError when an error occurs
|
|
11480
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11917
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/UploadLogEventsFile.ts.html |here} to see how to use UploadLogEventsFile API.
|
|
11481
11918
|
*/
|
|
11482
11919
|
uploadLogEventsFile(uploadLogEventsFileRequest) {
|
|
11483
11920
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11550,7 +11987,7 @@ class LogAnalyticsClient {
|
|
|
11550
11987
|
* @param UploadLogFileRequest
|
|
11551
11988
|
* @return UploadLogFileResponse
|
|
11552
11989
|
* @throws OciError when an error occurs
|
|
11553
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11990
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/UploadLogFile.ts.html |here} to see how to use UploadLogFile API.
|
|
11554
11991
|
*/
|
|
11555
11992
|
uploadLogFile(uploadLogFileRequest) {
|
|
11556
11993
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11636,7 +12073,7 @@ class LogAnalyticsClient {
|
|
|
11636
12073
|
* @param UpsertAssociationsRequest
|
|
11637
12074
|
* @return UpsertAssociationsResponse
|
|
11638
12075
|
* @throws OciError when an error occurs
|
|
11639
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12076
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/UpsertAssociations.ts.html |here} to see how to use UpsertAssociations API.
|
|
11640
12077
|
*/
|
|
11641
12078
|
upsertAssociations(upsertAssociationsRequest) {
|
|
11642
12079
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11700,7 +12137,7 @@ class LogAnalyticsClient {
|
|
|
11700
12137
|
* @param UpsertFieldRequest
|
|
11701
12138
|
* @return UpsertFieldResponse
|
|
11702
12139
|
* @throws OciError when an error occurs
|
|
11703
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12140
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/UpsertField.ts.html |here} to see how to use UpsertField API.
|
|
11704
12141
|
*/
|
|
11705
12142
|
upsertField(upsertFieldRequest) {
|
|
11706
12143
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11767,7 +12204,7 @@ class LogAnalyticsClient {
|
|
|
11767
12204
|
* @param UpsertLabelRequest
|
|
11768
12205
|
* @return UpsertLabelResponse
|
|
11769
12206
|
* @throws OciError when an error occurs
|
|
11770
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12207
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/UpsertLabel.ts.html |here} to see how to use UpsertLabel API.
|
|
11771
12208
|
*/
|
|
11772
12209
|
upsertLabel(upsertLabelRequest) {
|
|
11773
12210
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11834,7 +12271,7 @@ class LogAnalyticsClient {
|
|
|
11834
12271
|
* @param UpsertParserRequest
|
|
11835
12272
|
* @return UpsertParserResponse
|
|
11836
12273
|
* @throws OciError when an error occurs
|
|
11837
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12274
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/UpsertParser.ts.html |here} to see how to use UpsertParser API.
|
|
11838
12275
|
*/
|
|
11839
12276
|
upsertParser(upsertParserRequest) {
|
|
11840
12277
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11901,7 +12338,7 @@ class LogAnalyticsClient {
|
|
|
11901
12338
|
* @param UpsertSourceRequest
|
|
11902
12339
|
* @return UpsertSourceResponse
|
|
11903
12340
|
* @throws OciError when an error occurs
|
|
11904
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12341
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/UpsertSource.ts.html |here} to see how to use UpsertSource API.
|
|
11905
12342
|
*/
|
|
11906
12343
|
upsertSource(upsertSourceRequest) {
|
|
11907
12344
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11972,7 +12409,7 @@ class LogAnalyticsClient {
|
|
|
11972
12409
|
* @param ValidateAssociationParametersRequest
|
|
11973
12410
|
* @return ValidateAssociationParametersResponse
|
|
11974
12411
|
* @throws OciError when an error occurs
|
|
11975
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12412
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ValidateAssociationParameters.ts.html |here} to see how to use ValidateAssociationParameters API.
|
|
11976
12413
|
*/
|
|
11977
12414
|
validateAssociationParameters(validateAssociationParametersRequest) {
|
|
11978
12415
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12036,13 +12473,73 @@ class LogAnalyticsClient {
|
|
|
12036
12473
|
}
|
|
12037
12474
|
});
|
|
12038
12475
|
}
|
|
12476
|
+
/**
|
|
12477
|
+
* Validates the REST endpoint configuration.
|
|
12478
|
+
*
|
|
12479
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
12480
|
+
* @param ValidateEndpointRequest
|
|
12481
|
+
* @return ValidateEndpointResponse
|
|
12482
|
+
* @throws OciError when an error occurs
|
|
12483
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ValidateEndpoint.ts.html |here} to see how to use ValidateEndpoint API.
|
|
12484
|
+
*/
|
|
12485
|
+
validateEndpoint(validateEndpointRequest) {
|
|
12486
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
12487
|
+
if (this.logger)
|
|
12488
|
+
this.logger.debug("Calling operation LogAnalyticsClient#validateEndpoint.");
|
|
12489
|
+
const operationName = "validateEndpoint";
|
|
12490
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/logan-api-spec/20200601/LogAnalyticsSource/ValidateEndpoint";
|
|
12491
|
+
const pathParams = {
|
|
12492
|
+
"{namespaceName}": validateEndpointRequest.namespaceName
|
|
12493
|
+
};
|
|
12494
|
+
const queryParams = {};
|
|
12495
|
+
let headerParams = {
|
|
12496
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
12497
|
+
"opc-request-id": validateEndpointRequest.opcRequestId
|
|
12498
|
+
};
|
|
12499
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
12500
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, validateEndpointRequest.retryConfiguration, specRetryConfiguration);
|
|
12501
|
+
if (this.logger)
|
|
12502
|
+
retrier.logger = this.logger;
|
|
12503
|
+
const request = yield oci_common_1.composeRequest({
|
|
12504
|
+
baseEndpoint: this._endpoint,
|
|
12505
|
+
defaultHeaders: this._defaultHeaders,
|
|
12506
|
+
path: "/namespaces/{namespaceName}/sources/actions/validateEndpoint",
|
|
12507
|
+
method: "POST",
|
|
12508
|
+
bodyContent: common.ObjectSerializer.serialize(validateEndpointRequest.validateEndpointDetails, "LogAnalyticsEndpoint", model.LogAnalyticsEndpoint.getJsonObj),
|
|
12509
|
+
pathParams: pathParams,
|
|
12510
|
+
headerParams: headerParams,
|
|
12511
|
+
queryParams: queryParams
|
|
12512
|
+
});
|
|
12513
|
+
try {
|
|
12514
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
12515
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
12516
|
+
responseObject: {},
|
|
12517
|
+
body: yield response.json(),
|
|
12518
|
+
bodyKey: "validateEndpointResult",
|
|
12519
|
+
bodyModel: model.ValidateEndpointResult,
|
|
12520
|
+
type: "model.ValidateEndpointResult",
|
|
12521
|
+
responseHeaders: [
|
|
12522
|
+
{
|
|
12523
|
+
value: response.headers.get("opc-request-id"),
|
|
12524
|
+
key: "opcRequestId",
|
|
12525
|
+
dataType: "string"
|
|
12526
|
+
}
|
|
12527
|
+
]
|
|
12528
|
+
});
|
|
12529
|
+
return sdkResponse;
|
|
12530
|
+
}
|
|
12531
|
+
catch (err) {
|
|
12532
|
+
throw err;
|
|
12533
|
+
}
|
|
12534
|
+
});
|
|
12535
|
+
}
|
|
12039
12536
|
/**
|
|
12040
12537
|
* Validates a log file to check whether it is eligible to be uploaded or not.
|
|
12041
12538
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
12042
12539
|
* @param ValidateFileRequest
|
|
12043
12540
|
* @return ValidateFileResponse
|
|
12044
12541
|
* @throws OciError when an error occurs
|
|
12045
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12542
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ValidateFile.ts.html |here} to see how to use ValidateFile API.
|
|
12046
12543
|
*/
|
|
12047
12544
|
validateFile(validateFileRequest) {
|
|
12048
12545
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12097,6 +12594,70 @@ class LogAnalyticsClient {
|
|
|
12097
12594
|
}
|
|
12098
12595
|
});
|
|
12099
12596
|
}
|
|
12597
|
+
/**
|
|
12598
|
+
* Validates specified condition for a source label. If both conditionString
|
|
12599
|
+
* and conditionBlocks are specified, they would be validated to ensure they represent
|
|
12600
|
+
* identical conditions. If one of them is input, the response would include the validated
|
|
12601
|
+
* representation of the other structure too. Additionally, if field values
|
|
12602
|
+
* are passed, the condition specification would be evaluated against them.
|
|
12603
|
+
*
|
|
12604
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
12605
|
+
* @param ValidateLabelConditionRequest
|
|
12606
|
+
* @return ValidateLabelConditionResponse
|
|
12607
|
+
* @throws OciError when an error occurs
|
|
12608
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ValidateLabelCondition.ts.html |here} to see how to use ValidateLabelCondition API.
|
|
12609
|
+
*/
|
|
12610
|
+
validateLabelCondition(validateLabelConditionRequest) {
|
|
12611
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
12612
|
+
if (this.logger)
|
|
12613
|
+
this.logger.debug("Calling operation LogAnalyticsClient#validateLabelCondition.");
|
|
12614
|
+
const operationName = "validateLabelCondition";
|
|
12615
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/logan-api-spec/20200601/LogAnalyticsSource/ValidateLabelCondition";
|
|
12616
|
+
const pathParams = {
|
|
12617
|
+
"{namespaceName}": validateLabelConditionRequest.namespaceName
|
|
12618
|
+
};
|
|
12619
|
+
const queryParams = {};
|
|
12620
|
+
let headerParams = {
|
|
12621
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
12622
|
+
"opc-request-id": validateLabelConditionRequest.opcRequestId
|
|
12623
|
+
};
|
|
12624
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
12625
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, validateLabelConditionRequest.retryConfiguration, specRetryConfiguration);
|
|
12626
|
+
if (this.logger)
|
|
12627
|
+
retrier.logger = this.logger;
|
|
12628
|
+
const request = yield oci_common_1.composeRequest({
|
|
12629
|
+
baseEndpoint: this._endpoint,
|
|
12630
|
+
defaultHeaders: this._defaultHeaders,
|
|
12631
|
+
path: "/namespaces/{namespaceName}/sources/actions/validateLabelCondition",
|
|
12632
|
+
method: "POST",
|
|
12633
|
+
bodyContent: common.ObjectSerializer.serialize(validateLabelConditionRequest.validateLabelConditionDetails, "ValidateLabelConditionDetails", model.ValidateLabelConditionDetails.getJsonObj),
|
|
12634
|
+
pathParams: pathParams,
|
|
12635
|
+
headerParams: headerParams,
|
|
12636
|
+
queryParams: queryParams
|
|
12637
|
+
});
|
|
12638
|
+
try {
|
|
12639
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
12640
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
12641
|
+
responseObject: {},
|
|
12642
|
+
body: yield response.json(),
|
|
12643
|
+
bodyKey: "validateLabelConditionResult",
|
|
12644
|
+
bodyModel: model.ValidateLabelConditionResult,
|
|
12645
|
+
type: "model.ValidateLabelConditionResult",
|
|
12646
|
+
responseHeaders: [
|
|
12647
|
+
{
|
|
12648
|
+
value: response.headers.get("opc-request-id"),
|
|
12649
|
+
key: "opcRequestId",
|
|
12650
|
+
dataType: "string"
|
|
12651
|
+
}
|
|
12652
|
+
]
|
|
12653
|
+
});
|
|
12654
|
+
return sdkResponse;
|
|
12655
|
+
}
|
|
12656
|
+
catch (err) {
|
|
12657
|
+
throw err;
|
|
12658
|
+
}
|
|
12659
|
+
});
|
|
12660
|
+
}
|
|
12100
12661
|
/**
|
|
12101
12662
|
* Checks if the specified input is a valid log source definition.
|
|
12102
12663
|
*
|
|
@@ -12104,7 +12665,7 @@ class LogAnalyticsClient {
|
|
|
12104
12665
|
* @param ValidateSourceRequest
|
|
12105
12666
|
* @return ValidateSourceResponse
|
|
12106
12667
|
* @throws OciError when an error occurs
|
|
12107
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12668
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ValidateSource.ts.html |here} to see how to use ValidateSource API.
|
|
12108
12669
|
*/
|
|
12109
12670
|
validateSource(validateSourceRequest) {
|
|
12110
12671
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12169,7 +12730,7 @@ class LogAnalyticsClient {
|
|
|
12169
12730
|
* @param ValidateSourceExtendedFieldDetailsRequest
|
|
12170
12731
|
* @return ValidateSourceExtendedFieldDetailsResponse
|
|
12171
12732
|
* @throws OciError when an error occurs
|
|
12172
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12733
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ValidateSourceExtendedFieldDetails.ts.html |here} to see how to use ValidateSourceExtendedFieldDetails API.
|
|
12173
12734
|
*/
|
|
12174
12735
|
validateSourceExtendedFieldDetails(validateSourceExtendedFieldDetailsRequest) {
|
|
12175
12736
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12229,7 +12790,7 @@ class LogAnalyticsClient {
|
|
|
12229
12790
|
* @param ValidateSourceMappingRequest
|
|
12230
12791
|
* @return ValidateSourceMappingResponse
|
|
12231
12792
|
* @throws OciError when an error occurs
|
|
12232
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12793
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/ValidateSourceMapping.ts.html |here} to see how to use ValidateSourceMapping API.
|
|
12233
12794
|
*/
|
|
12234
12795
|
validateSourceMapping(validateSourceMappingRequest) {
|
|
12235
12796
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12295,7 +12856,7 @@ class LogAnalyticsClient {
|
|
|
12295
12856
|
* @param VerifyRequest
|
|
12296
12857
|
* @return VerifyResponse
|
|
12297
12858
|
* @throws OciError when an error occurs
|
|
12298
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12859
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/loganalytics/Verify.ts.html |here} to see how to use Verify API.
|
|
12299
12860
|
*/
|
|
12300
12861
|
verify(verifyRequest) {
|
|
12301
12862
|
return __awaiter(this, void 0, void 0, function* () {
|