oci-loggingsearch 2.102.2 → 2.104.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
CHANGED
|
@@ -82,13 +82,13 @@ export declare class LogSearchClient {
|
|
|
82
82
|
/**
|
|
83
83
|
* Submit a query to search logs.
|
|
84
84
|
* <p>
|
|
85
|
-
See [Using the API](https://docs.
|
|
85
|
+
See [Using the API](https://docs.oracle.com/iaas/Content/Logging/Concepts/using_the_api_searchlogs.htm) for SDK examples.
|
|
86
86
|
*
|
|
87
87
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
88
88
|
* @param SearchLogsRequest
|
|
89
89
|
* @return SearchLogsResponse
|
|
90
90
|
* @throws OciError when an error occurs
|
|
91
|
-
* @example Click {@link https://docs.
|
|
91
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loggingsearch/SearchLogs.ts.html |here} to see how to use SearchLogs API.
|
|
92
92
|
*/
|
|
93
93
|
searchLogs(searchLogsRequest: requests.SearchLogsRequest): Promise<responses.SearchLogsResponse>;
|
|
94
94
|
}
|
package/lib/client.js
CHANGED
|
@@ -188,13 +188,13 @@ class LogSearchClient {
|
|
|
188
188
|
/**
|
|
189
189
|
* Submit a query to search logs.
|
|
190
190
|
* <p>
|
|
191
|
-
See [Using the API](https://docs.
|
|
191
|
+
See [Using the API](https://docs.oracle.com/iaas/Content/Logging/Concepts/using_the_api_searchlogs.htm) for SDK examples.
|
|
192
192
|
*
|
|
193
193
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
194
194
|
* @param SearchLogsRequest
|
|
195
195
|
* @return SearchLogsResponse
|
|
196
196
|
* @throws OciError when an error occurs
|
|
197
|
-
* @example Click {@link https://docs.
|
|
197
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loggingsearch/SearchLogs.ts.html |here} to see how to use SearchLogs API.
|
|
198
198
|
*/
|
|
199
199
|
searchLogs(searchLogsRequest) {
|
|
200
200
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -27,7 +27,7 @@ export interface SearchLogsDetails {
|
|
|
27
27
|
/**
|
|
28
28
|
* Query corresponding to the search operation. This query is parsed and validated before execution and
|
|
29
29
|
* should follow the specification. For more information on the query language specification, see
|
|
30
|
-
* [Logging Query Language Specification](https://docs.
|
|
30
|
+
* [Logging Query Language Specification](https://docs.oracle.com/iaas/Content/Logging/Reference/query_language_specification.htm).
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
"searchQuery": string;
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loggingsearch/SearchLogs.ts.html |here} to see how to use SearchLogsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface SearchLogsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -34,7 +34,7 @@ export interface SearchLogsRequest extends common.BaseRequest {
|
|
|
34
34
|
"limit"?: number;
|
|
35
35
|
/**
|
|
36
36
|
* For list pagination. The value of the opc-next-page response header from the previous \"Search\" call.
|
|
37
|
-
* For important details about how pagination works, see [List Pagination](https://docs.
|
|
37
|
+
* For important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
38
38
|
*
|
|
39
39
|
*/
|
|
40
40
|
"page"?: string;
|
|
@@ -16,7 +16,7 @@ export interface SearchLogsResponse {
|
|
|
16
16
|
* For list pagination. When this header appears in the response,
|
|
17
17
|
* additional pages of results remain.
|
|
18
18
|
* For important details about how pagination works, see
|
|
19
|
-
* [List Pagination](https://docs.
|
|
19
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
20
20
|
*
|
|
21
21
|
*/
|
|
22
22
|
"opcNextPage": string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-loggingsearch",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.104.0",
|
|
4
4
|
"description": "OCI NodeJS client for Loggingsearch 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.104.0",
|
|
19
|
+
"oci-workrequests": "2.104.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|