oci-loganalytics 2.7.0 → 2.10.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 +249 -166
- package/lib/client.js +677 -167
- package/lib/client.js.map +1 -1
- package/lib/model/abstract-command-descriptor.js +8 -0
- package/lib/model/abstract-command-descriptor.js.map +1 -1
- package/lib/model/compare-content-details.d.ts +30 -0
- package/lib/model/compare-content-details.js +30 -0
- package/lib/model/compare-content-details.js.map +1 -0
- package/lib/model/compare-content-result.d.ts +27 -0
- package/lib/model/compare-content-result.js +62 -0
- package/lib/model/compare-content-result.js.map +1 -0
- package/lib/model/compare-line-result.d.ts +53 -0
- package/lib/model/compare-line-result.js +30 -0
- package/lib/model/compare-line-result.js.map +1 -0
- package/lib/model/index.d.ts +28 -0
- package/lib/model/index.js +35 -7
- package/lib/model/index.js.map +1 -1
- package/lib/model/json-extract-command-descriptor.d.ts +26 -0
- package/lib/model/json-extract-command-descriptor.js +55 -0
- package/lib/model/json-extract-command-descriptor.js.map +1 -0
- package/lib/model/log-analytics-category-collection.d.ts +27 -0
- package/lib/model/log-analytics-category-collection.js +62 -0
- package/lib/model/log-analytics-category-collection.js.map +1 -0
- package/lib/model/log-analytics-category.d.ts +44 -0
- package/lib/model/log-analytics-category.js +30 -0
- package/lib/model/log-analytics-category.js.map +1 -0
- package/lib/model/log-analytics-entity-topology-collection.d.ts +28 -0
- package/lib/model/log-analytics-entity-topology-collection.js +62 -0
- package/lib/model/log-analytics-entity-topology-collection.js.map +1 -0
- package/lib/model/log-analytics-entity-topology-link-collection.d.ts +28 -0
- package/lib/model/log-analytics-entity-topology-link-collection.js +62 -0
- package/lib/model/log-analytics-entity-topology-link-collection.js.map +1 -0
- package/lib/model/log-analytics-entity-topology-link.d.ts +35 -0
- package/lib/model/log-analytics-entity-topology-link.js +30 -0
- package/lib/model/log-analytics-entity-topology-link.js.map +1 -0
- package/lib/model/log-analytics-entity-topology-summary.d.ts +26 -0
- package/lib/model/log-analytics-entity-topology-summary.js +62 -0
- package/lib/model/log-analytics-entity-topology-summary.js.map +1 -0
- package/lib/model/log-analytics-lookup.d.ts +6 -0
- package/lib/model/log-analytics-lookup.js +10 -0
- package/lib/model/log-analytics-lookup.js.map +1 -1
- package/lib/model/log-analytics-parser-summary.d.ts +1 -1
- package/lib/model/log-analytics-parser.d.ts +7 -1
- package/lib/model/log-analytics-parser.js +10 -0
- package/lib/model/log-analytics-parser.js.map +1 -1
- package/lib/model/log-analytics-resource-category-collection.d.ts +33 -0
- package/lib/model/log-analytics-resource-category-collection.js +72 -0
- package/lib/model/log-analytics-resource-category-collection.js.map +1 -0
- package/lib/model/log-analytics-resource-category-details.d.ts +27 -0
- package/lib/model/log-analytics-resource-category-details.js +62 -0
- package/lib/model/log-analytics-resource-category-details.js.map +1 -0
- package/lib/model/log-analytics-resource-category.d.ts +40 -0
- package/lib/model/log-analytics-resource-category.js +30 -0
- package/lib/model/log-analytics-resource-category.js.map +1 -0
- package/lib/model/log-analytics-source.d.ts +6 -0
- package/lib/model/log-analytics-source.js +10 -0
- package/lib/model/log-analytics-source.js.map +1 -1
- package/lib/model/scheduled-task.d.ts +1 -0
- package/lib/model/scheduled-task.js +1 -0
- package/lib/model/scheduled-task.js.map +1 -1
- package/lib/model/update-lookup-metadata-details.d.ts +6 -0
- package/lib/model/update-lookup-metadata-details.js +10 -0
- package/lib/model/update-lookup-metadata-details.js.map +1 -1
- package/lib/model/upsert-log-analytics-parser-details.d.ts +6 -0
- package/lib/model/upsert-log-analytics-parser-details.js +10 -0
- package/lib/model/upsert-log-analytics-parser-details.js.map +1 -1
- package/lib/model/upsert-log-analytics-source-details.d.ts +6 -0
- package/lib/model/upsert-log-analytics-source-details.js +10 -0
- package/lib/model/upsert-log-analytics-source-details.js.map +1 -1
- package/lib/model/xml-extract-command-descriptor.d.ts +26 -0
- package/lib/model/xml-extract-command-descriptor.js +55 -0
- package/lib/model/xml-extract-command-descriptor.js.map +1 -0
- 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-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 +32 -0
- package/lib/request/compare-content-request.js +15 -0
- package/lib/request/compare-content-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-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-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-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 +31 -0
- package/lib/request/get-category-request.js +15 -0
- package/lib/request/get-category-request.js.map +1 -0
- 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-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 +16 -0
- package/lib/request/index.js +7 -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 +72 -0
- package/lib/request/list-categories-request.js +29 -0
- package/lib/request/list-categories-request.js.map +1 -0
- 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-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 +69 -0
- package/lib/request/list-log-analytics-entity-topology-request.js +30 -0
- package/lib/request/list-log-analytics-entity-topology-request.js.map +1 -0
- 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 +5 -1
- package/lib/request/list-lookups-request.js.map +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 +5 -1
- package/lib/request/list-parsers-request.js.map +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 +71 -0
- package/lib/request/list-resource-categories-request.js +30 -0
- package/lib/request/list-resource-categories-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 +5 -1
- package/lib/request/list-sources-request.js.map +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 +32 -0
- package/lib/request/remove-resource-categories-request.js +15 -0
- package/lib/request/remove-resource-categories-request.js.map +1 -0
- 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-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 +32 -0
- package/lib/request/update-resource-categories-request.js +15 -0
- package/lib/request/update-resource-categories-request.js.map +1 -0
- 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 +48 -0
- package/lib/request/verify-request.js +15 -0
- package/lib/request/verify-request.js.map +1 -0
- package/lib/response/compare-content-response.d.ts +24 -0
- package/lib/response/compare-content-response.js +15 -0
- package/lib/response/compare-content-response.js.map +1 -0
- package/lib/response/get-category-response.d.ts +24 -0
- package/lib/response/get-category-response.js +15 -0
- package/lib/response/get-category-response.js.map +1 -0
- package/lib/response/index.d.ts +16 -0
- package/lib/response/list-categories-response.d.ts +38 -0
- package/lib/response/list-categories-response.js +15 -0
- package/lib/response/list-categories-response.js.map +1 -0
- package/lib/response/list-log-analytics-entity-topology-response.d.ts +31 -0
- package/lib/response/list-log-analytics-entity-topology-response.js +15 -0
- package/lib/response/list-log-analytics-entity-topology-response.js.map +1 -0
- package/lib/response/list-resource-categories-response.d.ts +38 -0
- package/lib/response/list-resource-categories-response.js +15 -0
- package/lib/response/list-resource-categories-response.js.map +1 -0
- package/lib/response/remove-resource-categories-response.d.ts +19 -0
- package/lib/response/remove-resource-categories-response.js +15 -0
- package/lib/response/remove-resource-categories-response.js.map +1 -0
- package/lib/response/update-resource-categories-response.d.ts +19 -0
- package/lib/response/update-resource-categories-response.js +15 -0
- package/lib/response/update-resource-categories-response.js.map +1 -0
- package/lib/response/verify-response.d.ts +24 -0
- package/lib/response/verify-response.js +15 -0
- package/lib/response/verify-response.js.map +1 -0
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -18,7 +18,7 @@ import { LogAnalyticsWaiter } from "./loganalytics-waiter";
|
|
|
18
18
|
export declare enum LogAnalyticsApiKeys {
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
|
-
* This service client
|
|
21
|
+
* This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
|
|
22
22
|
*/
|
|
23
23
|
export declare class LogAnalyticsClient {
|
|
24
24
|
protected static serviceEndpointTemplate: string;
|
|
@@ -73,7 +73,7 @@ export declare class LogAnalyticsClient {
|
|
|
73
73
|
* @param AddEntityAssociationRequest
|
|
74
74
|
* @return AddEntityAssociationResponse
|
|
75
75
|
* @throws OciError when an error occurs
|
|
76
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
76
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/AddEntityAssociation.ts.html |here} to see how to use AddEntityAssociation API.
|
|
77
77
|
*/
|
|
78
78
|
addEntityAssociation(addEntityAssociationRequest: requests.AddEntityAssociationRequest): Promise<responses.AddEntityAssociationResponse>;
|
|
79
79
|
/**
|
|
@@ -83,7 +83,7 @@ export declare class LogAnalyticsClient {
|
|
|
83
83
|
* @param AddSourceEventTypesRequest
|
|
84
84
|
* @return AddSourceEventTypesResponse
|
|
85
85
|
* @throws OciError when an error occurs
|
|
86
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
86
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/AddSourceEventTypes.ts.html |here} to see how to use AddSourceEventTypes API.
|
|
87
87
|
*/
|
|
88
88
|
addSourceEventTypes(addSourceEventTypesRequest: requests.AddSourceEventTypesRequest): Promise<responses.AddSourceEventTypesResponse>;
|
|
89
89
|
/**
|
|
@@ -93,7 +93,7 @@ export declare class LogAnalyticsClient {
|
|
|
93
93
|
* @param AppendLookupDataRequest
|
|
94
94
|
* @return AppendLookupDataResponse
|
|
95
95
|
* @throws OciError when an error occurs
|
|
96
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
96
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/AppendLookupData.ts.html |here} to see how to use AppendLookupData API.
|
|
97
97
|
*/
|
|
98
98
|
appendLookupData(appendLookupDataRequest: requests.AppendLookupDataRequest): Promise<responses.AppendLookupDataResponse>;
|
|
99
99
|
/**
|
|
@@ -103,7 +103,7 @@ export declare class LogAnalyticsClient {
|
|
|
103
103
|
* @param BatchGetBasicInfoRequest
|
|
104
104
|
* @return BatchGetBasicInfoResponse
|
|
105
105
|
* @throws OciError when an error occurs
|
|
106
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
106
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/BatchGetBasicInfo.ts.html |here} to see how to use BatchGetBasicInfo API.
|
|
107
107
|
*/
|
|
108
108
|
batchGetBasicInfo(batchGetBasicInfoRequest: requests.BatchGetBasicInfoRequest): Promise<responses.BatchGetBasicInfoResponse>;
|
|
109
109
|
/**
|
|
@@ -112,7 +112,7 @@ export declare class LogAnalyticsClient {
|
|
|
112
112
|
* @param CancelQueryWorkRequestRequest
|
|
113
113
|
* @return CancelQueryWorkRequestResponse
|
|
114
114
|
* @throws OciError when an error occurs
|
|
115
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
115
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/CancelQueryWorkRequest.ts.html |here} to see how to use CancelQueryWorkRequest API.
|
|
116
116
|
*/
|
|
117
117
|
cancelQueryWorkRequest(cancelQueryWorkRequestRequest: requests.CancelQueryWorkRequestRequest): Promise<responses.CancelQueryWorkRequestResponse>;
|
|
118
118
|
/**
|
|
@@ -121,7 +121,7 @@ export declare class LogAnalyticsClient {
|
|
|
121
121
|
* @param ChangeLogAnalyticsEmBridgeCompartmentRequest
|
|
122
122
|
* @return ChangeLogAnalyticsEmBridgeCompartmentResponse
|
|
123
123
|
* @throws OciError when an error occurs
|
|
124
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
124
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ChangeLogAnalyticsEmBridgeCompartment.ts.html |here} to see how to use ChangeLogAnalyticsEmBridgeCompartment API.
|
|
125
125
|
*/
|
|
126
126
|
changeLogAnalyticsEmBridgeCompartment(changeLogAnalyticsEmBridgeCompartmentRequest: requests.ChangeLogAnalyticsEmBridgeCompartmentRequest): Promise<responses.ChangeLogAnalyticsEmBridgeCompartmentResponse>;
|
|
127
127
|
/**
|
|
@@ -130,7 +130,7 @@ export declare class LogAnalyticsClient {
|
|
|
130
130
|
* @param ChangeLogAnalyticsEntityCompartmentRequest
|
|
131
131
|
* @return ChangeLogAnalyticsEntityCompartmentResponse
|
|
132
132
|
* @throws OciError when an error occurs
|
|
133
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
133
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ChangeLogAnalyticsEntityCompartment.ts.html |here} to see how to use ChangeLogAnalyticsEntityCompartment API.
|
|
134
134
|
*/
|
|
135
135
|
changeLogAnalyticsEntityCompartment(changeLogAnalyticsEntityCompartmentRequest: requests.ChangeLogAnalyticsEntityCompartmentRequest): Promise<responses.ChangeLogAnalyticsEntityCompartmentResponse>;
|
|
136
136
|
/**
|
|
@@ -140,7 +140,7 @@ export declare class LogAnalyticsClient {
|
|
|
140
140
|
* @param ChangeLogAnalyticsLogGroupCompartmentRequest
|
|
141
141
|
* @return ChangeLogAnalyticsLogGroupCompartmentResponse
|
|
142
142
|
* @throws OciError when an error occurs
|
|
143
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
143
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ChangeLogAnalyticsLogGroupCompartment.ts.html |here} to see how to use ChangeLogAnalyticsLogGroupCompartment API.
|
|
144
144
|
*/
|
|
145
145
|
changeLogAnalyticsLogGroupCompartment(changeLogAnalyticsLogGroupCompartmentRequest: requests.ChangeLogAnalyticsLogGroupCompartmentRequest): Promise<responses.ChangeLogAnalyticsLogGroupCompartmentResponse>;
|
|
146
146
|
/**
|
|
@@ -149,7 +149,7 @@ export declare class LogAnalyticsClient {
|
|
|
149
149
|
* @param ChangeLogAnalyticsObjectCollectionRuleCompartmentRequest
|
|
150
150
|
* @return ChangeLogAnalyticsObjectCollectionRuleCompartmentResponse
|
|
151
151
|
* @throws OciError when an error occurs
|
|
152
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
152
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ChangeLogAnalyticsObjectCollectionRuleCompartment.ts.html |here} to see how to use ChangeLogAnalyticsObjectCollectionRuleCompartment API.
|
|
153
153
|
*/
|
|
154
154
|
changeLogAnalyticsObjectCollectionRuleCompartment(changeLogAnalyticsObjectCollectionRuleCompartmentRequest: requests.ChangeLogAnalyticsObjectCollectionRuleCompartmentRequest): Promise<responses.ChangeLogAnalyticsObjectCollectionRuleCompartmentResponse>;
|
|
155
155
|
/**
|
|
@@ -159,7 +159,7 @@ export declare class LogAnalyticsClient {
|
|
|
159
159
|
* @param ChangeScheduledTaskCompartmentRequest
|
|
160
160
|
* @return ChangeScheduledTaskCompartmentResponse
|
|
161
161
|
* @throws OciError when an error occurs
|
|
162
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
162
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ChangeScheduledTaskCompartment.ts.html |here} to see how to use ChangeScheduledTaskCompartment API.
|
|
163
163
|
*/
|
|
164
164
|
changeScheduledTaskCompartment(changeScheduledTaskCompartmentRequest: requests.ChangeScheduledTaskCompartmentRequest): Promise<responses.ChangeScheduledTaskCompartmentResponse>;
|
|
165
165
|
/**
|
|
@@ -170,16 +170,26 @@ export declare class LogAnalyticsClient {
|
|
|
170
170
|
* @param CleanRequest
|
|
171
171
|
* @return CleanResponse
|
|
172
172
|
* @throws OciError when an error occurs
|
|
173
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
173
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/Clean.ts.html |here} to see how to use Clean API.
|
|
174
174
|
*/
|
|
175
175
|
clean(cleanRequest: requests.CleanRequest): Promise<responses.CleanResponse>;
|
|
176
|
+
/**
|
|
177
|
+
* Returns the difference between the two input payloads, including intraline differences.
|
|
178
|
+
*
|
|
179
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
180
|
+
* @param CompareContentRequest
|
|
181
|
+
* @return CompareContentResponse
|
|
182
|
+
* @throws OciError when an error occurs
|
|
183
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/CompareContent.ts.html |here} to see how to use CompareContent API.
|
|
184
|
+
*/
|
|
185
|
+
compareContent(compareContentRequest: requests.CompareContentRequest): Promise<responses.CompareContentResponse>;
|
|
176
186
|
/**
|
|
177
187
|
* Add configuration for enterprise manager bridge. Enterprise manager bridge is used to automatically add selected entities from enterprise manager cloud control. A corresponding OCI bridge configuration is required in enterprise manager.
|
|
178
188
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
179
189
|
* @param CreateLogAnalyticsEmBridgeRequest
|
|
180
190
|
* @return CreateLogAnalyticsEmBridgeResponse
|
|
181
191
|
* @throws OciError when an error occurs
|
|
182
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
192
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/CreateLogAnalyticsEmBridge.ts.html |here} to see how to use CreateLogAnalyticsEmBridge API.
|
|
183
193
|
*/
|
|
184
194
|
createLogAnalyticsEmBridge(createLogAnalyticsEmBridgeRequest: requests.CreateLogAnalyticsEmBridgeRequest): Promise<responses.CreateLogAnalyticsEmBridgeResponse>;
|
|
185
195
|
/**
|
|
@@ -188,7 +198,7 @@ export declare class LogAnalyticsClient {
|
|
|
188
198
|
* @param CreateLogAnalyticsEntityRequest
|
|
189
199
|
* @return CreateLogAnalyticsEntityResponse
|
|
190
200
|
* @throws OciError when an error occurs
|
|
191
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
201
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/CreateLogAnalyticsEntity.ts.html |here} to see how to use CreateLogAnalyticsEntity API.
|
|
192
202
|
*/
|
|
193
203
|
createLogAnalyticsEntity(createLogAnalyticsEntityRequest: requests.CreateLogAnalyticsEntityRequest): Promise<responses.CreateLogAnalyticsEntityResponse>;
|
|
194
204
|
/**
|
|
@@ -197,7 +207,7 @@ export declare class LogAnalyticsClient {
|
|
|
197
207
|
* @param CreateLogAnalyticsEntityTypeRequest
|
|
198
208
|
* @return CreateLogAnalyticsEntityTypeResponse
|
|
199
209
|
* @throws OciError when an error occurs
|
|
200
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
210
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/CreateLogAnalyticsEntityType.ts.html |here} to see how to use CreateLogAnalyticsEntityType API.
|
|
201
211
|
*/
|
|
202
212
|
createLogAnalyticsEntityType(createLogAnalyticsEntityTypeRequest: requests.CreateLogAnalyticsEntityTypeRequest): Promise<responses.CreateLogAnalyticsEntityTypeResponse>;
|
|
203
213
|
/**
|
|
@@ -207,7 +217,7 @@ export declare class LogAnalyticsClient {
|
|
|
207
217
|
* @param CreateLogAnalyticsLogGroupRequest
|
|
208
218
|
* @return CreateLogAnalyticsLogGroupResponse
|
|
209
219
|
* @throws OciError when an error occurs
|
|
210
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
220
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/CreateLogAnalyticsLogGroup.ts.html |here} to see how to use CreateLogAnalyticsLogGroup API.
|
|
211
221
|
*/
|
|
212
222
|
createLogAnalyticsLogGroup(createLogAnalyticsLogGroupRequest: requests.CreateLogAnalyticsLogGroupRequest): Promise<responses.CreateLogAnalyticsLogGroupResponse>;
|
|
213
223
|
/**
|
|
@@ -216,7 +226,7 @@ export declare class LogAnalyticsClient {
|
|
|
216
226
|
* @param CreateLogAnalyticsObjectCollectionRuleRequest
|
|
217
227
|
* @return CreateLogAnalyticsObjectCollectionRuleResponse
|
|
218
228
|
* @throws OciError when an error occurs
|
|
219
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
229
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/CreateLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use CreateLogAnalyticsObjectCollectionRule API.
|
|
220
230
|
*/
|
|
221
231
|
createLogAnalyticsObjectCollectionRule(createLogAnalyticsObjectCollectionRuleRequest: requests.CreateLogAnalyticsObjectCollectionRuleRequest): Promise<responses.CreateLogAnalyticsObjectCollectionRuleResponse>;
|
|
222
232
|
/**
|
|
@@ -225,7 +235,7 @@ export declare class LogAnalyticsClient {
|
|
|
225
235
|
* @param CreateScheduledTaskRequest
|
|
226
236
|
* @return CreateScheduledTaskResponse
|
|
227
237
|
* @throws OciError when an error occurs
|
|
228
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
238
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/CreateScheduledTask.ts.html |here} to see how to use CreateScheduledTask API.
|
|
229
239
|
*/
|
|
230
240
|
createScheduledTask(createScheduledTaskRequest: requests.CreateScheduledTaskRequest): Promise<responses.CreateScheduledTaskResponse>;
|
|
231
241
|
/**
|
|
@@ -235,7 +245,7 @@ export declare class LogAnalyticsClient {
|
|
|
235
245
|
* @param DeleteAssociationsRequest
|
|
236
246
|
* @return DeleteAssociationsResponse
|
|
237
247
|
* @throws OciError when an error occurs
|
|
238
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
248
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/DeleteAssociations.ts.html |here} to see how to use DeleteAssociations API.
|
|
239
249
|
*/
|
|
240
250
|
deleteAssociations(deleteAssociationsRequest: requests.DeleteAssociationsRequest): Promise<responses.DeleteAssociationsResponse>;
|
|
241
251
|
/**
|
|
@@ -245,7 +255,7 @@ export declare class LogAnalyticsClient {
|
|
|
245
255
|
* @param DeleteFieldRequest
|
|
246
256
|
* @return DeleteFieldResponse
|
|
247
257
|
* @throws OciError when an error occurs
|
|
248
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
258
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/DeleteField.ts.html |here} to see how to use DeleteField API.
|
|
249
259
|
*/
|
|
250
260
|
deleteField(deleteFieldRequest: requests.DeleteFieldRequest): Promise<responses.DeleteFieldResponse>;
|
|
251
261
|
/**
|
|
@@ -255,7 +265,7 @@ export declare class LogAnalyticsClient {
|
|
|
255
265
|
* @param DeleteLabelRequest
|
|
256
266
|
* @return DeleteLabelResponse
|
|
257
267
|
* @throws OciError when an error occurs
|
|
258
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
268
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/DeleteLabel.ts.html |here} to see how to use DeleteLabel API.
|
|
259
269
|
*/
|
|
260
270
|
deleteLabel(deleteLabelRequest: requests.DeleteLabelRequest): Promise<responses.DeleteLabelResponse>;
|
|
261
271
|
/**
|
|
@@ -264,7 +274,7 @@ export declare class LogAnalyticsClient {
|
|
|
264
274
|
* @param DeleteLogAnalyticsEmBridgeRequest
|
|
265
275
|
* @return DeleteLogAnalyticsEmBridgeResponse
|
|
266
276
|
* @throws OciError when an error occurs
|
|
267
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
277
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/DeleteLogAnalyticsEmBridge.ts.html |here} to see how to use DeleteLogAnalyticsEmBridge API.
|
|
268
278
|
*/
|
|
269
279
|
deleteLogAnalyticsEmBridge(deleteLogAnalyticsEmBridgeRequest: requests.DeleteLogAnalyticsEmBridgeRequest): Promise<responses.DeleteLogAnalyticsEmBridgeResponse>;
|
|
270
280
|
/**
|
|
@@ -273,7 +283,7 @@ export declare class LogAnalyticsClient {
|
|
|
273
283
|
* @param DeleteLogAnalyticsEntityRequest
|
|
274
284
|
* @return DeleteLogAnalyticsEntityResponse
|
|
275
285
|
* @throws OciError when an error occurs
|
|
276
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
286
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/DeleteLogAnalyticsEntity.ts.html |here} to see how to use DeleteLogAnalyticsEntity API.
|
|
277
287
|
*/
|
|
278
288
|
deleteLogAnalyticsEntity(deleteLogAnalyticsEntityRequest: requests.DeleteLogAnalyticsEntityRequest): Promise<responses.DeleteLogAnalyticsEntityResponse>;
|
|
279
289
|
/**
|
|
@@ -282,7 +292,7 @@ export declare class LogAnalyticsClient {
|
|
|
282
292
|
* @param DeleteLogAnalyticsEntityTypeRequest
|
|
283
293
|
* @return DeleteLogAnalyticsEntityTypeResponse
|
|
284
294
|
* @throws OciError when an error occurs
|
|
285
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
295
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/DeleteLogAnalyticsEntityType.ts.html |here} to see how to use DeleteLogAnalyticsEntityType API.
|
|
286
296
|
*/
|
|
287
297
|
deleteLogAnalyticsEntityType(deleteLogAnalyticsEntityTypeRequest: requests.DeleteLogAnalyticsEntityTypeRequest): Promise<responses.DeleteLogAnalyticsEntityTypeResponse>;
|
|
288
298
|
/**
|
|
@@ -292,7 +302,7 @@ export declare class LogAnalyticsClient {
|
|
|
292
302
|
* @param DeleteLogAnalyticsLogGroupRequest
|
|
293
303
|
* @return DeleteLogAnalyticsLogGroupResponse
|
|
294
304
|
* @throws OciError when an error occurs
|
|
295
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
305
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/DeleteLogAnalyticsLogGroup.ts.html |here} to see how to use DeleteLogAnalyticsLogGroup API.
|
|
296
306
|
*/
|
|
297
307
|
deleteLogAnalyticsLogGroup(deleteLogAnalyticsLogGroupRequest: requests.DeleteLogAnalyticsLogGroupRequest): Promise<responses.DeleteLogAnalyticsLogGroupResponse>;
|
|
298
308
|
/**
|
|
@@ -303,7 +313,7 @@ export declare class LogAnalyticsClient {
|
|
|
303
313
|
* @param DeleteLogAnalyticsObjectCollectionRuleRequest
|
|
304
314
|
* @return DeleteLogAnalyticsObjectCollectionRuleResponse
|
|
305
315
|
* @throws OciError when an error occurs
|
|
306
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
316
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/DeleteLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use DeleteLogAnalyticsObjectCollectionRule API.
|
|
307
317
|
*/
|
|
308
318
|
deleteLogAnalyticsObjectCollectionRule(deleteLogAnalyticsObjectCollectionRuleRequest: requests.DeleteLogAnalyticsObjectCollectionRuleRequest): Promise<responses.DeleteLogAnalyticsObjectCollectionRuleResponse>;
|
|
309
319
|
/**
|
|
@@ -313,7 +323,7 @@ export declare class LogAnalyticsClient {
|
|
|
313
323
|
* @param DeleteLookupRequest
|
|
314
324
|
* @return DeleteLookupResponse
|
|
315
325
|
* @throws OciError when an error occurs
|
|
316
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
326
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/DeleteLookup.ts.html |here} to see how to use DeleteLookup API.
|
|
317
327
|
*/
|
|
318
328
|
deleteLookup(deleteLookupRequest: requests.DeleteLookupRequest): Promise<responses.DeleteLookupResponse>;
|
|
319
329
|
/**
|
|
@@ -323,7 +333,7 @@ export declare class LogAnalyticsClient {
|
|
|
323
333
|
* @param DeleteParserRequest
|
|
324
334
|
* @return DeleteParserResponse
|
|
325
335
|
* @throws OciError when an error occurs
|
|
326
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
336
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/DeleteParser.ts.html |here} to see how to use DeleteParser API.
|
|
327
337
|
*/
|
|
328
338
|
deleteParser(deleteParserRequest: requests.DeleteParserRequest): Promise<responses.DeleteParserResponse>;
|
|
329
339
|
/**
|
|
@@ -332,7 +342,7 @@ export declare class LogAnalyticsClient {
|
|
|
332
342
|
* @param DeleteScheduledTaskRequest
|
|
333
343
|
* @return DeleteScheduledTaskResponse
|
|
334
344
|
* @throws OciError when an error occurs
|
|
335
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
345
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/DeleteScheduledTask.ts.html |here} to see how to use DeleteScheduledTask API.
|
|
336
346
|
*/
|
|
337
347
|
deleteScheduledTask(deleteScheduledTaskRequest: requests.DeleteScheduledTaskRequest): Promise<responses.DeleteScheduledTaskResponse>;
|
|
338
348
|
/**
|
|
@@ -342,7 +352,7 @@ export declare class LogAnalyticsClient {
|
|
|
342
352
|
* @param DeleteSourceRequest
|
|
343
353
|
* @return DeleteSourceResponse
|
|
344
354
|
* @throws OciError when an error occurs
|
|
345
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
355
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/DeleteSource.ts.html |here} to see how to use DeleteSource API.
|
|
346
356
|
*/
|
|
347
357
|
deleteSource(deleteSourceRequest: requests.DeleteSourceRequest): Promise<responses.DeleteSourceResponse>;
|
|
348
358
|
/**
|
|
@@ -353,7 +363,7 @@ export declare class LogAnalyticsClient {
|
|
|
353
363
|
* @param DeleteUploadRequest
|
|
354
364
|
* @return DeleteUploadResponse
|
|
355
365
|
* @throws OciError when an error occurs
|
|
356
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
366
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/DeleteUpload.ts.html |here} to see how to use DeleteUpload API.
|
|
357
367
|
*/
|
|
358
368
|
deleteUpload(deleteUploadRequest: requests.DeleteUploadRequest): Promise<responses.DeleteUploadResponse>;
|
|
359
369
|
/**
|
|
@@ -364,7 +374,7 @@ export declare class LogAnalyticsClient {
|
|
|
364
374
|
* @param DeleteUploadFileRequest
|
|
365
375
|
* @return DeleteUploadFileResponse
|
|
366
376
|
* @throws OciError when an error occurs
|
|
367
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
377
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/DeleteUploadFile.ts.html |here} to see how to use DeleteUploadFile API.
|
|
368
378
|
*/
|
|
369
379
|
deleteUploadFile(deleteUploadFileRequest: requests.DeleteUploadFileRequest): Promise<responses.DeleteUploadFileResponse>;
|
|
370
380
|
/**
|
|
@@ -374,7 +384,7 @@ export declare class LogAnalyticsClient {
|
|
|
374
384
|
* @param DeleteUploadWarningRequest
|
|
375
385
|
* @return DeleteUploadWarningResponse
|
|
376
386
|
* @throws OciError when an error occurs
|
|
377
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
387
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/DeleteUploadWarning.ts.html |here} to see how to use DeleteUploadWarning API.
|
|
378
388
|
*/
|
|
379
389
|
deleteUploadWarning(deleteUploadWarningRequest: requests.DeleteUploadWarningRequest): Promise<responses.DeleteUploadWarningResponse>;
|
|
380
390
|
/**
|
|
@@ -384,7 +394,7 @@ export declare class LogAnalyticsClient {
|
|
|
384
394
|
* @param DisableArchivingRequest
|
|
385
395
|
* @return DisableArchivingResponse
|
|
386
396
|
* @throws OciError when an error occurs
|
|
387
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
397
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/DisableArchiving.ts.html |here} to see how to use DisableArchiving API.
|
|
388
398
|
*/
|
|
389
399
|
disableArchiving(disableArchivingRequest: requests.DisableArchivingRequest): Promise<responses.DisableArchivingResponse>;
|
|
390
400
|
/**
|
|
@@ -396,7 +406,7 @@ export declare class LogAnalyticsClient {
|
|
|
396
406
|
* @param DisableAutoAssociationRequest
|
|
397
407
|
* @return DisableAutoAssociationResponse
|
|
398
408
|
* @throws OciError when an error occurs
|
|
399
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
409
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/DisableAutoAssociation.ts.html |here} to see how to use DisableAutoAssociation API.
|
|
400
410
|
*/
|
|
401
411
|
disableAutoAssociation(disableAutoAssociationRequest: requests.DisableAutoAssociationRequest): Promise<responses.DisableAutoAssociationResponse>;
|
|
402
412
|
/**
|
|
@@ -406,7 +416,7 @@ export declare class LogAnalyticsClient {
|
|
|
406
416
|
* @param DisableSourceEventTypesRequest
|
|
407
417
|
* @return DisableSourceEventTypesResponse
|
|
408
418
|
* @throws OciError when an error occurs
|
|
409
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
419
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/DisableSourceEventTypes.ts.html |here} to see how to use DisableSourceEventTypes API.
|
|
410
420
|
*/
|
|
411
421
|
disableSourceEventTypes(disableSourceEventTypesRequest: requests.DisableSourceEventTypesRequest): Promise<responses.DisableSourceEventTypesResponse>;
|
|
412
422
|
/**
|
|
@@ -416,7 +426,7 @@ export declare class LogAnalyticsClient {
|
|
|
416
426
|
* @param EnableArchivingRequest
|
|
417
427
|
* @return EnableArchivingResponse
|
|
418
428
|
* @throws OciError when an error occurs
|
|
419
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
429
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/EnableArchiving.ts.html |here} to see how to use EnableArchiving API.
|
|
420
430
|
*/
|
|
421
431
|
enableArchiving(enableArchivingRequest: requests.EnableArchivingRequest): Promise<responses.EnableArchivingResponse>;
|
|
422
432
|
/**
|
|
@@ -428,7 +438,7 @@ export declare class LogAnalyticsClient {
|
|
|
428
438
|
* @param EnableAutoAssociationRequest
|
|
429
439
|
* @return EnableAutoAssociationResponse
|
|
430
440
|
* @throws OciError when an error occurs
|
|
431
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
441
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/EnableAutoAssociation.ts.html |here} to see how to use EnableAutoAssociation API.
|
|
432
442
|
*/
|
|
433
443
|
enableAutoAssociation(enableAutoAssociationRequest: requests.EnableAutoAssociationRequest): Promise<responses.EnableAutoAssociationResponse>;
|
|
434
444
|
/**
|
|
@@ -438,7 +448,7 @@ export declare class LogAnalyticsClient {
|
|
|
438
448
|
* @param EnableSourceEventTypesRequest
|
|
439
449
|
* @return EnableSourceEventTypesResponse
|
|
440
450
|
* @throws OciError when an error occurs
|
|
441
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
451
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/EnableSourceEventTypes.ts.html |here} to see how to use EnableSourceEventTypes API.
|
|
442
452
|
*/
|
|
443
453
|
enableSourceEventTypes(enableSourceEventTypesRequest: requests.EnableSourceEventTypesRequest): Promise<responses.EnableSourceEventTypesResponse>;
|
|
444
454
|
/**
|
|
@@ -448,7 +458,7 @@ export declare class LogAnalyticsClient {
|
|
|
448
458
|
* @param EstimatePurgeDataSizeRequest
|
|
449
459
|
* @return EstimatePurgeDataSizeResponse
|
|
450
460
|
* @throws OciError when an error occurs
|
|
451
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
461
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/EstimatePurgeDataSize.ts.html |here} to see how to use EstimatePurgeDataSize API.
|
|
452
462
|
*/
|
|
453
463
|
estimatePurgeDataSize(estimatePurgeDataSizeRequest: requests.EstimatePurgeDataSizeRequest): Promise<responses.EstimatePurgeDataSizeResponse>;
|
|
454
464
|
/**
|
|
@@ -458,7 +468,7 @@ export declare class LogAnalyticsClient {
|
|
|
458
468
|
* @param EstimateRecallDataSizeRequest
|
|
459
469
|
* @return EstimateRecallDataSizeResponse
|
|
460
470
|
* @throws OciError when an error occurs
|
|
461
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
471
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/EstimateRecallDataSize.ts.html |here} to see how to use EstimateRecallDataSize API.
|
|
462
472
|
*/
|
|
463
473
|
estimateRecallDataSize(estimateRecallDataSizeRequest: requests.EstimateRecallDataSizeRequest): Promise<responses.EstimateRecallDataSizeResponse>;
|
|
464
474
|
/**
|
|
@@ -468,7 +478,7 @@ export declare class LogAnalyticsClient {
|
|
|
468
478
|
* @param EstimateReleaseDataSizeRequest
|
|
469
479
|
* @return EstimateReleaseDataSizeResponse
|
|
470
480
|
* @throws OciError when an error occurs
|
|
471
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
481
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/EstimateReleaseDataSize.ts.html |here} to see how to use EstimateReleaseDataSize API.
|
|
472
482
|
*/
|
|
473
483
|
estimateReleaseDataSize(estimateReleaseDataSizeRequest: requests.EstimateReleaseDataSizeRequest): Promise<responses.EstimateReleaseDataSizeResponse>;
|
|
474
484
|
/**
|
|
@@ -478,7 +488,7 @@ export declare class LogAnalyticsClient {
|
|
|
478
488
|
* @param ExportCustomContentRequest
|
|
479
489
|
* @return ExportCustomContentResponse
|
|
480
490
|
* @throws OciError when an error occurs
|
|
481
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
491
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ExportCustomContent.ts.html |here} to see how to use ExportCustomContent API.
|
|
482
492
|
*/
|
|
483
493
|
exportCustomContent(exportCustomContentRequest: requests.ExportCustomContentRequest): Promise<responses.ExportCustomContentResponse>;
|
|
484
494
|
/**
|
|
@@ -487,7 +497,7 @@ export declare class LogAnalyticsClient {
|
|
|
487
497
|
* @param ExportQueryResultRequest
|
|
488
498
|
* @return ExportQueryResultResponse
|
|
489
499
|
* @throws OciError when an error occurs
|
|
490
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
500
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ExportQueryResult.ts.html |here} to see how to use ExportQueryResult API.
|
|
491
501
|
*/
|
|
492
502
|
exportQueryResult(exportQueryResultRequest: requests.ExportQueryResultRequest): Promise<responses.ExportQueryResultResponse>;
|
|
493
503
|
/**
|
|
@@ -497,7 +507,7 @@ export declare class LogAnalyticsClient {
|
|
|
497
507
|
* @param ExtractStructuredLogFieldPathsRequest
|
|
498
508
|
* @return ExtractStructuredLogFieldPathsResponse
|
|
499
509
|
* @throws OciError when an error occurs
|
|
500
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
510
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ExtractStructuredLogFieldPaths.ts.html |here} to see how to use ExtractStructuredLogFieldPaths API.
|
|
501
511
|
*/
|
|
502
512
|
extractStructuredLogFieldPaths(extractStructuredLogFieldPathsRequest: requests.ExtractStructuredLogFieldPathsRequest): Promise<responses.ExtractStructuredLogFieldPathsResponse>;
|
|
503
513
|
/**
|
|
@@ -507,7 +517,7 @@ export declare class LogAnalyticsClient {
|
|
|
507
517
|
* @param ExtractStructuredLogHeaderPathsRequest
|
|
508
518
|
* @return ExtractStructuredLogHeaderPathsResponse
|
|
509
519
|
* @throws OciError when an error occurs
|
|
510
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
520
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ExtractStructuredLogHeaderPaths.ts.html |here} to see how to use ExtractStructuredLogHeaderPaths API.
|
|
511
521
|
*/
|
|
512
522
|
extractStructuredLogHeaderPaths(extractStructuredLogHeaderPathsRequest: requests.ExtractStructuredLogHeaderPathsRequest): Promise<responses.ExtractStructuredLogHeaderPathsResponse>;
|
|
513
523
|
/**
|
|
@@ -516,7 +526,7 @@ export declare class LogAnalyticsClient {
|
|
|
516
526
|
* @param FilterRequest
|
|
517
527
|
* @return FilterResponse
|
|
518
528
|
* @throws OciError when an error occurs
|
|
519
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
529
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/Filter.ts.html |here} to see how to use Filter API.
|
|
520
530
|
*/
|
|
521
531
|
filter(filterRequest: requests.FilterRequest): Promise<responses.FilterResponse>;
|
|
522
532
|
/**
|
|
@@ -526,9 +536,19 @@ export declare class LogAnalyticsClient {
|
|
|
526
536
|
* @param GetAssociationSummaryRequest
|
|
527
537
|
* @return GetAssociationSummaryResponse
|
|
528
538
|
* @throws OciError when an error occurs
|
|
529
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
539
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/GetAssociationSummary.ts.html |here} to see how to use GetAssociationSummary API.
|
|
530
540
|
*/
|
|
531
541
|
getAssociationSummary(getAssociationSummaryRequest: requests.GetAssociationSummaryRequest): Promise<responses.GetAssociationSummaryResponse>;
|
|
542
|
+
/**
|
|
543
|
+
* Gets detailed information about the category with the specified name.
|
|
544
|
+
*
|
|
545
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
546
|
+
* @param GetCategoryRequest
|
|
547
|
+
* @return GetCategoryResponse
|
|
548
|
+
* @throws OciError when an error occurs
|
|
549
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/GetCategory.ts.html |here} to see how to use GetCategory API.
|
|
550
|
+
*/
|
|
551
|
+
getCategory(getCategoryRequest: requests.GetCategoryRequest): Promise<responses.GetCategoryResponse>;
|
|
532
552
|
/**
|
|
533
553
|
* Extracts column names from the input SQL query.
|
|
534
554
|
*
|
|
@@ -536,7 +556,7 @@ export declare class LogAnalyticsClient {
|
|
|
536
556
|
* @param GetColumnNamesRequest
|
|
537
557
|
* @return GetColumnNamesResponse
|
|
538
558
|
* @throws OciError when an error occurs
|
|
539
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
559
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/GetColumnNames.ts.html |here} to see how to use GetColumnNames API.
|
|
540
560
|
*/
|
|
541
561
|
getColumnNames(getColumnNamesRequest: requests.GetColumnNamesRequest): Promise<responses.GetColumnNamesResponse>;
|
|
542
562
|
/**
|
|
@@ -546,7 +566,7 @@ export declare class LogAnalyticsClient {
|
|
|
546
566
|
* @param GetConfigWorkRequestRequest
|
|
547
567
|
* @return GetConfigWorkRequestResponse
|
|
548
568
|
* @throws OciError when an error occurs
|
|
549
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
569
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/GetConfigWorkRequest.ts.html |here} to see how to use GetConfigWorkRequest API.
|
|
550
570
|
*/
|
|
551
571
|
getConfigWorkRequest(getConfigWorkRequestRequest: requests.GetConfigWorkRequestRequest): Promise<responses.GetConfigWorkRequestResponse>;
|
|
552
572
|
/**
|
|
@@ -556,7 +576,7 @@ export declare class LogAnalyticsClient {
|
|
|
556
576
|
* @param GetFieldRequest
|
|
557
577
|
* @return GetFieldResponse
|
|
558
578
|
* @throws OciError when an error occurs
|
|
559
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
579
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/GetField.ts.html |here} to see how to use GetField API.
|
|
560
580
|
*/
|
|
561
581
|
getField(getFieldRequest: requests.GetFieldRequest): Promise<responses.GetFieldResponse>;
|
|
562
582
|
/**
|
|
@@ -566,7 +586,7 @@ export declare class LogAnalyticsClient {
|
|
|
566
586
|
* @param GetFieldsSummaryRequest
|
|
567
587
|
* @return GetFieldsSummaryResponse
|
|
568
588
|
* @throws OciError when an error occurs
|
|
569
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
589
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/GetFieldsSummary.ts.html |here} to see how to use GetFieldsSummary API.
|
|
570
590
|
*/
|
|
571
591
|
getFieldsSummary(getFieldsSummaryRequest: requests.GetFieldsSummaryRequest): Promise<responses.GetFieldsSummaryResponse>;
|
|
572
592
|
/**
|
|
@@ -576,7 +596,7 @@ export declare class LogAnalyticsClient {
|
|
|
576
596
|
* @param GetLabelRequest
|
|
577
597
|
* @return GetLabelResponse
|
|
578
598
|
* @throws OciError when an error occurs
|
|
579
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
599
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/GetLabel.ts.html |here} to see how to use GetLabel API.
|
|
580
600
|
*/
|
|
581
601
|
getLabel(getLabelRequest: requests.GetLabelRequest): Promise<responses.GetLabelResponse>;
|
|
582
602
|
/**
|
|
@@ -586,7 +606,7 @@ export declare class LogAnalyticsClient {
|
|
|
586
606
|
* @param GetLabelSummaryRequest
|
|
587
607
|
* @return GetLabelSummaryResponse
|
|
588
608
|
* @throws OciError when an error occurs
|
|
589
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
609
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/GetLabelSummary.ts.html |here} to see how to use GetLabelSummary API.
|
|
590
610
|
*/
|
|
591
611
|
getLabelSummary(getLabelSummaryRequest: requests.GetLabelSummaryRequest): Promise<responses.GetLabelSummaryResponse>;
|
|
592
612
|
/**
|
|
@@ -595,7 +615,7 @@ export declare class LogAnalyticsClient {
|
|
|
595
615
|
* @param GetLogAnalyticsEmBridgeRequest
|
|
596
616
|
* @return GetLogAnalyticsEmBridgeResponse
|
|
597
617
|
* @throws OciError when an error occurs
|
|
598
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
618
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/GetLogAnalyticsEmBridge.ts.html |here} to see how to use GetLogAnalyticsEmBridge API.
|
|
599
619
|
*/
|
|
600
620
|
getLogAnalyticsEmBridge(getLogAnalyticsEmBridgeRequest: requests.GetLogAnalyticsEmBridgeRequest): Promise<responses.GetLogAnalyticsEmBridgeResponse>;
|
|
601
621
|
/**
|
|
@@ -604,7 +624,7 @@ export declare class LogAnalyticsClient {
|
|
|
604
624
|
* @param GetLogAnalyticsEmBridgeSummaryRequest
|
|
605
625
|
* @return GetLogAnalyticsEmBridgeSummaryResponse
|
|
606
626
|
* @throws OciError when an error occurs
|
|
607
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
627
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/GetLogAnalyticsEmBridgeSummary.ts.html |here} to see how to use GetLogAnalyticsEmBridgeSummary API.
|
|
608
628
|
*/
|
|
609
629
|
getLogAnalyticsEmBridgeSummary(getLogAnalyticsEmBridgeSummaryRequest: requests.GetLogAnalyticsEmBridgeSummaryRequest): Promise<responses.GetLogAnalyticsEmBridgeSummaryResponse>;
|
|
610
630
|
/**
|
|
@@ -613,7 +633,7 @@ export declare class LogAnalyticsClient {
|
|
|
613
633
|
* @param GetLogAnalyticsEntitiesSummaryRequest
|
|
614
634
|
* @return GetLogAnalyticsEntitiesSummaryResponse
|
|
615
635
|
* @throws OciError when an error occurs
|
|
616
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
636
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/GetLogAnalyticsEntitiesSummary.ts.html |here} to see how to use GetLogAnalyticsEntitiesSummary API.
|
|
617
637
|
*/
|
|
618
638
|
getLogAnalyticsEntitiesSummary(getLogAnalyticsEntitiesSummaryRequest: requests.GetLogAnalyticsEntitiesSummaryRequest): Promise<responses.GetLogAnalyticsEntitiesSummaryResponse>;
|
|
619
639
|
/**
|
|
@@ -622,7 +642,7 @@ export declare class LogAnalyticsClient {
|
|
|
622
642
|
* @param GetLogAnalyticsEntityRequest
|
|
623
643
|
* @return GetLogAnalyticsEntityResponse
|
|
624
644
|
* @throws OciError when an error occurs
|
|
625
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
645
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/GetLogAnalyticsEntity.ts.html |here} to see how to use GetLogAnalyticsEntity API.
|
|
626
646
|
*/
|
|
627
647
|
getLogAnalyticsEntity(getLogAnalyticsEntityRequest: requests.GetLogAnalyticsEntityRequest): Promise<responses.GetLogAnalyticsEntityResponse>;
|
|
628
648
|
/**
|
|
@@ -631,7 +651,7 @@ export declare class LogAnalyticsClient {
|
|
|
631
651
|
* @param GetLogAnalyticsEntityTypeRequest
|
|
632
652
|
* @return GetLogAnalyticsEntityTypeResponse
|
|
633
653
|
* @throws OciError when an error occurs
|
|
634
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
654
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/GetLogAnalyticsEntityType.ts.html |here} to see how to use GetLogAnalyticsEntityType API.
|
|
635
655
|
*/
|
|
636
656
|
getLogAnalyticsEntityType(getLogAnalyticsEntityTypeRequest: requests.GetLogAnalyticsEntityTypeRequest): Promise<responses.GetLogAnalyticsEntityTypeResponse>;
|
|
637
657
|
/**
|
|
@@ -641,7 +661,7 @@ export declare class LogAnalyticsClient {
|
|
|
641
661
|
* @param GetLogAnalyticsLogGroupRequest
|
|
642
662
|
* @return GetLogAnalyticsLogGroupResponse
|
|
643
663
|
* @throws OciError when an error occurs
|
|
644
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
664
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/GetLogAnalyticsLogGroup.ts.html |here} to see how to use GetLogAnalyticsLogGroup API.
|
|
645
665
|
*/
|
|
646
666
|
getLogAnalyticsLogGroup(getLogAnalyticsLogGroupRequest: requests.GetLogAnalyticsLogGroupRequest): Promise<responses.GetLogAnalyticsLogGroupResponse>;
|
|
647
667
|
/**
|
|
@@ -651,7 +671,7 @@ export declare class LogAnalyticsClient {
|
|
|
651
671
|
* @param GetLogAnalyticsLogGroupsSummaryRequest
|
|
652
672
|
* @return GetLogAnalyticsLogGroupsSummaryResponse
|
|
653
673
|
* @throws OciError when an error occurs
|
|
654
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
674
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/GetLogAnalyticsLogGroupsSummary.ts.html |here} to see how to use GetLogAnalyticsLogGroupsSummary API.
|
|
655
675
|
*/
|
|
656
676
|
getLogAnalyticsLogGroupsSummary(getLogAnalyticsLogGroupsSummaryRequest: requests.GetLogAnalyticsLogGroupsSummaryRequest): Promise<responses.GetLogAnalyticsLogGroupsSummaryResponse>;
|
|
657
677
|
/**
|
|
@@ -660,7 +680,7 @@ export declare class LogAnalyticsClient {
|
|
|
660
680
|
* @param GetLogAnalyticsObjectCollectionRuleRequest
|
|
661
681
|
* @return GetLogAnalyticsObjectCollectionRuleResponse
|
|
662
682
|
* @throws OciError when an error occurs
|
|
663
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
683
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/GetLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use GetLogAnalyticsObjectCollectionRule API.
|
|
664
684
|
*/
|
|
665
685
|
getLogAnalyticsObjectCollectionRule(getLogAnalyticsObjectCollectionRuleRequest: requests.GetLogAnalyticsObjectCollectionRuleRequest): Promise<responses.GetLogAnalyticsObjectCollectionRuleResponse>;
|
|
666
686
|
/**
|
|
@@ -670,7 +690,7 @@ export declare class LogAnalyticsClient {
|
|
|
670
690
|
* @param GetLogSetsCountRequest
|
|
671
691
|
* @return GetLogSetsCountResponse
|
|
672
692
|
* @throws OciError when an error occurs
|
|
673
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
693
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/GetLogSetsCount.ts.html |here} to see how to use GetLogSetsCount API.
|
|
674
694
|
*/
|
|
675
695
|
getLogSetsCount(getLogSetsCountRequest: requests.GetLogSetsCountRequest): Promise<responses.GetLogSetsCountResponse>;
|
|
676
696
|
/**
|
|
@@ -680,7 +700,7 @@ export declare class LogAnalyticsClient {
|
|
|
680
700
|
* @param GetLookupRequest
|
|
681
701
|
* @return GetLookupResponse
|
|
682
702
|
* @throws OciError when an error occurs
|
|
683
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
703
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/GetLookup.ts.html |here} to see how to use GetLookup API.
|
|
684
704
|
*/
|
|
685
705
|
getLookup(getLookupRequest: requests.GetLookupRequest): Promise<responses.GetLookupResponse>;
|
|
686
706
|
/**
|
|
@@ -689,7 +709,7 @@ export declare class LogAnalyticsClient {
|
|
|
689
709
|
* @param GetLookupSummaryRequest
|
|
690
710
|
* @return GetLookupSummaryResponse
|
|
691
711
|
* @throws OciError when an error occurs
|
|
692
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
712
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/GetLookupSummary.ts.html |here} to see how to use GetLookupSummary API.
|
|
693
713
|
*/
|
|
694
714
|
getLookupSummary(getLookupSummaryRequest: requests.GetLookupSummaryRequest): Promise<responses.GetLookupSummaryResponse>;
|
|
695
715
|
/**
|
|
@@ -699,7 +719,7 @@ export declare class LogAnalyticsClient {
|
|
|
699
719
|
* @param GetNamespaceRequest
|
|
700
720
|
* @return GetNamespaceResponse
|
|
701
721
|
* @throws OciError when an error occurs
|
|
702
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
722
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/GetNamespace.ts.html |here} to see how to use GetNamespace API.
|
|
703
723
|
*/
|
|
704
724
|
getNamespace(getNamespaceRequest: requests.GetNamespaceRequest): Promise<responses.GetNamespaceResponse>;
|
|
705
725
|
/**
|
|
@@ -709,7 +729,7 @@ export declare class LogAnalyticsClient {
|
|
|
709
729
|
* @param GetParserRequest
|
|
710
730
|
* @return GetParserResponse
|
|
711
731
|
* @throws OciError when an error occurs
|
|
712
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
732
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/GetParser.ts.html |here} to see how to use GetParser API.
|
|
713
733
|
*/
|
|
714
734
|
getParser(getParserRequest: requests.GetParserRequest): Promise<responses.GetParserResponse>;
|
|
715
735
|
/**
|
|
@@ -719,7 +739,7 @@ export declare class LogAnalyticsClient {
|
|
|
719
739
|
* @param GetParserSummaryRequest
|
|
720
740
|
* @return GetParserSummaryResponse
|
|
721
741
|
* @throws OciError when an error occurs
|
|
722
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
742
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/GetParserSummary.ts.html |here} to see how to use GetParserSummary API.
|
|
723
743
|
*/
|
|
724
744
|
getParserSummary(getParserSummaryRequest: requests.GetParserSummaryRequest): Promise<responses.GetParserSummaryResponse>;
|
|
725
745
|
/**
|
|
@@ -729,7 +749,7 @@ export declare class LogAnalyticsClient {
|
|
|
729
749
|
* @param GetPreferencesRequest
|
|
730
750
|
* @return GetPreferencesResponse
|
|
731
751
|
* @throws OciError when an error occurs
|
|
732
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
752
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/GetPreferences.ts.html |here} to see how to use GetPreferences API.
|
|
733
753
|
*/
|
|
734
754
|
getPreferences(getPreferencesRequest: requests.GetPreferencesRequest): Promise<responses.GetPreferencesResponse>;
|
|
735
755
|
/**
|
|
@@ -740,7 +760,7 @@ export declare class LogAnalyticsClient {
|
|
|
740
760
|
* @param GetQueryResultRequest
|
|
741
761
|
* @return GetQueryResultResponse
|
|
742
762
|
* @throws OciError when an error occurs
|
|
743
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
763
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/GetQueryResult.ts.html |here} to see how to use GetQueryResult API.
|
|
744
764
|
*/
|
|
745
765
|
getQueryResult(getQueryResultRequest: requests.GetQueryResultRequest): Promise<responses.GetQueryResultResponse>;
|
|
746
766
|
/**
|
|
@@ -749,7 +769,7 @@ export declare class LogAnalyticsClient {
|
|
|
749
769
|
* @param GetQueryWorkRequestRequest
|
|
750
770
|
* @return GetQueryWorkRequestResponse
|
|
751
771
|
* @throws OciError when an error occurs
|
|
752
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
772
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/GetQueryWorkRequest.ts.html |here} to see how to use GetQueryWorkRequest API.
|
|
753
773
|
*/
|
|
754
774
|
getQueryWorkRequest(getQueryWorkRequestRequest: requests.GetQueryWorkRequestRequest): Promise<responses.GetQueryWorkRequestResponse>;
|
|
755
775
|
/**
|
|
@@ -758,7 +778,7 @@ export declare class LogAnalyticsClient {
|
|
|
758
778
|
* @param GetScheduledTaskRequest
|
|
759
779
|
* @return GetScheduledTaskResponse
|
|
760
780
|
* @throws OciError when an error occurs
|
|
761
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
781
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/GetScheduledTask.ts.html |here} to see how to use GetScheduledTask API.
|
|
762
782
|
*/
|
|
763
783
|
getScheduledTask(getScheduledTaskRequest: requests.GetScheduledTaskRequest): Promise<responses.GetScheduledTaskResponse>;
|
|
764
784
|
/**
|
|
@@ -768,7 +788,7 @@ export declare class LogAnalyticsClient {
|
|
|
768
788
|
* @param GetSourceRequest
|
|
769
789
|
* @return GetSourceResponse
|
|
770
790
|
* @throws OciError when an error occurs
|
|
771
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
791
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/GetSource.ts.html |here} to see how to use GetSource API.
|
|
772
792
|
*/
|
|
773
793
|
getSource(getSourceRequest: requests.GetSourceRequest): Promise<responses.GetSourceResponse>;
|
|
774
794
|
/**
|
|
@@ -778,7 +798,7 @@ export declare class LogAnalyticsClient {
|
|
|
778
798
|
* @param GetSourceSummaryRequest
|
|
779
799
|
* @return GetSourceSummaryResponse
|
|
780
800
|
* @throws OciError when an error occurs
|
|
781
|
-
* @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.10.0/loganalytics/GetSourceSummary.ts.html |here} to see how to use GetSourceSummary API.
|
|
782
802
|
*/
|
|
783
803
|
getSourceSummary(getSourceSummaryRequest: requests.GetSourceSummaryRequest): Promise<responses.GetSourceSummaryResponse>;
|
|
784
804
|
/**
|
|
@@ -788,7 +808,7 @@ export declare class LogAnalyticsClient {
|
|
|
788
808
|
* @param GetStorageRequest
|
|
789
809
|
* @return GetStorageResponse
|
|
790
810
|
* @throws OciError when an error occurs
|
|
791
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
811
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/GetStorage.ts.html |here} to see how to use GetStorage API.
|
|
792
812
|
*/
|
|
793
813
|
getStorage(getStorageRequest: requests.GetStorageRequest): Promise<responses.GetStorageResponse>;
|
|
794
814
|
/**
|
|
@@ -799,7 +819,7 @@ export declare class LogAnalyticsClient {
|
|
|
799
819
|
* @param GetStorageUsageRequest
|
|
800
820
|
* @return GetStorageUsageResponse
|
|
801
821
|
* @throws OciError when an error occurs
|
|
802
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
822
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/GetStorageUsage.ts.html |here} to see how to use GetStorageUsage API.
|
|
803
823
|
*/
|
|
804
824
|
getStorageUsage(getStorageUsageRequest: requests.GetStorageUsageRequest): Promise<responses.GetStorageUsageResponse>;
|
|
805
825
|
/**
|
|
@@ -810,7 +830,7 @@ export declare class LogAnalyticsClient {
|
|
|
810
830
|
* @param GetStorageWorkRequestRequest
|
|
811
831
|
* @return GetStorageWorkRequestResponse
|
|
812
832
|
* @throws OciError when an error occurs
|
|
813
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
833
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/GetStorageWorkRequest.ts.html |here} to see how to use GetStorageWorkRequest API.
|
|
814
834
|
*/
|
|
815
835
|
getStorageWorkRequest(getStorageWorkRequestRequest: requests.GetStorageWorkRequestRequest): Promise<responses.GetStorageWorkRequestResponse>;
|
|
816
836
|
/**
|
|
@@ -820,7 +840,7 @@ export declare class LogAnalyticsClient {
|
|
|
820
840
|
* @param GetUnprocessedDataBucketRequest
|
|
821
841
|
* @return GetUnprocessedDataBucketResponse
|
|
822
842
|
* @throws OciError when an error occurs
|
|
823
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
843
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/GetUnprocessedDataBucket.ts.html |here} to see how to use GetUnprocessedDataBucket API.
|
|
824
844
|
*/
|
|
825
845
|
getUnprocessedDataBucket(getUnprocessedDataBucketRequest: requests.GetUnprocessedDataBucketRequest): Promise<responses.GetUnprocessedDataBucketResponse>;
|
|
826
846
|
/**
|
|
@@ -829,7 +849,7 @@ export declare class LogAnalyticsClient {
|
|
|
829
849
|
* @param GetUploadRequest
|
|
830
850
|
* @return GetUploadResponse
|
|
831
851
|
* @throws OciError when an error occurs
|
|
832
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
852
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/GetUpload.ts.html |here} to see how to use GetUpload API.
|
|
833
853
|
*/
|
|
834
854
|
getUpload(getUploadRequest: requests.GetUploadRequest): Promise<responses.GetUploadResponse>;
|
|
835
855
|
/**
|
|
@@ -838,7 +858,7 @@ export declare class LogAnalyticsClient {
|
|
|
838
858
|
* @param GetWorkRequestRequest
|
|
839
859
|
* @return GetWorkRequestResponse
|
|
840
860
|
* @throws OciError when an error occurs
|
|
841
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
861
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
842
862
|
*/
|
|
843
863
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
844
864
|
/**
|
|
@@ -848,7 +868,7 @@ export declare class LogAnalyticsClient {
|
|
|
848
868
|
* @param ImportCustomContentRequest
|
|
849
869
|
* @return ImportCustomContentResponse
|
|
850
870
|
* @throws OciError when an error occurs
|
|
851
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
871
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ImportCustomContent.ts.html |here} to see how to use ImportCustomContent API.
|
|
852
872
|
*/
|
|
853
873
|
importCustomContent(importCustomContentRequest: requests.ImportCustomContentRequest): Promise<responses.ImportCustomContentResponse>;
|
|
854
874
|
/**
|
|
@@ -858,7 +878,7 @@ export declare class LogAnalyticsClient {
|
|
|
858
878
|
* @param ListAssociableEntitiesRequest
|
|
859
879
|
* @return ListAssociableEntitiesResponse
|
|
860
880
|
* @throws OciError when an error occurs
|
|
861
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
881
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ListAssociableEntities.ts.html |here} to see how to use ListAssociableEntities API.
|
|
862
882
|
*/
|
|
863
883
|
listAssociableEntities(listAssociableEntitiesRequest: requests.ListAssociableEntitiesRequest): Promise<responses.ListAssociableEntitiesResponse>;
|
|
864
884
|
/**
|
|
@@ -868,7 +888,7 @@ export declare class LogAnalyticsClient {
|
|
|
868
888
|
* @param ListAssociatedEntitiesRequest
|
|
869
889
|
* @return ListAssociatedEntitiesResponse
|
|
870
890
|
* @throws OciError when an error occurs
|
|
871
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
891
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ListAssociatedEntities.ts.html |here} to see how to use ListAssociatedEntities API.
|
|
872
892
|
*/
|
|
873
893
|
listAssociatedEntities(listAssociatedEntitiesRequest: requests.ListAssociatedEntitiesRequest): Promise<responses.ListAssociatedEntitiesResponse>;
|
|
874
894
|
/**
|
|
@@ -878,9 +898,19 @@ export declare class LogAnalyticsClient {
|
|
|
878
898
|
* @param ListAutoAssociationsRequest
|
|
879
899
|
* @return ListAutoAssociationsResponse
|
|
880
900
|
* @throws OciError when an error occurs
|
|
881
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
901
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ListAutoAssociations.ts.html |here} to see how to use ListAutoAssociations API.
|
|
882
902
|
*/
|
|
883
903
|
listAutoAssociations(listAutoAssociationsRequest: requests.ListAutoAssociationsRequest): Promise<responses.ListAutoAssociationsResponse>;
|
|
904
|
+
/**
|
|
905
|
+
* Returns a list of categories, containing detailed information about them. You may limit the number of results, provide sorting order, and filter by information such as category name or description.
|
|
906
|
+
*
|
|
907
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
908
|
+
* @param ListCategoriesRequest
|
|
909
|
+
* @return ListCategoriesResponse
|
|
910
|
+
* @throws OciError when an error occurs
|
|
911
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ListCategories.ts.html |here} to see how to use ListCategories API.
|
|
912
|
+
*/
|
|
913
|
+
listCategories(listCategoriesRequest: requests.ListCategoriesRequest): Promise<responses.ListCategoriesResponse>;
|
|
884
914
|
/**
|
|
885
915
|
* Returns the list of configuration work requests such as association or lookup operations, containing detailed information about them. You may paginate or limit the number of results.
|
|
886
916
|
*
|
|
@@ -888,7 +918,7 @@ export declare class LogAnalyticsClient {
|
|
|
888
918
|
* @param ListConfigWorkRequestsRequest
|
|
889
919
|
* @return ListConfigWorkRequestsResponse
|
|
890
920
|
* @throws OciError when an error occurs
|
|
891
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
921
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ListConfigWorkRequests.ts.html |here} to see how to use ListConfigWorkRequests API.
|
|
892
922
|
*/
|
|
893
923
|
listConfigWorkRequests(listConfigWorkRequestsRequest: requests.ListConfigWorkRequestsRequest): Promise<responses.ListConfigWorkRequestsResponse>;
|
|
894
924
|
/**
|
|
@@ -897,7 +927,7 @@ export declare class LogAnalyticsClient {
|
|
|
897
927
|
* @param ListEntityAssociationsRequest
|
|
898
928
|
* @return ListEntityAssociationsResponse
|
|
899
929
|
* @throws OciError when an error occurs
|
|
900
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
930
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ListEntityAssociations.ts.html |here} to see how to use ListEntityAssociations API.
|
|
901
931
|
*/
|
|
902
932
|
listEntityAssociations(listEntityAssociationsRequest: requests.ListEntityAssociationsRequest): Promise<responses.ListEntityAssociationsResponse>;
|
|
903
933
|
/**
|
|
@@ -907,7 +937,7 @@ export declare class LogAnalyticsClient {
|
|
|
907
937
|
* @param ListEntitySourceAssociationsRequest
|
|
908
938
|
* @return ListEntitySourceAssociationsResponse
|
|
909
939
|
* @throws OciError when an error occurs
|
|
910
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
940
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ListEntitySourceAssociations.ts.html |here} to see how to use ListEntitySourceAssociations API.
|
|
911
941
|
*/
|
|
912
942
|
listEntitySourceAssociations(listEntitySourceAssociationsRequest: requests.ListEntitySourceAssociationsRequest): Promise<responses.ListEntitySourceAssociationsResponse>;
|
|
913
943
|
/**
|
|
@@ -917,7 +947,7 @@ export declare class LogAnalyticsClient {
|
|
|
917
947
|
* @param ListFieldsRequest
|
|
918
948
|
* @return ListFieldsResponse
|
|
919
949
|
* @throws OciError when an error occurs
|
|
920
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
950
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ListFields.ts.html |here} to see how to use ListFields API.
|
|
921
951
|
*/
|
|
922
952
|
listFields(listFieldsRequest: requests.ListFieldsRequest): Promise<responses.ListFieldsResponse>;
|
|
923
953
|
/**
|
|
@@ -927,7 +957,7 @@ export declare class LogAnalyticsClient {
|
|
|
927
957
|
* @param ListLabelPrioritiesRequest
|
|
928
958
|
* @return ListLabelPrioritiesResponse
|
|
929
959
|
* @throws OciError when an error occurs
|
|
930
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
960
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ListLabelPriorities.ts.html |here} to see how to use ListLabelPriorities API.
|
|
931
961
|
*/
|
|
932
962
|
listLabelPriorities(listLabelPrioritiesRequest: requests.ListLabelPrioritiesRequest): Promise<responses.ListLabelPrioritiesResponse>;
|
|
933
963
|
/**
|
|
@@ -937,7 +967,7 @@ export declare class LogAnalyticsClient {
|
|
|
937
967
|
* @param ListLabelSourceDetailsRequest
|
|
938
968
|
* @return ListLabelSourceDetailsResponse
|
|
939
969
|
* @throws OciError when an error occurs
|
|
940
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
970
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ListLabelSourceDetails.ts.html |here} to see how to use ListLabelSourceDetails API.
|
|
941
971
|
*/
|
|
942
972
|
listLabelSourceDetails(listLabelSourceDetailsRequest: requests.ListLabelSourceDetailsRequest): Promise<responses.ListLabelSourceDetailsResponse>;
|
|
943
973
|
/**
|
|
@@ -947,7 +977,7 @@ export declare class LogAnalyticsClient {
|
|
|
947
977
|
* @param ListLabelsRequest
|
|
948
978
|
* @return ListLabelsResponse
|
|
949
979
|
* @throws OciError when an error occurs
|
|
950
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
980
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ListLabels.ts.html |here} to see how to use ListLabels API.
|
|
951
981
|
*/
|
|
952
982
|
listLabels(listLabelsRequest: requests.ListLabelsRequest): Promise<responses.ListLabelsResponse>;
|
|
953
983
|
/**
|
|
@@ -956,7 +986,7 @@ export declare class LogAnalyticsClient {
|
|
|
956
986
|
* @param ListLogAnalyticsEmBridgesRequest
|
|
957
987
|
* @return ListLogAnalyticsEmBridgesResponse
|
|
958
988
|
* @throws OciError when an error occurs
|
|
959
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
989
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ListLogAnalyticsEmBridges.ts.html |here} to see how to use ListLogAnalyticsEmBridges API.
|
|
960
990
|
*/
|
|
961
991
|
listLogAnalyticsEmBridges(listLogAnalyticsEmBridgesRequest: requests.ListLogAnalyticsEmBridgesRequest): Promise<responses.ListLogAnalyticsEmBridgesResponse>;
|
|
962
992
|
/**
|
|
@@ -965,16 +995,25 @@ export declare class LogAnalyticsClient {
|
|
|
965
995
|
* @param ListLogAnalyticsEntitiesRequest
|
|
966
996
|
* @return ListLogAnalyticsEntitiesResponse
|
|
967
997
|
* @throws OciError when an error occurs
|
|
968
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
998
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ListLogAnalyticsEntities.ts.html |here} to see how to use ListLogAnalyticsEntities API.
|
|
969
999
|
*/
|
|
970
1000
|
listLogAnalyticsEntities(listLogAnalyticsEntitiesRequest: requests.ListLogAnalyticsEntitiesRequest): Promise<responses.ListLogAnalyticsEntitiesResponse>;
|
|
1001
|
+
/**
|
|
1002
|
+
* Return a log analytics entity topology collection that contains a set of log analytics entities and a set of relationships between those, for the input source entity.
|
|
1003
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1004
|
+
* @param ListLogAnalyticsEntityTopologyRequest
|
|
1005
|
+
* @return ListLogAnalyticsEntityTopologyResponse
|
|
1006
|
+
* @throws OciError when an error occurs
|
|
1007
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ListLogAnalyticsEntityTopology.ts.html |here} to see how to use ListLogAnalyticsEntityTopology API.
|
|
1008
|
+
*/
|
|
1009
|
+
listLogAnalyticsEntityTopology(listLogAnalyticsEntityTopologyRequest: requests.ListLogAnalyticsEntityTopologyRequest): Promise<responses.ListLogAnalyticsEntityTopologyResponse>;
|
|
971
1010
|
/**
|
|
972
1011
|
* Return a list of log analytics entity types.
|
|
973
1012
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
974
1013
|
* @param ListLogAnalyticsEntityTypesRequest
|
|
975
1014
|
* @return ListLogAnalyticsEntityTypesResponse
|
|
976
1015
|
* @throws OciError when an error occurs
|
|
977
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1016
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ListLogAnalyticsEntityTypes.ts.html |here} to see how to use ListLogAnalyticsEntityTypes API.
|
|
978
1017
|
*/
|
|
979
1018
|
listLogAnalyticsEntityTypes(listLogAnalyticsEntityTypesRequest: requests.ListLogAnalyticsEntityTypesRequest): Promise<responses.ListLogAnalyticsEntityTypesResponse>;
|
|
980
1019
|
/**
|
|
@@ -984,7 +1023,7 @@ export declare class LogAnalyticsClient {
|
|
|
984
1023
|
* @param ListLogAnalyticsLogGroupsRequest
|
|
985
1024
|
* @return ListLogAnalyticsLogGroupsResponse
|
|
986
1025
|
* @throws OciError when an error occurs
|
|
987
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1026
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ListLogAnalyticsLogGroups.ts.html |here} to see how to use ListLogAnalyticsLogGroups API.
|
|
988
1027
|
*/
|
|
989
1028
|
listLogAnalyticsLogGroups(listLogAnalyticsLogGroupsRequest: requests.ListLogAnalyticsLogGroupsRequest): Promise<responses.ListLogAnalyticsLogGroupsResponse>;
|
|
990
1029
|
/**
|
|
@@ -993,7 +1032,7 @@ export declare class LogAnalyticsClient {
|
|
|
993
1032
|
* @param ListLogAnalyticsObjectCollectionRulesRequest
|
|
994
1033
|
* @return ListLogAnalyticsObjectCollectionRulesResponse
|
|
995
1034
|
* @throws OciError when an error occurs
|
|
996
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1035
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ListLogAnalyticsObjectCollectionRules.ts.html |here} to see how to use ListLogAnalyticsObjectCollectionRules API.
|
|
997
1036
|
*/
|
|
998
1037
|
listLogAnalyticsObjectCollectionRules(listLogAnalyticsObjectCollectionRulesRequest: requests.ListLogAnalyticsObjectCollectionRulesRequest): Promise<responses.ListLogAnalyticsObjectCollectionRulesResponse>;
|
|
999
1038
|
/**
|
|
@@ -1003,7 +1042,7 @@ export declare class LogAnalyticsClient {
|
|
|
1003
1042
|
* @param ListLogSetsRequest
|
|
1004
1043
|
* @return ListLogSetsResponse
|
|
1005
1044
|
* @throws OciError when an error occurs
|
|
1006
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1045
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ListLogSets.ts.html |here} to see how to use ListLogSets API.
|
|
1007
1046
|
*/
|
|
1008
1047
|
listLogSets(listLogSetsRequest: requests.ListLogSetsRequest): Promise<responses.ListLogSetsResponse>;
|
|
1009
1048
|
/**
|
|
@@ -1013,7 +1052,7 @@ export declare class LogAnalyticsClient {
|
|
|
1013
1052
|
* @param ListLookupsRequest
|
|
1014
1053
|
* @return ListLookupsResponse
|
|
1015
1054
|
* @throws OciError when an error occurs
|
|
1016
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1055
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ListLookups.ts.html |here} to see how to use ListLookups API.
|
|
1017
1056
|
*/
|
|
1018
1057
|
listLookups(listLookupsRequest: requests.ListLookupsRequest): Promise<responses.ListLookupsResponse>;
|
|
1019
1058
|
/**
|
|
@@ -1023,7 +1062,7 @@ export declare class LogAnalyticsClient {
|
|
|
1023
1062
|
* @param ListMetaSourceTypesRequest
|
|
1024
1063
|
* @return ListMetaSourceTypesResponse
|
|
1025
1064
|
* @throws OciError when an error occurs
|
|
1026
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1065
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ListMetaSourceTypes.ts.html |here} to see how to use ListMetaSourceTypes API.
|
|
1027
1066
|
*/
|
|
1028
1067
|
listMetaSourceTypes(listMetaSourceTypesRequest: requests.ListMetaSourceTypesRequest): Promise<responses.ListMetaSourceTypesResponse>;
|
|
1029
1068
|
/**
|
|
@@ -1034,7 +1073,7 @@ export declare class LogAnalyticsClient {
|
|
|
1034
1073
|
* @param ListNamespacesRequest
|
|
1035
1074
|
* @return ListNamespacesResponse
|
|
1036
1075
|
* @throws OciError when an error occurs
|
|
1037
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1076
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ListNamespaces.ts.html |here} to see how to use ListNamespaces API.
|
|
1038
1077
|
*/
|
|
1039
1078
|
listNamespaces(listNamespacesRequest: requests.ListNamespacesRequest): Promise<responses.ListNamespacesResponse>;
|
|
1040
1079
|
/**
|
|
@@ -1044,7 +1083,7 @@ export declare class LogAnalyticsClient {
|
|
|
1044
1083
|
* @param ListParserFunctionsRequest
|
|
1045
1084
|
* @return ListParserFunctionsResponse
|
|
1046
1085
|
* @throws OciError when an error occurs
|
|
1047
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1086
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ListParserFunctions.ts.html |here} to see how to use ListParserFunctions API.
|
|
1048
1087
|
*/
|
|
1049
1088
|
listParserFunctions(listParserFunctionsRequest: requests.ListParserFunctionsRequest): Promise<responses.ListParserFunctionsResponse>;
|
|
1050
1089
|
/**
|
|
@@ -1054,7 +1093,7 @@ export declare class LogAnalyticsClient {
|
|
|
1054
1093
|
* @param ListParserMetaPluginsRequest
|
|
1055
1094
|
* @return ListParserMetaPluginsResponse
|
|
1056
1095
|
* @throws OciError when an error occurs
|
|
1057
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1096
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ListParserMetaPlugins.ts.html |here} to see how to use ListParserMetaPlugins API.
|
|
1058
1097
|
*/
|
|
1059
1098
|
listParserMetaPlugins(listParserMetaPluginsRequest: requests.ListParserMetaPluginsRequest): Promise<responses.ListParserMetaPluginsResponse>;
|
|
1060
1099
|
/**
|
|
@@ -1064,7 +1103,7 @@ export declare class LogAnalyticsClient {
|
|
|
1064
1103
|
* @param ListParsersRequest
|
|
1065
1104
|
* @return ListParsersResponse
|
|
1066
1105
|
* @throws OciError when an error occurs
|
|
1067
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1106
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ListParsers.ts.html |here} to see how to use ListParsers API.
|
|
1068
1107
|
*/
|
|
1069
1108
|
listParsers(listParsersRequest: requests.ListParsersRequest): Promise<responses.ListParsersResponse>;
|
|
1070
1109
|
/**
|
|
@@ -1073,7 +1112,7 @@ export declare class LogAnalyticsClient {
|
|
|
1073
1112
|
* @param ListQueryWorkRequestsRequest
|
|
1074
1113
|
* @return ListQueryWorkRequestsResponse
|
|
1075
1114
|
* @throws OciError when an error occurs
|
|
1076
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1115
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ListQueryWorkRequests.ts.html |here} to see how to use ListQueryWorkRequests API.
|
|
1077
1116
|
*/
|
|
1078
1117
|
listQueryWorkRequests(listQueryWorkRequestsRequest: requests.ListQueryWorkRequestsRequest): Promise<responses.ListQueryWorkRequestsResponse>;
|
|
1079
1118
|
/**
|
|
@@ -1083,16 +1122,27 @@ export declare class LogAnalyticsClient {
|
|
|
1083
1122
|
* @param ListRecalledDataRequest
|
|
1084
1123
|
* @return ListRecalledDataResponse
|
|
1085
1124
|
* @throws OciError when an error occurs
|
|
1086
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1125
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ListRecalledData.ts.html |here} to see how to use ListRecalledData API.
|
|
1087
1126
|
*/
|
|
1088
1127
|
listRecalledData(listRecalledDataRequest: requests.ListRecalledDataRequest): Promise<responses.ListRecalledDataResponse>;
|
|
1128
|
+
/**
|
|
1129
|
+
* Returns a list of resources and their category assignments.
|
|
1130
|
+
* You may limit the number of results, provide sorting order, and filter by information such as resource type.
|
|
1131
|
+
*
|
|
1132
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1133
|
+
* @param ListResourceCategoriesRequest
|
|
1134
|
+
* @return ListResourceCategoriesResponse
|
|
1135
|
+
* @throws OciError when an error occurs
|
|
1136
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ListResourceCategories.ts.html |here} to see how to use ListResourceCategories API.
|
|
1137
|
+
*/
|
|
1138
|
+
listResourceCategories(listResourceCategoriesRequest: requests.ListResourceCategoriesRequest): Promise<responses.ListResourceCategoriesResponse>;
|
|
1089
1139
|
/**
|
|
1090
1140
|
* Lists scheduled tasks.
|
|
1091
1141
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1092
1142
|
* @param ListScheduledTasksRequest
|
|
1093
1143
|
* @return ListScheduledTasksResponse
|
|
1094
1144
|
* @throws OciError when an error occurs
|
|
1095
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1145
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ListScheduledTasks.ts.html |here} to see how to use ListScheduledTasks API.
|
|
1096
1146
|
*/
|
|
1097
1147
|
listScheduledTasks(listScheduledTasksRequest: requests.ListScheduledTasksRequest): Promise<responses.ListScheduledTasksResponse>;
|
|
1098
1148
|
/**
|
|
@@ -1102,7 +1152,7 @@ export declare class LogAnalyticsClient {
|
|
|
1102
1152
|
* @param ListSourceAssociationsRequest
|
|
1103
1153
|
* @return ListSourceAssociationsResponse
|
|
1104
1154
|
* @throws OciError when an error occurs
|
|
1105
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1155
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ListSourceAssociations.ts.html |here} to see how to use ListSourceAssociations API.
|
|
1106
1156
|
*/
|
|
1107
1157
|
listSourceAssociations(listSourceAssociationsRequest: requests.ListSourceAssociationsRequest): Promise<responses.ListSourceAssociationsResponse>;
|
|
1108
1158
|
/**
|
|
@@ -1112,7 +1162,7 @@ export declare class LogAnalyticsClient {
|
|
|
1112
1162
|
* @param ListSourceEventTypesRequest
|
|
1113
1163
|
* @return ListSourceEventTypesResponse
|
|
1114
1164
|
* @throws OciError when an error occurs
|
|
1115
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1165
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ListSourceEventTypes.ts.html |here} to see how to use ListSourceEventTypes API.
|
|
1116
1166
|
*/
|
|
1117
1167
|
listSourceEventTypes(listSourceEventTypesRequest: requests.ListSourceEventTypesRequest): Promise<responses.ListSourceEventTypesResponse>;
|
|
1118
1168
|
/**
|
|
@@ -1122,7 +1172,7 @@ export declare class LogAnalyticsClient {
|
|
|
1122
1172
|
* @param ListSourceExtendedFieldDefinitionsRequest
|
|
1123
1173
|
* @return ListSourceExtendedFieldDefinitionsResponse
|
|
1124
1174
|
* @throws OciError when an error occurs
|
|
1125
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1175
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ListSourceExtendedFieldDefinitions.ts.html |here} to see how to use ListSourceExtendedFieldDefinitions API.
|
|
1126
1176
|
*/
|
|
1127
1177
|
listSourceExtendedFieldDefinitions(listSourceExtendedFieldDefinitionsRequest: requests.ListSourceExtendedFieldDefinitionsRequest): Promise<responses.ListSourceExtendedFieldDefinitionsResponse>;
|
|
1128
1178
|
/**
|
|
@@ -1132,7 +1182,7 @@ export declare class LogAnalyticsClient {
|
|
|
1132
1182
|
* @param ListSourceLabelOperatorsRequest
|
|
1133
1183
|
* @return ListSourceLabelOperatorsResponse
|
|
1134
1184
|
* @throws OciError when an error occurs
|
|
1135
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1185
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ListSourceLabelOperators.ts.html |here} to see how to use ListSourceLabelOperators API.
|
|
1136
1186
|
*/
|
|
1137
1187
|
listSourceLabelOperators(listSourceLabelOperatorsRequest: requests.ListSourceLabelOperatorsRequest): Promise<responses.ListSourceLabelOperatorsResponse>;
|
|
1138
1188
|
/**
|
|
@@ -1142,7 +1192,7 @@ export declare class LogAnalyticsClient {
|
|
|
1142
1192
|
* @param ListSourceMetaFunctionsRequest
|
|
1143
1193
|
* @return ListSourceMetaFunctionsResponse
|
|
1144
1194
|
* @throws OciError when an error occurs
|
|
1145
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1195
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ListSourceMetaFunctions.ts.html |here} to see how to use ListSourceMetaFunctions API.
|
|
1146
1196
|
*/
|
|
1147
1197
|
listSourceMetaFunctions(listSourceMetaFunctionsRequest: requests.ListSourceMetaFunctionsRequest): Promise<responses.ListSourceMetaFunctionsResponse>;
|
|
1148
1198
|
/**
|
|
@@ -1152,7 +1202,7 @@ export declare class LogAnalyticsClient {
|
|
|
1152
1202
|
* @param ListSourcePatternsRequest
|
|
1153
1203
|
* @return ListSourcePatternsResponse
|
|
1154
1204
|
* @throws OciError when an error occurs
|
|
1155
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1205
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ListSourcePatterns.ts.html |here} to see how to use ListSourcePatterns API.
|
|
1156
1206
|
*/
|
|
1157
1207
|
listSourcePatterns(listSourcePatternsRequest: requests.ListSourcePatternsRequest): Promise<responses.ListSourcePatternsResponse>;
|
|
1158
1208
|
/**
|
|
@@ -1162,7 +1212,7 @@ export declare class LogAnalyticsClient {
|
|
|
1162
1212
|
* @param ListSourcesRequest
|
|
1163
1213
|
* @return ListSourcesResponse
|
|
1164
1214
|
* @throws OciError when an error occurs
|
|
1165
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1215
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ListSources.ts.html |here} to see how to use ListSources API.
|
|
1166
1216
|
*/
|
|
1167
1217
|
listSources(listSourcesRequest: requests.ListSourcesRequest): Promise<responses.ListSourcesResponse>;
|
|
1168
1218
|
/**
|
|
@@ -1171,7 +1221,7 @@ export declare class LogAnalyticsClient {
|
|
|
1171
1221
|
* @param ListStorageWorkRequestErrorsRequest
|
|
1172
1222
|
* @return ListStorageWorkRequestErrorsResponse
|
|
1173
1223
|
* @throws OciError when an error occurs
|
|
1174
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1224
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ListStorageWorkRequestErrors.ts.html |here} to see how to use ListStorageWorkRequestErrors API.
|
|
1175
1225
|
*/
|
|
1176
1226
|
listStorageWorkRequestErrors(listStorageWorkRequestErrorsRequest: requests.ListStorageWorkRequestErrorsRequest): Promise<responses.ListStorageWorkRequestErrorsResponse>;
|
|
1177
1227
|
/**
|
|
@@ -1181,7 +1231,7 @@ export declare class LogAnalyticsClient {
|
|
|
1181
1231
|
* @param ListStorageWorkRequestsRequest
|
|
1182
1232
|
* @return ListStorageWorkRequestsResponse
|
|
1183
1233
|
* @throws OciError when an error occurs
|
|
1184
|
-
* @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.10.0/loganalytics/ListStorageWorkRequests.ts.html |here} to see how to use ListStorageWorkRequests API.
|
|
1185
1235
|
*/
|
|
1186
1236
|
listStorageWorkRequests(listStorageWorkRequestsRequest: requests.ListStorageWorkRequestsRequest): Promise<responses.ListStorageWorkRequestsResponse>;
|
|
1187
1237
|
/**
|
|
@@ -1190,7 +1240,7 @@ export declare class LogAnalyticsClient {
|
|
|
1190
1240
|
* @param ListSupportedCharEncodingsRequest
|
|
1191
1241
|
* @return ListSupportedCharEncodingsResponse
|
|
1192
1242
|
* @throws OciError when an error occurs
|
|
1193
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1243
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ListSupportedCharEncodings.ts.html |here} to see how to use ListSupportedCharEncodings API.
|
|
1194
1244
|
*/
|
|
1195
1245
|
listSupportedCharEncodings(listSupportedCharEncodingsRequest: requests.ListSupportedCharEncodingsRequest): Promise<responses.ListSupportedCharEncodingsResponse>;
|
|
1196
1246
|
/**
|
|
@@ -1199,7 +1249,7 @@ export declare class LogAnalyticsClient {
|
|
|
1199
1249
|
* @param ListSupportedTimezonesRequest
|
|
1200
1250
|
* @return ListSupportedTimezonesResponse
|
|
1201
1251
|
* @throws OciError when an error occurs
|
|
1202
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1252
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ListSupportedTimezones.ts.html |here} to see how to use ListSupportedTimezones API.
|
|
1203
1253
|
*/
|
|
1204
1254
|
listSupportedTimezones(listSupportedTimezonesRequest: requests.ListSupportedTimezonesRequest): Promise<responses.ListSupportedTimezonesResponse>;
|
|
1205
1255
|
/**
|
|
@@ -1208,7 +1258,7 @@ export declare class LogAnalyticsClient {
|
|
|
1208
1258
|
* @param ListUploadFilesRequest
|
|
1209
1259
|
* @return ListUploadFilesResponse
|
|
1210
1260
|
* @throws OciError when an error occurs
|
|
1211
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1261
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ListUploadFiles.ts.html |here} to see how to use ListUploadFiles API.
|
|
1212
1262
|
*/
|
|
1213
1263
|
listUploadFiles(listUploadFilesRequest: requests.ListUploadFilesRequest): Promise<responses.ListUploadFilesResponse>;
|
|
1214
1264
|
/**
|
|
@@ -1217,7 +1267,7 @@ export declare class LogAnalyticsClient {
|
|
|
1217
1267
|
* @param ListUploadWarningsRequest
|
|
1218
1268
|
* @return ListUploadWarningsResponse
|
|
1219
1269
|
* @throws OciError when an error occurs
|
|
1220
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1270
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ListUploadWarnings.ts.html |here} to see how to use ListUploadWarnings API.
|
|
1221
1271
|
*/
|
|
1222
1272
|
listUploadWarnings(listUploadWarningsRequest: requests.ListUploadWarningsRequest): Promise<responses.ListUploadWarningsResponse>;
|
|
1223
1273
|
/**
|
|
@@ -1228,7 +1278,7 @@ export declare class LogAnalyticsClient {
|
|
|
1228
1278
|
* @param ListUploadsRequest
|
|
1229
1279
|
* @return ListUploadsResponse
|
|
1230
1280
|
* @throws OciError when an error occurs
|
|
1231
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1281
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ListUploads.ts.html |here} to see how to use ListUploads API.
|
|
1232
1282
|
*/
|
|
1233
1283
|
listUploads(listUploadsRequest: requests.ListUploadsRequest): Promise<responses.ListUploadsResponse>;
|
|
1234
1284
|
/**
|
|
@@ -1238,7 +1288,7 @@ export declare class LogAnalyticsClient {
|
|
|
1238
1288
|
* @param ListWarningsRequest
|
|
1239
1289
|
* @return ListWarningsResponse
|
|
1240
1290
|
* @throws OciError when an error occurs
|
|
1241
|
-
* @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.10.0/loganalytics/ListWarnings.ts.html |here} to see how to use ListWarnings API.
|
|
1242
1292
|
*/
|
|
1243
1293
|
listWarnings(listWarningsRequest: requests.ListWarningsRequest): Promise<responses.ListWarningsResponse>;
|
|
1244
1294
|
/**
|
|
@@ -1248,7 +1298,7 @@ export declare class LogAnalyticsClient {
|
|
|
1248
1298
|
* @param ListWorkRequestErrorsRequest
|
|
1249
1299
|
* @return ListWorkRequestErrorsResponse
|
|
1250
1300
|
* @throws OciError when an error occurs
|
|
1251
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1301
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
1252
1302
|
*/
|
|
1253
1303
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
1254
1304
|
/**
|
|
@@ -1258,7 +1308,7 @@ export declare class LogAnalyticsClient {
|
|
|
1258
1308
|
* @param ListWorkRequestLogsRequest
|
|
1259
1309
|
* @return ListWorkRequestLogsResponse
|
|
1260
1310
|
* @throws OciError when an error occurs
|
|
1261
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1311
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
1262
1312
|
*/
|
|
1263
1313
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
1264
1314
|
/**
|
|
@@ -1268,7 +1318,7 @@ export declare class LogAnalyticsClient {
|
|
|
1268
1318
|
* @param ListWorkRequestsRequest
|
|
1269
1319
|
* @return ListWorkRequestsResponse
|
|
1270
1320
|
* @throws OciError when an error occurs
|
|
1271
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1321
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1272
1322
|
*/
|
|
1273
1323
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
1274
1324
|
/**
|
|
@@ -1277,7 +1327,7 @@ export declare class LogAnalyticsClient {
|
|
|
1277
1327
|
* @param OffboardNamespaceRequest
|
|
1278
1328
|
* @return OffboardNamespaceResponse
|
|
1279
1329
|
* @throws OciError when an error occurs
|
|
1280
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1330
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/OffboardNamespace.ts.html |here} to see how to use OffboardNamespace API.
|
|
1281
1331
|
*/
|
|
1282
1332
|
offboardNamespace(offboardNamespaceRequest: requests.OffboardNamespaceRequest): Promise<responses.OffboardNamespaceResponse>;
|
|
1283
1333
|
/**
|
|
@@ -1287,7 +1337,7 @@ export declare class LogAnalyticsClient {
|
|
|
1287
1337
|
* @param OnboardNamespaceRequest
|
|
1288
1338
|
* @return OnboardNamespaceResponse
|
|
1289
1339
|
* @throws OciError when an error occurs
|
|
1290
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1340
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/OnboardNamespace.ts.html |here} to see how to use OnboardNamespace API.
|
|
1291
1341
|
*/
|
|
1292
1342
|
onboardNamespace(onboardNamespaceRequest: requests.OnboardNamespaceRequest): Promise<responses.OnboardNamespaceResponse>;
|
|
1293
1343
|
/**
|
|
@@ -1296,7 +1346,7 @@ export declare class LogAnalyticsClient {
|
|
|
1296
1346
|
* @param ParseQueryRequest
|
|
1297
1347
|
* @return ParseQueryResponse
|
|
1298
1348
|
* @throws OciError when an error occurs
|
|
1299
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1349
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ParseQuery.ts.html |here} to see how to use ParseQuery API.
|
|
1300
1350
|
*/
|
|
1301
1351
|
parseQuery(parseQueryRequest: requests.ParseQueryRequest): Promise<responses.ParseQueryResponse>;
|
|
1302
1352
|
/**
|
|
@@ -1306,7 +1356,7 @@ export declare class LogAnalyticsClient {
|
|
|
1306
1356
|
* @param PauseScheduledTaskRequest
|
|
1307
1357
|
* @return PauseScheduledTaskResponse
|
|
1308
1358
|
* @throws OciError when an error occurs
|
|
1309
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1359
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/PauseScheduledTask.ts.html |here} to see how to use PauseScheduledTask API.
|
|
1310
1360
|
*/
|
|
1311
1361
|
pauseScheduledTask(pauseScheduledTaskRequest: requests.PauseScheduledTaskRequest): Promise<responses.PauseScheduledTaskResponse>;
|
|
1312
1362
|
/**
|
|
@@ -1317,7 +1367,7 @@ export declare class LogAnalyticsClient {
|
|
|
1317
1367
|
* @param PurgeStorageDataRequest
|
|
1318
1368
|
* @return PurgeStorageDataResponse
|
|
1319
1369
|
* @throws OciError when an error occurs
|
|
1320
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1370
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/PurgeStorageData.ts.html |here} to see how to use PurgeStorageData API.
|
|
1321
1371
|
*/
|
|
1322
1372
|
purgeStorageData(purgeStorageDataRequest: requests.PurgeStorageDataRequest): Promise<responses.PurgeStorageDataResponse>;
|
|
1323
1373
|
/**
|
|
@@ -1326,7 +1376,7 @@ export declare class LogAnalyticsClient {
|
|
|
1326
1376
|
* @param PutQueryWorkRequestBackgroundRequest
|
|
1327
1377
|
* @return PutQueryWorkRequestBackgroundResponse
|
|
1328
1378
|
* @throws OciError when an error occurs
|
|
1329
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1379
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/PutQueryWorkRequestBackground.ts.html |here} to see how to use PutQueryWorkRequestBackground API.
|
|
1330
1380
|
*/
|
|
1331
1381
|
putQueryWorkRequestBackground(putQueryWorkRequestBackgroundRequest: requests.PutQueryWorkRequestBackgroundRequest): Promise<responses.PutQueryWorkRequestBackgroundResponse>;
|
|
1332
1382
|
/**
|
|
@@ -1336,7 +1386,7 @@ export declare class LogAnalyticsClient {
|
|
|
1336
1386
|
* @param QueryRequest
|
|
1337
1387
|
* @return QueryResponse
|
|
1338
1388
|
* @throws OciError when an error occurs
|
|
1339
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1389
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/Query.ts.html |here} to see how to use Query API.
|
|
1340
1390
|
*/
|
|
1341
1391
|
query(queryRequest: requests.QueryRequest): Promise<responses.QueryResponse>;
|
|
1342
1392
|
/**
|
|
@@ -1346,7 +1396,7 @@ export declare class LogAnalyticsClient {
|
|
|
1346
1396
|
* @param RecallArchivedDataRequest
|
|
1347
1397
|
* @return RecallArchivedDataResponse
|
|
1348
1398
|
* @throws OciError when an error occurs
|
|
1349
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1399
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/RecallArchivedData.ts.html |here} to see how to use RecallArchivedData API.
|
|
1350
1400
|
*/
|
|
1351
1401
|
recallArchivedData(recallArchivedDataRequest: requests.RecallArchivedDataRequest): Promise<responses.RecallArchivedDataResponse>;
|
|
1352
1402
|
/**
|
|
@@ -1356,7 +1406,7 @@ export declare class LogAnalyticsClient {
|
|
|
1356
1406
|
* @param RegisterLookupRequest
|
|
1357
1407
|
* @return RegisterLookupResponse
|
|
1358
1408
|
* @throws OciError when an error occurs
|
|
1359
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1409
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/RegisterLookup.ts.html |here} to see how to use RegisterLookup API.
|
|
1360
1410
|
*/
|
|
1361
1411
|
registerLookup(registerLookupRequest: requests.RegisterLookupRequest): Promise<responses.RegisterLookupResponse>;
|
|
1362
1412
|
/**
|
|
@@ -1366,7 +1416,7 @@ export declare class LogAnalyticsClient {
|
|
|
1366
1416
|
* @param ReleaseRecalledDataRequest
|
|
1367
1417
|
* @return ReleaseRecalledDataResponse
|
|
1368
1418
|
* @throws OciError when an error occurs
|
|
1369
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1419
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ReleaseRecalledData.ts.html |here} to see how to use ReleaseRecalledData API.
|
|
1370
1420
|
*/
|
|
1371
1421
|
releaseRecalledData(releaseRecalledDataRequest: requests.ReleaseRecalledDataRequest): Promise<responses.ReleaseRecalledDataResponse>;
|
|
1372
1422
|
/**
|
|
@@ -1375,7 +1425,7 @@ export declare class LogAnalyticsClient {
|
|
|
1375
1425
|
* @param RemoveEntityAssociationsRequest
|
|
1376
1426
|
* @return RemoveEntityAssociationsResponse
|
|
1377
1427
|
* @throws OciError when an error occurs
|
|
1378
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1428
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/RemoveEntityAssociations.ts.html |here} to see how to use RemoveEntityAssociations API.
|
|
1379
1429
|
*/
|
|
1380
1430
|
removeEntityAssociations(removeEntityAssociationsRequest: requests.RemoveEntityAssociationsRequest): Promise<responses.RemoveEntityAssociationsResponse>;
|
|
1381
1431
|
/**
|
|
@@ -1385,9 +1435,19 @@ export declare class LogAnalyticsClient {
|
|
|
1385
1435
|
* @param RemovePreferencesRequest
|
|
1386
1436
|
* @return RemovePreferencesResponse
|
|
1387
1437
|
* @throws OciError when an error occurs
|
|
1388
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1438
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/RemovePreferences.ts.html |here} to see how to use RemovePreferences API.
|
|
1389
1439
|
*/
|
|
1390
1440
|
removePreferences(removePreferencesRequest: requests.RemovePreferencesRequest): Promise<responses.RemovePreferencesResponse>;
|
|
1441
|
+
/**
|
|
1442
|
+
* Removes the category assignments of DASHBOARD and SAVEDSEARCH resources.
|
|
1443
|
+
*
|
|
1444
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1445
|
+
* @param RemoveResourceCategoriesRequest
|
|
1446
|
+
* @return RemoveResourceCategoriesResponse
|
|
1447
|
+
* @throws OciError when an error occurs
|
|
1448
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/RemoveResourceCategories.ts.html |here} to see how to use RemoveResourceCategories API.
|
|
1449
|
+
*/
|
|
1450
|
+
removeResourceCategories(removeResourceCategoriesRequest: requests.RemoveResourceCategoriesRequest): Promise<responses.RemoveResourceCategoriesResponse>;
|
|
1391
1451
|
/**
|
|
1392
1452
|
* Remove one or more event types from a source.
|
|
1393
1453
|
*
|
|
@@ -1395,7 +1455,7 @@ export declare class LogAnalyticsClient {
|
|
|
1395
1455
|
* @param RemoveSourceEventTypesRequest
|
|
1396
1456
|
* @return RemoveSourceEventTypesResponse
|
|
1397
1457
|
* @throws OciError when an error occurs
|
|
1398
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1458
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/RemoveSourceEventTypes.ts.html |here} to see how to use RemoveSourceEventTypes API.
|
|
1399
1459
|
*/
|
|
1400
1460
|
removeSourceEventTypes(removeSourceEventTypesRequest: requests.RemoveSourceEventTypesRequest): Promise<responses.RemoveSourceEventTypesResponse>;
|
|
1401
1461
|
/**
|
|
@@ -1405,7 +1465,7 @@ export declare class LogAnalyticsClient {
|
|
|
1405
1465
|
* @param ResumeScheduledTaskRequest
|
|
1406
1466
|
* @return ResumeScheduledTaskResponse
|
|
1407
1467
|
* @throws OciError when an error occurs
|
|
1408
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1468
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ResumeScheduledTask.ts.html |here} to see how to use ResumeScheduledTask API.
|
|
1409
1469
|
*/
|
|
1410
1470
|
resumeScheduledTask(resumeScheduledTaskRequest: requests.ResumeScheduledTaskRequest): Promise<responses.ResumeScheduledTaskResponse>;
|
|
1411
1471
|
/**
|
|
@@ -1417,7 +1477,7 @@ export declare class LogAnalyticsClient {
|
|
|
1417
1477
|
* @param RunRequest
|
|
1418
1478
|
* @return RunResponse
|
|
1419
1479
|
* @throws OciError when an error occurs
|
|
1420
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1480
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/Run.ts.html |here} to see how to use Run API.
|
|
1421
1481
|
*/
|
|
1422
1482
|
run(runRequest: requests.RunRequest): Promise<responses.RunResponse>;
|
|
1423
1483
|
/**
|
|
@@ -1429,7 +1489,7 @@ export declare class LogAnalyticsClient {
|
|
|
1429
1489
|
* @param SetUnprocessedDataBucketRequest
|
|
1430
1490
|
* @return SetUnprocessedDataBucketResponse
|
|
1431
1491
|
* @throws OciError when an error occurs
|
|
1432
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1492
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/SetUnprocessedDataBucket.ts.html |here} to see how to use SetUnprocessedDataBucket API.
|
|
1433
1493
|
*/
|
|
1434
1494
|
setUnprocessedDataBucket(setUnprocessedDataBucketRequest: requests.SetUnprocessedDataBucketRequest): Promise<responses.SetUnprocessedDataBucketResponse>;
|
|
1435
1495
|
/**
|
|
@@ -1438,7 +1498,7 @@ export declare class LogAnalyticsClient {
|
|
|
1438
1498
|
* @param SuggestRequest
|
|
1439
1499
|
* @return SuggestResponse
|
|
1440
1500
|
* @throws OciError when an error occurs
|
|
1441
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1501
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/Suggest.ts.html |here} to see how to use Suggest API.
|
|
1442
1502
|
*/
|
|
1443
1503
|
suggest(suggestRequest: requests.SuggestRequest): Promise<responses.SuggestResponse>;
|
|
1444
1504
|
/**
|
|
@@ -1448,7 +1508,7 @@ export declare class LogAnalyticsClient {
|
|
|
1448
1508
|
* @param SuppressWarningRequest
|
|
1449
1509
|
* @return SuppressWarningResponse
|
|
1450
1510
|
* @throws OciError when an error occurs
|
|
1451
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1511
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/SuppressWarning.ts.html |here} to see how to use SuppressWarning API.
|
|
1452
1512
|
*/
|
|
1453
1513
|
suppressWarning(suppressWarningRequest: requests.SuppressWarningRequest): Promise<responses.SuppressWarningResponse>;
|
|
1454
1514
|
/**
|
|
@@ -1458,7 +1518,7 @@ export declare class LogAnalyticsClient {
|
|
|
1458
1518
|
* @param TestParserRequest
|
|
1459
1519
|
* @return TestParserResponse
|
|
1460
1520
|
* @throws OciError when an error occurs
|
|
1461
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1521
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/TestParser.ts.html |here} to see how to use TestParser API.
|
|
1462
1522
|
*/
|
|
1463
1523
|
testParser(testParserRequest: requests.TestParserRequest): Promise<responses.TestParserResponse>;
|
|
1464
1524
|
/**
|
|
@@ -1468,7 +1528,7 @@ export declare class LogAnalyticsClient {
|
|
|
1468
1528
|
* @param UnsuppressWarningRequest
|
|
1469
1529
|
* @return UnsuppressWarningResponse
|
|
1470
1530
|
* @throws OciError when an error occurs
|
|
1471
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1531
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/UnsuppressWarning.ts.html |here} to see how to use UnsuppressWarning API.
|
|
1472
1532
|
*/
|
|
1473
1533
|
unsuppressWarning(unsuppressWarningRequest: requests.UnsuppressWarningRequest): Promise<responses.UnsuppressWarningResponse>;
|
|
1474
1534
|
/**
|
|
@@ -1477,7 +1537,7 @@ export declare class LogAnalyticsClient {
|
|
|
1477
1537
|
* @param UpdateLogAnalyticsEmBridgeRequest
|
|
1478
1538
|
* @return UpdateLogAnalyticsEmBridgeResponse
|
|
1479
1539
|
* @throws OciError when an error occurs
|
|
1480
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1540
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/UpdateLogAnalyticsEmBridge.ts.html |here} to see how to use UpdateLogAnalyticsEmBridge API.
|
|
1481
1541
|
*/
|
|
1482
1542
|
updateLogAnalyticsEmBridge(updateLogAnalyticsEmBridgeRequest: requests.UpdateLogAnalyticsEmBridgeRequest): Promise<responses.UpdateLogAnalyticsEmBridgeResponse>;
|
|
1483
1543
|
/**
|
|
@@ -1486,7 +1546,7 @@ export declare class LogAnalyticsClient {
|
|
|
1486
1546
|
* @param UpdateLogAnalyticsEntityRequest
|
|
1487
1547
|
* @return UpdateLogAnalyticsEntityResponse
|
|
1488
1548
|
* @throws OciError when an error occurs
|
|
1489
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1549
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/UpdateLogAnalyticsEntity.ts.html |here} to see how to use UpdateLogAnalyticsEntity API.
|
|
1490
1550
|
*/
|
|
1491
1551
|
updateLogAnalyticsEntity(updateLogAnalyticsEntityRequest: requests.UpdateLogAnalyticsEntityRequest): Promise<responses.UpdateLogAnalyticsEntityResponse>;
|
|
1492
1552
|
/**
|
|
@@ -1495,7 +1555,7 @@ export declare class LogAnalyticsClient {
|
|
|
1495
1555
|
* @param UpdateLogAnalyticsEntityTypeRequest
|
|
1496
1556
|
* @return UpdateLogAnalyticsEntityTypeResponse
|
|
1497
1557
|
* @throws OciError when an error occurs
|
|
1498
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1558
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/UpdateLogAnalyticsEntityType.ts.html |here} to see how to use UpdateLogAnalyticsEntityType API.
|
|
1499
1559
|
*/
|
|
1500
1560
|
updateLogAnalyticsEntityType(updateLogAnalyticsEntityTypeRequest: requests.UpdateLogAnalyticsEntityTypeRequest): Promise<responses.UpdateLogAnalyticsEntityTypeResponse>;
|
|
1501
1561
|
/**
|
|
@@ -1505,7 +1565,7 @@ export declare class LogAnalyticsClient {
|
|
|
1505
1565
|
* @param UpdateLogAnalyticsLogGroupRequest
|
|
1506
1566
|
* @return UpdateLogAnalyticsLogGroupResponse
|
|
1507
1567
|
* @throws OciError when an error occurs
|
|
1508
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1568
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/UpdateLogAnalyticsLogGroup.ts.html |here} to see how to use UpdateLogAnalyticsLogGroup API.
|
|
1509
1569
|
*/
|
|
1510
1570
|
updateLogAnalyticsLogGroup(updateLogAnalyticsLogGroupRequest: requests.UpdateLogAnalyticsLogGroupRequest): Promise<responses.UpdateLogAnalyticsLogGroupResponse>;
|
|
1511
1571
|
/**
|
|
@@ -1514,7 +1574,7 @@ export declare class LogAnalyticsClient {
|
|
|
1514
1574
|
* @param UpdateLogAnalyticsObjectCollectionRuleRequest
|
|
1515
1575
|
* @return UpdateLogAnalyticsObjectCollectionRuleResponse
|
|
1516
1576
|
* @throws OciError when an error occurs
|
|
1517
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1577
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/UpdateLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use UpdateLogAnalyticsObjectCollectionRule API.
|
|
1518
1578
|
*/
|
|
1519
1579
|
updateLogAnalyticsObjectCollectionRule(updateLogAnalyticsObjectCollectionRuleRequest: requests.UpdateLogAnalyticsObjectCollectionRuleRequest): Promise<responses.UpdateLogAnalyticsObjectCollectionRuleResponse>;
|
|
1520
1580
|
/**
|
|
@@ -1524,7 +1584,7 @@ export declare class LogAnalyticsClient {
|
|
|
1524
1584
|
* @param UpdateLookupRequest
|
|
1525
1585
|
* @return UpdateLookupResponse
|
|
1526
1586
|
* @throws OciError when an error occurs
|
|
1527
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1587
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/UpdateLookup.ts.html |here} to see how to use UpdateLookup API.
|
|
1528
1588
|
*/
|
|
1529
1589
|
updateLookup(updateLookupRequest: requests.UpdateLookupRequest): Promise<responses.UpdateLookupResponse>;
|
|
1530
1590
|
/**
|
|
@@ -1534,7 +1594,7 @@ export declare class LogAnalyticsClient {
|
|
|
1534
1594
|
* @param UpdateLookupDataRequest
|
|
1535
1595
|
* @return UpdateLookupDataResponse
|
|
1536
1596
|
* @throws OciError when an error occurs
|
|
1537
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1597
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/UpdateLookupData.ts.html |here} to see how to use UpdateLookupData API.
|
|
1538
1598
|
*/
|
|
1539
1599
|
updateLookupData(updateLookupDataRequest: requests.UpdateLookupDataRequest): Promise<responses.UpdateLookupDataResponse>;
|
|
1540
1600
|
/**
|
|
@@ -1544,16 +1604,26 @@ export declare class LogAnalyticsClient {
|
|
|
1544
1604
|
* @param UpdatePreferencesRequest
|
|
1545
1605
|
* @return UpdatePreferencesResponse
|
|
1546
1606
|
* @throws OciError when an error occurs
|
|
1547
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1607
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/UpdatePreferences.ts.html |here} to see how to use UpdatePreferences API.
|
|
1548
1608
|
*/
|
|
1549
1609
|
updatePreferences(updatePreferencesRequest: requests.UpdatePreferencesRequest): Promise<responses.UpdatePreferencesResponse>;
|
|
1610
|
+
/**
|
|
1611
|
+
* Updates the category assignments of DASHBOARD and SAVEDSEARCH resources.
|
|
1612
|
+
*
|
|
1613
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1614
|
+
* @param UpdateResourceCategoriesRequest
|
|
1615
|
+
* @return UpdateResourceCategoriesResponse
|
|
1616
|
+
* @throws OciError when an error occurs
|
|
1617
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/UpdateResourceCategories.ts.html |here} to see how to use UpdateResourceCategories API.
|
|
1618
|
+
*/
|
|
1619
|
+
updateResourceCategories(updateResourceCategoriesRequest: requests.UpdateResourceCategoriesRequest): Promise<responses.UpdateResourceCategoriesResponse>;
|
|
1550
1620
|
/**
|
|
1551
1621
|
* Update the scheduled task. Schedules may be updated only for taskType SAVED_SEARCH and PURGE.
|
|
1552
1622
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1553
1623
|
* @param UpdateScheduledTaskRequest
|
|
1554
1624
|
* @return UpdateScheduledTaskResponse
|
|
1555
1625
|
* @throws OciError when an error occurs
|
|
1556
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1626
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/UpdateScheduledTask.ts.html |here} to see how to use UpdateScheduledTask API.
|
|
1557
1627
|
*/
|
|
1558
1628
|
updateScheduledTask(updateScheduledTaskRequest: requests.UpdateScheduledTaskRequest): Promise<responses.UpdateScheduledTaskResponse>;
|
|
1559
1629
|
/**
|
|
@@ -1563,7 +1633,7 @@ export declare class LogAnalyticsClient {
|
|
|
1563
1633
|
* @param UpdateStorageRequest
|
|
1564
1634
|
* @return UpdateStorageResponse
|
|
1565
1635
|
* @throws OciError when an error occurs
|
|
1566
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1636
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/UpdateStorage.ts.html |here} to see how to use UpdateStorage API.
|
|
1567
1637
|
*/
|
|
1568
1638
|
updateStorage(updateStorageRequest: requests.UpdateStorageRequest): Promise<responses.UpdateStorageResponse>;
|
|
1569
1639
|
/**
|
|
@@ -1573,7 +1643,7 @@ export declare class LogAnalyticsClient {
|
|
|
1573
1643
|
* @param UploadLogEventsFileRequest
|
|
1574
1644
|
* @return UploadLogEventsFileResponse
|
|
1575
1645
|
* @throws OciError when an error occurs
|
|
1576
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1646
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/UploadLogEventsFile.ts.html |here} to see how to use UploadLogEventsFile API.
|
|
1577
1647
|
*/
|
|
1578
1648
|
uploadLogEventsFile(uploadLogEventsFileRequest: requests.UploadLogEventsFileRequest): Promise<responses.UploadLogEventsFileResponse>;
|
|
1579
1649
|
/**
|
|
@@ -1583,7 +1653,7 @@ export declare class LogAnalyticsClient {
|
|
|
1583
1653
|
* @param UploadLogFileRequest
|
|
1584
1654
|
* @return UploadLogFileResponse
|
|
1585
1655
|
* @throws OciError when an error occurs
|
|
1586
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1656
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/UploadLogFile.ts.html |here} to see how to use UploadLogFile API.
|
|
1587
1657
|
*/
|
|
1588
1658
|
uploadLogFile(uploadLogFileRequest: requests.UploadLogFileRequest): Promise<responses.UploadLogFileResponse>;
|
|
1589
1659
|
/**
|
|
@@ -1593,7 +1663,7 @@ export declare class LogAnalyticsClient {
|
|
|
1593
1663
|
* @param UpsertAssociationsRequest
|
|
1594
1664
|
* @return UpsertAssociationsResponse
|
|
1595
1665
|
* @throws OciError when an error occurs
|
|
1596
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1666
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/UpsertAssociations.ts.html |here} to see how to use UpsertAssociations API.
|
|
1597
1667
|
*/
|
|
1598
1668
|
upsertAssociations(upsertAssociationsRequest: requests.UpsertAssociationsRequest): Promise<responses.UpsertAssociationsResponse>;
|
|
1599
1669
|
/**
|
|
@@ -1603,7 +1673,7 @@ export declare class LogAnalyticsClient {
|
|
|
1603
1673
|
* @param UpsertFieldRequest
|
|
1604
1674
|
* @return UpsertFieldResponse
|
|
1605
1675
|
* @throws OciError when an error occurs
|
|
1606
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1676
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/UpsertField.ts.html |here} to see how to use UpsertField API.
|
|
1607
1677
|
*/
|
|
1608
1678
|
upsertField(upsertFieldRequest: requests.UpsertFieldRequest): Promise<responses.UpsertFieldResponse>;
|
|
1609
1679
|
/**
|
|
@@ -1613,7 +1683,7 @@ export declare class LogAnalyticsClient {
|
|
|
1613
1683
|
* @param UpsertLabelRequest
|
|
1614
1684
|
* @return UpsertLabelResponse
|
|
1615
1685
|
* @throws OciError when an error occurs
|
|
1616
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1686
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/UpsertLabel.ts.html |here} to see how to use UpsertLabel API.
|
|
1617
1687
|
*/
|
|
1618
1688
|
upsertLabel(upsertLabelRequest: requests.UpsertLabelRequest): Promise<responses.UpsertLabelResponse>;
|
|
1619
1689
|
/**
|
|
@@ -1623,7 +1693,7 @@ export declare class LogAnalyticsClient {
|
|
|
1623
1693
|
* @param UpsertParserRequest
|
|
1624
1694
|
* @return UpsertParserResponse
|
|
1625
1695
|
* @throws OciError when an error occurs
|
|
1626
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1696
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/UpsertParser.ts.html |here} to see how to use UpsertParser API.
|
|
1627
1697
|
*/
|
|
1628
1698
|
upsertParser(upsertParserRequest: requests.UpsertParserRequest): Promise<responses.UpsertParserResponse>;
|
|
1629
1699
|
/**
|
|
@@ -1633,7 +1703,7 @@ export declare class LogAnalyticsClient {
|
|
|
1633
1703
|
* @param UpsertSourceRequest
|
|
1634
1704
|
* @return UpsertSourceResponse
|
|
1635
1705
|
* @throws OciError when an error occurs
|
|
1636
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1706
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/UpsertSource.ts.html |here} to see how to use UpsertSource API.
|
|
1637
1707
|
*/
|
|
1638
1708
|
upsertSource(upsertSourceRequest: requests.UpsertSourceRequest): Promise<responses.UpsertSourceResponse>;
|
|
1639
1709
|
/**
|
|
@@ -1643,7 +1713,7 @@ export declare class LogAnalyticsClient {
|
|
|
1643
1713
|
* @param ValidateAssociationParametersRequest
|
|
1644
1714
|
* @return ValidateAssociationParametersResponse
|
|
1645
1715
|
* @throws OciError when an error occurs
|
|
1646
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1716
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ValidateAssociationParameters.ts.html |here} to see how to use ValidateAssociationParameters API.
|
|
1647
1717
|
*/
|
|
1648
1718
|
validateAssociationParameters(validateAssociationParametersRequest: requests.ValidateAssociationParametersRequest): Promise<responses.ValidateAssociationParametersResponse>;
|
|
1649
1719
|
/**
|
|
@@ -1652,7 +1722,7 @@ export declare class LogAnalyticsClient {
|
|
|
1652
1722
|
* @param ValidateFileRequest
|
|
1653
1723
|
* @return ValidateFileResponse
|
|
1654
1724
|
* @throws OciError when an error occurs
|
|
1655
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1725
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ValidateFile.ts.html |here} to see how to use ValidateFile API.
|
|
1656
1726
|
*/
|
|
1657
1727
|
validateFile(validateFileRequest: requests.ValidateFileRequest): Promise<responses.ValidateFileResponse>;
|
|
1658
1728
|
/**
|
|
@@ -1662,7 +1732,7 @@ export declare class LogAnalyticsClient {
|
|
|
1662
1732
|
* @param ValidateSourceRequest
|
|
1663
1733
|
* @return ValidateSourceResponse
|
|
1664
1734
|
* @throws OciError when an error occurs
|
|
1665
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1735
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ValidateSource.ts.html |here} to see how to use ValidateSource API.
|
|
1666
1736
|
*/
|
|
1667
1737
|
validateSource(validateSourceRequest: requests.ValidateSourceRequest): Promise<responses.ValidateSourceResponse>;
|
|
1668
1738
|
/**
|
|
@@ -1672,7 +1742,7 @@ export declare class LogAnalyticsClient {
|
|
|
1672
1742
|
* @param ValidateSourceExtendedFieldDetailsRequest
|
|
1673
1743
|
* @return ValidateSourceExtendedFieldDetailsResponse
|
|
1674
1744
|
* @throws OciError when an error occurs
|
|
1675
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1745
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ValidateSourceExtendedFieldDetails.ts.html |here} to see how to use ValidateSourceExtendedFieldDetails API.
|
|
1676
1746
|
*/
|
|
1677
1747
|
validateSourceExtendedFieldDetails(validateSourceExtendedFieldDetailsRequest: requests.ValidateSourceExtendedFieldDetailsRequest): Promise<responses.ValidateSourceExtendedFieldDetailsResponse>;
|
|
1678
1748
|
/**
|
|
@@ -1681,7 +1751,20 @@ export declare class LogAnalyticsClient {
|
|
|
1681
1751
|
* @param ValidateSourceMappingRequest
|
|
1682
1752
|
* @return ValidateSourceMappingResponse
|
|
1683
1753
|
* @throws OciError when an error occurs
|
|
1684
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1754
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/ValidateSourceMapping.ts.html |here} to see how to use ValidateSourceMapping API.
|
|
1685
1755
|
*/
|
|
1686
1756
|
validateSourceMapping(validateSourceMappingRequest: requests.ValidateSourceMappingRequest): Promise<responses.ValidateSourceMappingResponse>;
|
|
1757
|
+
/**
|
|
1758
|
+
* Verify the accelerated saved search task specified by {scheduledTaskId}.
|
|
1759
|
+
* For internal use only.
|
|
1760
|
+
* Optionally specify whether to return accelerated search results; the default is false.
|
|
1761
|
+
* The ScheduledTask taskType must be ACCELERATION.
|
|
1762
|
+
*
|
|
1763
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1764
|
+
* @param VerifyRequest
|
|
1765
|
+
* @return VerifyResponse
|
|
1766
|
+
* @throws OciError when an error occurs
|
|
1767
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/Verify.ts.html |here} to see how to use Verify API.
|
|
1768
|
+
*/
|
|
1769
|
+
verify(verifyRequest: requests.VerifyRequest): Promise<responses.VerifyResponse>;
|
|
1687
1770
|
}
|