oci-managementdashboard 2.76.1 → 2.77.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 +14 -14
- package/lib/client.js +14 -14
- package/lib/model/create-management-dashboard-details.d.ts +2 -2
- package/lib/model/create-management-saved-search-details.d.ts +2 -2
- package/lib/model/management-dashboard-for-import-export-details.d.ts +2 -2
- package/lib/model/management-dashboard-import-details.d.ts +2 -2
- package/lib/model/management-dashboard-summary.d.ts +2 -2
- package/lib/model/management-dashboard.d.ts +2 -2
- package/lib/model/management-saved-search-for-import-details.d.ts +2 -2
- package/lib/model/management-saved-search-summary.d.ts +2 -2
- package/lib/model/management-saved-search.d.ts +2 -2
- package/lib/model/update-management-dashboard-details.d.ts +2 -2
- package/lib/model/update-management-saved-search-details.d.ts +2 -2
- package/lib/request/change-management-dashboards-compartment-request.d.ts +2 -2
- package/lib/request/change-management-saved-searches-compartment-request.d.ts +2 -2
- package/lib/request/create-management-dashboard-request.d.ts +1 -1
- package/lib/request/create-management-saved-search-request.d.ts +1 -1
- package/lib/request/delete-management-dashboard-request.d.ts +2 -2
- package/lib/request/delete-management-saved-search-request.d.ts +2 -2
- package/lib/request/export-dashboard-request.d.ts +1 -1
- package/lib/request/get-management-dashboard-request.d.ts +1 -1
- package/lib/request/get-management-saved-search-request.d.ts +1 -1
- package/lib/request/import-dashboard-request.d.ts +2 -2
- package/lib/request/list-management-dashboards-request.d.ts +1 -1
- package/lib/request/list-management-saved-searches-request.d.ts +1 -1
- package/lib/request/update-management-dashboard-request.d.ts +2 -2
- package/lib/request/update-management-saved-search-request.d.ts +2 -2
- package/lib/response/change-management-dashboards-compartment-response.d.ts +1 -1
- package/lib/response/change-management-saved-searches-compartment-response.d.ts +1 -1
- package/lib/response/create-management-dashboard-response.d.ts +1 -1
- package/lib/response/create-management-saved-search-response.d.ts +1 -1
- package/lib/response/get-management-dashboard-response.d.ts +1 -1
- package/lib/response/get-management-saved-search-response.d.ts +1 -1
- package/lib/response/list-management-dashboards-response.d.ts +1 -1
- package/lib/response/list-management-saved-searches-response.d.ts +1 -1
- package/lib/response/update-management-dashboard-response.d.ts +1 -1
- package/lib/response/update-management-saved-search-response.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -89,7 +89,7 @@ export declare class DashxApisClient {
|
|
|
89
89
|
* @param ChangeManagementDashboardsCompartmentRequest
|
|
90
90
|
* @return ChangeManagementDashboardsCompartmentResponse
|
|
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.
|
|
92
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementdashboard/ChangeManagementDashboardsCompartment.ts.html |here} to see how to use ChangeManagementDashboardsCompartment API.
|
|
93
93
|
*/
|
|
94
94
|
changeManagementDashboardsCompartment(changeManagementDashboardsCompartmentRequest: requests.ChangeManagementDashboardsCompartmentRequest): Promise<responses.ChangeManagementDashboardsCompartmentResponse>;
|
|
95
95
|
/**
|
|
@@ -99,7 +99,7 @@ export declare class DashxApisClient {
|
|
|
99
99
|
* @param ChangeManagementSavedSearchesCompartmentRequest
|
|
100
100
|
* @return ChangeManagementSavedSearchesCompartmentResponse
|
|
101
101
|
* @throws OciError when an error occurs
|
|
102
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
102
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementdashboard/ChangeManagementSavedSearchesCompartment.ts.html |here} to see how to use ChangeManagementSavedSearchesCompartment API.
|
|
103
103
|
*/
|
|
104
104
|
changeManagementSavedSearchesCompartment(changeManagementSavedSearchesCompartmentRequest: requests.ChangeManagementSavedSearchesCompartmentRequest): Promise<responses.ChangeManagementSavedSearchesCompartmentResponse>;
|
|
105
105
|
/**
|
|
@@ -112,7 +112,7 @@ export declare class DashxApisClient {
|
|
|
112
112
|
* @param CreateManagementDashboardRequest
|
|
113
113
|
* @return CreateManagementDashboardResponse
|
|
114
114
|
* @throws OciError when an error occurs
|
|
115
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
115
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementdashboard/CreateManagementDashboard.ts.html |here} to see how to use CreateManagementDashboard API.
|
|
116
116
|
*/
|
|
117
117
|
createManagementDashboard(createManagementDashboardRequest: requests.CreateManagementDashboardRequest): Promise<responses.CreateManagementDashboardResponse>;
|
|
118
118
|
/**
|
|
@@ -125,7 +125,7 @@ export declare class DashxApisClient {
|
|
|
125
125
|
* @param CreateManagementSavedSearchRequest
|
|
126
126
|
* @return CreateManagementSavedSearchResponse
|
|
127
127
|
* @throws OciError when an error occurs
|
|
128
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
128
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementdashboard/CreateManagementSavedSearch.ts.html |here} to see how to use CreateManagementSavedSearch API.
|
|
129
129
|
*/
|
|
130
130
|
createManagementSavedSearch(createManagementSavedSearchRequest: requests.CreateManagementSavedSearchRequest): Promise<responses.CreateManagementSavedSearchResponse>;
|
|
131
131
|
/**
|
|
@@ -134,7 +134,7 @@ export declare class DashxApisClient {
|
|
|
134
134
|
* @param DeleteManagementDashboardRequest
|
|
135
135
|
* @return DeleteManagementDashboardResponse
|
|
136
136
|
* @throws OciError when an error occurs
|
|
137
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
137
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementdashboard/DeleteManagementDashboard.ts.html |here} to see how to use DeleteManagementDashboard API.
|
|
138
138
|
*/
|
|
139
139
|
deleteManagementDashboard(deleteManagementDashboardRequest: requests.DeleteManagementDashboardRequest): Promise<responses.DeleteManagementDashboardResponse>;
|
|
140
140
|
/**
|
|
@@ -143,7 +143,7 @@ export declare class DashxApisClient {
|
|
|
143
143
|
* @param DeleteManagementSavedSearchRequest
|
|
144
144
|
* @return DeleteManagementSavedSearchResponse
|
|
145
145
|
* @throws OciError when an error occurs
|
|
146
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
146
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementdashboard/DeleteManagementSavedSearch.ts.html |here} to see how to use DeleteManagementSavedSearch API.
|
|
147
147
|
*/
|
|
148
148
|
deleteManagementSavedSearch(deleteManagementSavedSearchRequest: requests.DeleteManagementSavedSearchRequest): Promise<responses.DeleteManagementSavedSearchResponse>;
|
|
149
149
|
/**
|
|
@@ -155,7 +155,7 @@ export declare class DashxApisClient {
|
|
|
155
155
|
* @param ExportDashboardRequest
|
|
156
156
|
* @return ExportDashboardResponse
|
|
157
157
|
* @throws OciError when an error occurs
|
|
158
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
158
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementdashboard/ExportDashboard.ts.html |here} to see how to use ExportDashboard API.
|
|
159
159
|
*/
|
|
160
160
|
exportDashboard(exportDashboardRequest: requests.ExportDashboardRequest): Promise<responses.ExportDashboardResponse>;
|
|
161
161
|
/**
|
|
@@ -164,7 +164,7 @@ export declare class DashxApisClient {
|
|
|
164
164
|
* @param GetManagementDashboardRequest
|
|
165
165
|
* @return GetManagementDashboardResponse
|
|
166
166
|
* @throws OciError when an error occurs
|
|
167
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
167
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementdashboard/GetManagementDashboard.ts.html |here} to see how to use GetManagementDashboard API.
|
|
168
168
|
*/
|
|
169
169
|
getManagementDashboard(getManagementDashboardRequest: requests.GetManagementDashboardRequest): Promise<responses.GetManagementDashboardResponse>;
|
|
170
170
|
/**
|
|
@@ -173,7 +173,7 @@ export declare class DashxApisClient {
|
|
|
173
173
|
* @param GetManagementSavedSearchRequest
|
|
174
174
|
* @return GetManagementSavedSearchResponse
|
|
175
175
|
* @throws OciError when an error occurs
|
|
176
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
176
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementdashboard/GetManagementSavedSearch.ts.html |here} to see how to use GetManagementSavedSearch API.
|
|
177
177
|
*/
|
|
178
178
|
getManagementSavedSearch(getManagementSavedSearchRequest: requests.GetManagementSavedSearchRequest): Promise<responses.GetManagementSavedSearchResponse>;
|
|
179
179
|
/**
|
|
@@ -188,7 +188,7 @@ export declare class DashxApisClient {
|
|
|
188
188
|
* @param ImportDashboardRequest
|
|
189
189
|
* @return ImportDashboardResponse
|
|
190
190
|
* @throws OciError when an error occurs
|
|
191
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
191
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementdashboard/ImportDashboard.ts.html |here} to see how to use ImportDashboard API.
|
|
192
192
|
*/
|
|
193
193
|
importDashboard(importDashboardRequest: requests.ImportDashboardRequest): Promise<responses.ImportDashboardResponse>;
|
|
194
194
|
/**
|
|
@@ -197,7 +197,7 @@ export declare class DashxApisClient {
|
|
|
197
197
|
* @param ListManagementDashboardsRequest
|
|
198
198
|
* @return ListManagementDashboardsResponse
|
|
199
199
|
* @throws OciError when an error occurs
|
|
200
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
200
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementdashboard/ListManagementDashboards.ts.html |here} to see how to use ListManagementDashboards API.
|
|
201
201
|
*/
|
|
202
202
|
listManagementDashboards(listManagementDashboardsRequest: requests.ListManagementDashboardsRequest): Promise<responses.ListManagementDashboardsResponse>;
|
|
203
203
|
/**
|
|
@@ -206,7 +206,7 @@ export declare class DashxApisClient {
|
|
|
206
206
|
* @param ListManagementSavedSearchesRequest
|
|
207
207
|
* @return ListManagementSavedSearchesResponse
|
|
208
208
|
* @throws OciError when an error occurs
|
|
209
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
209
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementdashboard/ListManagementSavedSearches.ts.html |here} to see how to use ListManagementSavedSearches API.
|
|
210
210
|
*/
|
|
211
211
|
listManagementSavedSearches(listManagementSavedSearchesRequest: requests.ListManagementSavedSearchesRequest): Promise<responses.ListManagementSavedSearchesResponse>;
|
|
212
212
|
/**
|
|
@@ -216,7 +216,7 @@ export declare class DashxApisClient {
|
|
|
216
216
|
* @param UpdateManagementDashboardRequest
|
|
217
217
|
* @return UpdateManagementDashboardResponse
|
|
218
218
|
* @throws OciError when an error occurs
|
|
219
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
219
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementdashboard/UpdateManagementDashboard.ts.html |here} to see how to use UpdateManagementDashboard API.
|
|
220
220
|
*/
|
|
221
221
|
updateManagementDashboard(updateManagementDashboardRequest: requests.UpdateManagementDashboardRequest): Promise<responses.UpdateManagementDashboardResponse>;
|
|
222
222
|
/**
|
|
@@ -226,7 +226,7 @@ export declare class DashxApisClient {
|
|
|
226
226
|
* @param UpdateManagementSavedSearchRequest
|
|
227
227
|
* @return UpdateManagementSavedSearchResponse
|
|
228
228
|
* @throws OciError when an error occurs
|
|
229
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
229
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementdashboard/UpdateManagementSavedSearch.ts.html |here} to see how to use UpdateManagementSavedSearch API.
|
|
230
230
|
*/
|
|
231
231
|
updateManagementSavedSearch(updateManagementSavedSearchRequest: requests.UpdateManagementSavedSearchRequest): Promise<responses.UpdateManagementSavedSearchResponse>;
|
|
232
232
|
}
|
package/lib/client.js
CHANGED
|
@@ -190,7 +190,7 @@ class DashxApisClient {
|
|
|
190
190
|
* @param ChangeManagementDashboardsCompartmentRequest
|
|
191
191
|
* @return ChangeManagementDashboardsCompartmentResponse
|
|
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.77.0/managementdashboard/ChangeManagementDashboardsCompartment.ts.html |here} to see how to use ChangeManagementDashboardsCompartment API.
|
|
194
194
|
*/
|
|
195
195
|
changeManagementDashboardsCompartment(changeManagementDashboardsCompartmentRequest) {
|
|
196
196
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -262,7 +262,7 @@ class DashxApisClient {
|
|
|
262
262
|
* @param ChangeManagementSavedSearchesCompartmentRequest
|
|
263
263
|
* @return ChangeManagementSavedSearchesCompartmentResponse
|
|
264
264
|
* @throws OciError when an error occurs
|
|
265
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
265
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementdashboard/ChangeManagementSavedSearchesCompartment.ts.html |here} to see how to use ChangeManagementSavedSearchesCompartment API.
|
|
266
266
|
*/
|
|
267
267
|
changeManagementSavedSearchesCompartment(changeManagementSavedSearchesCompartmentRequest) {
|
|
268
268
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -337,7 +337,7 @@ class DashxApisClient {
|
|
|
337
337
|
* @param CreateManagementDashboardRequest
|
|
338
338
|
* @return CreateManagementDashboardResponse
|
|
339
339
|
* @throws OciError when an error occurs
|
|
340
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
340
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementdashboard/CreateManagementDashboard.ts.html |here} to see how to use CreateManagementDashboard API.
|
|
341
341
|
*/
|
|
342
342
|
createManagementDashboard(createManagementDashboardRequest) {
|
|
343
343
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -409,7 +409,7 @@ class DashxApisClient {
|
|
|
409
409
|
* @param CreateManagementSavedSearchRequest
|
|
410
410
|
* @return CreateManagementSavedSearchResponse
|
|
411
411
|
* @throws OciError when an error occurs
|
|
412
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
412
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementdashboard/CreateManagementSavedSearch.ts.html |here} to see how to use CreateManagementSavedSearch API.
|
|
413
413
|
*/
|
|
414
414
|
createManagementSavedSearch(createManagementSavedSearchRequest) {
|
|
415
415
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -477,7 +477,7 @@ class DashxApisClient {
|
|
|
477
477
|
* @param DeleteManagementDashboardRequest
|
|
478
478
|
* @return DeleteManagementDashboardResponse
|
|
479
479
|
* @throws OciError when an error occurs
|
|
480
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
480
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementdashboard/DeleteManagementDashboard.ts.html |here} to see how to use DeleteManagementDashboard API.
|
|
481
481
|
*/
|
|
482
482
|
deleteManagementDashboard(deleteManagementDashboardRequest) {
|
|
483
483
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -537,7 +537,7 @@ class DashxApisClient {
|
|
|
537
537
|
* @param DeleteManagementSavedSearchRequest
|
|
538
538
|
* @return DeleteManagementSavedSearchResponse
|
|
539
539
|
* @throws OciError when an error occurs
|
|
540
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
540
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementdashboard/DeleteManagementSavedSearch.ts.html |here} to see how to use DeleteManagementSavedSearch API.
|
|
541
541
|
*/
|
|
542
542
|
deleteManagementSavedSearch(deleteManagementSavedSearchRequest) {
|
|
543
543
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -600,7 +600,7 @@ class DashxApisClient {
|
|
|
600
600
|
* @param ExportDashboardRequest
|
|
601
601
|
* @return ExportDashboardResponse
|
|
602
602
|
* @throws OciError when an error occurs
|
|
603
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
603
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementdashboard/ExportDashboard.ts.html |here} to see how to use ExportDashboard API.
|
|
604
604
|
*/
|
|
605
605
|
exportDashboard(exportDashboardRequest) {
|
|
606
606
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -664,7 +664,7 @@ class DashxApisClient {
|
|
|
664
664
|
* @param GetManagementDashboardRequest
|
|
665
665
|
* @return GetManagementDashboardResponse
|
|
666
666
|
* @throws OciError when an error occurs
|
|
667
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
667
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementdashboard/GetManagementDashboard.ts.html |here} to see how to use GetManagementDashboard API.
|
|
668
668
|
*/
|
|
669
669
|
getManagementDashboard(getManagementDashboardRequest) {
|
|
670
670
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -733,7 +733,7 @@ class DashxApisClient {
|
|
|
733
733
|
* @param GetManagementSavedSearchRequest
|
|
734
734
|
* @return GetManagementSavedSearchResponse
|
|
735
735
|
* @throws OciError when an error occurs
|
|
736
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
736
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementdashboard/GetManagementSavedSearch.ts.html |here} to see how to use GetManagementSavedSearch API.
|
|
737
737
|
*/
|
|
738
738
|
getManagementSavedSearch(getManagementSavedSearchRequest) {
|
|
739
739
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -808,7 +808,7 @@ class DashxApisClient {
|
|
|
808
808
|
* @param ImportDashboardRequest
|
|
809
809
|
* @return ImportDashboardResponse
|
|
810
810
|
* @throws OciError when an error occurs
|
|
811
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
811
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementdashboard/ImportDashboard.ts.html |here} to see how to use ImportDashboard API.
|
|
812
812
|
*/
|
|
813
813
|
importDashboard(importDashboardRequest) {
|
|
814
814
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -868,7 +868,7 @@ class DashxApisClient {
|
|
|
868
868
|
* @param ListManagementDashboardsRequest
|
|
869
869
|
* @return ListManagementDashboardsResponse
|
|
870
870
|
* @throws OciError when an error occurs
|
|
871
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
871
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementdashboard/ListManagementDashboards.ts.html |here} to see how to use ListManagementDashboards API.
|
|
872
872
|
*/
|
|
873
873
|
listManagementDashboards(listManagementDashboardsRequest) {
|
|
874
874
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -936,7 +936,7 @@ class DashxApisClient {
|
|
|
936
936
|
* @param ListManagementSavedSearchesRequest
|
|
937
937
|
* @return ListManagementSavedSearchesResponse
|
|
938
938
|
* @throws OciError when an error occurs
|
|
939
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
939
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementdashboard/ListManagementSavedSearches.ts.html |here} to see how to use ListManagementSavedSearches API.
|
|
940
940
|
*/
|
|
941
941
|
listManagementSavedSearches(listManagementSavedSearchesRequest) {
|
|
942
942
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1005,7 +1005,7 @@ class DashxApisClient {
|
|
|
1005
1005
|
* @param UpdateManagementDashboardRequest
|
|
1006
1006
|
* @return UpdateManagementDashboardResponse
|
|
1007
1007
|
* @throws OciError when an error occurs
|
|
1008
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1008
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementdashboard/UpdateManagementDashboard.ts.html |here} to see how to use UpdateManagementDashboard API.
|
|
1009
1009
|
*/
|
|
1010
1010
|
updateManagementDashboard(updateManagementDashboardRequest) {
|
|
1011
1011
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1077,7 +1077,7 @@ class DashxApisClient {
|
|
|
1077
1077
|
* @param UpdateManagementSavedSearchRequest
|
|
1078
1078
|
* @return UpdateManagementSavedSearchResponse
|
|
1079
1079
|
* @throws OciError when an error occurs
|
|
1080
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1080
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementdashboard/UpdateManagementSavedSearch.ts.html |here} to see how to use UpdateManagementSavedSearch API.
|
|
1081
1081
|
*/
|
|
1082
1082
|
updateManagementSavedSearch(updateManagementSavedSearchRequest) {
|
|
1083
1083
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -103,7 +103,7 @@ export interface CreateManagementDashboardDetails {
|
|
|
103
103
|
"drilldownConfig"?: Array<any>;
|
|
104
104
|
/**
|
|
105
105
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
106
|
-
* Example:
|
|
106
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
107
107
|
*
|
|
108
108
|
*/
|
|
109
109
|
"freeformTags"?: {
|
|
@@ -111,7 +111,7 @@ export interface CreateManagementDashboardDetails {
|
|
|
111
111
|
};
|
|
112
112
|
/**
|
|
113
113
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
114
|
-
* Example:
|
|
114
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
115
115
|
*
|
|
116
116
|
*/
|
|
117
117
|
"definedTags"?: {
|
|
@@ -95,7 +95,7 @@ export interface CreateManagementSavedSearchDetails {
|
|
|
95
95
|
"drilldownConfig"?: Array<any>;
|
|
96
96
|
/**
|
|
97
97
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
98
|
-
* Example:
|
|
98
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
99
99
|
*
|
|
100
100
|
*/
|
|
101
101
|
"freeformTags"?: {
|
|
@@ -103,7 +103,7 @@ export interface CreateManagementSavedSearchDetails {
|
|
|
103
103
|
};
|
|
104
104
|
/**
|
|
105
105
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
106
|
-
* Example:
|
|
106
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
107
107
|
*
|
|
108
108
|
*/
|
|
109
109
|
"definedTags"?: {
|
|
@@ -107,7 +107,7 @@ export interface ManagementDashboardForImportExportDetails {
|
|
|
107
107
|
"drilldownConfig"?: Array<any>;
|
|
108
108
|
/**
|
|
109
109
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
110
|
-
* Example:
|
|
110
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
111
111
|
*
|
|
112
112
|
*/
|
|
113
113
|
"freeformTags"?: {
|
|
@@ -115,7 +115,7 @@ export interface ManagementDashboardForImportExportDetails {
|
|
|
115
115
|
};
|
|
116
116
|
/**
|
|
117
117
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
118
|
-
* Example:
|
|
118
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
119
119
|
*
|
|
120
120
|
*/
|
|
121
121
|
"definedTags"?: {
|
|
@@ -23,7 +23,7 @@ export interface ManagementDashboardImportDetails {
|
|
|
23
23
|
"dashboards": Array<model.ManagementDashboardForImportExportDetails>;
|
|
24
24
|
/**
|
|
25
25
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
26
|
-
* Example:
|
|
26
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
"freeformTags"?: {
|
|
@@ -31,7 +31,7 @@ export interface ManagementDashboardImportDetails {
|
|
|
31
31
|
};
|
|
32
32
|
/**
|
|
33
33
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
34
|
-
* Example:
|
|
34
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
35
35
|
*
|
|
36
36
|
*/
|
|
37
37
|
"definedTags"?: {
|
|
@@ -95,7 +95,7 @@ export interface ManagementDashboardSummary {
|
|
|
95
95
|
"lifecycleState": model.LifecycleStates;
|
|
96
96
|
/**
|
|
97
97
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
98
|
-
* Example:
|
|
98
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
99
99
|
*
|
|
100
100
|
*/
|
|
101
101
|
"freeformTags": {
|
|
@@ -103,7 +103,7 @@ export interface ManagementDashboardSummary {
|
|
|
103
103
|
};
|
|
104
104
|
/**
|
|
105
105
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
106
|
-
* Example:
|
|
106
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
107
107
|
*
|
|
108
108
|
*/
|
|
109
109
|
"definedTags": {
|
|
@@ -131,7 +131,7 @@ export interface ManagementDashboard {
|
|
|
131
131
|
"featuresConfig"?: any;
|
|
132
132
|
/**
|
|
133
133
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
134
|
-
* Example:
|
|
134
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
135
135
|
*
|
|
136
136
|
*/
|
|
137
137
|
"freeformTags"?: {
|
|
@@ -139,7 +139,7 @@ export interface ManagementDashboard {
|
|
|
139
139
|
};
|
|
140
140
|
/**
|
|
141
141
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
142
|
-
* Example:
|
|
142
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
143
143
|
*
|
|
144
144
|
*/
|
|
145
145
|
"definedTags"?: {
|
|
@@ -83,7 +83,7 @@ export interface ManagementSavedSearchForImportDetails {
|
|
|
83
83
|
"widgetVM": string;
|
|
84
84
|
/**
|
|
85
85
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
86
|
-
* Example:
|
|
86
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
87
87
|
*
|
|
88
88
|
*/
|
|
89
89
|
"freeformTags"?: {
|
|
@@ -91,7 +91,7 @@ export interface ManagementSavedSearchForImportDetails {
|
|
|
91
91
|
};
|
|
92
92
|
/**
|
|
93
93
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
94
|
-
* Example:
|
|
94
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
95
95
|
*
|
|
96
96
|
*/
|
|
97
97
|
"definedTags"?: {
|
|
@@ -111,7 +111,7 @@ export interface ManagementSavedSearchSummary {
|
|
|
111
111
|
"featuresConfig"?: any;
|
|
112
112
|
/**
|
|
113
113
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
114
|
-
* Example:
|
|
114
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
115
115
|
*
|
|
116
116
|
*/
|
|
117
117
|
"freeformTags"?: {
|
|
@@ -119,7 +119,7 @@ export interface ManagementSavedSearchSummary {
|
|
|
119
119
|
};
|
|
120
120
|
/**
|
|
121
121
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
122
|
-
* Example:
|
|
122
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
123
123
|
*
|
|
124
124
|
*/
|
|
125
125
|
"definedTags"?: {
|
|
@@ -115,7 +115,7 @@ export interface ManagementSavedSearch {
|
|
|
115
115
|
"drilldownConfig"?: Array<any>;
|
|
116
116
|
/**
|
|
117
117
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
118
|
-
* Example:
|
|
118
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
119
119
|
*
|
|
120
120
|
*/
|
|
121
121
|
"freeformTags"?: {
|
|
@@ -123,7 +123,7 @@ export interface ManagementSavedSearch {
|
|
|
123
123
|
};
|
|
124
124
|
/**
|
|
125
125
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
126
|
-
* Example:
|
|
126
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
127
127
|
*
|
|
128
128
|
*/
|
|
129
129
|
"definedTags"?: {
|
|
@@ -99,7 +99,7 @@ export interface UpdateManagementDashboardDetails {
|
|
|
99
99
|
"drilldownConfig"?: Array<any>;
|
|
100
100
|
/**
|
|
101
101
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
102
|
-
* Example:
|
|
102
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
103
103
|
*
|
|
104
104
|
*/
|
|
105
105
|
"freeformTags"?: {
|
|
@@ -107,7 +107,7 @@ export interface UpdateManagementDashboardDetails {
|
|
|
107
107
|
};
|
|
108
108
|
/**
|
|
109
109
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
110
|
-
* Example:
|
|
110
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
111
111
|
*
|
|
112
112
|
*/
|
|
113
113
|
"definedTags"?: {
|
|
@@ -91,7 +91,7 @@ export interface UpdateManagementSavedSearchDetails {
|
|
|
91
91
|
"drilldownConfig"?: Array<any>;
|
|
92
92
|
/**
|
|
93
93
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
94
|
-
* Example:
|
|
94
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
95
95
|
*
|
|
96
96
|
*/
|
|
97
97
|
"freeformTags"?: {
|
|
@@ -99,7 +99,7 @@ export interface UpdateManagementSavedSearchDetails {
|
|
|
99
99
|
};
|
|
100
100
|
/**
|
|
101
101
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
102
|
-
* Example:
|
|
102
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
103
103
|
*
|
|
104
104
|
*/
|
|
105
105
|
"definedTags"?: {
|
|
@@ -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.0/managementdashboard/ChangeManagementDashboardsCompartment.ts.html |here} to see how to use ChangeManagementDashboardsCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeManagementDashboardsCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -26,7 +26,7 @@ export interface ChangeManagementDashboardsCompartmentRequest extends common.Bas
|
|
|
26
26
|
"changeManagementDashboardsCompartmentDetails": model.ChangeManagementDashboardsCompartmentDetails;
|
|
27
27
|
/**
|
|
28
28
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
-
* for a resource, set the
|
|
29
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
30
30
|
* etag from a previous GET or POST response for that resource.
|
|
31
31
|
* The resource will be updated or deleted only if the etag you
|
|
32
32
|
* provide matches the resource's 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.0/managementdashboard/ChangeManagementSavedSearchesCompartment.ts.html |here} to see how to use ChangeManagementSavedSearchesCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeManagementSavedSearchesCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -26,7 +26,7 @@ export interface ChangeManagementSavedSearchesCompartmentRequest extends common.
|
|
|
26
26
|
"changeManagementSavedSearchesCompartmentDetails": model.ChangeManagementSavedSearchesCompartmentDetails;
|
|
27
27
|
/**
|
|
28
28
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
-
* for a resource, set the
|
|
29
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
30
30
|
* etag from a previous GET or POST response for that resource.
|
|
31
31
|
* The resource will be updated or deleted only if the etag you
|
|
32
32
|
* provide matches the resource's 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.0/managementdashboard/CreateManagementDashboard.ts.html |here} to see how to use CreateManagementDashboardRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateManagementDashboardRequest 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.0/managementdashboard/CreateManagementSavedSearch.ts.html |here} to see how to use CreateManagementSavedSearchRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateManagementSavedSearchRequest 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.0/managementdashboard/DeleteManagementDashboard.ts.html |here} to see how to use DeleteManagementDashboardRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteManagementDashboardRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -21,7 +21,7 @@ export interface DeleteManagementDashboardRequest extends common.BaseRequest {
|
|
|
21
21
|
"managementDashboardId": string;
|
|
22
22
|
/**
|
|
23
23
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
24
|
-
* for a resource, set the
|
|
24
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
25
25
|
* etag from a previous GET or POST response for that resource.
|
|
26
26
|
* The resource will be updated or deleted only if the etag you
|
|
27
27
|
* provide matches the resource's 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.0/managementdashboard/DeleteManagementSavedSearch.ts.html |here} to see how to use DeleteManagementSavedSearchRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteManagementSavedSearchRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -21,7 +21,7 @@ export interface DeleteManagementSavedSearchRequest extends common.BaseRequest {
|
|
|
21
21
|
"managementSavedSearchId": string;
|
|
22
22
|
/**
|
|
23
23
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
24
|
-
* for a resource, set the
|
|
24
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
25
25
|
* etag from a previous GET or POST response for that resource.
|
|
26
26
|
* The resource will be updated or deleted only if the etag you
|
|
27
27
|
* provide matches the resource's 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.0/managementdashboard/ExportDashboard.ts.html |here} to see how to use ExportDashboardRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ExportDashboardRequest 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.0/managementdashboard/GetManagementDashboard.ts.html |here} to see how to use GetManagementDashboardRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetManagementDashboardRequest 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.0/managementdashboard/GetManagementSavedSearch.ts.html |here} to see how to use GetManagementSavedSearchRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetManagementSavedSearchRequest 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.0/managementdashboard/ImportDashboard.ts.html |here} to see how to use ImportDashboardRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ImportDashboardRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -22,7 +22,7 @@ export interface ImportDashboardRequest extends common.BaseRequest {
|
|
|
22
22
|
"managementDashboardImportDetails": model.ManagementDashboardImportDetails;
|
|
23
23
|
/**
|
|
24
24
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
25
|
-
* for a resource, set the
|
|
25
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
26
26
|
* etag from a previous GET or POST response for that resource.
|
|
27
27
|
* The resource will be updated or deleted only if the etag you
|
|
28
28
|
* provide matches the resource's 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.0/managementdashboard/ListManagementDashboards.ts.html |here} to see how to use ListManagementDashboardsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListManagementDashboardsRequest 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.0/managementdashboard/ListManagementSavedSearches.ts.html |here} to see how to use ListManagementSavedSearchesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListManagementSavedSearchesRequest 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.0/managementdashboard/UpdateManagementDashboard.ts.html |here} to see how to use UpdateManagementDashboardRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateManagementDashboardRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -26,7 +26,7 @@ export interface UpdateManagementDashboardRequest extends common.BaseRequest {
|
|
|
26
26
|
"updateManagementDashboardDetails": model.UpdateManagementDashboardDetails;
|
|
27
27
|
/**
|
|
28
28
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
-
* for a resource, set the
|
|
29
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
30
30
|
* etag from a previous GET or POST response for that resource.
|
|
31
31
|
* The resource will be updated or deleted only if the etag you
|
|
32
32
|
* provide matches the resource's 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.0/managementdashboard/UpdateManagementSavedSearch.ts.html |here} to see how to use UpdateManagementSavedSearchRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateManagementSavedSearchRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -26,7 +26,7 @@ export interface UpdateManagementSavedSearchRequest extends common.BaseRequest {
|
|
|
26
26
|
"updateManagementSavedSearchDetails": model.UpdateManagementSavedSearchDetails;
|
|
27
27
|
/**
|
|
28
28
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
-
* for a resource, set the
|
|
29
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
30
30
|
* etag from a previous GET or POST response for that resource.
|
|
31
31
|
* The resource will be updated or deleted only if the etag you
|
|
32
32
|
* provide matches the resource's current etag value.
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface ChangeManagementDashboardsCompartmentResponse {
|
|
15
15
|
/**
|
|
16
|
-
* For optimistic concurrency control. See
|
|
16
|
+
* For optimistic concurrency control. See {@code if-match}.
|
|
17
17
|
*
|
|
18
18
|
*/
|
|
19
19
|
"etag": string;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface ChangeManagementSavedSearchesCompartmentResponse {
|
|
15
15
|
/**
|
|
16
|
-
* For optimistic concurrency control. See
|
|
16
|
+
* For optimistic concurrency control. See {@code if-match}.
|
|
17
17
|
*
|
|
18
18
|
*/
|
|
19
19
|
"etag": string;
|
|
@@ -20,7 +20,7 @@ export interface ListManagementDashboardsResponse {
|
|
|
20
20
|
"opcRequestId": string;
|
|
21
21
|
/**
|
|
22
22
|
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
-
* then a partial list might have been returned. Include this value as the
|
|
23
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
24
24
|
* subsequent GET request to get the next batch of items.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
@@ -20,7 +20,7 @@ export interface ListManagementSavedSearchesResponse {
|
|
|
20
20
|
"opcRequestId": string;
|
|
21
21
|
/**
|
|
22
22
|
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
-
* then a partial list might have been returned. Include this value as the
|
|
23
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
24
24
|
* subsequent GET request to get the next batch of items.
|
|
25
25
|
*
|
|
26
26
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-managementdashboard",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.77.0",
|
|
4
4
|
"description": "OCI NodeJS client for Management Dashboard 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.0",
|
|
19
|
+
"oci-workrequests": "2.77.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|