oci-vnmonitoring 2.73.0 → 2.73.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 +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/lib/client.d.ts
CHANGED
|
@@ -89,7 +89,7 @@ export declare class VnMonitoringClient {
|
|
|
89
89
|
* @param ChangePathAnalyzerTestCompartmentRequest
|
|
90
90
|
* @return ChangePathAnalyzerTestCompartmentResponse
|
|
91
91
|
* @throws OciError when an error occurs
|
|
92
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.
|
|
92
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vnmonitoring/ChangePathAnalyzerTestCompartment.ts.html |here} to see how to use ChangePathAnalyzerTestCompartment API.
|
|
93
93
|
*/
|
|
94
94
|
changePathAnalyzerTestCompartment(changePathAnalyzerTestCompartmentRequest: requests.ChangePathAnalyzerTestCompartmentRequest): Promise<responses.ChangePathAnalyzerTestCompartmentResponse>;
|
|
95
95
|
/**
|
|
@@ -98,7 +98,7 @@ export declare class VnMonitoringClient {
|
|
|
98
98
|
* @param CreatePathAnalyzerTestRequest
|
|
99
99
|
* @return CreatePathAnalyzerTestResponse
|
|
100
100
|
* @throws OciError when an error occurs
|
|
101
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.
|
|
101
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vnmonitoring/CreatePathAnalyzerTest.ts.html |here} to see how to use CreatePathAnalyzerTest API.
|
|
102
102
|
*/
|
|
103
103
|
createPathAnalyzerTest(createPathAnalyzerTestRequest: requests.CreatePathAnalyzerTestRequest): Promise<responses.CreatePathAnalyzerTestResponse>;
|
|
104
104
|
/**
|
|
@@ -107,7 +107,7 @@ export declare class VnMonitoringClient {
|
|
|
107
107
|
* @param DeletePathAnalyzerTestRequest
|
|
108
108
|
* @return DeletePathAnalyzerTestResponse
|
|
109
109
|
* @throws OciError when an error occurs
|
|
110
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.
|
|
110
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vnmonitoring/DeletePathAnalyzerTest.ts.html |here} to see how to use DeletePathAnalyzerTest API.
|
|
111
111
|
*/
|
|
112
112
|
deletePathAnalyzerTest(deletePathAnalyzerTestRequest: requests.DeletePathAnalyzerTestRequest): Promise<responses.DeletePathAnalyzerTestResponse>;
|
|
113
113
|
/**
|
|
@@ -124,7 +124,7 @@ export declare class VnMonitoringClient {
|
|
|
124
124
|
* @param GetPathAnalysisRequest
|
|
125
125
|
* @return GetPathAnalysisResponse
|
|
126
126
|
* @throws OciError when an error occurs
|
|
127
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.
|
|
127
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vnmonitoring/GetPathAnalysis.ts.html |here} to see how to use GetPathAnalysis API.
|
|
128
128
|
*/
|
|
129
129
|
getPathAnalysis(getPathAnalysisRequest: requests.GetPathAnalysisRequest): Promise<responses.GetPathAnalysisResponse>;
|
|
130
130
|
/**
|
|
@@ -133,7 +133,7 @@ export declare class VnMonitoringClient {
|
|
|
133
133
|
* @param GetPathAnalyzerTestRequest
|
|
134
134
|
* @return GetPathAnalyzerTestResponse
|
|
135
135
|
* @throws OciError when an error occurs
|
|
136
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.
|
|
136
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vnmonitoring/GetPathAnalyzerTest.ts.html |here} to see how to use GetPathAnalyzerTest API.
|
|
137
137
|
*/
|
|
138
138
|
getPathAnalyzerTest(getPathAnalyzerTestRequest: requests.GetPathAnalyzerTestRequest): Promise<responses.GetPathAnalyzerTestResponse>;
|
|
139
139
|
/**
|
|
@@ -142,7 +142,7 @@ export declare class VnMonitoringClient {
|
|
|
142
142
|
* @param GetWorkRequestRequest
|
|
143
143
|
* @return GetWorkRequestResponse
|
|
144
144
|
* @throws OciError when an error occurs
|
|
145
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.
|
|
145
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vnmonitoring/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
146
146
|
*/
|
|
147
147
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
148
148
|
/**
|
|
@@ -152,7 +152,7 @@ export declare class VnMonitoringClient {
|
|
|
152
152
|
* @param ListPathAnalyzerTestsRequest
|
|
153
153
|
* @return ListPathAnalyzerTestsResponse
|
|
154
154
|
* @throws OciError when an error occurs
|
|
155
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.
|
|
155
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vnmonitoring/ListPathAnalyzerTests.ts.html |here} to see how to use ListPathAnalyzerTests API.
|
|
156
156
|
*/
|
|
157
157
|
listPathAnalyzerTests(listPathAnalyzerTestsRequest: requests.ListPathAnalyzerTestsRequest): Promise<responses.ListPathAnalyzerTestsResponse>;
|
|
158
158
|
/**
|
|
@@ -162,7 +162,7 @@ export declare class VnMonitoringClient {
|
|
|
162
162
|
* @param ListWorkRequestErrorsRequest
|
|
163
163
|
* @return ListWorkRequestErrorsResponse
|
|
164
164
|
* @throws OciError when an error occurs
|
|
165
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.
|
|
165
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vnmonitoring/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
166
166
|
*/
|
|
167
167
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
168
168
|
/**
|
|
@@ -172,7 +172,7 @@ export declare class VnMonitoringClient {
|
|
|
172
172
|
* @param ListWorkRequestLogsRequest
|
|
173
173
|
* @return ListWorkRequestLogsResponse
|
|
174
174
|
* @throws OciError when an error occurs
|
|
175
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.
|
|
175
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vnmonitoring/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
176
176
|
*/
|
|
177
177
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
178
178
|
/**
|
|
@@ -183,7 +183,7 @@ export declare class VnMonitoringClient {
|
|
|
183
183
|
* @param ListWorkRequestResultsRequest
|
|
184
184
|
* @return ListWorkRequestResultsResponse
|
|
185
185
|
* @throws OciError when an error occurs
|
|
186
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.
|
|
186
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vnmonitoring/ListWorkRequestResults.ts.html |here} to see how to use ListWorkRequestResults API.
|
|
187
187
|
*/
|
|
188
188
|
listWorkRequestResults(listWorkRequestResultsRequest: requests.ListWorkRequestResultsRequest): Promise<responses.ListWorkRequestResultsResponse>;
|
|
189
189
|
/**
|
|
@@ -192,7 +192,7 @@ export declare class VnMonitoringClient {
|
|
|
192
192
|
* @param ListWorkRequestsRequest
|
|
193
193
|
* @return ListWorkRequestsResponse
|
|
194
194
|
* @throws OciError when an error occurs
|
|
195
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.
|
|
195
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vnmonitoring/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
196
196
|
*/
|
|
197
197
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
198
198
|
/**
|
|
@@ -201,7 +201,7 @@ export declare class VnMonitoringClient {
|
|
|
201
201
|
* @param UpdatePathAnalyzerTestRequest
|
|
202
202
|
* @return UpdatePathAnalyzerTestResponse
|
|
203
203
|
* @throws OciError when an error occurs
|
|
204
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.
|
|
204
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vnmonitoring/UpdatePathAnalyzerTest.ts.html |here} to see how to use UpdatePathAnalyzerTest API.
|
|
205
205
|
*/
|
|
206
206
|
updatePathAnalyzerTest(updatePathAnalyzerTestRequest: requests.UpdatePathAnalyzerTestRequest): Promise<responses.UpdatePathAnalyzerTestResponse>;
|
|
207
207
|
}
|
package/lib/client.js
CHANGED
|
@@ -186,7 +186,7 @@ class VnMonitoringClient {
|
|
|
186
186
|
* @param ChangePathAnalyzerTestCompartmentRequest
|
|
187
187
|
* @return ChangePathAnalyzerTestCompartmentResponse
|
|
188
188
|
* @throws OciError when an error occurs
|
|
189
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.
|
|
189
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vnmonitoring/ChangePathAnalyzerTestCompartment.ts.html |here} to see how to use ChangePathAnalyzerTestCompartment API.
|
|
190
190
|
*/
|
|
191
191
|
changePathAnalyzerTestCompartment(changePathAnalyzerTestCompartmentRequest) {
|
|
192
192
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -247,7 +247,7 @@ class VnMonitoringClient {
|
|
|
247
247
|
* @param CreatePathAnalyzerTestRequest
|
|
248
248
|
* @return CreatePathAnalyzerTestResponse
|
|
249
249
|
* @throws OciError when an error occurs
|
|
250
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.
|
|
250
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vnmonitoring/CreatePathAnalyzerTest.ts.html |here} to see how to use CreatePathAnalyzerTest API.
|
|
251
251
|
*/
|
|
252
252
|
createPathAnalyzerTest(createPathAnalyzerTestRequest) {
|
|
253
253
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -310,7 +310,7 @@ class VnMonitoringClient {
|
|
|
310
310
|
* @param DeletePathAnalyzerTestRequest
|
|
311
311
|
* @return DeletePathAnalyzerTestResponse
|
|
312
312
|
* @throws OciError when an error occurs
|
|
313
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.
|
|
313
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vnmonitoring/DeletePathAnalyzerTest.ts.html |here} to see how to use DeletePathAnalyzerTest API.
|
|
314
314
|
*/
|
|
315
315
|
deletePathAnalyzerTest(deletePathAnalyzerTestRequest) {
|
|
316
316
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -373,7 +373,7 @@ class VnMonitoringClient {
|
|
|
373
373
|
* @param GetPathAnalysisRequest
|
|
374
374
|
* @return GetPathAnalysisResponse
|
|
375
375
|
* @throws OciError when an error occurs
|
|
376
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.
|
|
376
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vnmonitoring/GetPathAnalysis.ts.html |here} to see how to use GetPathAnalysis API.
|
|
377
377
|
*/
|
|
378
378
|
getPathAnalysis(getPathAnalysisRequest) {
|
|
379
379
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -433,7 +433,7 @@ class VnMonitoringClient {
|
|
|
433
433
|
* @param GetPathAnalyzerTestRequest
|
|
434
434
|
* @return GetPathAnalyzerTestResponse
|
|
435
435
|
* @throws OciError when an error occurs
|
|
436
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.
|
|
436
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vnmonitoring/GetPathAnalyzerTest.ts.html |here} to see how to use GetPathAnalyzerTest API.
|
|
437
437
|
*/
|
|
438
438
|
getPathAnalyzerTest(getPathAnalyzerTestRequest) {
|
|
439
439
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -496,7 +496,7 @@ class VnMonitoringClient {
|
|
|
496
496
|
* @param GetWorkRequestRequest
|
|
497
497
|
* @return GetWorkRequestResponse
|
|
498
498
|
* @throws OciError when an error occurs
|
|
499
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.
|
|
499
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vnmonitoring/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
500
500
|
*/
|
|
501
501
|
getWorkRequest(getWorkRequestRequest) {
|
|
502
502
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -565,7 +565,7 @@ class VnMonitoringClient {
|
|
|
565
565
|
* @param ListPathAnalyzerTestsRequest
|
|
566
566
|
* @return ListPathAnalyzerTestsResponse
|
|
567
567
|
* @throws OciError when an error occurs
|
|
568
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.
|
|
568
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vnmonitoring/ListPathAnalyzerTests.ts.html |here} to see how to use ListPathAnalyzerTests API.
|
|
569
569
|
*/
|
|
570
570
|
listPathAnalyzerTests(listPathAnalyzerTestsRequest) {
|
|
571
571
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -635,7 +635,7 @@ class VnMonitoringClient {
|
|
|
635
635
|
* @param ListWorkRequestErrorsRequest
|
|
636
636
|
* @return ListWorkRequestErrorsResponse
|
|
637
637
|
* @throws OciError when an error occurs
|
|
638
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.
|
|
638
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vnmonitoring/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
639
639
|
*/
|
|
640
640
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
641
641
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -704,7 +704,7 @@ class VnMonitoringClient {
|
|
|
704
704
|
* @param ListWorkRequestLogsRequest
|
|
705
705
|
* @return ListWorkRequestLogsResponse
|
|
706
706
|
* @throws OciError when an error occurs
|
|
707
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.
|
|
707
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vnmonitoring/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
708
708
|
*/
|
|
709
709
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
710
710
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -774,7 +774,7 @@ class VnMonitoringClient {
|
|
|
774
774
|
* @param ListWorkRequestResultsRequest
|
|
775
775
|
* @return ListWorkRequestResultsResponse
|
|
776
776
|
* @throws OciError when an error occurs
|
|
777
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.
|
|
777
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vnmonitoring/ListWorkRequestResults.ts.html |here} to see how to use ListWorkRequestResults API.
|
|
778
778
|
*/
|
|
779
779
|
listWorkRequestResults(listWorkRequestResultsRequest) {
|
|
780
780
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -841,7 +841,7 @@ class VnMonitoringClient {
|
|
|
841
841
|
* @param ListWorkRequestsRequest
|
|
842
842
|
* @return ListWorkRequestsResponse
|
|
843
843
|
* @throws OciError when an error occurs
|
|
844
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.
|
|
844
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vnmonitoring/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
845
845
|
*/
|
|
846
846
|
listWorkRequests(listWorkRequestsRequest) {
|
|
847
847
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -911,7 +911,7 @@ class VnMonitoringClient {
|
|
|
911
911
|
* @param UpdatePathAnalyzerTestRequest
|
|
912
912
|
* @return UpdatePathAnalyzerTestResponse
|
|
913
913
|
* @throws OciError when an error occurs
|
|
914
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.
|
|
914
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/vnmonitoring/UpdatePathAnalyzerTest.ts.html |here} to see how to use UpdatePathAnalyzerTest API.
|
|
915
915
|
*/
|
|
916
916
|
updatePathAnalyzerTest(updatePathAnalyzerTestRequest) {
|
|
917
917
|
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.73.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/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.73.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/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.73.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/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.73.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/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.73.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/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.73.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/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.73.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/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.73.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/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.73.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/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.73.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/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.73.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/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.73.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/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.73.
|
|
3
|
+
"version": "2.73.1",
|
|
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.73.
|
|
19
|
-
"oci-workrequests": "2.73.
|
|
18
|
+
"oci-common": "2.73.1",
|
|
19
|
+
"oci-workrequests": "2.73.1"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|