oci-loganalytics 2.41.0 → 2.43.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +263 -173
- package/lib/client.js +769 -173
- package/lib/client.js.map +1 -1
- package/lib/loganalytics-waiter.d.ts +8 -0
- package/lib/loganalytics-waiter.js +12 -0
- package/lib/loganalytics-waiter.js.map +1 -1
- package/lib/model/abstract-column.js +16 -0
- package/lib/model/abstract-column.js.map +1 -1
- package/lib/model/abstract-command-descriptor.d.ts +5 -0
- package/lib/model/abstract-command-descriptor.js +96 -76
- package/lib/model/abstract-command-descriptor.js.map +1 -1
- package/lib/model/add-insights-command-descriptor.d.ts +26 -0
- package/lib/model/add-insights-command-descriptor.js +55 -0
- package/lib/model/add-insights-command-descriptor.js.map +1 -0
- package/lib/model/anomaly-command-descriptor.d.ts +26 -0
- package/lib/model/anomaly-command-descriptor.js +55 -0
- package/lib/model/anomaly-command-descriptor.js.map +1 -0
- package/lib/model/change-ingest-time-rule-compartment-details.d.ts +28 -0
- package/lib/model/change-ingest-time-rule-compartment-details.js +30 -0
- package/lib/model/change-ingest-time-rule-compartment-details.js.map +1 -0
- package/lib/model/config-lifecycle-state.d.ts +30 -0
- package/lib/model/config-lifecycle-state.js +41 -0
- package/lib/model/config-lifecycle-state.js.map +1 -0
- package/lib/model/create-ingest-time-rule-details.d.ts +61 -0
- package/lib/model/create-ingest-time-rule-details.js +68 -0
- package/lib/model/create-ingest-time-rule-details.js.map +1 -0
- package/lib/model/create-log-analytics-object-collection-rule-details.d.ts +25 -0
- package/lib/model/create-log-analytics-object-collection-rule-details.js.map +1 -1
- package/lib/model/creation-source-type.d.ts +1 -0
- package/lib/model/creation-source-type.js +1 -0
- package/lib/model/creation-source-type.js.map +1 -1
- package/lib/model/dedup-command-descriptor.d.ts +26 -0
- package/lib/model/dedup-command-descriptor.js +55 -0
- package/lib/model/dedup-command-descriptor.js.map +1 -0
- package/lib/model/geo-stats-command-descriptor.d.ts +29 -3
- package/lib/model/geo-stats-command-descriptor.js +29 -0
- package/lib/model/geo-stats-command-descriptor.js.map +1 -1
- package/lib/model/index.d.ts +54 -0
- package/lib/model/index.js +62 -7
- package/lib/model/index.js.map +1 -1
- package/lib/model/ingest-time-rule-action.d.ts +23 -0
- package/lib/model/ingest-time-rule-action.js +69 -0
- package/lib/model/ingest-time-rule-action.js.map +1 -0
- package/lib/model/ingest-time-rule-additional-field-condition.d.ts +55 -0
- package/lib/model/ingest-time-rule-additional-field-condition.js +52 -0
- package/lib/model/ingest-time-rule-additional-field-condition.js.map +1 -0
- package/lib/model/ingest-time-rule-condition.d.ts +23 -0
- package/lib/model/ingest-time-rule-condition.js +69 -0
- package/lib/model/ingest-time-rule-condition.js.map +1 -0
- package/lib/model/ingest-time-rule-field-condition.d.ts +49 -0
- package/lib/model/ingest-time-rule-field-condition.js +76 -0
- package/lib/model/ingest-time-rule-field-condition.js.map +1 -0
- package/lib/model/ingest-time-rule-metric-extraction-action.d.ts +59 -0
- package/lib/model/ingest-time-rule-metric-extraction-action.js +55 -0
- package/lib/model/ingest-time-rule-metric-extraction-action.js.map +1 -0
- package/lib/model/ingest-time-rule-resource.d.ts +26 -0
- package/lib/model/ingest-time-rule-resource.js +30 -0
- package/lib/model/ingest-time-rule-resource.js.map +1 -0
- package/lib/model/ingest-time-rule-summary-collection.d.ts +27 -0
- package/lib/model/ingest-time-rule-summary-collection.js +62 -0
- package/lib/model/ingest-time-rule-summary-collection.js.map +1 -0
- package/lib/model/ingest-time-rule-summary.d.ts +101 -0
- package/lib/model/ingest-time-rule-summary.js +39 -0
- package/lib/model/ingest-time-rule-summary.js.map +1 -0
- package/lib/model/ingest-time-rule.d.ts +86 -0
- package/lib/model/ingest-time-rule.js +68 -0
- package/lib/model/ingest-time-rule.js.map +1 -0
- package/lib/model/log-analytics-config-work-request-summary.d.ts +3 -4
- package/lib/model/log-analytics-config-work-request-summary.js +2 -0
- package/lib/model/log-analytics-config-work-request-summary.js.map +1 -1
- package/lib/model/log-analytics-config-work-request.d.ts +3 -4
- package/lib/model/log-analytics-config-work-request.js +2 -0
- package/lib/model/log-analytics-config-work-request.js.map +1 -1
- package/lib/model/log-analytics-object-collection-rule.d.ts +25 -0
- package/lib/model/log-analytics-object-collection-rule.js.map +1 -1
- package/lib/model/log-set-key-types.d.ts +29 -0
- package/lib/model/log-set-key-types.js +40 -0
- package/lib/model/log-set-key-types.js.map +1 -0
- package/lib/model/module-command-descriptor.d.ts +26 -0
- package/lib/model/module-command-descriptor.js +55 -0
- package/lib/model/module-command-descriptor.js.map +1 -0
- package/lib/model/recall-archived-data-details.d.ts +8 -0
- package/lib/model/recall-archived-data-details.js.map +1 -1
- package/lib/model/rule-kind.d.ts +30 -0
- package/lib/model/rule-kind.js +41 -0
- package/lib/model/rule-kind.js.map +1 -0
- package/lib/model/rule-summary-collection.d.ts +27 -0
- package/lib/model/rule-summary-collection.js +62 -0
- package/lib/model/rule-summary-collection.js.map +1 -0
- package/lib/model/rule-summary.d.ts +102 -0
- package/lib/model/rule-summary.js +40 -0
- package/lib/model/rule-summary.js.map +1 -0
- package/lib/model/rule.d.ts +102 -0
- package/lib/model/rule.js +40 -0
- package/lib/model/rule.js.map +1 -0
- package/lib/model/time-cluster-column.d.ts +53 -0
- package/lib/model/time-cluster-column.js +82 -0
- package/lib/model/time-cluster-column.js.map +1 -0
- package/lib/model/time-cluster-command-descriptor.d.ts +46 -0
- package/lib/model/time-cluster-command-descriptor.js +79 -0
- package/lib/model/time-cluster-command-descriptor.js.map +1 -0
- package/lib/model/time-cluster-data-column.d.ts +38 -0
- package/lib/model/time-cluster-data-column.js +65 -0
- package/lib/model/time-cluster-data-column.js.map +1 -0
- package/lib/model/time-column.d.ts +1 -1
- package/lib/model/time-stats-cluster.d.ts +35 -0
- package/lib/model/time-stats-cluster.js +30 -0
- package/lib/model/time-stats-cluster.js.map +1 -0
- package/lib/model/time-stats-column.d.ts +41 -0
- package/lib/model/time-stats-column.js +65 -0
- package/lib/model/time-stats-column.js.map +1 -0
- package/lib/model/time-stats-data-column.d.ts +53 -0
- package/lib/model/time-stats-data-column.js +65 -0
- package/lib/model/time-stats-data-column.js.map +1 -0
- package/lib/model/update-log-analytics-object-collection-rule-details.d.ts +25 -0
- package/lib/model/update-log-analytics-object-collection-rule-details.js.map +1 -1
- package/lib/request/add-entity-association-request.d.ts +1 -1
- package/lib/request/add-source-event-types-request.d.ts +1 -1
- package/lib/request/append-lookup-data-request.d.ts +1 -1
- package/lib/request/batch-get-basic-info-request.d.ts +1 -1
- package/lib/request/cancel-query-work-request-request.d.ts +1 -1
- package/lib/request/change-ingest-time-rule-compartment-request.d.ts +55 -0
- package/lib/request/change-ingest-time-rule-compartment-request.js +15 -0
- package/lib/request/change-ingest-time-rule-compartment-request.js.map +1 -0
- package/lib/request/change-log-analytics-em-bridge-compartment-request.d.ts +1 -1
- package/lib/request/change-log-analytics-entity-compartment-request.d.ts +1 -1
- package/lib/request/change-log-analytics-log-group-compartment-request.d.ts +1 -1
- package/lib/request/change-log-analytics-object-collection-rule-compartment-request.d.ts +1 -1
- package/lib/request/change-scheduled-task-compartment-request.d.ts +1 -1
- package/lib/request/clean-request.d.ts +1 -1
- package/lib/request/compare-content-request.d.ts +1 -1
- package/lib/request/create-ingest-time-rule-request.d.ts +41 -0
- package/lib/request/create-ingest-time-rule-request.js +15 -0
- package/lib/request/create-ingest-time-rule-request.js.map +1 -0
- package/lib/request/create-log-analytics-em-bridge-request.d.ts +1 -1
- package/lib/request/create-log-analytics-entity-request.d.ts +1 -1
- package/lib/request/create-log-analytics-entity-type-request.d.ts +1 -1
- package/lib/request/create-log-analytics-log-group-request.d.ts +1 -1
- package/lib/request/create-log-analytics-object-collection-rule-request.d.ts +1 -1
- package/lib/request/create-scheduled-task-request.d.ts +1 -1
- package/lib/request/delete-associations-request.d.ts +1 -1
- package/lib/request/delete-field-request.d.ts +1 -1
- package/lib/request/delete-ingest-time-rule-request.d.ts +41 -0
- package/lib/request/delete-ingest-time-rule-request.js +15 -0
- package/lib/request/delete-ingest-time-rule-request.js.map +1 -0
- package/lib/request/delete-label-request.d.ts +1 -1
- package/lib/request/delete-log-analytics-em-bridge-request.d.ts +1 -1
- package/lib/request/delete-log-analytics-entity-request.d.ts +1 -1
- package/lib/request/delete-log-analytics-entity-type-request.d.ts +1 -1
- package/lib/request/delete-log-analytics-log-group-request.d.ts +1 -1
- package/lib/request/delete-log-analytics-object-collection-rule-request.d.ts +1 -1
- package/lib/request/delete-lookup-request.d.ts +1 -1
- package/lib/request/delete-parser-request.d.ts +1 -1
- package/lib/request/delete-scheduled-task-request.d.ts +1 -1
- package/lib/request/delete-source-request.d.ts +1 -1
- package/lib/request/delete-upload-file-request.d.ts +1 -1
- package/lib/request/delete-upload-request.d.ts +1 -1
- package/lib/request/delete-upload-warning-request.d.ts +1 -1
- package/lib/request/disable-archiving-request.d.ts +1 -1
- package/lib/request/disable-auto-association-request.d.ts +1 -1
- package/lib/request/disable-ingest-time-rule-request.d.ts +41 -0
- package/lib/request/disable-ingest-time-rule-request.js +15 -0
- package/lib/request/disable-ingest-time-rule-request.js.map +1 -0
- package/lib/request/disable-source-event-types-request.d.ts +1 -1
- package/lib/request/enable-archiving-request.d.ts +1 -1
- package/lib/request/enable-auto-association-request.d.ts +1 -1
- package/lib/request/enable-ingest-time-rule-request.d.ts +41 -0
- package/lib/request/enable-ingest-time-rule-request.js +15 -0
- package/lib/request/enable-ingest-time-rule-request.js.map +1 -0
- package/lib/request/enable-source-event-types-request.d.ts +1 -1
- package/lib/request/estimate-purge-data-size-request.d.ts +1 -1
- package/lib/request/estimate-recall-data-size-request.d.ts +1 -1
- package/lib/request/estimate-release-data-size-request.d.ts +1 -1
- package/lib/request/export-custom-content-request.d.ts +1 -1
- package/lib/request/export-query-result-request.d.ts +1 -1
- package/lib/request/extract-structured-log-field-paths-request.d.ts +1 -1
- package/lib/request/extract-structured-log-header-paths-request.d.ts +1 -1
- package/lib/request/filter-request.d.ts +1 -1
- package/lib/request/get-association-summary-request.d.ts +1 -1
- package/lib/request/get-category-request.d.ts +1 -1
- package/lib/request/get-column-names-request.d.ts +1 -1
- package/lib/request/get-config-work-request-request.d.ts +1 -1
- package/lib/request/get-field-request.d.ts +1 -1
- package/lib/request/get-fields-summary-request.d.ts +1 -1
- package/lib/request/get-ingest-time-rule-request.d.ts +32 -0
- package/lib/request/get-ingest-time-rule-request.js +15 -0
- package/lib/request/get-ingest-time-rule-request.js.map +1 -0
- package/lib/request/get-label-request.d.ts +1 -1
- package/lib/request/get-label-summary-request.d.ts +1 -1
- package/lib/request/get-log-analytics-em-bridge-request.d.ts +1 -1
- package/lib/request/get-log-analytics-em-bridge-summary-request.d.ts +1 -1
- package/lib/request/get-log-analytics-entities-summary-request.d.ts +1 -1
- package/lib/request/get-log-analytics-entity-request.d.ts +1 -1
- package/lib/request/get-log-analytics-entity-type-request.d.ts +1 -1
- package/lib/request/get-log-analytics-log-group-request.d.ts +1 -1
- package/lib/request/get-log-analytics-log-groups-summary-request.d.ts +1 -1
- package/lib/request/get-log-analytics-object-collection-rule-request.d.ts +1 -1
- package/lib/request/get-log-sets-count-request.d.ts +1 -1
- package/lib/request/get-lookup-request.d.ts +1 -1
- package/lib/request/get-lookup-summary-request.d.ts +1 -1
- package/lib/request/get-namespace-request.d.ts +1 -1
- package/lib/request/get-parser-request.d.ts +1 -1
- package/lib/request/get-parser-summary-request.d.ts +1 -1
- package/lib/request/get-preferences-request.d.ts +1 -1
- package/lib/request/get-query-result-request.d.ts +1 -1
- package/lib/request/get-query-work-request-request.d.ts +1 -1
- package/lib/request/get-scheduled-task-request.d.ts +1 -1
- package/lib/request/get-source-request.d.ts +1 -1
- package/lib/request/get-source-summary-request.d.ts +1 -1
- package/lib/request/get-storage-request.d.ts +1 -1
- package/lib/request/get-storage-usage-request.d.ts +1 -1
- package/lib/request/get-storage-work-request-request.d.ts +1 -1
- package/lib/request/get-unprocessed-data-bucket-request.d.ts +1 -1
- package/lib/request/get-upload-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/import-custom-content-request.d.ts +1 -1
- package/lib/request/index.d.ts +18 -0
- package/lib/request/index.js +5 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-associable-entities-request.d.ts +1 -1
- package/lib/request/list-associated-entities-request.d.ts +1 -1
- package/lib/request/list-auto-associations-request.d.ts +1 -1
- package/lib/request/list-categories-request.d.ts +1 -1
- package/lib/request/list-config-work-requests-request.d.ts +1 -1
- package/lib/request/list-entity-associations-request.d.ts +1 -1
- package/lib/request/list-entity-source-associations-request.d.ts +1 -1
- package/lib/request/list-fields-request.d.ts +1 -1
- package/lib/request/list-ingest-time-rules-request.d.ts +94 -0
- package/lib/request/list-ingest-time-rules-request.js +34 -0
- package/lib/request/list-ingest-time-rules-request.js.map +1 -0
- package/lib/request/list-label-priorities-request.d.ts +1 -1
- package/lib/request/list-label-source-details-request.d.ts +1 -1
- package/lib/request/list-labels-request.d.ts +1 -1
- package/lib/request/list-log-analytics-em-bridges-request.d.ts +1 -1
- package/lib/request/list-log-analytics-entities-request.d.ts +1 -1
- package/lib/request/list-log-analytics-entity-topology-request.d.ts +1 -1
- package/lib/request/list-log-analytics-entity-types-request.d.ts +1 -1
- package/lib/request/list-log-analytics-log-groups-request.d.ts +1 -1
- package/lib/request/list-log-analytics-object-collection-rules-request.d.ts +1 -1
- package/lib/request/list-log-sets-request.d.ts +1 -1
- package/lib/request/list-lookups-request.d.ts +1 -1
- package/lib/request/list-meta-source-types-request.d.ts +1 -1
- package/lib/request/list-namespaces-request.d.ts +1 -1
- package/lib/request/list-parser-functions-request.d.ts +1 -1
- package/lib/request/list-parser-meta-plugins-request.d.ts +1 -1
- package/lib/request/list-parsers-request.d.ts +1 -1
- package/lib/request/list-query-work-requests-request.d.ts +1 -1
- package/lib/request/list-recalled-data-request.d.ts +1 -1
- package/lib/request/list-resource-categories-request.d.ts +1 -1
- package/lib/request/list-rules-request.d.ts +84 -0
- package/lib/request/list-rules-request.js +36 -0
- package/lib/request/list-rules-request.js.map +1 -0
- package/lib/request/list-scheduled-tasks-request.d.ts +1 -1
- package/lib/request/list-source-associations-request.d.ts +1 -1
- package/lib/request/list-source-event-types-request.d.ts +1 -1
- package/lib/request/list-source-extended-field-definitions-request.d.ts +1 -1
- package/lib/request/list-source-label-operators-request.d.ts +1 -1
- package/lib/request/list-source-meta-functions-request.d.ts +1 -1
- package/lib/request/list-source-patterns-request.d.ts +1 -1
- package/lib/request/list-sources-request.d.ts +1 -1
- package/lib/request/list-storage-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-storage-work-requests-request.d.ts +1 -1
- package/lib/request/list-supported-char-encodings-request.d.ts +1 -1
- package/lib/request/list-supported-timezones-request.d.ts +1 -1
- package/lib/request/list-upload-files-request.d.ts +1 -1
- package/lib/request/list-upload-warnings-request.d.ts +1 -1
- package/lib/request/list-uploads-request.d.ts +1 -1
- package/lib/request/list-warnings-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/offboard-namespace-request.d.ts +1 -1
- package/lib/request/onboard-namespace-request.d.ts +1 -1
- package/lib/request/parse-query-request.d.ts +1 -1
- package/lib/request/pause-scheduled-task-request.d.ts +1 -1
- package/lib/request/purge-storage-data-request.d.ts +1 -1
- package/lib/request/put-query-work-request-background-request.d.ts +1 -1
- package/lib/request/query-request.d.ts +1 -1
- package/lib/request/recall-archived-data-request.d.ts +1 -1
- package/lib/request/register-lookup-request.d.ts +1 -1
- package/lib/request/release-recalled-data-request.d.ts +1 -1
- package/lib/request/remove-entity-associations-request.d.ts +1 -1
- package/lib/request/remove-preferences-request.d.ts +1 -1
- package/lib/request/remove-resource-categories-request.d.ts +1 -1
- package/lib/request/remove-source-event-types-request.d.ts +1 -1
- package/lib/request/resume-scheduled-task-request.d.ts +1 -1
- package/lib/request/run-request.d.ts +1 -1
- package/lib/request/set-unprocessed-data-bucket-request.d.ts +1 -1
- package/lib/request/suggest-request.d.ts +1 -1
- package/lib/request/suppress-warning-request.d.ts +1 -1
- package/lib/request/test-parser-request.d.ts +1 -1
- package/lib/request/unsuppress-warning-request.d.ts +1 -1
- package/lib/request/update-ingest-time-rule-request.d.ts +46 -0
- package/lib/request/update-ingest-time-rule-request.js +15 -0
- package/lib/request/update-ingest-time-rule-request.js.map +1 -0
- package/lib/request/update-log-analytics-em-bridge-request.d.ts +1 -1
- package/lib/request/update-log-analytics-entity-request.d.ts +1 -1
- package/lib/request/update-log-analytics-entity-type-request.d.ts +1 -1
- package/lib/request/update-log-analytics-log-group-request.d.ts +1 -1
- package/lib/request/update-log-analytics-object-collection-rule-request.d.ts +1 -1
- package/lib/request/update-lookup-data-request.d.ts +1 -1
- package/lib/request/update-lookup-request.d.ts +1 -1
- package/lib/request/update-preferences-request.d.ts +1 -1
- package/lib/request/update-resource-categories-request.d.ts +1 -1
- package/lib/request/update-scheduled-task-request.d.ts +1 -1
- package/lib/request/update-storage-request.d.ts +1 -1
- package/lib/request/upload-log-events-file-request.d.ts +1 -1
- package/lib/request/upload-log-file-request.d.ts +1 -1
- package/lib/request/upsert-associations-request.d.ts +1 -1
- package/lib/request/upsert-field-request.d.ts +1 -1
- package/lib/request/upsert-label-request.d.ts +1 -1
- package/lib/request/upsert-parser-request.d.ts +1 -1
- package/lib/request/upsert-source-request.d.ts +1 -1
- package/lib/request/validate-association-parameters-request.d.ts +1 -1
- package/lib/request/validate-file-request.d.ts +1 -1
- package/lib/request/validate-source-extended-field-details-request.d.ts +1 -1
- package/lib/request/validate-source-mapping-request.d.ts +1 -1
- package/lib/request/validate-source-request.d.ts +1 -1
- package/lib/request/verify-request.d.ts +1 -1
- package/lib/response/change-ingest-time-rule-compartment-response.d.ts +19 -0
- package/lib/response/change-ingest-time-rule-compartment-response.js +15 -0
- package/lib/response/change-ingest-time-rule-compartment-response.js.map +1 -0
- package/lib/response/create-ingest-time-rule-response.d.ts +29 -0
- package/lib/response/create-ingest-time-rule-response.js +15 -0
- package/lib/response/create-ingest-time-rule-response.js.map +1 -0
- package/lib/response/delete-ingest-time-rule-response.d.ts +19 -0
- package/lib/response/delete-ingest-time-rule-response.js +15 -0
- package/lib/response/delete-ingest-time-rule-response.js.map +1 -0
- package/lib/response/disable-ingest-time-rule-response.d.ts +24 -0
- package/lib/response/disable-ingest-time-rule-response.js +15 -0
- package/lib/response/disable-ingest-time-rule-response.js.map +1 -0
- package/lib/response/enable-ingest-time-rule-response.d.ts +24 -0
- package/lib/response/enable-ingest-time-rule-response.js +15 -0
- package/lib/response/enable-ingest-time-rule-response.js.map +1 -0
- package/lib/response/get-ingest-time-rule-response.d.ts +29 -0
- package/lib/response/get-ingest-time-rule-response.js +15 -0
- package/lib/response/get-ingest-time-rule-response.js.map +1 -0
- package/lib/response/index.d.ts +18 -0
- package/lib/response/list-ingest-time-rules-response.d.ts +38 -0
- package/lib/response/list-ingest-time-rules-response.js +15 -0
- package/lib/response/list-ingest-time-rules-response.js.map +1 -0
- package/lib/response/list-rules-response.d.ts +38 -0
- package/lib/response/list-rules-response.js +15 -0
- package/lib/response/list-rules-response.js.map +1 -0
- package/lib/response/update-ingest-time-rule-response.d.ts +29 -0
- package/lib/response/update-ingest-time-rule-response.js +15 -0
- package/lib/response/update-ingest-time-rule-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* LogAnalytics API
|
|
4
|
+
* The LogAnalytics API for the LogAnalytics service.
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20200601
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.IngestTimeRuleAdditionalFieldCondition = void 0;
|
|
17
|
+
var IngestTimeRuleAdditionalFieldCondition;
|
|
18
|
+
(function (IngestTimeRuleAdditionalFieldCondition) {
|
|
19
|
+
let ConditionOperator;
|
|
20
|
+
(function (ConditionOperator) {
|
|
21
|
+
ConditionOperator["Contains"] = "CONTAINS";
|
|
22
|
+
ConditionOperator["ContainsIgnoreCase"] = "CONTAINS_IGNORE_CASE";
|
|
23
|
+
ConditionOperator["ContainsRegex"] = "CONTAINS_REGEX";
|
|
24
|
+
ConditionOperator["ContainsOneofRegexes"] = "CONTAINS_ONEOF_REGEXES";
|
|
25
|
+
ConditionOperator["EndsWith"] = "ENDS_WITH";
|
|
26
|
+
ConditionOperator["Equal"] = "EQUAL";
|
|
27
|
+
ConditionOperator["EqualIgnoreCase"] = "EQUAL_IGNORE_CASE";
|
|
28
|
+
ConditionOperator["In"] = "IN";
|
|
29
|
+
ConditionOperator["InIgnoreCase"] = "IN_IGNORE_CASE";
|
|
30
|
+
ConditionOperator["NotContains"] = "NOT_CONTAINS";
|
|
31
|
+
ConditionOperator["NotEqual"] = "NOT_EQUAL";
|
|
32
|
+
ConditionOperator["NotIn"] = "NOT_IN";
|
|
33
|
+
ConditionOperator["NotNull"] = "NOT_NULL";
|
|
34
|
+
ConditionOperator["StartsWith"] = "STARTS_WITH";
|
|
35
|
+
/**
|
|
36
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
37
|
+
* version of the SDK.
|
|
38
|
+
*/
|
|
39
|
+
ConditionOperator["UnknownValue"] = "UNKNOWN_VALUE";
|
|
40
|
+
})(ConditionOperator = IngestTimeRuleAdditionalFieldCondition.ConditionOperator || (IngestTimeRuleAdditionalFieldCondition.ConditionOperator = {}));
|
|
41
|
+
function getJsonObj(obj) {
|
|
42
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
43
|
+
return jsonObj;
|
|
44
|
+
}
|
|
45
|
+
IngestTimeRuleAdditionalFieldCondition.getJsonObj = getJsonObj;
|
|
46
|
+
function getDeserializedJsonObj(obj) {
|
|
47
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
48
|
+
return jsonObj;
|
|
49
|
+
}
|
|
50
|
+
IngestTimeRuleAdditionalFieldCondition.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
51
|
+
})(IngestTimeRuleAdditionalFieldCondition = exports.IngestTimeRuleAdditionalFieldCondition || (exports.IngestTimeRuleAdditionalFieldCondition = {}));
|
|
52
|
+
//# sourceMappingURL=ingest-time-rule-additional-field-condition.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ingest-time-rule-additional-field-condition.js","sourceRoot":"","sources":["../../../../../lib/loganalytics/lib/model/ingest-time-rule-additional-field-condition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAuBH,IAAiB,sCAAsC,CAiCtD;AAjCD,WAAiB,sCAAsC;IACrD,IAAY,iBAoBX;IApBD,WAAY,iBAAiB;QAC3B,0CAAqB,CAAA;QACrB,gEAA2C,CAAA;QAC3C,qDAAgC,CAAA;QAChC,oEAA+C,CAAA;QAC/C,2CAAsB,CAAA;QACtB,oCAAe,CAAA;QACf,0DAAqC,CAAA;QACrC,8BAAS,CAAA;QACT,oDAA+B,CAAA;QAC/B,iDAA4B,CAAA;QAC5B,2CAAsB,CAAA;QACtB,qCAAgB,CAAA;QAChB,yCAAoB,CAAA;QACpB,+CAA0B,CAAA;QAC1B;;;WAGG;QACH,mDAA8B,CAAA;IAChC,CAAC,EApBW,iBAAiB,GAAjB,wDAAiB,KAAjB,wDAAiB,QAoB5B;IAED,SAAgB,UAAU,CAAC,GAA2C;QACpE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2C;QAChF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6DAAsB,yBAIrC,CAAA;AACH,CAAC,EAjCgB,sCAAsC,GAAtC,8CAAsC,KAAtC,8CAAsC,QAiCtD"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* LogAnalytics API
|
|
3
|
+
* The LogAnalytics API for the LogAnalytics service.
|
|
4
|
+
|
|
5
|
+
* OpenAPI spec version: 20200601
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
/**
|
|
15
|
+
* The condition(s) to evaluate for an ingest time rule.
|
|
16
|
+
*/
|
|
17
|
+
export interface IngestTimeRuleCondition {
|
|
18
|
+
"kind": string;
|
|
19
|
+
}
|
|
20
|
+
export declare namespace IngestTimeRuleCondition {
|
|
21
|
+
function getJsonObj(obj: IngestTimeRuleCondition): object;
|
|
22
|
+
function getDeserializedJsonObj(obj: IngestTimeRuleCondition): object;
|
|
23
|
+
}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* LogAnalytics API
|
|
4
|
+
* The LogAnalytics API for the LogAnalytics service.
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20200601
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
14
|
+
*/
|
|
15
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
16
|
+
if (k2 === undefined) k2 = k;
|
|
17
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
18
|
+
}) : (function(o, m, k, k2) {
|
|
19
|
+
if (k2 === undefined) k2 = k;
|
|
20
|
+
o[k2] = m[k];
|
|
21
|
+
}));
|
|
22
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
23
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
24
|
+
}) : function(o, v) {
|
|
25
|
+
o["default"] = v;
|
|
26
|
+
});
|
|
27
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
|
+
exports.IngestTimeRuleCondition = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
const common = require("oci-common");
|
|
38
|
+
var IngestTimeRuleCondition;
|
|
39
|
+
(function (IngestTimeRuleCondition) {
|
|
40
|
+
function getJsonObj(obj) {
|
|
41
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
42
|
+
if (obj && "kind" in obj && obj.kind) {
|
|
43
|
+
switch (obj.kind) {
|
|
44
|
+
case "FIELD":
|
|
45
|
+
return model.IngestTimeRuleFieldCondition.getJsonObj(jsonObj, true);
|
|
46
|
+
default:
|
|
47
|
+
if (common.LOG.logger)
|
|
48
|
+
common.LOG.logger.info(`Unknown value for: ${obj.kind}`);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
return jsonObj;
|
|
52
|
+
}
|
|
53
|
+
IngestTimeRuleCondition.getJsonObj = getJsonObj;
|
|
54
|
+
function getDeserializedJsonObj(obj) {
|
|
55
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
56
|
+
if (obj && "kind" in obj && obj.kind) {
|
|
57
|
+
switch (obj.kind) {
|
|
58
|
+
case "FIELD":
|
|
59
|
+
return model.IngestTimeRuleFieldCondition.getDeserializedJsonObj(jsonObj, true);
|
|
60
|
+
default:
|
|
61
|
+
if (common.LOG.logger)
|
|
62
|
+
common.LOG.logger.info(`Unknown value for: ${obj.kind}`);
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
return jsonObj;
|
|
66
|
+
}
|
|
67
|
+
IngestTimeRuleCondition.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
68
|
+
})(IngestTimeRuleCondition = exports.IngestTimeRuleCondition || (exports.IngestTimeRuleCondition = {}));
|
|
69
|
+
//# sourceMappingURL=ingest-time-rule-condition.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ingest-time-rule-condition.js","sourceRoot":"","sources":["../../../../../lib/loganalytics/lib/model/ingest-time-rule-condition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAStC,IAAiB,uBAAuB,CAiCvC;AAjCD,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B;QACrD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,OAAO;oBACV,OAAO,KAAK,CAAC,4BAA4B,CAAC,UAAU,CACL,OAAQ,EACrD,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC;aACnF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,kCAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,OAAO;oBACV,OAAO,KAAK,CAAC,4BAA4B,CAAC,sBAAsB,CACjB,OAAQ,EACrD,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC;aACnF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,8CAAsB,yBAerC,CAAA;AACH,CAAC,EAjCgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAiCvC"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* LogAnalytics API
|
|
3
|
+
* The LogAnalytics API for the LogAnalytics service.
|
|
4
|
+
|
|
5
|
+
* OpenAPI spec version: 20200601
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
import * as model from "../model";
|
|
15
|
+
/**
|
|
16
|
+
* The field condition(s) to evaluate for an ingest time rule.
|
|
17
|
+
*/
|
|
18
|
+
export interface IngestTimeRuleFieldCondition extends model.IngestTimeRuleCondition {
|
|
19
|
+
/**
|
|
20
|
+
* The field name to be evaluated.
|
|
21
|
+
*/
|
|
22
|
+
"fieldName": string;
|
|
23
|
+
/**
|
|
24
|
+
* The operator to be used for evaluating the field.
|
|
25
|
+
*/
|
|
26
|
+
"fieldOperator": IngestTimeRuleFieldCondition.FieldOperator;
|
|
27
|
+
/**
|
|
28
|
+
* The field value to be evaluated.
|
|
29
|
+
*/
|
|
30
|
+
"fieldValue": string;
|
|
31
|
+
/**
|
|
32
|
+
* Optional additional condition(s) to be evaluated.
|
|
33
|
+
*/
|
|
34
|
+
"additionalConditions"?: Array<model.IngestTimeRuleAdditionalFieldCondition>;
|
|
35
|
+
"kind": string;
|
|
36
|
+
}
|
|
37
|
+
export declare namespace IngestTimeRuleFieldCondition {
|
|
38
|
+
enum FieldOperator {
|
|
39
|
+
Equal = "EQUAL",
|
|
40
|
+
/**
|
|
41
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
42
|
+
* version of the SDK.
|
|
43
|
+
*/
|
|
44
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
45
|
+
}
|
|
46
|
+
function getJsonObj(obj: IngestTimeRuleFieldCondition, isParentJsonObj?: boolean): object;
|
|
47
|
+
const kind = "FIELD";
|
|
48
|
+
function getDeserializedJsonObj(obj: IngestTimeRuleFieldCondition, isParentJsonObj?: boolean): object;
|
|
49
|
+
}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* LogAnalytics API
|
|
4
|
+
* The LogAnalytics API for the LogAnalytics service.
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20200601
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
14
|
+
*/
|
|
15
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
16
|
+
if (k2 === undefined) k2 = k;
|
|
17
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
18
|
+
}) : (function(o, m, k, k2) {
|
|
19
|
+
if (k2 === undefined) k2 = k;
|
|
20
|
+
o[k2] = m[k];
|
|
21
|
+
}));
|
|
22
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
23
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
24
|
+
}) : function(o, v) {
|
|
25
|
+
o["default"] = v;
|
|
26
|
+
});
|
|
27
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
|
+
exports.IngestTimeRuleFieldCondition = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var IngestTimeRuleFieldCondition;
|
|
38
|
+
(function (IngestTimeRuleFieldCondition) {
|
|
39
|
+
let FieldOperator;
|
|
40
|
+
(function (FieldOperator) {
|
|
41
|
+
FieldOperator["Equal"] = "EQUAL";
|
|
42
|
+
/**
|
|
43
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
44
|
+
* version of the SDK.
|
|
45
|
+
*/
|
|
46
|
+
FieldOperator["UnknownValue"] = "UNKNOWN_VALUE";
|
|
47
|
+
})(FieldOperator = IngestTimeRuleFieldCondition.FieldOperator || (IngestTimeRuleFieldCondition.FieldOperator = {}));
|
|
48
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
49
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
50
|
+
? obj
|
|
51
|
+
: model.IngestTimeRuleCondition.getJsonObj(obj))), {
|
|
52
|
+
"additionalConditions": obj.additionalConditions
|
|
53
|
+
? obj.additionalConditions.map(item => {
|
|
54
|
+
return model.IngestTimeRuleAdditionalFieldCondition.getJsonObj(item);
|
|
55
|
+
})
|
|
56
|
+
: undefined
|
|
57
|
+
});
|
|
58
|
+
return jsonObj;
|
|
59
|
+
}
|
|
60
|
+
IngestTimeRuleFieldCondition.getJsonObj = getJsonObj;
|
|
61
|
+
IngestTimeRuleFieldCondition.kind = "FIELD";
|
|
62
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
63
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
64
|
+
? obj
|
|
65
|
+
: model.IngestTimeRuleCondition.getDeserializedJsonObj(obj))), {
|
|
66
|
+
"additionalConditions": obj.additionalConditions
|
|
67
|
+
? obj.additionalConditions.map(item => {
|
|
68
|
+
return model.IngestTimeRuleAdditionalFieldCondition.getDeserializedJsonObj(item);
|
|
69
|
+
})
|
|
70
|
+
: undefined
|
|
71
|
+
});
|
|
72
|
+
return jsonObj;
|
|
73
|
+
}
|
|
74
|
+
IngestTimeRuleFieldCondition.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
75
|
+
})(IngestTimeRuleFieldCondition = exports.IngestTimeRuleFieldCondition || (exports.IngestTimeRuleFieldCondition = {}));
|
|
76
|
+
//# sourceMappingURL=ingest-time-rule-field-condition.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ingest-time-rule-field-condition.js","sourceRoot":"","sources":["../../../../../lib/loganalytics/lib/model/ingest-time-rule-field-condition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA2BlC,IAAiB,4BAA4B,CAgD5C;AAhDD,WAAiB,4BAA4B;IAC3C,IAAY,aAOX;IAPD,WAAY,aAAa;QACvB,gCAAe,CAAA;QACf;;;WAGG;QACH,+CAA8B,CAAA;IAChC,CAAC,EAPW,aAAa,GAAb,0CAAa,KAAb,0CAAa,QAOxB;IAED,SAAgB,UAAU,CAAC,GAAiC,EAAE,eAAyB;QACrF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,uBAAuB,CAAC,UAAU,CAAC,GAAG,CAAkC,CAAC,GACjF;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,GAAG,CAAC,oBAAoB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAClC,OAAO,KAAK,CAAC,sCAAsC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACvE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,uCAAU,aAezB,CAAA;IACY,iCAAI,GAAG,OAAO,CAAC;IAC5B,SAAgB,sBAAsB,CACpC,GAAiC,EACjC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,uBAAuB,CAAC,sBAAsB,CACnD,GAAG,CAC6B,CAAC,GACpC;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,GAAG,CAAC,oBAAoB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAClC,OAAO,KAAK,CAAC,sCAAsC,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACnF,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,mDAAsB,yBAoBrC,CAAA;AACH,CAAC,EAhDgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAgD5C"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* LogAnalytics API
|
|
3
|
+
* The LogAnalytics API for the LogAnalytics service.
|
|
4
|
+
|
|
5
|
+
* OpenAPI spec version: 20200601
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
import * as model from "../model";
|
|
15
|
+
/**
|
|
16
|
+
* Details of metric to post to OCI Monitoring if ingest time rule condition(s) are satisfied.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
export interface IngestTimeRuleMetricExtractionAction extends model.IngestTimeRuleAction {
|
|
20
|
+
/**
|
|
21
|
+
* The compartment OCID (/iaas/Content/General/Concepts/identifiers.htm) of the extracted metric.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"compartmentId": string;
|
|
25
|
+
/**
|
|
26
|
+
* The namespace of the extracted metric.
|
|
27
|
+
* A valid value starts with an alphabetical character and includes only
|
|
28
|
+
* alphanumeric characters and underscores (_).
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
"namespace": string;
|
|
32
|
+
/**
|
|
33
|
+
* The metric name of the extracted metric.
|
|
34
|
+
* A valid value starts with an alphabetical character and includes only
|
|
35
|
+
* alphanumeric characters, periods (.), underscores (_), hyphens (-), and dollar signs ($).
|
|
36
|
+
*
|
|
37
|
+
*/
|
|
38
|
+
"metricName": string;
|
|
39
|
+
/**
|
|
40
|
+
* The resourceGroup of the extracted metric.
|
|
41
|
+
* A valid value starts with an alphabetical character and includes only
|
|
42
|
+
* alphanumeric characters, periods (.), underscores (_), hyphens (-), and dollar signs ($).
|
|
43
|
+
*
|
|
44
|
+
*/
|
|
45
|
+
"resourceGroup"?: string;
|
|
46
|
+
/**
|
|
47
|
+
* Additional dimensions to publish for the extracted metric.
|
|
48
|
+
* A valid list contains the source field names whose values are to be published as dimensions.
|
|
49
|
+
* The source name itself is specified using a special macro SOURCE_NAME
|
|
50
|
+
*
|
|
51
|
+
*/
|
|
52
|
+
"dimensions"?: Array<string>;
|
|
53
|
+
"type": string;
|
|
54
|
+
}
|
|
55
|
+
export declare namespace IngestTimeRuleMetricExtractionAction {
|
|
56
|
+
function getJsonObj(obj: IngestTimeRuleMetricExtractionAction, isParentJsonObj?: boolean): object;
|
|
57
|
+
const type = "METRIC_EXTRACTION";
|
|
58
|
+
function getDeserializedJsonObj(obj: IngestTimeRuleMetricExtractionAction, isParentJsonObj?: boolean): object;
|
|
59
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* LogAnalytics API
|
|
4
|
+
* The LogAnalytics API for the LogAnalytics service.
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20200601
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
14
|
+
*/
|
|
15
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
16
|
+
if (k2 === undefined) k2 = k;
|
|
17
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
18
|
+
}) : (function(o, m, k, k2) {
|
|
19
|
+
if (k2 === undefined) k2 = k;
|
|
20
|
+
o[k2] = m[k];
|
|
21
|
+
}));
|
|
22
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
23
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
24
|
+
}) : function(o, v) {
|
|
25
|
+
o["default"] = v;
|
|
26
|
+
});
|
|
27
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
|
+
exports.IngestTimeRuleMetricExtractionAction = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var IngestTimeRuleMetricExtractionAction;
|
|
38
|
+
(function (IngestTimeRuleMetricExtractionAction) {
|
|
39
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
41
|
+
? obj
|
|
42
|
+
: model.IngestTimeRuleAction.getJsonObj(obj))), {});
|
|
43
|
+
return jsonObj;
|
|
44
|
+
}
|
|
45
|
+
IngestTimeRuleMetricExtractionAction.getJsonObj = getJsonObj;
|
|
46
|
+
IngestTimeRuleMetricExtractionAction.type = "METRIC_EXTRACTION";
|
|
47
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
48
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
49
|
+
? obj
|
|
50
|
+
: model.IngestTimeRuleAction.getDeserializedJsonObj(obj))), {});
|
|
51
|
+
return jsonObj;
|
|
52
|
+
}
|
|
53
|
+
IngestTimeRuleMetricExtractionAction.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
54
|
+
})(IngestTimeRuleMetricExtractionAction = exports.IngestTimeRuleMetricExtractionAction || (exports.IngestTimeRuleMetricExtractionAction = {}));
|
|
55
|
+
//# sourceMappingURL=ingest-time-rule-metric-extraction-action.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ingest-time-rule-metric-extraction-action.js","sourceRoot":"","sources":["../../../../../lib/loganalytics/lib/model/ingest-time-rule-metric-extraction-action.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA6ClC,IAAiB,oCAAoC,CA8BpD;AA9BD,WAAiB,oCAAoC;IACnD,SAAgB,UAAU,CACxB,GAAyC,EACzC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,oBAAoB,CAAC,UAAU,CAAC,GAAG,CAA0C,CAAC,GACtF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,+CAAU,aAYzB,CAAA;IACY,yCAAI,GAAG,mBAAmB,CAAC;IACxC,SAAgB,sBAAsB,CACpC,GAAyC,EACzC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,oBAAoB,CAAC,sBAAsB,CAChD,GAAG,CACqC,CAAC,GAC5C,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,2DAAsB,yBAcrC,CAAA;AACH,CAAC,EA9BgB,oCAAoC,GAApC,4CAAoC,KAApC,4CAAoC,QA8BpD"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* LogAnalytics API
|
|
3
|
+
* The LogAnalytics API for the LogAnalytics service.
|
|
4
|
+
|
|
5
|
+
* OpenAPI spec version: 20200601
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
/**
|
|
15
|
+
* Ingest Time Rule Resource authorization container for IngestTimeRule resources
|
|
16
|
+
*/
|
|
17
|
+
export interface IngestTimeRuleResource {
|
|
18
|
+
/**
|
|
19
|
+
* Compartment ID
|
|
20
|
+
*/
|
|
21
|
+
"compartmentId": string;
|
|
22
|
+
}
|
|
23
|
+
export declare namespace IngestTimeRuleResource {
|
|
24
|
+
function getJsonObj(obj: IngestTimeRuleResource): object;
|
|
25
|
+
function getDeserializedJsonObj(obj: IngestTimeRuleResource): object;
|
|
26
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* LogAnalytics API
|
|
4
|
+
* The LogAnalytics API for the LogAnalytics service.
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20200601
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.IngestTimeRuleResource = void 0;
|
|
17
|
+
var IngestTimeRuleResource;
|
|
18
|
+
(function (IngestTimeRuleResource) {
|
|
19
|
+
function getJsonObj(obj) {
|
|
20
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
21
|
+
return jsonObj;
|
|
22
|
+
}
|
|
23
|
+
IngestTimeRuleResource.getJsonObj = getJsonObj;
|
|
24
|
+
function getDeserializedJsonObj(obj) {
|
|
25
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
26
|
+
return jsonObj;
|
|
27
|
+
}
|
|
28
|
+
IngestTimeRuleResource.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
29
|
+
})(IngestTimeRuleResource = exports.IngestTimeRuleResource || (exports.IngestTimeRuleResource = {}));
|
|
30
|
+
//# sourceMappingURL=ingest-time-rule-resource.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ingest-time-rule-resource.js","sourceRoot":"","sources":["../../../../../lib/loganalytics/lib/model/ingest-time-rule-resource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAeH,IAAiB,sBAAsB,CAWtC;AAXD,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B;QACpD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAWtC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* LogAnalytics API
|
|
3
|
+
* The LogAnalytics API for the LogAnalytics service.
|
|
4
|
+
|
|
5
|
+
* OpenAPI spec version: 20200601
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
import * as model from "../model";
|
|
15
|
+
/**
|
|
16
|
+
* A collection of Logging Analytics ingest time rules.
|
|
17
|
+
*/
|
|
18
|
+
export interface IngestTimeRuleSummaryCollection {
|
|
19
|
+
/**
|
|
20
|
+
* An array of ingest time rule summary objects.
|
|
21
|
+
*/
|
|
22
|
+
"items"?: Array<model.IngestTimeRuleSummary>;
|
|
23
|
+
}
|
|
24
|
+
export declare namespace IngestTimeRuleSummaryCollection {
|
|
25
|
+
function getJsonObj(obj: IngestTimeRuleSummaryCollection): object;
|
|
26
|
+
function getDeserializedJsonObj(obj: IngestTimeRuleSummaryCollection): object;
|
|
27
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* LogAnalytics API
|
|
4
|
+
* The LogAnalytics API for the LogAnalytics service.
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20200601
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
14
|
+
*/
|
|
15
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
16
|
+
if (k2 === undefined) k2 = k;
|
|
17
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
18
|
+
}) : (function(o, m, k, k2) {
|
|
19
|
+
if (k2 === undefined) k2 = k;
|
|
20
|
+
o[k2] = m[k];
|
|
21
|
+
}));
|
|
22
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
23
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
24
|
+
}) : function(o, v) {
|
|
25
|
+
o["default"] = v;
|
|
26
|
+
});
|
|
27
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
|
+
exports.IngestTimeRuleSummaryCollection = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var IngestTimeRuleSummaryCollection;
|
|
38
|
+
(function (IngestTimeRuleSummaryCollection) {
|
|
39
|
+
function getJsonObj(obj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
41
|
+
"items": obj.items
|
|
42
|
+
? obj.items.map(item => {
|
|
43
|
+
return model.IngestTimeRuleSummary.getJsonObj(item);
|
|
44
|
+
})
|
|
45
|
+
: undefined
|
|
46
|
+
});
|
|
47
|
+
return jsonObj;
|
|
48
|
+
}
|
|
49
|
+
IngestTimeRuleSummaryCollection.getJsonObj = getJsonObj;
|
|
50
|
+
function getDeserializedJsonObj(obj) {
|
|
51
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
52
|
+
"items": obj.items
|
|
53
|
+
? obj.items.map(item => {
|
|
54
|
+
return model.IngestTimeRuleSummary.getDeserializedJsonObj(item);
|
|
55
|
+
})
|
|
56
|
+
: undefined
|
|
57
|
+
});
|
|
58
|
+
return jsonObj;
|
|
59
|
+
}
|
|
60
|
+
IngestTimeRuleSummaryCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
61
|
+
})(IngestTimeRuleSummaryCollection = exports.IngestTimeRuleSummaryCollection || (exports.IngestTimeRuleSummaryCollection = {}));
|
|
62
|
+
//# sourceMappingURL=ingest-time-rule-summary-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ingest-time-rule-summary-collection.js","sourceRoot":"","sources":["../../../../../lib/loganalytics/lib/model/ingest-time-rule-summary-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,+BAA+B,CA6B/C;AA7BD,WAAiB,+BAA+B;IAC9C,SAAgB,UAAU,CAAC,GAAoC;QAC7D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,qBAAqB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACtD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,0CAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoC;QACzE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,qBAAqB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAClE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,sDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QA6B/C"}
|