oci-logging 2.76.1 → 2.77.1
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 +37 -31
- package/lib/client.js +39 -30
- package/lib/client.js.map +1 -1
- package/lib/model/create-log-details.d.ts +2 -2
- package/lib/model/create-log-group-details.d.ts +2 -2
- package/lib/model/create-log-saved-search-details.d.ts +2 -2
- package/lib/model/create-unified-agent-configuration-details.d.ts +2 -2
- package/lib/model/log-group-summary.d.ts +2 -2
- package/lib/model/log-group.d.ts +2 -2
- package/lib/model/log-saved-search-summary.d.ts +2 -2
- package/lib/model/log-saved-search.d.ts +2 -2
- package/lib/model/log-summary.d.ts +2 -2
- package/lib/model/log.d.ts +2 -2
- package/lib/model/unified-agent-configuration-summary.d.ts +2 -2
- package/lib/model/unified-agent-configuration.d.ts +2 -2
- package/lib/model/update-log-details.d.ts +2 -2
- package/lib/model/update-log-group-details.d.ts +2 -2
- package/lib/model/update-log-saved-search-details.d.ts +2 -2
- package/lib/model/update-unified-agent-configuration-details.d.ts +2 -2
- package/lib/request/change-log-group-compartment-request.d.ts +2 -2
- package/lib/request/change-log-log-group-request.d.ts +2 -2
- package/lib/request/change-log-saved-search-compartment-request.d.ts +2 -2
- package/lib/request/change-unified-agent-configuration-compartment-request.d.ts +2 -2
- package/lib/request/create-log-group-request.d.ts +1 -1
- package/lib/request/create-log-request.d.ts +1 -1
- package/lib/request/create-log-saved-search-request.d.ts +1 -1
- package/lib/request/create-unified-agent-configuration-request.d.ts +1 -1
- package/lib/request/delete-log-group-request.d.ts +2 -2
- package/lib/request/delete-log-request.d.ts +2 -2
- package/lib/request/delete-log-saved-search-request.d.ts +2 -2
- package/lib/request/delete-unified-agent-configuration-request.d.ts +2 -2
- package/lib/request/delete-work-request-request.d.ts +2 -2
- package/lib/request/get-log-group-request.d.ts +1 -1
- package/lib/request/get-log-request.d.ts +1 -1
- package/lib/request/get-log-saved-search-request.d.ts +1 -1
- package/lib/request/get-unified-agent-configuration-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-log-groups-request.d.ts +3 -3
- package/lib/request/list-log-saved-searches-request.d.ts +3 -3
- package/lib/request/list-logs-request.d.ts +3 -3
- package/lib/request/list-services-request.d.ts +1 -1
- package/lib/request/list-unified-agent-configurations-request.d.ts +3 -3
- package/lib/request/list-work-request-errors-request.d.ts +2 -2
- package/lib/request/list-work-request-logs-request.d.ts +2 -2
- package/lib/request/list-work-requests-request.d.ts +2 -2
- package/lib/request/update-log-group-request.d.ts +2 -2
- package/lib/request/update-log-request.d.ts +2 -2
- package/lib/request/update-log-saved-search-request.d.ts +2 -2
- package/lib/request/update-unified-agent-configuration-request.d.ts +2 -2
- package/lib/response/create-log-saved-search-response.d.ts +1 -1
- package/lib/response/get-log-group-response.d.ts +1 -1
- package/lib/response/get-log-response.d.ts +1 -1
- package/lib/response/get-log-saved-search-response.d.ts +1 -1
- package/lib/response/get-unified-agent-configuration-response.d.ts +1 -1
- package/lib/response/get-work-request-response.d.ts +1 -1
- package/lib/response/update-log-saved-search-response.d.ts +1 -1
- package/package.json +3 -3
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeLogSavedSearchCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -37,7 +37,7 @@ export interface ChangeLogSavedSearchCompartmentRequest extends common.BaseReque
|
|
|
37
37
|
"opcRetryToken"?: string;
|
|
38
38
|
/**
|
|
39
39
|
* For optimistic concurrency control. In the PUT or DELETE call for a
|
|
40
|
-
* resource, set the
|
|
40
|
+
* resource, set the {@code if-match} parameter to the value of the etag from a
|
|
41
41
|
* previous GET or POST response for that resource. The resource will be
|
|
42
42
|
* updated or deleted only if the etag you provide matches the resource's
|
|
43
43
|
* current etag value.
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeUnifiedAgentConfigurationCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -36,7 +36,7 @@ export interface ChangeUnifiedAgentConfigurationCompartmentRequest extends commo
|
|
|
36
36
|
"opcRetryToken"?: string;
|
|
37
37
|
/**
|
|
38
38
|
* For optimistic concurrency control. In the PUT or DELETE call for a
|
|
39
|
-
* resource, set the
|
|
39
|
+
* resource, set the {@code if-match} parameter to the value of the etag from a
|
|
40
40
|
* previous GET or POST response for that resource. The resource will be
|
|
41
41
|
* updated or deleted only if the etag you provide matches the resource's
|
|
42
42
|
* current etag value.
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroupRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateLogGroupRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/logging/CreateLog.ts.html |here} to see how to use CreateLogRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateLogRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearchRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateLogSavedSearchRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfigurationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateUnifiedAgentConfigurationRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroupRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteLogGroupRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -21,7 +21,7 @@ export interface DeleteLogGroupRequest extends common.BaseRequest {
|
|
|
21
21
|
"logGroupId": string;
|
|
22
22
|
/**
|
|
23
23
|
* For optimistic concurrency control. In the PUT or DELETE call for a
|
|
24
|
-
* resource, set the
|
|
24
|
+
* resource, set the {@code if-match} parameter to the value of the etag from a
|
|
25
25
|
* previous GET or POST response for that resource. The resource will be
|
|
26
26
|
* updated or deleted only if the etag you provide matches the resource's
|
|
27
27
|
* current etag value.
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/logging/DeleteLog.ts.html |here} to see how to use DeleteLogRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteLogRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -25,7 +25,7 @@ export interface DeleteLogRequest extends common.BaseRequest {
|
|
|
25
25
|
"logId": string;
|
|
26
26
|
/**
|
|
27
27
|
* For optimistic concurrency control. In the PUT or DELETE call for a
|
|
28
|
-
* resource, set the
|
|
28
|
+
* resource, set the {@code if-match} parameter to the value of the etag from a
|
|
29
29
|
* previous GET or POST response for that resource. The resource will be
|
|
30
30
|
* updated or deleted only if the etag you provide matches the resource's
|
|
31
31
|
* current etag value.
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearchRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteLogSavedSearchRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -22,7 +22,7 @@ export interface DeleteLogSavedSearchRequest extends common.BaseRequest {
|
|
|
22
22
|
"logSavedSearchId": string;
|
|
23
23
|
/**
|
|
24
24
|
* For optimistic concurrency control. In the PUT or DELETE call for a
|
|
25
|
-
* resource, set the
|
|
25
|
+
* resource, set the {@code if-match} parameter to the value of the etag from a
|
|
26
26
|
* previous GET or POST response for that resource. The resource will be
|
|
27
27
|
* updated or deleted only if the etag you provide matches the resource's
|
|
28
28
|
* current etag value.
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfigurationRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteUnifiedAgentConfigurationRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -27,7 +27,7 @@ export interface DeleteUnifiedAgentConfigurationRequest extends common.BaseReque
|
|
|
27
27
|
"opcRequestId"?: string;
|
|
28
28
|
/**
|
|
29
29
|
* For optimistic concurrency control. In the PUT or DELETE call for a
|
|
30
|
-
* resource, set the
|
|
30
|
+
* resource, set the {@code if-match} parameter to the value of the etag from a
|
|
31
31
|
* previous GET or POST response for that resource. The resource will be
|
|
32
32
|
* updated or deleted only if the etag you provide matches the resource's
|
|
33
33
|
* current etag value.
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteWorkRequestRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -21,7 +21,7 @@ export interface DeleteWorkRequestRequest extends common.BaseRequest {
|
|
|
21
21
|
"workRequestId": string;
|
|
22
22
|
/**
|
|
23
23
|
* For optimistic concurrency control. In the PUT or DELETE call for a
|
|
24
|
-
* resource, set the
|
|
24
|
+
* resource, set the {@code if-match} parameter to the value of the etag from a
|
|
25
25
|
* previous GET or POST response for that resource. The resource will be
|
|
26
26
|
* updated or deleted only if the etag you provide matches the resource's
|
|
27
27
|
* current etag value.
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroupRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetLogGroupRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/logging/GetLog.ts.html |here} to see how to use GetLogRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetLogRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearchRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetLogSavedSearchRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfigurationRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetUnifiedAgentConfigurationRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetWorkRequestRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroupsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListLogGroupsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -30,7 +30,7 @@ export interface ListLogGroupsRequest extends common.BaseRequest {
|
|
|
30
30
|
*/
|
|
31
31
|
"displayName"?: string;
|
|
32
32
|
/**
|
|
33
|
-
* For list pagination. The value of the
|
|
33
|
+
* For list pagination. The value of the {@code opc-next-page} or {@code opc-previous-page} response header from the previous \"List\" call.
|
|
34
34
|
* For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
35
35
|
*
|
|
36
36
|
*/
|
|
@@ -42,7 +42,7 @@ export interface ListLogGroupsRequest extends common.BaseRequest {
|
|
|
42
42
|
"limit"?: number;
|
|
43
43
|
/**
|
|
44
44
|
* The field to sort by (one column only). Default sort order is
|
|
45
|
-
* ascending exception of
|
|
45
|
+
* ascending exception of {@code timeCreated} and {@code timeLastModified} columns (descending).
|
|
46
46
|
*
|
|
47
47
|
*/
|
|
48
48
|
"sortBy"?: ListLogGroupsRequest.SortBy;
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearchesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListLogSavedSearchesRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -31,7 +31,7 @@ export interface ListLogSavedSearchesRequest extends common.BaseRequest {
|
|
|
31
31
|
*/
|
|
32
32
|
"name"?: string;
|
|
33
33
|
/**
|
|
34
|
-
* For list pagination. The value of the
|
|
34
|
+
* For list pagination. The value of the {@code opc-next-page} or {@code opc-previous-page} response header from the previous \"List\" call.
|
|
35
35
|
* For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
36
36
|
*
|
|
37
37
|
*/
|
|
@@ -43,7 +43,7 @@ export interface ListLogSavedSearchesRequest extends common.BaseRequest {
|
|
|
43
43
|
"limit"?: number;
|
|
44
44
|
/**
|
|
45
45
|
* The field to sort by (one column only). Default sort order is
|
|
46
|
-
* ascending exception of
|
|
46
|
+
* ascending exception of {@code timeCreated} and {@code timeLastModified} columns (descending).
|
|
47
47
|
*
|
|
48
48
|
*/
|
|
49
49
|
"sortBy"?: ListLogSavedSearchesRequest.SortBy;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/logging/ListLogs.ts.html |here} to see how to use ListLogsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListLogsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -41,7 +41,7 @@ export interface ListLogsRequest extends common.BaseRequest {
|
|
|
41
41
|
*/
|
|
42
42
|
"lifecycleState"?: model.LogLifecycleState;
|
|
43
43
|
/**
|
|
44
|
-
* For list pagination. The value of the
|
|
44
|
+
* For list pagination. The value of the {@code opc-next-page} or {@code opc-previous-page} response header from the previous \"List\" call.
|
|
45
45
|
* For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
46
46
|
*
|
|
47
47
|
*/
|
|
@@ -53,7 +53,7 @@ export interface ListLogsRequest extends common.BaseRequest {
|
|
|
53
53
|
"limit"?: number;
|
|
54
54
|
/**
|
|
55
55
|
* The field to sort by (one column only). Default sort order is
|
|
56
|
-
* ascending exception of
|
|
56
|
+
* ascending exception of {@code timeCreated} and {@code timeLastModified} columns (descending).
|
|
57
57
|
*
|
|
58
58
|
*/
|
|
59
59
|
"sortBy"?: ListLogsRequest.SortBy;
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/logging/ListServices.ts.html |here} to see how to use ListServicesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListServicesRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurationsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListUnifiedAgentConfigurationsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -49,14 +49,14 @@ export interface ListUnifiedAgentConfigurationsRequest extends common.BaseReques
|
|
|
49
49
|
*/
|
|
50
50
|
"limit"?: number;
|
|
51
51
|
/**
|
|
52
|
-
* For list pagination. The value of the
|
|
52
|
+
* For list pagination. The value of the {@code opc-next-page} or {@code opc-previous-page} response header from the previous \"List\" call.
|
|
53
53
|
* For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
54
54
|
*
|
|
55
55
|
*/
|
|
56
56
|
"page"?: string;
|
|
57
57
|
/**
|
|
58
58
|
* The field to sort by (one column only). Default sort order is
|
|
59
|
-
* ascending exception of
|
|
59
|
+
* ascending exception of {@code timeCreated} and {@code timeLastModified} columns (descending).
|
|
60
60
|
*
|
|
61
61
|
*/
|
|
62
62
|
"sortBy"?: ListUnifiedAgentConfigurationsRequest.SortBy;
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -26,7 +26,7 @@ export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
|
|
|
26
26
|
*/
|
|
27
27
|
"opcRequestId"?: string;
|
|
28
28
|
/**
|
|
29
|
-
* For list pagination. The value of the
|
|
29
|
+
* For list pagination. The value of the {@code opc-next-page} or {@code opc-previous-page} response header from the previous \"List\" call.
|
|
30
30
|
* For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestLogsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -26,7 +26,7 @@ export interface ListWorkRequestLogsRequest extends common.BaseRequest {
|
|
|
26
26
|
*/
|
|
27
27
|
"opcRequestId"?: string;
|
|
28
28
|
/**
|
|
29
|
-
* For list pagination. The value of the
|
|
29
|
+
* For list pagination. The value of the {@code opc-next-page} or {@code opc-previous-page} response header from the previous \"List\" call.
|
|
30
30
|
* For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -38,7 +38,7 @@ export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
|
38
38
|
*/
|
|
39
39
|
"opcRequestId"?: string;
|
|
40
40
|
/**
|
|
41
|
-
* For list pagination. The value of the
|
|
41
|
+
* For list pagination. The value of the {@code opc-next-page} or {@code opc-previous-page} response header from the previous \"List\" call.
|
|
42
42
|
* For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
43
43
|
*
|
|
44
44
|
*/
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroupRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateLogGroupRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -26,7 +26,7 @@ export interface UpdateLogGroupRequest extends common.BaseRequest {
|
|
|
26
26
|
"updateLogGroupDetails": model.UpdateLogGroupDetails;
|
|
27
27
|
/**
|
|
28
28
|
* For optimistic concurrency control. In the PUT or DELETE call for a
|
|
29
|
-
* resource, set the
|
|
29
|
+
* resource, set the {@code if-match} parameter to the value of the etag from a
|
|
30
30
|
* previous GET or POST response for that resource. The resource will be
|
|
31
31
|
* updated or deleted only if the etag you provide matches the resource's
|
|
32
32
|
* current etag value.
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/logging/UpdateLog.ts.html |here} to see how to use UpdateLogRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateLogRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -30,7 +30,7 @@ export interface UpdateLogRequest extends common.BaseRequest {
|
|
|
30
30
|
"updateLogDetails": model.UpdateLogDetails;
|
|
31
31
|
/**
|
|
32
32
|
* For optimistic concurrency control. In the PUT or DELETE call for a
|
|
33
|
-
* resource, set the
|
|
33
|
+
* resource, set the {@code if-match} parameter to the value of the etag from a
|
|
34
34
|
* previous GET or POST response for that resource. The resource will be
|
|
35
35
|
* updated or deleted only if the etag you provide matches the resource's
|
|
36
36
|
* current etag value.
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearchRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateLogSavedSearchRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -27,7 +27,7 @@ export interface UpdateLogSavedSearchRequest extends common.BaseRequest {
|
|
|
27
27
|
"updateLogSavedSearchDetails": model.UpdateLogSavedSearchDetails;
|
|
28
28
|
/**
|
|
29
29
|
* For optimistic concurrency control. In the PUT or DELETE call for a
|
|
30
|
-
* resource, set the
|
|
30
|
+
* resource, set the {@code if-match} parameter to the value of the etag from a
|
|
31
31
|
* previous GET or POST response for that resource. The resource will be
|
|
32
32
|
* updated or deleted only if the etag you provide matches the resource's
|
|
33
33
|
* current etag value.
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfigurationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateUnifiedAgentConfigurationRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -27,7 +27,7 @@ export interface UpdateUnifiedAgentConfigurationRequest extends common.BaseReque
|
|
|
27
27
|
"updateUnifiedAgentConfigurationDetails": model.UpdateUnifiedAgentConfigurationDetails;
|
|
28
28
|
/**
|
|
29
29
|
* For optimistic concurrency control. In the PUT or DELETE call for a
|
|
30
|
-
* resource, set the
|
|
30
|
+
* resource, set the {@code if-match} parameter to the value of the etag from a
|
|
31
31
|
* previous GET or POST response for that resource. The resource will be
|
|
32
32
|
* updated or deleted only if the etag you provide matches the resource's
|
|
33
33
|
* current etag value.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-logging",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.77.1",
|
|
4
4
|
"description": "OCI NodeJS client for Logging Service",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"license": "(UPL-1.0 OR Apache-2.0)",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"oci-common": "2.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.77.1",
|
|
19
|
+
"oci-workrequests": "2.77.1"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|