oci-vnmonitoring 2.47.0 → 2.48.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 +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
|
@@ -78,7 +78,7 @@ export declare class VnMonitoringClient {
|
|
|
78
78
|
* @param ChangePathAnalyzerTestCompartmentRequest
|
|
79
79
|
* @return ChangePathAnalyzerTestCompartmentResponse
|
|
80
80
|
* @throws OciError when an error occurs
|
|
81
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
81
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/vnmonitoring/ChangePathAnalyzerTestCompartment.ts.html |here} to see how to use ChangePathAnalyzerTestCompartment API.
|
|
82
82
|
*/
|
|
83
83
|
changePathAnalyzerTestCompartment(changePathAnalyzerTestCompartmentRequest: requests.ChangePathAnalyzerTestCompartmentRequest): Promise<responses.ChangePathAnalyzerTestCompartmentResponse>;
|
|
84
84
|
/**
|
|
@@ -87,7 +87,7 @@ export declare class VnMonitoringClient {
|
|
|
87
87
|
* @param CreatePathAnalyzerTestRequest
|
|
88
88
|
* @return CreatePathAnalyzerTestResponse
|
|
89
89
|
* @throws OciError when an error occurs
|
|
90
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
90
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/vnmonitoring/CreatePathAnalyzerTest.ts.html |here} to see how to use CreatePathAnalyzerTest API.
|
|
91
91
|
*/
|
|
92
92
|
createPathAnalyzerTest(createPathAnalyzerTestRequest: requests.CreatePathAnalyzerTestRequest): Promise<responses.CreatePathAnalyzerTestResponse>;
|
|
93
93
|
/**
|
|
@@ -96,7 +96,7 @@ export declare class VnMonitoringClient {
|
|
|
96
96
|
* @param DeletePathAnalyzerTestRequest
|
|
97
97
|
* @return DeletePathAnalyzerTestResponse
|
|
98
98
|
* @throws OciError when an error occurs
|
|
99
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
99
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/vnmonitoring/DeletePathAnalyzerTest.ts.html |here} to see how to use DeletePathAnalyzerTest API.
|
|
100
100
|
*/
|
|
101
101
|
deletePathAnalyzerTest(deletePathAnalyzerTestRequest: requests.DeletePathAnalyzerTestRequest): Promise<responses.DeletePathAnalyzerTestResponse>;
|
|
102
102
|
/**
|
|
@@ -113,7 +113,7 @@ export declare class VnMonitoringClient {
|
|
|
113
113
|
* @param GetPathAnalysisRequest
|
|
114
114
|
* @return GetPathAnalysisResponse
|
|
115
115
|
* @throws OciError when an error occurs
|
|
116
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
116
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/vnmonitoring/GetPathAnalysis.ts.html |here} to see how to use GetPathAnalysis API.
|
|
117
117
|
*/
|
|
118
118
|
getPathAnalysis(getPathAnalysisRequest: requests.GetPathAnalysisRequest): Promise<responses.GetPathAnalysisResponse>;
|
|
119
119
|
/**
|
|
@@ -122,7 +122,7 @@ export declare class VnMonitoringClient {
|
|
|
122
122
|
* @param GetPathAnalyzerTestRequest
|
|
123
123
|
* @return GetPathAnalyzerTestResponse
|
|
124
124
|
* @throws OciError when an error occurs
|
|
125
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
125
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/vnmonitoring/GetPathAnalyzerTest.ts.html |here} to see how to use GetPathAnalyzerTest API.
|
|
126
126
|
*/
|
|
127
127
|
getPathAnalyzerTest(getPathAnalyzerTestRequest: requests.GetPathAnalyzerTestRequest): Promise<responses.GetPathAnalyzerTestResponse>;
|
|
128
128
|
/**
|
|
@@ -131,7 +131,7 @@ export declare class VnMonitoringClient {
|
|
|
131
131
|
* @param GetWorkRequestRequest
|
|
132
132
|
* @return GetWorkRequestResponse
|
|
133
133
|
* @throws OciError when an error occurs
|
|
134
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
134
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/vnmonitoring/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
135
135
|
*/
|
|
136
136
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
137
137
|
/**
|
|
@@ -141,7 +141,7 @@ export declare class VnMonitoringClient {
|
|
|
141
141
|
* @param ListPathAnalyzerTestsRequest
|
|
142
142
|
* @return ListPathAnalyzerTestsResponse
|
|
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.48.0/vnmonitoring/ListPathAnalyzerTests.ts.html |here} to see how to use ListPathAnalyzerTests API.
|
|
145
145
|
*/
|
|
146
146
|
listPathAnalyzerTests(listPathAnalyzerTestsRequest: requests.ListPathAnalyzerTestsRequest): Promise<responses.ListPathAnalyzerTestsResponse>;
|
|
147
147
|
/**
|
|
@@ -151,7 +151,7 @@ export declare class VnMonitoringClient {
|
|
|
151
151
|
* @param ListWorkRequestErrorsRequest
|
|
152
152
|
* @return ListWorkRequestErrorsResponse
|
|
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.48.0/vnmonitoring/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
155
155
|
*/
|
|
156
156
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
157
157
|
/**
|
|
@@ -161,7 +161,7 @@ export declare class VnMonitoringClient {
|
|
|
161
161
|
* @param ListWorkRequestLogsRequest
|
|
162
162
|
* @return ListWorkRequestLogsResponse
|
|
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.48.0/vnmonitoring/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
165
165
|
*/
|
|
166
166
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
167
167
|
/**
|
|
@@ -172,7 +172,7 @@ export declare class VnMonitoringClient {
|
|
|
172
172
|
* @param ListWorkRequestResultsRequest
|
|
173
173
|
* @return ListWorkRequestResultsResponse
|
|
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.
|
|
175
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/vnmonitoring/ListWorkRequestResults.ts.html |here} to see how to use ListWorkRequestResults API.
|
|
176
176
|
*/
|
|
177
177
|
listWorkRequestResults(listWorkRequestResultsRequest: requests.ListWorkRequestResultsRequest): Promise<responses.ListWorkRequestResultsResponse>;
|
|
178
178
|
/**
|
|
@@ -181,7 +181,7 @@ export declare class VnMonitoringClient {
|
|
|
181
181
|
* @param ListWorkRequestsRequest
|
|
182
182
|
* @return ListWorkRequestsResponse
|
|
183
183
|
* @throws OciError when an error occurs
|
|
184
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
184
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/vnmonitoring/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
185
185
|
*/
|
|
186
186
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
187
187
|
/**
|
|
@@ -190,7 +190,7 @@ export declare class VnMonitoringClient {
|
|
|
190
190
|
* @param UpdatePathAnalyzerTestRequest
|
|
191
191
|
* @return UpdatePathAnalyzerTestResponse
|
|
192
192
|
* @throws OciError when an error occurs
|
|
193
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
193
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/vnmonitoring/UpdatePathAnalyzerTest.ts.html |here} to see how to use UpdatePathAnalyzerTest API.
|
|
194
194
|
*/
|
|
195
195
|
updatePathAnalyzerTest(updatePathAnalyzerTestRequest: requests.UpdatePathAnalyzerTestRequest): Promise<responses.UpdatePathAnalyzerTestResponse>;
|
|
196
196
|
}
|
package/lib/client.js
CHANGED
|
@@ -159,7 +159,7 @@ class VnMonitoringClient {
|
|
|
159
159
|
* @param ChangePathAnalyzerTestCompartmentRequest
|
|
160
160
|
* @return ChangePathAnalyzerTestCompartmentResponse
|
|
161
161
|
* @throws OciError when an error occurs
|
|
162
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
162
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/vnmonitoring/ChangePathAnalyzerTestCompartment.ts.html |here} to see how to use ChangePathAnalyzerTestCompartment API.
|
|
163
163
|
*/
|
|
164
164
|
changePathAnalyzerTestCompartment(changePathAnalyzerTestCompartmentRequest) {
|
|
165
165
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -220,7 +220,7 @@ class VnMonitoringClient {
|
|
|
220
220
|
* @param CreatePathAnalyzerTestRequest
|
|
221
221
|
* @return CreatePathAnalyzerTestResponse
|
|
222
222
|
* @throws OciError when an error occurs
|
|
223
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
223
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/vnmonitoring/CreatePathAnalyzerTest.ts.html |here} to see how to use CreatePathAnalyzerTest API.
|
|
224
224
|
*/
|
|
225
225
|
createPathAnalyzerTest(createPathAnalyzerTestRequest) {
|
|
226
226
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -283,7 +283,7 @@ class VnMonitoringClient {
|
|
|
283
283
|
* @param DeletePathAnalyzerTestRequest
|
|
284
284
|
* @return DeletePathAnalyzerTestResponse
|
|
285
285
|
* @throws OciError when an error occurs
|
|
286
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
286
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/vnmonitoring/DeletePathAnalyzerTest.ts.html |here} to see how to use DeletePathAnalyzerTest API.
|
|
287
287
|
*/
|
|
288
288
|
deletePathAnalyzerTest(deletePathAnalyzerTestRequest) {
|
|
289
289
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -346,7 +346,7 @@ class VnMonitoringClient {
|
|
|
346
346
|
* @param GetPathAnalysisRequest
|
|
347
347
|
* @return GetPathAnalysisResponse
|
|
348
348
|
* @throws OciError when an error occurs
|
|
349
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
349
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/vnmonitoring/GetPathAnalysis.ts.html |here} to see how to use GetPathAnalysis API.
|
|
350
350
|
*/
|
|
351
351
|
getPathAnalysis(getPathAnalysisRequest) {
|
|
352
352
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -406,7 +406,7 @@ class VnMonitoringClient {
|
|
|
406
406
|
* @param GetPathAnalyzerTestRequest
|
|
407
407
|
* @return GetPathAnalyzerTestResponse
|
|
408
408
|
* @throws OciError when an error occurs
|
|
409
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
409
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/vnmonitoring/GetPathAnalyzerTest.ts.html |here} to see how to use GetPathAnalyzerTest API.
|
|
410
410
|
*/
|
|
411
411
|
getPathAnalyzerTest(getPathAnalyzerTestRequest) {
|
|
412
412
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -469,7 +469,7 @@ class VnMonitoringClient {
|
|
|
469
469
|
* @param GetWorkRequestRequest
|
|
470
470
|
* @return GetWorkRequestResponse
|
|
471
471
|
* @throws OciError when an error occurs
|
|
472
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
472
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/vnmonitoring/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
473
473
|
*/
|
|
474
474
|
getWorkRequest(getWorkRequestRequest) {
|
|
475
475
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -538,7 +538,7 @@ class VnMonitoringClient {
|
|
|
538
538
|
* @param ListPathAnalyzerTestsRequest
|
|
539
539
|
* @return ListPathAnalyzerTestsResponse
|
|
540
540
|
* @throws OciError when an error occurs
|
|
541
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
541
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/vnmonitoring/ListPathAnalyzerTests.ts.html |here} to see how to use ListPathAnalyzerTests API.
|
|
542
542
|
*/
|
|
543
543
|
listPathAnalyzerTests(listPathAnalyzerTestsRequest) {
|
|
544
544
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -608,7 +608,7 @@ class VnMonitoringClient {
|
|
|
608
608
|
* @param ListWorkRequestErrorsRequest
|
|
609
609
|
* @return ListWorkRequestErrorsResponse
|
|
610
610
|
* @throws OciError when an error occurs
|
|
611
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
611
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/vnmonitoring/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
612
612
|
*/
|
|
613
613
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
614
614
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -677,7 +677,7 @@ class VnMonitoringClient {
|
|
|
677
677
|
* @param ListWorkRequestLogsRequest
|
|
678
678
|
* @return ListWorkRequestLogsResponse
|
|
679
679
|
* @throws OciError when an error occurs
|
|
680
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
680
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/vnmonitoring/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
681
681
|
*/
|
|
682
682
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
683
683
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -747,7 +747,7 @@ class VnMonitoringClient {
|
|
|
747
747
|
* @param ListWorkRequestResultsRequest
|
|
748
748
|
* @return ListWorkRequestResultsResponse
|
|
749
749
|
* @throws OciError when an error occurs
|
|
750
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
750
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/vnmonitoring/ListWorkRequestResults.ts.html |here} to see how to use ListWorkRequestResults API.
|
|
751
751
|
*/
|
|
752
752
|
listWorkRequestResults(listWorkRequestResultsRequest) {
|
|
753
753
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -814,7 +814,7 @@ class VnMonitoringClient {
|
|
|
814
814
|
* @param ListWorkRequestsRequest
|
|
815
815
|
* @return ListWorkRequestsResponse
|
|
816
816
|
* @throws OciError when an error occurs
|
|
817
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
817
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/vnmonitoring/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
818
818
|
*/
|
|
819
819
|
listWorkRequests(listWorkRequestsRequest) {
|
|
820
820
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -884,7 +884,7 @@ class VnMonitoringClient {
|
|
|
884
884
|
* @param UpdatePathAnalyzerTestRequest
|
|
885
885
|
* @return UpdatePathAnalyzerTestResponse
|
|
886
886
|
* @throws OciError when an error occurs
|
|
887
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
887
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/vnmonitoring/UpdatePathAnalyzerTest.ts.html |here} to see how to use UpdatePathAnalyzerTest API.
|
|
888
888
|
*/
|
|
889
889
|
updatePathAnalyzerTest(updatePathAnalyzerTestRequest) {
|
|
890
890
|
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.48.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.48.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.48.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.48.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.48.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.48.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.48.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.48.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.48.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.48.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.48.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.48.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.48.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.48.0",
|
|
19
|
+
"oci-workrequests": "2.48.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|