oci-managementdashboard 2.60.0 → 2.62.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 +7 -3
- package/lib/model/create-management-dashboard-details.js.map +1 -1
- package/lib/model/create-management-saved-search-details.d.ts +11 -7
- package/lib/model/create-management-saved-search-details.js.map +1 -1
- package/lib/model/management-dashboard-for-import-export-details.d.ts +9 -5
- package/lib/model/management-dashboard-for-import-export-details.js.map +1 -1
- package/lib/model/management-dashboard-summary.d.ts +7 -3
- package/lib/model/management-dashboard-summary.js.map +1 -1
- package/lib/model/management-dashboard-tile-details.d.ts +2 -2
- package/lib/model/management-dashboard.d.ts +5 -1
- package/lib/model/management-dashboard.js.map +1 -1
- package/lib/model/management-saved-search-for-import-details.d.ts +11 -7
- package/lib/model/management-saved-search-for-import-details.js.map +1 -1
- package/lib/model/management-saved-search-summary.d.ts +14 -10
- package/lib/model/management-saved-search-summary.js.map +1 -1
- package/lib/model/management-saved-search.d.ts +12 -8
- package/lib/model/management-saved-search.js.map +1 -1
- package/lib/model/update-management-dashboard-details.d.ts +7 -3
- package/lib/model/update-management-dashboard-details.js.map +1 -1
- package/lib/model/update-management-saved-search-details.d.ts +11 -7
- package/lib/model/update-management-saved-search-details.js.map +1 -1
- package/lib/request/change-management-dashboards-compartment-request.d.ts +1 -1
- package/lib/request/change-management-saved-searches-compartment-request.d.ts +1 -1
- 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 +1 -1
- package/lib/request/delete-management-saved-search-request.d.ts +1 -1
- 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 +1 -1
- 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 +1 -1
- package/lib/request/update-management-saved-search-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -88,7 +88,7 @@ export declare class DashxApisClient {
|
|
|
88
88
|
* @param ChangeManagementDashboardsCompartmentRequest
|
|
89
89
|
* @return ChangeManagementDashboardsCompartmentResponse
|
|
90
90
|
* @throws OciError when an error occurs
|
|
91
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
91
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/managementdashboard/ChangeManagementDashboardsCompartment.ts.html |here} to see how to use ChangeManagementDashboardsCompartment API.
|
|
92
92
|
*/
|
|
93
93
|
changeManagementDashboardsCompartment(changeManagementDashboardsCompartmentRequest: requests.ChangeManagementDashboardsCompartmentRequest): Promise<responses.ChangeManagementDashboardsCompartmentResponse>;
|
|
94
94
|
/**
|
|
@@ -98,7 +98,7 @@ export declare class DashxApisClient {
|
|
|
98
98
|
* @param ChangeManagementSavedSearchesCompartmentRequest
|
|
99
99
|
* @return ChangeManagementSavedSearchesCompartmentResponse
|
|
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.
|
|
101
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/managementdashboard/ChangeManagementSavedSearchesCompartment.ts.html |here} to see how to use ChangeManagementSavedSearchesCompartment API.
|
|
102
102
|
*/
|
|
103
103
|
changeManagementSavedSearchesCompartment(changeManagementSavedSearchesCompartmentRequest: requests.ChangeManagementSavedSearchesCompartmentRequest): Promise<responses.ChangeManagementSavedSearchesCompartmentResponse>;
|
|
104
104
|
/**
|
|
@@ -111,7 +111,7 @@ export declare class DashxApisClient {
|
|
|
111
111
|
* @param CreateManagementDashboardRequest
|
|
112
112
|
* @return CreateManagementDashboardResponse
|
|
113
113
|
* @throws OciError when an error occurs
|
|
114
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
114
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/managementdashboard/CreateManagementDashboard.ts.html |here} to see how to use CreateManagementDashboard API.
|
|
115
115
|
*/
|
|
116
116
|
createManagementDashboard(createManagementDashboardRequest: requests.CreateManagementDashboardRequest): Promise<responses.CreateManagementDashboardResponse>;
|
|
117
117
|
/**
|
|
@@ -124,7 +124,7 @@ export declare class DashxApisClient {
|
|
|
124
124
|
* @param CreateManagementSavedSearchRequest
|
|
125
125
|
* @return CreateManagementSavedSearchResponse
|
|
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.
|
|
127
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/managementdashboard/CreateManagementSavedSearch.ts.html |here} to see how to use CreateManagementSavedSearch API.
|
|
128
128
|
*/
|
|
129
129
|
createManagementSavedSearch(createManagementSavedSearchRequest: requests.CreateManagementSavedSearchRequest): Promise<responses.CreateManagementSavedSearchResponse>;
|
|
130
130
|
/**
|
|
@@ -133,7 +133,7 @@ export declare class DashxApisClient {
|
|
|
133
133
|
* @param DeleteManagementDashboardRequest
|
|
134
134
|
* @return DeleteManagementDashboardResponse
|
|
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.
|
|
136
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/managementdashboard/DeleteManagementDashboard.ts.html |here} to see how to use DeleteManagementDashboard API.
|
|
137
137
|
*/
|
|
138
138
|
deleteManagementDashboard(deleteManagementDashboardRequest: requests.DeleteManagementDashboardRequest): Promise<responses.DeleteManagementDashboardResponse>;
|
|
139
139
|
/**
|
|
@@ -142,7 +142,7 @@ export declare class DashxApisClient {
|
|
|
142
142
|
* @param DeleteManagementSavedSearchRequest
|
|
143
143
|
* @return DeleteManagementSavedSearchResponse
|
|
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.
|
|
145
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/managementdashboard/DeleteManagementSavedSearch.ts.html |here} to see how to use DeleteManagementSavedSearch API.
|
|
146
146
|
*/
|
|
147
147
|
deleteManagementSavedSearch(deleteManagementSavedSearchRequest: requests.DeleteManagementSavedSearchRequest): Promise<responses.DeleteManagementSavedSearchResponse>;
|
|
148
148
|
/**
|
|
@@ -154,7 +154,7 @@ export declare class DashxApisClient {
|
|
|
154
154
|
* @param ExportDashboardRequest
|
|
155
155
|
* @return ExportDashboardResponse
|
|
156
156
|
* @throws OciError when an error occurs
|
|
157
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
157
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/managementdashboard/ExportDashboard.ts.html |here} to see how to use ExportDashboard API.
|
|
158
158
|
*/
|
|
159
159
|
exportDashboard(exportDashboardRequest: requests.ExportDashboardRequest): Promise<responses.ExportDashboardResponse>;
|
|
160
160
|
/**
|
|
@@ -163,7 +163,7 @@ export declare class DashxApisClient {
|
|
|
163
163
|
* @param GetManagementDashboardRequest
|
|
164
164
|
* @return GetManagementDashboardResponse
|
|
165
165
|
* @throws OciError when an error occurs
|
|
166
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
166
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/managementdashboard/GetManagementDashboard.ts.html |here} to see how to use GetManagementDashboard API.
|
|
167
167
|
*/
|
|
168
168
|
getManagementDashboard(getManagementDashboardRequest: requests.GetManagementDashboardRequest): Promise<responses.GetManagementDashboardResponse>;
|
|
169
169
|
/**
|
|
@@ -172,7 +172,7 @@ export declare class DashxApisClient {
|
|
|
172
172
|
* @param GetManagementSavedSearchRequest
|
|
173
173
|
* @return GetManagementSavedSearchResponse
|
|
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.62.0/managementdashboard/GetManagementSavedSearch.ts.html |here} to see how to use GetManagementSavedSearch API.
|
|
176
176
|
*/
|
|
177
177
|
getManagementSavedSearch(getManagementSavedSearchRequest: requests.GetManagementSavedSearchRequest): Promise<responses.GetManagementSavedSearchResponse>;
|
|
178
178
|
/**
|
|
@@ -187,7 +187,7 @@ export declare class DashxApisClient {
|
|
|
187
187
|
* @param ImportDashboardRequest
|
|
188
188
|
* @return ImportDashboardResponse
|
|
189
189
|
* @throws OciError when an error occurs
|
|
190
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
190
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/managementdashboard/ImportDashboard.ts.html |here} to see how to use ImportDashboard API.
|
|
191
191
|
*/
|
|
192
192
|
importDashboard(importDashboardRequest: requests.ImportDashboardRequest): Promise<responses.ImportDashboardResponse>;
|
|
193
193
|
/**
|
|
@@ -196,7 +196,7 @@ export declare class DashxApisClient {
|
|
|
196
196
|
* @param ListManagementDashboardsRequest
|
|
197
197
|
* @return ListManagementDashboardsResponse
|
|
198
198
|
* @throws OciError when an error occurs
|
|
199
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
199
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/managementdashboard/ListManagementDashboards.ts.html |here} to see how to use ListManagementDashboards API.
|
|
200
200
|
*/
|
|
201
201
|
listManagementDashboards(listManagementDashboardsRequest: requests.ListManagementDashboardsRequest): Promise<responses.ListManagementDashboardsResponse>;
|
|
202
202
|
/**
|
|
@@ -205,7 +205,7 @@ export declare class DashxApisClient {
|
|
|
205
205
|
* @param ListManagementSavedSearchesRequest
|
|
206
206
|
* @return ListManagementSavedSearchesResponse
|
|
207
207
|
* @throws OciError when an error occurs
|
|
208
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
208
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/managementdashboard/ListManagementSavedSearches.ts.html |here} to see how to use ListManagementSavedSearches API.
|
|
209
209
|
*/
|
|
210
210
|
listManagementSavedSearches(listManagementSavedSearchesRequest: requests.ListManagementSavedSearchesRequest): Promise<responses.ListManagementSavedSearchesResponse>;
|
|
211
211
|
/**
|
|
@@ -215,7 +215,7 @@ export declare class DashxApisClient {
|
|
|
215
215
|
* @param UpdateManagementDashboardRequest
|
|
216
216
|
* @return UpdateManagementDashboardResponse
|
|
217
217
|
* @throws OciError when an error occurs
|
|
218
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
218
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/managementdashboard/UpdateManagementDashboard.ts.html |here} to see how to use UpdateManagementDashboard API.
|
|
219
219
|
*/
|
|
220
220
|
updateManagementDashboard(updateManagementDashboardRequest: requests.UpdateManagementDashboardRequest): Promise<responses.UpdateManagementDashboardResponse>;
|
|
221
221
|
/**
|
|
@@ -225,7 +225,7 @@ export declare class DashxApisClient {
|
|
|
225
225
|
* @param UpdateManagementSavedSearchRequest
|
|
226
226
|
* @return UpdateManagementSavedSearchResponse
|
|
227
227
|
* @throws OciError when an error occurs
|
|
228
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
228
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/managementdashboard/UpdateManagementSavedSearch.ts.html |here} to see how to use UpdateManagementSavedSearch API.
|
|
229
229
|
*/
|
|
230
230
|
updateManagementSavedSearch(updateManagementSavedSearchRequest: requests.UpdateManagementSavedSearchRequest): Promise<responses.UpdateManagementSavedSearchResponse>;
|
|
231
231
|
}
|
package/lib/client.js
CHANGED
|
@@ -182,7 +182,7 @@ class DashxApisClient {
|
|
|
182
182
|
* @param ChangeManagementDashboardsCompartmentRequest
|
|
183
183
|
* @return ChangeManagementDashboardsCompartmentResponse
|
|
184
184
|
* @throws OciError when an error occurs
|
|
185
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
185
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/managementdashboard/ChangeManagementDashboardsCompartment.ts.html |here} to see how to use ChangeManagementDashboardsCompartment API.
|
|
186
186
|
*/
|
|
187
187
|
changeManagementDashboardsCompartment(changeManagementDashboardsCompartmentRequest) {
|
|
188
188
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -254,7 +254,7 @@ class DashxApisClient {
|
|
|
254
254
|
* @param ChangeManagementSavedSearchesCompartmentRequest
|
|
255
255
|
* @return ChangeManagementSavedSearchesCompartmentResponse
|
|
256
256
|
* @throws OciError when an error occurs
|
|
257
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
257
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/managementdashboard/ChangeManagementSavedSearchesCompartment.ts.html |here} to see how to use ChangeManagementSavedSearchesCompartment API.
|
|
258
258
|
*/
|
|
259
259
|
changeManagementSavedSearchesCompartment(changeManagementSavedSearchesCompartmentRequest) {
|
|
260
260
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -329,7 +329,7 @@ class DashxApisClient {
|
|
|
329
329
|
* @param CreateManagementDashboardRequest
|
|
330
330
|
* @return CreateManagementDashboardResponse
|
|
331
331
|
* @throws OciError when an error occurs
|
|
332
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
332
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/managementdashboard/CreateManagementDashboard.ts.html |here} to see how to use CreateManagementDashboard API.
|
|
333
333
|
*/
|
|
334
334
|
createManagementDashboard(createManagementDashboardRequest) {
|
|
335
335
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -401,7 +401,7 @@ class DashxApisClient {
|
|
|
401
401
|
* @param CreateManagementSavedSearchRequest
|
|
402
402
|
* @return CreateManagementSavedSearchResponse
|
|
403
403
|
* @throws OciError when an error occurs
|
|
404
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
404
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/managementdashboard/CreateManagementSavedSearch.ts.html |here} to see how to use CreateManagementSavedSearch API.
|
|
405
405
|
*/
|
|
406
406
|
createManagementSavedSearch(createManagementSavedSearchRequest) {
|
|
407
407
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -469,7 +469,7 @@ class DashxApisClient {
|
|
|
469
469
|
* @param DeleteManagementDashboardRequest
|
|
470
470
|
* @return DeleteManagementDashboardResponse
|
|
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.62.0/managementdashboard/DeleteManagementDashboard.ts.html |here} to see how to use DeleteManagementDashboard API.
|
|
473
473
|
*/
|
|
474
474
|
deleteManagementDashboard(deleteManagementDashboardRequest) {
|
|
475
475
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -529,7 +529,7 @@ class DashxApisClient {
|
|
|
529
529
|
* @param DeleteManagementSavedSearchRequest
|
|
530
530
|
* @return DeleteManagementSavedSearchResponse
|
|
531
531
|
* @throws OciError when an error occurs
|
|
532
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
532
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/managementdashboard/DeleteManagementSavedSearch.ts.html |here} to see how to use DeleteManagementSavedSearch API.
|
|
533
533
|
*/
|
|
534
534
|
deleteManagementSavedSearch(deleteManagementSavedSearchRequest) {
|
|
535
535
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -592,7 +592,7 @@ class DashxApisClient {
|
|
|
592
592
|
* @param ExportDashboardRequest
|
|
593
593
|
* @return ExportDashboardResponse
|
|
594
594
|
* @throws OciError when an error occurs
|
|
595
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
595
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/managementdashboard/ExportDashboard.ts.html |here} to see how to use ExportDashboard API.
|
|
596
596
|
*/
|
|
597
597
|
exportDashboard(exportDashboardRequest) {
|
|
598
598
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -656,7 +656,7 @@ class DashxApisClient {
|
|
|
656
656
|
* @param GetManagementDashboardRequest
|
|
657
657
|
* @return GetManagementDashboardResponse
|
|
658
658
|
* @throws OciError when an error occurs
|
|
659
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
659
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/managementdashboard/GetManagementDashboard.ts.html |here} to see how to use GetManagementDashboard API.
|
|
660
660
|
*/
|
|
661
661
|
getManagementDashboard(getManagementDashboardRequest) {
|
|
662
662
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -725,7 +725,7 @@ class DashxApisClient {
|
|
|
725
725
|
* @param GetManagementSavedSearchRequest
|
|
726
726
|
* @return GetManagementSavedSearchResponse
|
|
727
727
|
* @throws OciError when an error occurs
|
|
728
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
728
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/managementdashboard/GetManagementSavedSearch.ts.html |here} to see how to use GetManagementSavedSearch API.
|
|
729
729
|
*/
|
|
730
730
|
getManagementSavedSearch(getManagementSavedSearchRequest) {
|
|
731
731
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -800,7 +800,7 @@ class DashxApisClient {
|
|
|
800
800
|
* @param ImportDashboardRequest
|
|
801
801
|
* @return ImportDashboardResponse
|
|
802
802
|
* @throws OciError when an error occurs
|
|
803
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
803
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/managementdashboard/ImportDashboard.ts.html |here} to see how to use ImportDashboard API.
|
|
804
804
|
*/
|
|
805
805
|
importDashboard(importDashboardRequest) {
|
|
806
806
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -860,7 +860,7 @@ class DashxApisClient {
|
|
|
860
860
|
* @param ListManagementDashboardsRequest
|
|
861
861
|
* @return ListManagementDashboardsResponse
|
|
862
862
|
* @throws OciError when an error occurs
|
|
863
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
863
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/managementdashboard/ListManagementDashboards.ts.html |here} to see how to use ListManagementDashboards API.
|
|
864
864
|
*/
|
|
865
865
|
listManagementDashboards(listManagementDashboardsRequest) {
|
|
866
866
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -928,7 +928,7 @@ class DashxApisClient {
|
|
|
928
928
|
* @param ListManagementSavedSearchesRequest
|
|
929
929
|
* @return ListManagementSavedSearchesResponse
|
|
930
930
|
* @throws OciError when an error occurs
|
|
931
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
931
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/managementdashboard/ListManagementSavedSearches.ts.html |here} to see how to use ListManagementSavedSearches API.
|
|
932
932
|
*/
|
|
933
933
|
listManagementSavedSearches(listManagementSavedSearchesRequest) {
|
|
934
934
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -997,7 +997,7 @@ class DashxApisClient {
|
|
|
997
997
|
* @param UpdateManagementDashboardRequest
|
|
998
998
|
* @return UpdateManagementDashboardResponse
|
|
999
999
|
* @throws OciError when an error occurs
|
|
1000
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1000
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/managementdashboard/UpdateManagementDashboard.ts.html |here} to see how to use UpdateManagementDashboard API.
|
|
1001
1001
|
*/
|
|
1002
1002
|
updateManagementDashboard(updateManagementDashboardRequest) {
|
|
1003
1003
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1069,7 +1069,7 @@ class DashxApisClient {
|
|
|
1069
1069
|
* @param UpdateManagementSavedSearchRequest
|
|
1070
1070
|
* @return UpdateManagementSavedSearchResponse
|
|
1071
1071
|
* @throws OciError when an error occurs
|
|
1072
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1072
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/managementdashboard/UpdateManagementSavedSearch.ts.html |here} to see how to use UpdateManagementSavedSearch API.
|
|
1073
1073
|
*/
|
|
1074
1074
|
updateManagementSavedSearch(updateManagementSavedSearchRequest) {
|
|
1075
1075
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -26,11 +26,11 @@ export interface CreateManagementDashboardDetails {
|
|
|
26
26
|
*/
|
|
27
27
|
"providerId": string;
|
|
28
28
|
/**
|
|
29
|
-
*
|
|
29
|
+
* The user friendly name of the service (for example, Logging Analytics) that owns the dashboard.
|
|
30
30
|
*/
|
|
31
31
|
"providerName": string;
|
|
32
32
|
/**
|
|
33
|
-
*
|
|
33
|
+
* The version of the metadata of the provider. This is useful for provider to version its features and metadata. Any newly created saved search (or dashboard) should use providerVersion 3.0.0.
|
|
34
34
|
*/
|
|
35
35
|
"providerVersion": string;
|
|
36
36
|
/**
|
|
@@ -58,7 +58,7 @@ export interface CreateManagementDashboardDetails {
|
|
|
58
58
|
*/
|
|
59
59
|
"isShowInHome": boolean;
|
|
60
60
|
/**
|
|
61
|
-
*
|
|
61
|
+
* The version of the metadata defined in the API. This is maintained and enforced by dashboard server. Currently it is 2.0.
|
|
62
62
|
*/
|
|
63
63
|
"metadataVersion": string;
|
|
64
64
|
/**
|
|
@@ -93,6 +93,10 @@ export interface CreateManagementDashboardDetails {
|
|
|
93
93
|
* Defines parameters for the dashboard.
|
|
94
94
|
*/
|
|
95
95
|
"parametersConfig"?: Array<any>;
|
|
96
|
+
/**
|
|
97
|
+
* Contains configuration for enabling features.
|
|
98
|
+
*/
|
|
99
|
+
"featuresConfig"?: any;
|
|
96
100
|
/**
|
|
97
101
|
* Drill-down configuration to define the destination of a drill-down action.
|
|
98
102
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-management-dashboard-details.js","sourceRoot":"","sources":["../../../../../lib/managementdashboard/lib/model/create-management-dashboard-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"create-management-dashboard-details.js","sourceRoot":"","sources":["../../../../../lib/managementdashboard/lib/model/create-management-dashboard-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAyGlC,IAAiB,gCAAgC,CA6BhD;AA7BD,WAAiB,gCAAgC;IAC/C,SAAgB,UAAU,CAAC,GAAqC;QAC9D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,8BAA8B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC/D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,2CAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqC;QAC1E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,8BAA8B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC3E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,uDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,gCAAgC,GAAhC,wCAAgC,KAAhC,wCAAgC,QA6BhD"}
|
|
@@ -30,11 +30,11 @@ export interface CreateManagementSavedSearchDetails {
|
|
|
30
30
|
*/
|
|
31
31
|
"providerId": string;
|
|
32
32
|
/**
|
|
33
|
-
*
|
|
33
|
+
* The version of the metadata of the provider. This is useful for provider to version its features and metadata. Any newly created saved search (or dashboard) should use providerVersion 3.0.0.
|
|
34
34
|
*/
|
|
35
35
|
"providerVersion": string;
|
|
36
36
|
/**
|
|
37
|
-
*
|
|
37
|
+
* The user friendly name of the service (for example, Logging Analytics) that owns the saved search.
|
|
38
38
|
*/
|
|
39
39
|
"providerName": string;
|
|
40
40
|
/**
|
|
@@ -58,11 +58,11 @@ export interface CreateManagementSavedSearchDetails {
|
|
|
58
58
|
*/
|
|
59
59
|
"type": model.SavedSearchTypes;
|
|
60
60
|
/**
|
|
61
|
-
*
|
|
61
|
+
* It defines the visualization type of the widget saved search, the UI options of that visualization type, the binding of data to the visualization.
|
|
62
62
|
*/
|
|
63
63
|
"uiConfig": any;
|
|
64
64
|
/**
|
|
65
|
-
*
|
|
65
|
+
* It defines how data is fetched. A functional saved search needs a valid dataConfig. See examples on how it can be constructed for various data sources.
|
|
66
66
|
*/
|
|
67
67
|
"dataConfig": Array<any>;
|
|
68
68
|
/**
|
|
@@ -70,21 +70,25 @@ export interface CreateManagementSavedSearchDetails {
|
|
|
70
70
|
*/
|
|
71
71
|
"screenImage": string;
|
|
72
72
|
/**
|
|
73
|
-
*
|
|
73
|
+
* The version of the metadata defined in the API. This is maintained and enforced by dashboard server. Currently it is 2.0.
|
|
74
74
|
*/
|
|
75
75
|
"metadataVersion": string;
|
|
76
76
|
/**
|
|
77
|
-
*
|
|
77
|
+
* The UI template that the saved search uses to render itself.
|
|
78
78
|
*/
|
|
79
79
|
"widgetTemplate": string;
|
|
80
80
|
/**
|
|
81
|
-
*
|
|
81
|
+
* The View Model that the saved search uses to render itself.
|
|
82
82
|
*/
|
|
83
83
|
"widgetVM": string;
|
|
84
84
|
/**
|
|
85
85
|
* Defines parameters for the saved search.
|
|
86
86
|
*/
|
|
87
87
|
"parametersConfig"?: Array<any>;
|
|
88
|
+
/**
|
|
89
|
+
* Contains configuration for enabling features.
|
|
90
|
+
*/
|
|
91
|
+
"featuresConfig"?: any;
|
|
88
92
|
/**
|
|
89
93
|
* Drill-down configuration to define the destination of a drill-down action.
|
|
90
94
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-management-saved-search-details.js","sourceRoot":"","sources":["../../../../../lib/managementdashboard/lib/model/create-management-saved-search-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;
|
|
1
|
+
{"version":3,"file":"create-management-saved-search-details.js","sourceRoot":"","sources":["../../../../../lib/managementdashboard/lib/model/create-management-saved-search-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAmGH,IAAiB,kCAAkC,CAWlD;AAXD,WAAiB,kCAAkC;IACjD,SAAgB,UAAU,CAAC,GAAuC;QAChE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuC;QAC5E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,kCAAkC,GAAlC,0CAAkC,KAAlC,0CAAkC,QAWlD"}
|
|
@@ -26,11 +26,11 @@ export interface ManagementDashboardForImportExportDetails {
|
|
|
26
26
|
*/
|
|
27
27
|
"providerId": string;
|
|
28
28
|
/**
|
|
29
|
-
*
|
|
29
|
+
* The user friendly name of the service (for example, Logging Analytics) that owns the dashboard.
|
|
30
30
|
*/
|
|
31
31
|
"providerName": string;
|
|
32
32
|
/**
|
|
33
|
-
*
|
|
33
|
+
* The version of the metadata of the provider. This is useful for provider to version its features and metadata. Any newly created saved search (or dashboard) should use providerVersion 3.0.0.
|
|
34
34
|
*/
|
|
35
35
|
"providerVersion": string;
|
|
36
36
|
/**
|
|
@@ -58,7 +58,7 @@ export interface ManagementDashboardForImportExportDetails {
|
|
|
58
58
|
*/
|
|
59
59
|
"isShowInHome": boolean;
|
|
60
60
|
/**
|
|
61
|
-
*
|
|
61
|
+
* The version of the metadata defined in the API. This is maintained and enforced by dashboard server. Currently it is 2.0.
|
|
62
62
|
*/
|
|
63
63
|
"metadataVersion": string;
|
|
64
64
|
/**
|
|
@@ -74,11 +74,11 @@ export interface ManagementDashboardForImportExportDetails {
|
|
|
74
74
|
*/
|
|
75
75
|
"nls": any;
|
|
76
76
|
/**
|
|
77
|
-
*
|
|
77
|
+
* It defines the visualization type of the widget saved search, the UI options of that visualization type, the binding of data to the visualization.
|
|
78
78
|
*/
|
|
79
79
|
"uiConfig": any;
|
|
80
80
|
/**
|
|
81
|
-
*
|
|
81
|
+
* It defines how data is fetched. A functional saved search needs a valid dataConfig. See examples on how it can be constructed for various data sources.
|
|
82
82
|
*/
|
|
83
83
|
"dataConfig": Array<any>;
|
|
84
84
|
/**
|
|
@@ -97,6 +97,10 @@ export interface ManagementDashboardForImportExportDetails {
|
|
|
97
97
|
* Defines parameters for the dashboard.
|
|
98
98
|
*/
|
|
99
99
|
"parametersConfig"?: Array<any>;
|
|
100
|
+
/**
|
|
101
|
+
* Contains configuration for enabling features.
|
|
102
|
+
*/
|
|
103
|
+
"featuresConfig"?: any;
|
|
100
104
|
/**
|
|
101
105
|
* Drill-down configuration to define the destination of a drill-down action.
|
|
102
106
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"management-dashboard-for-import-export-details.js","sourceRoot":"","sources":["../../../../../lib/managementdashboard/lib/model/management-dashboard-for-import-export-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"management-dashboard-for-import-export-details.js","sourceRoot":"","sources":["../../../../../lib/managementdashboard/lib/model/management-dashboard-for-import-export-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA6GlC,IAAiB,yCAAyC,CAyCzD;AAzCD,WAAiB,yCAAyC;IACxD,SAAgB,UAAU,CAAC,GAA8C;QACvE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,8BAA8B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC/D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,GAAG,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC3B,OAAO,KAAK,CAAC,qCAAqC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACtE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAnBe,oDAAU,aAmBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8C;QACnF,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,8BAA8B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC3E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,GAAG,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC3B,OAAO,KAAK,CAAC,qCAAqC,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAClF,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAnBe,gEAAsB,yBAmBrC,CAAA;AACH,CAAC,EAzCgB,yCAAyC,GAAzC,iDAAyC,KAAzC,iDAAyC,QAyCzD"}
|
|
@@ -42,11 +42,11 @@ export interface ManagementDashboardSummary {
|
|
|
42
42
|
*/
|
|
43
43
|
"providerId": string;
|
|
44
44
|
/**
|
|
45
|
-
*
|
|
45
|
+
* The user friendly name of the service (for example, Logging Analytics) that owns the dashboard.
|
|
46
46
|
*/
|
|
47
47
|
"providerName": string;
|
|
48
48
|
/**
|
|
49
|
-
*
|
|
49
|
+
* The version of the metadata of the provider. This is useful for provider to version its features and metadata. Any newly created saved search (or dashboard) should use providerVersion 3.0.0.
|
|
50
50
|
*/
|
|
51
51
|
"providerVersion": string;
|
|
52
52
|
/**
|
|
@@ -70,7 +70,7 @@ export interface ManagementDashboardSummary {
|
|
|
70
70
|
*/
|
|
71
71
|
"timeUpdated": Date;
|
|
72
72
|
/**
|
|
73
|
-
*
|
|
73
|
+
* The version of the metadata defined in the API. This is maintained and enforced by dashboard server. Currently it is 2.0.
|
|
74
74
|
*/
|
|
75
75
|
"metadataVersion": string;
|
|
76
76
|
/**
|
|
@@ -85,6 +85,10 @@ export interface ManagementDashboardSummary {
|
|
|
85
85
|
* Type of dashboard. NORMAL denotes a single dashboard and SET denotes a dashboard set.
|
|
86
86
|
*/
|
|
87
87
|
"type": string;
|
|
88
|
+
/**
|
|
89
|
+
* Contains configuration for enabling features.
|
|
90
|
+
*/
|
|
91
|
+
"featuresConfig"?: any;
|
|
88
92
|
/**
|
|
89
93
|
* Current lifecycle state of the dashboard.
|
|
90
94
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"management-dashboard-summary.js","sourceRoot":"","sources":["../../../../../lib/managementdashboard/lib/model/management-dashboard-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;
|
|
1
|
+
{"version":3,"file":"management-dashboard-summary.js","sourceRoot":"","sources":["../../../../../lib/managementdashboard/lib/model/management-dashboard-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAmGH,IAAiB,0BAA0B,CAW1C;AAXD,WAAiB,0BAA0B;IACzC,SAAgB,UAAU,CAAC,GAA+B;QACxD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA+B;QACpE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAW1C"}
|
|
@@ -47,11 +47,11 @@ export interface ManagementDashboardTileDetails {
|
|
|
47
47
|
*/
|
|
48
48
|
"nls": any;
|
|
49
49
|
/**
|
|
50
|
-
*
|
|
50
|
+
* It defines the visualization type of the widget saved search, the UI options of that visualization type, the binding of data to the visualization.
|
|
51
51
|
*/
|
|
52
52
|
"uiConfig": any;
|
|
53
53
|
/**
|
|
54
|
-
*
|
|
54
|
+
* It defines how data is fetched. A functional saved search needs a valid dataConfig. See examples on how it can be constructed for various data sources.
|
|
55
55
|
*/
|
|
56
56
|
"dataConfig": Array<any>;
|
|
57
57
|
/**
|
|
@@ -78,7 +78,7 @@ export interface ManagementDashboard {
|
|
|
78
78
|
*/
|
|
79
79
|
"timeUpdated": Date;
|
|
80
80
|
/**
|
|
81
|
-
*
|
|
81
|
+
* The version of the metadata defined in the API. This is maintained and enforced by dashboard server. Currently it is 2.0.
|
|
82
82
|
*/
|
|
83
83
|
"metadataVersion": string;
|
|
84
84
|
/**
|
|
@@ -125,6 +125,10 @@ export interface ManagementDashboard {
|
|
|
125
125
|
* Drill-down configuration to define the destination of a drill-down action.
|
|
126
126
|
*/
|
|
127
127
|
"drilldownConfig"?: Array<any>;
|
|
128
|
+
/**
|
|
129
|
+
* Contains configuration for enabling features.
|
|
130
|
+
*/
|
|
131
|
+
"featuresConfig"?: any;
|
|
128
132
|
/**
|
|
129
133
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
130
134
|
* Example: `{\"bar-key\": \"value\"}`
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"management-dashboard.js","sourceRoot":"","sources":["../../../../../lib/managementdashboard/lib/model/management-dashboard.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"management-dashboard.js","sourceRoot":"","sources":["../../../../../lib/managementdashboard/lib/model/management-dashboard.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAqIlC,IAAiB,mBAAmB,CAyCnC;AAzCD,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB;QACjD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,8BAA8B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC/D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,GAAG,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC3B,OAAO,KAAK,CAAC,qBAAqB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACtD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAnBe,8BAAU,aAmBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,8BAA8B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC3E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,GAAG,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC3B,OAAO,KAAK,CAAC,qBAAqB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAClE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAnBe,0CAAsB,yBAmBrC,CAAA;AACH,CAAC,EAzCgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAyCnC"}
|
|
@@ -30,11 +30,11 @@ export interface ManagementSavedSearchForImportDetails {
|
|
|
30
30
|
*/
|
|
31
31
|
"providerId": string;
|
|
32
32
|
/**
|
|
33
|
-
*
|
|
33
|
+
* The version of the metadata of the provider. This is useful for provider to version its features and metadata. Any newly created saved search (or dashboard) should use providerVersion 3.0.0.
|
|
34
34
|
*/
|
|
35
35
|
"providerVersion": string;
|
|
36
36
|
/**
|
|
37
|
-
*
|
|
37
|
+
* The user friendly name of the service (for example, Logging Analytics) that owns the saved search.
|
|
38
38
|
*/
|
|
39
39
|
"providerName": string;
|
|
40
40
|
/**
|
|
@@ -58,11 +58,11 @@ export interface ManagementSavedSearchForImportDetails {
|
|
|
58
58
|
*/
|
|
59
59
|
"type": model.SavedSearchTypes;
|
|
60
60
|
/**
|
|
61
|
-
*
|
|
61
|
+
* It defines the visualization type of the widget saved search, the UI options of that visualization type, the binding of data to the visualization.
|
|
62
62
|
*/
|
|
63
63
|
"uiConfig": any;
|
|
64
64
|
/**
|
|
65
|
-
*
|
|
65
|
+
* It defines how data is fetched. A functional saved search needs a valid dataConfig. See examples on how it can be constructed for various data sources.
|
|
66
66
|
*/
|
|
67
67
|
"dataConfig": Array<any>;
|
|
68
68
|
/**
|
|
@@ -70,15 +70,15 @@ export interface ManagementSavedSearchForImportDetails {
|
|
|
70
70
|
*/
|
|
71
71
|
"screenImage": string;
|
|
72
72
|
/**
|
|
73
|
-
*
|
|
73
|
+
* The version of the metadata defined in the API. This is maintained and enforced by dashboard server. Currently it is 2.0.
|
|
74
74
|
*/
|
|
75
75
|
"metadataVersion": string;
|
|
76
76
|
/**
|
|
77
|
-
*
|
|
77
|
+
* The UI template that the saved search uses to render itself.
|
|
78
78
|
*/
|
|
79
79
|
"widgetTemplate": string;
|
|
80
80
|
/**
|
|
81
|
-
*
|
|
81
|
+
* The View Model that the saved search uses to render itself.
|
|
82
82
|
*/
|
|
83
83
|
"widgetVM": string;
|
|
84
84
|
/**
|
|
@@ -103,6 +103,10 @@ export interface ManagementSavedSearchForImportDetails {
|
|
|
103
103
|
* Defines parameters for the saved search.
|
|
104
104
|
*/
|
|
105
105
|
"parametersConfig"?: Array<any>;
|
|
106
|
+
/**
|
|
107
|
+
* Contains configuration for enabling features.
|
|
108
|
+
*/
|
|
109
|
+
"featuresConfig"?: any;
|
|
106
110
|
/**
|
|
107
111
|
* Drill-down configuration to define the destination of a drill-down action.
|
|
108
112
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"management-saved-search-for-import-details.js","sourceRoot":"","sources":["../../../../../lib/managementdashboard/lib/model/management-saved-search-for-import-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;
|
|
1
|
+
{"version":3,"file":"management-saved-search-for-import-details.js","sourceRoot":"","sources":["../../../../../lib/managementdashboard/lib/model/management-saved-search-for-import-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAmGH,IAAiB,qCAAqC,CAWrD;AAXD,WAAiB,qCAAqC;IACpD,SAAgB,UAAU,CAAC,GAA0C;QACnE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0C;QAC/E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4DAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,qCAAqC,GAArC,6CAAqC,KAArC,6CAAqC,QAWrD"}
|
|
@@ -38,11 +38,11 @@ export interface ManagementSavedSearchSummary {
|
|
|
38
38
|
*/
|
|
39
39
|
"providerId": string;
|
|
40
40
|
/**
|
|
41
|
-
*
|
|
41
|
+
* The version of the metadata of the provider. This is useful for provider to version its features and metadata. Any newly created saved search (or dashboard) should use providerVersion 3.0.0.
|
|
42
42
|
*/
|
|
43
43
|
"providerVersion": string;
|
|
44
44
|
/**
|
|
45
|
-
*
|
|
45
|
+
* The user friendly name of the service (for example, Logging Analytics) that owns the saved search.
|
|
46
46
|
*/
|
|
47
47
|
"providerName": string;
|
|
48
48
|
/**
|
|
@@ -58,19 +58,19 @@ export interface ManagementSavedSearchSummary {
|
|
|
58
58
|
*/
|
|
59
59
|
"type": model.SavedSearchTypes;
|
|
60
60
|
/**
|
|
61
|
-
*
|
|
61
|
+
* It defines the visualization type of the widget saved search, the UI options of that visualization type, the binding of data to the visualization.
|
|
62
62
|
*/
|
|
63
63
|
"uiConfig": any;
|
|
64
64
|
/**
|
|
65
|
-
*
|
|
65
|
+
* It defines how data is fetched. A functional saved search needs a valid dataConfig. See examples on how it can be constructed for various data sources.
|
|
66
66
|
*/
|
|
67
67
|
"dataConfig": Array<any>;
|
|
68
68
|
/**
|
|
69
|
-
*
|
|
69
|
+
* The principle id of the user that created this saved search. This is automatically managed by the system. In OCI the value is ignored. In EM it can skipped or otherwise it is ignored in both create and update API and system automatically sets its value.
|
|
70
70
|
*/
|
|
71
71
|
"createdBy": string;
|
|
72
72
|
/**
|
|
73
|
-
*
|
|
73
|
+
* The principle id of the user that updated this saved search
|
|
74
74
|
*/
|
|
75
75
|
"updatedBy": string;
|
|
76
76
|
/**
|
|
@@ -86,25 +86,29 @@ export interface ManagementSavedSearchSummary {
|
|
|
86
86
|
*/
|
|
87
87
|
"screenImage": string;
|
|
88
88
|
/**
|
|
89
|
-
*
|
|
89
|
+
* The version of the metadata defined in the API. This is maintained and enforced by dashboard server. Currently it is 2.0.
|
|
90
90
|
*/
|
|
91
91
|
"metadataVersion": string;
|
|
92
92
|
/**
|
|
93
|
-
*
|
|
93
|
+
* The UI template that the saved search uses to render itself.
|
|
94
94
|
*/
|
|
95
95
|
"widgetTemplate": string;
|
|
96
96
|
/**
|
|
97
|
-
*
|
|
97
|
+
* The View Model that the saved search uses to render itself.
|
|
98
98
|
*/
|
|
99
99
|
"widgetVM": string;
|
|
100
100
|
/**
|
|
101
|
-
*
|
|
101
|
+
* OCI lifecycle status. This is automatically managed by the system.
|
|
102
102
|
*/
|
|
103
103
|
"lifecycleState": model.LifecycleStates;
|
|
104
104
|
/**
|
|
105
105
|
* Defines parameters for the saved search.
|
|
106
106
|
*/
|
|
107
107
|
"parametersConfig"?: Array<any>;
|
|
108
|
+
/**
|
|
109
|
+
* Contains configuration for enabling features.
|
|
110
|
+
*/
|
|
111
|
+
"featuresConfig"?: any;
|
|
108
112
|
/**
|
|
109
113
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
110
114
|
* Example: `{\"bar-key\": \"value\"}`
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"management-saved-search-summary.js","sourceRoot":"","sources":["../../../../../lib/managementdashboard/lib/model/management-saved-search-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;
|
|
1
|
+
{"version":3,"file":"management-saved-search-summary.js","sourceRoot":"","sources":["../../../../../lib/managementdashboard/lib/model/management-saved-search-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAmHH,IAAiB,4BAA4B,CAW5C;AAXD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC;QAC1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiC;QACtE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAW5C"}
|
|
@@ -58,19 +58,19 @@ export interface ManagementSavedSearch {
|
|
|
58
58
|
*/
|
|
59
59
|
"type": model.SavedSearchTypes;
|
|
60
60
|
/**
|
|
61
|
-
*
|
|
61
|
+
* It defines the visualization type of the widget saved search, the UI options of that visualization type, the binding of data to the visualization.
|
|
62
62
|
*/
|
|
63
63
|
"uiConfig": any;
|
|
64
64
|
/**
|
|
65
|
-
*
|
|
65
|
+
* It defines how data is fetched. A functional saved search needs a valid dataConfig. See examples on how it can be constructed for various data sources.
|
|
66
66
|
*/
|
|
67
67
|
"dataConfig": Array<any>;
|
|
68
68
|
/**
|
|
69
|
-
*
|
|
69
|
+
* The principle id of the user that created this saved search. This is automatically managed by the system. In OCI the value is ignored. In EM it can skipped or otherwise it is ignored in both create and update API and system automatically sets its value.
|
|
70
70
|
*/
|
|
71
71
|
"createdBy": string;
|
|
72
72
|
/**
|
|
73
|
-
*
|
|
73
|
+
* The principle id of the user that updated this saved search.
|
|
74
74
|
*/
|
|
75
75
|
"updatedBy": string;
|
|
76
76
|
/**
|
|
@@ -86,25 +86,29 @@ export interface ManagementSavedSearch {
|
|
|
86
86
|
*/
|
|
87
87
|
"screenImage": string;
|
|
88
88
|
/**
|
|
89
|
-
*
|
|
89
|
+
* The version of the metadata defined in the API. This is maintained and enforced by dashboard server. Currently it is 2.0.
|
|
90
90
|
*/
|
|
91
91
|
"metadataVersion": string;
|
|
92
92
|
/**
|
|
93
|
-
*
|
|
93
|
+
* The UI template that the saved search uses to render itself.
|
|
94
94
|
*/
|
|
95
95
|
"widgetTemplate": string;
|
|
96
96
|
/**
|
|
97
|
-
*
|
|
97
|
+
* The View Model that the saved search uses to render itself.
|
|
98
98
|
*/
|
|
99
99
|
"widgetVM": string;
|
|
100
100
|
/**
|
|
101
|
-
*
|
|
101
|
+
* OCI lifecycle status. This is automatically managed by the system.
|
|
102
102
|
*/
|
|
103
103
|
"lifecycleState": model.LifecycleStates;
|
|
104
104
|
/**
|
|
105
105
|
* Defines parameters for the saved search.
|
|
106
106
|
*/
|
|
107
107
|
"parametersConfig"?: Array<any>;
|
|
108
|
+
/**
|
|
109
|
+
* Contains configuration for enabling features.
|
|
110
|
+
*/
|
|
111
|
+
"featuresConfig"?: any;
|
|
108
112
|
/**
|
|
109
113
|
* Drill-down configuration to define the destination of a drill-down action.
|
|
110
114
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"management-saved-search.js","sourceRoot":"","sources":["../../../../../lib/managementdashboard/lib/model/management-saved-search.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;
|
|
1
|
+
{"version":3,"file":"management-saved-search.js","sourceRoot":"","sources":["../../../../../lib/managementdashboard/lib/model/management-saved-search.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAuHH,IAAiB,qBAAqB,CAWrC;AAXD,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B;QACnD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAWrC"}
|
|
@@ -22,11 +22,11 @@ export interface UpdateManagementDashboardDetails {
|
|
|
22
22
|
*/
|
|
23
23
|
"providerId"?: string;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
* The user friendly name of the service (for example, Logging Analytics) that owns the dashboard.
|
|
26
26
|
*/
|
|
27
27
|
"providerName"?: string;
|
|
28
28
|
/**
|
|
29
|
-
*
|
|
29
|
+
* The version of the metadata of the provider. This is useful for provider to version its features and metadata. Any newly created saved search (or dashboard) should use providerVersion 3.0.0.
|
|
30
30
|
*/
|
|
31
31
|
"providerVersion"?: string;
|
|
32
32
|
/**
|
|
@@ -54,7 +54,7 @@ export interface UpdateManagementDashboardDetails {
|
|
|
54
54
|
*/
|
|
55
55
|
"isShowInHome"?: boolean;
|
|
56
56
|
/**
|
|
57
|
-
*
|
|
57
|
+
* The version of the metadata defined in the API. This is maintained and enforced by dashboard server. Currently it is 2.0.
|
|
58
58
|
*/
|
|
59
59
|
"metadataVersion"?: string;
|
|
60
60
|
/**
|
|
@@ -89,6 +89,10 @@ export interface UpdateManagementDashboardDetails {
|
|
|
89
89
|
* Defines parameters for the dashboard.
|
|
90
90
|
*/
|
|
91
91
|
"parametersConfig"?: Array<any>;
|
|
92
|
+
/**
|
|
93
|
+
* Contains configuration for enabling features.
|
|
94
|
+
*/
|
|
95
|
+
"featuresConfig"?: any;
|
|
92
96
|
/**
|
|
93
97
|
* Drill-down configuration to define the destination of a drill-down action.
|
|
94
98
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-management-dashboard-details.js","sourceRoot":"","sources":["../../../../../lib/managementdashboard/lib/model/update-management-dashboard-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"update-management-dashboard-details.js","sourceRoot":"","sources":["../../../../../lib/managementdashboard/lib/model/update-management-dashboard-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAqGlC,IAAiB,gCAAgC,CA6BhD;AA7BD,WAAiB,gCAAgC;IAC/C,SAAgB,UAAU,CAAC,GAAqC;QAC9D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,8BAA8B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC/D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,2CAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqC;QAC1E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,8BAA8B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC3E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,uDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,gCAAgC,GAAhC,wCAAgC,KAAhC,wCAAgC,QA6BhD"}
|
|
@@ -26,11 +26,11 @@ export interface UpdateManagementSavedSearchDetails {
|
|
|
26
26
|
*/
|
|
27
27
|
"providerId"?: string;
|
|
28
28
|
/**
|
|
29
|
-
*
|
|
29
|
+
* The version of the metadata of the provider. This is useful for provider to version its features and metadata. Any newly created saved search (or dashboard) should use providerVersion 3.0.0.
|
|
30
30
|
*/
|
|
31
31
|
"providerVersion"?: string;
|
|
32
32
|
/**
|
|
33
|
-
*
|
|
33
|
+
* The user friendly name of the service (for example, Logging Analytics) that owns the saved search.
|
|
34
34
|
*/
|
|
35
35
|
"providerName"?: string;
|
|
36
36
|
/**
|
|
@@ -54,11 +54,11 @@ export interface UpdateManagementSavedSearchDetails {
|
|
|
54
54
|
*/
|
|
55
55
|
"type"?: model.SavedSearchTypes;
|
|
56
56
|
/**
|
|
57
|
-
*
|
|
57
|
+
* It defines the visualization type of the widget saved search, the UI options of that visualization type, the binding of data to the visualization.
|
|
58
58
|
*/
|
|
59
59
|
"uiConfig"?: any;
|
|
60
60
|
/**
|
|
61
|
-
*
|
|
61
|
+
* It defines how data is fetched. A functional saved search needs a valid dataConfig. See examples on how it can be constructed for various data sources.
|
|
62
62
|
*/
|
|
63
63
|
"dataConfig"?: Array<any>;
|
|
64
64
|
/**
|
|
@@ -66,21 +66,25 @@ export interface UpdateManagementSavedSearchDetails {
|
|
|
66
66
|
*/
|
|
67
67
|
"screenImage"?: string;
|
|
68
68
|
/**
|
|
69
|
-
*
|
|
69
|
+
* The version of the metadata defined in the API. This is maintained and enforced by dashboard server. Currently it is 2.0.
|
|
70
70
|
*/
|
|
71
71
|
"metadataVersion"?: string;
|
|
72
72
|
/**
|
|
73
|
-
*
|
|
73
|
+
* The UI template that the saved search uses to render itself.
|
|
74
74
|
*/
|
|
75
75
|
"widgetTemplate"?: string;
|
|
76
76
|
/**
|
|
77
|
-
*
|
|
77
|
+
* The View Model that the saved search uses to render itself.
|
|
78
78
|
*/
|
|
79
79
|
"widgetVM"?: string;
|
|
80
80
|
/**
|
|
81
81
|
* Defines parameters for the saved search.
|
|
82
82
|
*/
|
|
83
83
|
"parametersConfig"?: Array<any>;
|
|
84
|
+
/**
|
|
85
|
+
* Contains configuration for enabling features.
|
|
86
|
+
*/
|
|
87
|
+
"featuresConfig"?: any;
|
|
84
88
|
/**
|
|
85
89
|
* Drill-down configuration to define the destination of a drill-down action.
|
|
86
90
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-management-saved-search-details.js","sourceRoot":"","sources":["../../../../../lib/managementdashboard/lib/model/update-management-saved-search-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;
|
|
1
|
+
{"version":3,"file":"update-management-saved-search-details.js","sourceRoot":"","sources":["../../../../../lib/managementdashboard/lib/model/update-management-saved-search-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AA+FH,IAAiB,kCAAkC,CAWlD;AAXD,WAAiB,kCAAkC;IACjD,SAAgB,UAAU,CAAC,GAAuC;QAChE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuC;QAC5E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,kCAAkC,GAAlC,0CAAkC,KAAlC,0CAAkC,QAWlD"}
|
|
@@ -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.62.0/managementdashboard/ChangeManagementDashboardsCompartment.ts.html |here} to see how to use ChangeManagementDashboardsCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeManagementDashboardsCompartmentRequest 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.62.0/managementdashboard/ChangeManagementSavedSearchesCompartment.ts.html |here} to see how to use ChangeManagementSavedSearchesCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeManagementSavedSearchesCompartmentRequest 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.62.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.62.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.62.0/managementdashboard/DeleteManagementDashboard.ts.html |here} to see how to use DeleteManagementDashboardRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteManagementDashboardRequest 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.62.0/managementdashboard/DeleteManagementSavedSearch.ts.html |here} to see how to use DeleteManagementSavedSearchRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteManagementSavedSearchRequest 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.62.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.62.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.62.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.62.0/managementdashboard/ImportDashboard.ts.html |here} to see how to use ImportDashboardRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ImportDashboardRequest 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.62.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.62.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.62.0/managementdashboard/UpdateManagementDashboard.ts.html |here} to see how to use UpdateManagementDashboardRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateManagementDashboardRequest 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.62.0/managementdashboard/UpdateManagementSavedSearch.ts.html |here} to see how to use UpdateManagementSavedSearchRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateManagementSavedSearchRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-managementdashboard",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.62.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.62.0",
|
|
19
|
+
"oci-workrequests": "2.62.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|