oci-vnmonitoring 2.63.0 → 2.64.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/LICENSE.txt +6 -6
- package/lib/client.d.ts +12 -12
- package/lib/client.js +12 -12
- package/lib/request/change-path-analyzer-test-compartment-request.d.ts +1 -1
- package/lib/request/create-path-analyzer-test-request.d.ts +1 -1
- package/lib/request/delete-path-analyzer-test-request.d.ts +1 -1
- package/lib/request/get-path-analysis-request.d.ts +1 -1
- package/lib/request/get-path-analyzer-test-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-path-analyzer-tests-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-request-results-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/update-path-analyzer-test-request.d.ts +1 -1
- package/package.json +3 -3
package/LICENSE.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Copyright (c) 2016,
|
|
1
|
+
Copyright (c) 2016, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
2
2
|
|
|
3
3
|
This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 or Apache License 2.0. See below for license terms. You may choose either license.
|
|
4
4
|
|
|
@@ -70,10 +70,10 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
|
70
70
|
3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
|
|
71
71
|
|
|
72
72
|
4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
73
|
+
- You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
74
|
+
- You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
75
|
+
- You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
|
|
76
|
+
- If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
|
|
77
77
|
|
|
78
78
|
You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
|
|
79
79
|
5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
|
|
@@ -86,4 +86,4 @@ You may add Your own copyright statement to Your modifications and may provide a
|
|
|
86
86
|
|
|
87
87
|
9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
|
|
88
88
|
|
|
89
|
-
END OF TERMS AND CONDITIONS
|
|
89
|
+
END OF TERMS AND CONDITIONS
|
package/lib/client.d.ts
CHANGED
|
@@ -88,7 +88,7 @@ export declare class VnMonitoringClient {
|
|
|
88
88
|
* @param ChangePathAnalyzerTestCompartmentRequest
|
|
89
89
|
* @return ChangePathAnalyzerTestCompartmentResponse
|
|
90
90
|
* @throws OciError when an error occurs
|
|
91
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
91
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/vnmonitoring/ChangePathAnalyzerTestCompartment.ts.html |here} to see how to use ChangePathAnalyzerTestCompartment API.
|
|
92
92
|
*/
|
|
93
93
|
changePathAnalyzerTestCompartment(changePathAnalyzerTestCompartmentRequest: requests.ChangePathAnalyzerTestCompartmentRequest): Promise<responses.ChangePathAnalyzerTestCompartmentResponse>;
|
|
94
94
|
/**
|
|
@@ -97,7 +97,7 @@ export declare class VnMonitoringClient {
|
|
|
97
97
|
* @param CreatePathAnalyzerTestRequest
|
|
98
98
|
* @return CreatePathAnalyzerTestResponse
|
|
99
99
|
* @throws OciError when an error occurs
|
|
100
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
100
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/vnmonitoring/CreatePathAnalyzerTest.ts.html |here} to see how to use CreatePathAnalyzerTest API.
|
|
101
101
|
*/
|
|
102
102
|
createPathAnalyzerTest(createPathAnalyzerTestRequest: requests.CreatePathAnalyzerTestRequest): Promise<responses.CreatePathAnalyzerTestResponse>;
|
|
103
103
|
/**
|
|
@@ -106,7 +106,7 @@ export declare class VnMonitoringClient {
|
|
|
106
106
|
* @param DeletePathAnalyzerTestRequest
|
|
107
107
|
* @return DeletePathAnalyzerTestResponse
|
|
108
108
|
* @throws OciError when an error occurs
|
|
109
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
109
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/vnmonitoring/DeletePathAnalyzerTest.ts.html |here} to see how to use DeletePathAnalyzerTest API.
|
|
110
110
|
*/
|
|
111
111
|
deletePathAnalyzerTest(deletePathAnalyzerTestRequest: requests.DeletePathAnalyzerTestRequest): Promise<responses.DeletePathAnalyzerTestResponse>;
|
|
112
112
|
/**
|
|
@@ -123,7 +123,7 @@ export declare class VnMonitoringClient {
|
|
|
123
123
|
* @param GetPathAnalysisRequest
|
|
124
124
|
* @return GetPathAnalysisResponse
|
|
125
125
|
* @throws OciError when an error occurs
|
|
126
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
126
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/vnmonitoring/GetPathAnalysis.ts.html |here} to see how to use GetPathAnalysis API.
|
|
127
127
|
*/
|
|
128
128
|
getPathAnalysis(getPathAnalysisRequest: requests.GetPathAnalysisRequest): Promise<responses.GetPathAnalysisResponse>;
|
|
129
129
|
/**
|
|
@@ -132,7 +132,7 @@ export declare class VnMonitoringClient {
|
|
|
132
132
|
* @param GetPathAnalyzerTestRequest
|
|
133
133
|
* @return GetPathAnalyzerTestResponse
|
|
134
134
|
* @throws OciError when an error occurs
|
|
135
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
135
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/vnmonitoring/GetPathAnalyzerTest.ts.html |here} to see how to use GetPathAnalyzerTest API.
|
|
136
136
|
*/
|
|
137
137
|
getPathAnalyzerTest(getPathAnalyzerTestRequest: requests.GetPathAnalyzerTestRequest): Promise<responses.GetPathAnalyzerTestResponse>;
|
|
138
138
|
/**
|
|
@@ -141,7 +141,7 @@ export declare class VnMonitoringClient {
|
|
|
141
141
|
* @param GetWorkRequestRequest
|
|
142
142
|
* @return GetWorkRequestResponse
|
|
143
143
|
* @throws OciError when an error occurs
|
|
144
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
144
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/vnmonitoring/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
145
145
|
*/
|
|
146
146
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
147
147
|
/**
|
|
@@ -151,7 +151,7 @@ export declare class VnMonitoringClient {
|
|
|
151
151
|
* @param ListPathAnalyzerTestsRequest
|
|
152
152
|
* @return ListPathAnalyzerTestsResponse
|
|
153
153
|
* @throws OciError when an error occurs
|
|
154
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
154
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/vnmonitoring/ListPathAnalyzerTests.ts.html |here} to see how to use ListPathAnalyzerTests API.
|
|
155
155
|
*/
|
|
156
156
|
listPathAnalyzerTests(listPathAnalyzerTestsRequest: requests.ListPathAnalyzerTestsRequest): Promise<responses.ListPathAnalyzerTestsResponse>;
|
|
157
157
|
/**
|
|
@@ -161,7 +161,7 @@ export declare class VnMonitoringClient {
|
|
|
161
161
|
* @param ListWorkRequestErrorsRequest
|
|
162
162
|
* @return ListWorkRequestErrorsResponse
|
|
163
163
|
* @throws OciError when an error occurs
|
|
164
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
164
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/vnmonitoring/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
165
165
|
*/
|
|
166
166
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
167
167
|
/**
|
|
@@ -171,7 +171,7 @@ export declare class VnMonitoringClient {
|
|
|
171
171
|
* @param ListWorkRequestLogsRequest
|
|
172
172
|
* @return ListWorkRequestLogsResponse
|
|
173
173
|
* @throws OciError when an error occurs
|
|
174
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
174
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/vnmonitoring/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
175
175
|
*/
|
|
176
176
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
177
177
|
/**
|
|
@@ -182,7 +182,7 @@ export declare class VnMonitoringClient {
|
|
|
182
182
|
* @param ListWorkRequestResultsRequest
|
|
183
183
|
* @return ListWorkRequestResultsResponse
|
|
184
184
|
* @throws OciError when an error occurs
|
|
185
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
185
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/vnmonitoring/ListWorkRequestResults.ts.html |here} to see how to use ListWorkRequestResults API.
|
|
186
186
|
*/
|
|
187
187
|
listWorkRequestResults(listWorkRequestResultsRequest: requests.ListWorkRequestResultsRequest): Promise<responses.ListWorkRequestResultsResponse>;
|
|
188
188
|
/**
|
|
@@ -191,7 +191,7 @@ export declare class VnMonitoringClient {
|
|
|
191
191
|
* @param ListWorkRequestsRequest
|
|
192
192
|
* @return ListWorkRequestsResponse
|
|
193
193
|
* @throws OciError when an error occurs
|
|
194
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
194
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/vnmonitoring/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
195
195
|
*/
|
|
196
196
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
197
197
|
/**
|
|
@@ -200,7 +200,7 @@ export declare class VnMonitoringClient {
|
|
|
200
200
|
* @param UpdatePathAnalyzerTestRequest
|
|
201
201
|
* @return UpdatePathAnalyzerTestResponse
|
|
202
202
|
* @throws OciError when an error occurs
|
|
203
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
203
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/vnmonitoring/UpdatePathAnalyzerTest.ts.html |here} to see how to use UpdatePathAnalyzerTest API.
|
|
204
204
|
*/
|
|
205
205
|
updatePathAnalyzerTest(updatePathAnalyzerTestRequest: requests.UpdatePathAnalyzerTestRequest): Promise<responses.UpdatePathAnalyzerTestResponse>;
|
|
206
206
|
}
|
package/lib/client.js
CHANGED
|
@@ -182,7 +182,7 @@ class VnMonitoringClient {
|
|
|
182
182
|
* @param ChangePathAnalyzerTestCompartmentRequest
|
|
183
183
|
* @return ChangePathAnalyzerTestCompartmentResponse
|
|
184
184
|
* @throws OciError when an error occurs
|
|
185
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
185
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/vnmonitoring/ChangePathAnalyzerTestCompartment.ts.html |here} to see how to use ChangePathAnalyzerTestCompartment API.
|
|
186
186
|
*/
|
|
187
187
|
changePathAnalyzerTestCompartment(changePathAnalyzerTestCompartmentRequest) {
|
|
188
188
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -243,7 +243,7 @@ class VnMonitoringClient {
|
|
|
243
243
|
* @param CreatePathAnalyzerTestRequest
|
|
244
244
|
* @return CreatePathAnalyzerTestResponse
|
|
245
245
|
* @throws OciError when an error occurs
|
|
246
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
246
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/vnmonitoring/CreatePathAnalyzerTest.ts.html |here} to see how to use CreatePathAnalyzerTest API.
|
|
247
247
|
*/
|
|
248
248
|
createPathAnalyzerTest(createPathAnalyzerTestRequest) {
|
|
249
249
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -306,7 +306,7 @@ class VnMonitoringClient {
|
|
|
306
306
|
* @param DeletePathAnalyzerTestRequest
|
|
307
307
|
* @return DeletePathAnalyzerTestResponse
|
|
308
308
|
* @throws OciError when an error occurs
|
|
309
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
309
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/vnmonitoring/DeletePathAnalyzerTest.ts.html |here} to see how to use DeletePathAnalyzerTest API.
|
|
310
310
|
*/
|
|
311
311
|
deletePathAnalyzerTest(deletePathAnalyzerTestRequest) {
|
|
312
312
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -369,7 +369,7 @@ class VnMonitoringClient {
|
|
|
369
369
|
* @param GetPathAnalysisRequest
|
|
370
370
|
* @return GetPathAnalysisResponse
|
|
371
371
|
* @throws OciError when an error occurs
|
|
372
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
372
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/vnmonitoring/GetPathAnalysis.ts.html |here} to see how to use GetPathAnalysis API.
|
|
373
373
|
*/
|
|
374
374
|
getPathAnalysis(getPathAnalysisRequest) {
|
|
375
375
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -429,7 +429,7 @@ class VnMonitoringClient {
|
|
|
429
429
|
* @param GetPathAnalyzerTestRequest
|
|
430
430
|
* @return GetPathAnalyzerTestResponse
|
|
431
431
|
* @throws OciError when an error occurs
|
|
432
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
432
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/vnmonitoring/GetPathAnalyzerTest.ts.html |here} to see how to use GetPathAnalyzerTest API.
|
|
433
433
|
*/
|
|
434
434
|
getPathAnalyzerTest(getPathAnalyzerTestRequest) {
|
|
435
435
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -492,7 +492,7 @@ class VnMonitoringClient {
|
|
|
492
492
|
* @param GetWorkRequestRequest
|
|
493
493
|
* @return GetWorkRequestResponse
|
|
494
494
|
* @throws OciError when an error occurs
|
|
495
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
495
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/vnmonitoring/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
496
496
|
*/
|
|
497
497
|
getWorkRequest(getWorkRequestRequest) {
|
|
498
498
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -561,7 +561,7 @@ class VnMonitoringClient {
|
|
|
561
561
|
* @param ListPathAnalyzerTestsRequest
|
|
562
562
|
* @return ListPathAnalyzerTestsResponse
|
|
563
563
|
* @throws OciError when an error occurs
|
|
564
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
564
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/vnmonitoring/ListPathAnalyzerTests.ts.html |here} to see how to use ListPathAnalyzerTests API.
|
|
565
565
|
*/
|
|
566
566
|
listPathAnalyzerTests(listPathAnalyzerTestsRequest) {
|
|
567
567
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -631,7 +631,7 @@ class VnMonitoringClient {
|
|
|
631
631
|
* @param ListWorkRequestErrorsRequest
|
|
632
632
|
* @return ListWorkRequestErrorsResponse
|
|
633
633
|
* @throws OciError when an error occurs
|
|
634
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
634
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/vnmonitoring/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
635
635
|
*/
|
|
636
636
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
637
637
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -700,7 +700,7 @@ class VnMonitoringClient {
|
|
|
700
700
|
* @param ListWorkRequestLogsRequest
|
|
701
701
|
* @return ListWorkRequestLogsResponse
|
|
702
702
|
* @throws OciError when an error occurs
|
|
703
|
-
* @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.64.0/vnmonitoring/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
704
704
|
*/
|
|
705
705
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
706
706
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -770,7 +770,7 @@ class VnMonitoringClient {
|
|
|
770
770
|
* @param ListWorkRequestResultsRequest
|
|
771
771
|
* @return ListWorkRequestResultsResponse
|
|
772
772
|
* @throws OciError when an error occurs
|
|
773
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
773
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/vnmonitoring/ListWorkRequestResults.ts.html |here} to see how to use ListWorkRequestResults API.
|
|
774
774
|
*/
|
|
775
775
|
listWorkRequestResults(listWorkRequestResultsRequest) {
|
|
776
776
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -837,7 +837,7 @@ class VnMonitoringClient {
|
|
|
837
837
|
* @param ListWorkRequestsRequest
|
|
838
838
|
* @return ListWorkRequestsResponse
|
|
839
839
|
* @throws OciError when an error occurs
|
|
840
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
840
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/vnmonitoring/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
841
841
|
*/
|
|
842
842
|
listWorkRequests(listWorkRequestsRequest) {
|
|
843
843
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -907,7 +907,7 @@ class VnMonitoringClient {
|
|
|
907
907
|
* @param UpdatePathAnalyzerTestRequest
|
|
908
908
|
* @return UpdatePathAnalyzerTestResponse
|
|
909
909
|
* @throws OciError when an error occurs
|
|
910
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
910
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/vnmonitoring/UpdatePathAnalyzerTest.ts.html |here} to see how to use UpdatePathAnalyzerTest API.
|
|
911
911
|
*/
|
|
912
912
|
updatePathAnalyzerTest(updatePathAnalyzerTestRequest) {
|
|
913
913
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -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.64.0/vnmonitoring/ChangePathAnalyzerTestCompartment.ts.html |here} to see how to use ChangePathAnalyzerTestCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangePathAnalyzerTestCompartmentRequest 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.64.0/vnmonitoring/CreatePathAnalyzerTest.ts.html |here} to see how to use CreatePathAnalyzerTestRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreatePathAnalyzerTestRequest 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.64.0/vnmonitoring/DeletePathAnalyzerTest.ts.html |here} to see how to use DeletePathAnalyzerTestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeletePathAnalyzerTestRequest 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.64.0/vnmonitoring/GetPathAnalysis.ts.html |here} to see how to use GetPathAnalysisRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface GetPathAnalysisRequest 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.64.0/vnmonitoring/GetPathAnalyzerTest.ts.html |here} to see how to use GetPathAnalyzerTestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetPathAnalyzerTestRequest 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.64.0/vnmonitoring/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.64.0/vnmonitoring/ListPathAnalyzerTests.ts.html |here} to see how to use ListPathAnalyzerTestsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListPathAnalyzerTestsRequest 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.64.0/vnmonitoring/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestErrorsRequest 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.64.0/vnmonitoring/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestLogsRequest 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.64.0/vnmonitoring/ListWorkRequestResults.ts.html |here} to see how to use ListWorkRequestResultsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestResultsRequest 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.64.0/vnmonitoring/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestsRequest 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.64.0/vnmonitoring/UpdatePathAnalyzerTest.ts.html |here} to see how to use UpdatePathAnalyzerTestRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdatePathAnalyzerTestRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-vnmonitoring",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.64.0",
|
|
4
4
|
"description": "OCI NodeJS client for Vn Monitoring 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.64.0",
|
|
19
|
+
"oci-workrequests": "2.64.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|