oci-databasemanagement 2.4.0 → 2.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +6 -0
- package/lib/client.d.ts +109 -53
- package/lib/client.js +222 -106
- package/lib/client.js.map +1 -1
- package/lib/request/add-managed-database-to-managed-database-group-request.d.ts +1 -1
- package/lib/request/change-database-parameters-request.d.ts +1 -1
- package/lib/request/change-db-management-private-endpoint-compartment-request.d.ts +1 -1
- package/lib/request/change-job-compartment-request.d.ts +1 -1
- package/lib/request/change-managed-database-group-compartment-request.d.ts +1 -1
- package/lib/request/create-db-management-private-endpoint-request.d.ts +1 -1
- package/lib/request/create-job-request.d.ts +1 -1
- package/lib/request/create-managed-database-group-request.d.ts +1 -1
- package/lib/request/delete-db-management-private-endpoint-request.d.ts +1 -1
- package/lib/request/delete-job-request.d.ts +1 -1
- package/lib/request/delete-managed-database-group-request.d.ts +1 -1
- package/lib/request/get-awr-db-report-request.d.ts +1 -1
- package/lib/request/get-awr-db-sql-report-request.d.ts +1 -1
- package/lib/request/get-cluster-cache-metric-request.d.ts +1 -1
- package/lib/request/get-database-fleet-health-metrics-request.d.ts +1 -1
- package/lib/request/get-database-home-metrics-request.d.ts +1 -1
- package/lib/request/get-db-management-private-endpoint-request.d.ts +1 -1
- package/lib/request/get-job-execution-request.d.ts +1 -1
- package/lib/request/get-job-request.d.ts +1 -1
- package/lib/request/get-job-run-request.d.ts +1 -1
- package/lib/request/get-managed-database-group-request.d.ts +1 -1
- package/lib/request/get-managed-database-request.d.ts +1 -1
- package/lib/request/get-pdb-metrics-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-associated-databases-request.d.ts +1 -1
- package/lib/request/list-awr-db-snapshots-request.d.ts +1 -1
- package/lib/request/list-awr-dbs-request.d.ts +1 -1
- package/lib/request/list-database-parameters-request.d.ts +1 -1
- package/lib/request/list-db-management-private-endpoints-request.d.ts +1 -1
- package/lib/request/list-job-executions-request.d.ts +1 -1
- package/lib/request/list-job-runs-request.d.ts +1 -1
- package/lib/request/list-jobs-request.d.ts +1 -1
- package/lib/request/list-managed-database-groups-request.d.ts +1 -1
- package/lib/request/list-managed-databases-request.d.ts +1 -1
- package/lib/request/list-tablespaces-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/remove-managed-database-from-managed-database-group-request.d.ts +1 -1
- package/lib/request/reset-database-parameters-request.d.ts +1 -1
- package/lib/request/summarize-awr-db-cpu-usages-request.d.ts +1 -1
- package/lib/request/summarize-awr-db-metrics-request.d.ts +1 -1
- package/lib/request/summarize-awr-db-parameter-changes-request.d.ts +1 -1
- package/lib/request/summarize-awr-db-parameters-request.d.ts +1 -1
- package/lib/request/summarize-awr-db-snapshot-ranges-request.d.ts +1 -1
- package/lib/request/summarize-awr-db-sysstats-request.d.ts +1 -1
- package/lib/request/summarize-awr-db-top-wait-events-request.d.ts +1 -1
- package/lib/request/summarize-awr-db-wait-event-buckets-request.d.ts +1 -1
- package/lib/request/summarize-awr-db-wait-events-request.d.ts +1 -1
- package/lib/request/summarize-job-executions-statuses-request.d.ts +1 -1
- package/lib/request/update-db-management-private-endpoint-request.d.ts +1 -1
- package/lib/request/update-job-request.d.ts +1 -1
- package/lib/request/update-managed-database-group-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -19,6 +19,9 @@ import * as responses from "./response";
|
|
|
19
19
|
import { DbManagementWaiter } from "./dbmanagement-waiter";
|
|
20
20
|
export declare enum DbManagementApiKeys {
|
|
21
21
|
}
|
|
22
|
+
/**
|
|
23
|
+
* This service client does not use circuit breakers by default if the user has not defined a circuit breaker configuration.
|
|
24
|
+
*/
|
|
22
25
|
export declare class DbManagementClient {
|
|
23
26
|
protected static serviceEndpointTemplate: string;
|
|
24
27
|
protected "_endpoint": string;
|
|
@@ -71,10 +74,11 @@ export declare class DbManagementClient {
|
|
|
71
74
|
* After the database is added, it will be included in the
|
|
72
75
|
* management activities performed on the Managed Database Group.
|
|
73
76
|
*
|
|
77
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
74
78
|
* @param AddManagedDatabaseToManagedDatabaseGroupRequest
|
|
75
79
|
* @return AddManagedDatabaseToManagedDatabaseGroupResponse
|
|
76
80
|
* @throws OciError when an error occurs
|
|
77
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
81
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/databasemanagement/AddManagedDatabaseToManagedDatabaseGroup.ts.html |here} to see how to use AddManagedDatabaseToManagedDatabaseGroup API.
|
|
78
82
|
*/
|
|
79
83
|
addManagedDatabaseToManagedDatabaseGroup(addManagedDatabaseToManagedDatabaseGroupRequest: requests.AddManagedDatabaseToManagedDatabaseGroupRequest): Promise<responses.AddManagedDatabaseToManagedDatabaseGroupResponse>;
|
|
80
84
|
/**
|
|
@@ -92,27 +96,30 @@ export declare class DbManagementClient {
|
|
|
92
96
|
* current instance. You must update them manually to be passed to
|
|
93
97
|
* a future instance.
|
|
94
98
|
*
|
|
99
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
95
100
|
* @param ChangeDatabaseParametersRequest
|
|
96
101
|
* @return ChangeDatabaseParametersResponse
|
|
97
102
|
* @throws OciError when an error occurs
|
|
98
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
103
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/databasemanagement/ChangeDatabaseParameters.ts.html |here} to see how to use ChangeDatabaseParameters API.
|
|
99
104
|
*/
|
|
100
105
|
changeDatabaseParameters(changeDatabaseParametersRequest: requests.ChangeDatabaseParametersRequest): Promise<responses.ChangeDatabaseParametersResponse>;
|
|
101
106
|
/**
|
|
102
107
|
* Moves the Database Management private endpoint and its dependent resources to the specified compartment.
|
|
108
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
103
109
|
* @param ChangeDbManagementPrivateEndpointCompartmentRequest
|
|
104
110
|
* @return ChangeDbManagementPrivateEndpointCompartmentResponse
|
|
105
111
|
* @throws OciError when an error occurs
|
|
106
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
112
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/databasemanagement/ChangeDbManagementPrivateEndpointCompartment.ts.html |here} to see how to use ChangeDbManagementPrivateEndpointCompartment API.
|
|
107
113
|
*/
|
|
108
114
|
changeDbManagementPrivateEndpointCompartment(changeDbManagementPrivateEndpointCompartmentRequest: requests.ChangeDbManagementPrivateEndpointCompartmentRequest): Promise<responses.ChangeDbManagementPrivateEndpointCompartmentResponse>;
|
|
109
115
|
/**
|
|
110
116
|
* Moves a job.
|
|
111
117
|
*
|
|
118
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
112
119
|
* @param ChangeJobCompartmentRequest
|
|
113
120
|
* @return ChangeJobCompartmentResponse
|
|
114
121
|
* @throws OciError when an error occurs
|
|
115
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
122
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/databasemanagement/ChangeJobCompartment.ts.html |here} to see how to use ChangeJobCompartment API.
|
|
116
123
|
*/
|
|
117
124
|
changeJobCompartment(changeJobCompartmentRequest: requests.ChangeJobCompartmentRequest): Promise<responses.ChangeJobCompartmentResponse>;
|
|
118
125
|
/**
|
|
@@ -120,19 +127,21 @@ export declare class DbManagementClient {
|
|
|
120
127
|
* The destination compartment must not have a Managed Database Group
|
|
121
128
|
* with the same name.
|
|
122
129
|
*
|
|
130
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
123
131
|
* @param ChangeManagedDatabaseGroupCompartmentRequest
|
|
124
132
|
* @return ChangeManagedDatabaseGroupCompartmentResponse
|
|
125
133
|
* @throws OciError when an error occurs
|
|
126
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
134
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/databasemanagement/ChangeManagedDatabaseGroupCompartment.ts.html |here} to see how to use ChangeManagedDatabaseGroupCompartment API.
|
|
127
135
|
*/
|
|
128
136
|
changeManagedDatabaseGroupCompartment(changeManagedDatabaseGroupCompartmentRequest: requests.ChangeManagedDatabaseGroupCompartmentRequest): Promise<responses.ChangeManagedDatabaseGroupCompartmentResponse>;
|
|
129
137
|
/**
|
|
130
138
|
* Creates a new Database Management private endpoint.
|
|
131
139
|
*
|
|
140
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
132
141
|
* @param CreateDbManagementPrivateEndpointRequest
|
|
133
142
|
* @return CreateDbManagementPrivateEndpointResponse
|
|
134
143
|
* @throws OciError when an error occurs
|
|
135
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
144
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/databasemanagement/CreateDbManagementPrivateEndpoint.ts.html |here} to see how to use CreateDbManagementPrivateEndpoint API.
|
|
136
145
|
*/
|
|
137
146
|
createDbManagementPrivateEndpoint(createDbManagementPrivateEndpointRequest: requests.CreateDbManagementPrivateEndpointRequest): Promise<responses.CreateDbManagementPrivateEndpointResponse>;
|
|
138
147
|
/**
|
|
@@ -140,64 +149,71 @@ export declare class DbManagementClient {
|
|
|
140
149
|
* of the parameters, managedDatabaseId or managedDatabaseGroupId should be provided as
|
|
141
150
|
* input in CreateJobDetails resource in request body.
|
|
142
151
|
*
|
|
152
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
143
153
|
* @param CreateJobRequest
|
|
144
154
|
* @return CreateJobResponse
|
|
145
155
|
* @throws OciError when an error occurs
|
|
146
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
156
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/databasemanagement/CreateJob.ts.html |here} to see how to use CreateJob API.
|
|
147
157
|
*/
|
|
148
158
|
createJob(createJobRequest: requests.CreateJobRequest): Promise<responses.CreateJobResponse>;
|
|
149
159
|
/**
|
|
150
160
|
* Creates a Managed Database Group. The group does not contain any
|
|
151
161
|
* Managed Databases when it is created, and they must be added later.
|
|
152
162
|
*
|
|
163
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
153
164
|
* @param CreateManagedDatabaseGroupRequest
|
|
154
165
|
* @return CreateManagedDatabaseGroupResponse
|
|
155
166
|
* @throws OciError when an error occurs
|
|
156
|
-
* @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.6.0/databasemanagement/CreateManagedDatabaseGroup.ts.html |here} to see how to use CreateManagedDatabaseGroup API.
|
|
157
168
|
*/
|
|
158
169
|
createManagedDatabaseGroup(createManagedDatabaseGroupRequest: requests.CreateManagedDatabaseGroupRequest): Promise<responses.CreateManagedDatabaseGroupResponse>;
|
|
159
170
|
/**
|
|
160
171
|
* Deletes the specified Database Management private endpoint.
|
|
172
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
161
173
|
* @param DeleteDbManagementPrivateEndpointRequest
|
|
162
174
|
* @return DeleteDbManagementPrivateEndpointResponse
|
|
163
175
|
* @throws OciError when an error occurs
|
|
164
|
-
* @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.6.0/databasemanagement/DeleteDbManagementPrivateEndpoint.ts.html |here} to see how to use DeleteDbManagementPrivateEndpoint API.
|
|
165
177
|
*/
|
|
166
178
|
deleteDbManagementPrivateEndpoint(deleteDbManagementPrivateEndpointRequest: requests.DeleteDbManagementPrivateEndpointRequest): Promise<responses.DeleteDbManagementPrivateEndpointResponse>;
|
|
167
179
|
/**
|
|
168
180
|
* Deletes the job specified by jobId.
|
|
181
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
169
182
|
* @param DeleteJobRequest
|
|
170
183
|
* @return DeleteJobResponse
|
|
171
184
|
* @throws OciError when an error occurs
|
|
172
|
-
* @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.6.0/databasemanagement/DeleteJob.ts.html |here} to see how to use DeleteJob API.
|
|
173
186
|
*/
|
|
174
187
|
deleteJob(deleteJobRequest: requests.DeleteJobRequest): Promise<responses.DeleteJobResponse>;
|
|
175
188
|
/**
|
|
176
189
|
* Deletes the Managed Database Group specified by managedDatabaseGroupId.
|
|
177
190
|
* If the group contains Managed Databases, then it cannot be deleted.
|
|
178
191
|
*
|
|
192
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
179
193
|
* @param DeleteManagedDatabaseGroupRequest
|
|
180
194
|
* @return DeleteManagedDatabaseGroupResponse
|
|
181
195
|
* @throws OciError when an error occurs
|
|
182
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
196
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/databasemanagement/DeleteManagedDatabaseGroup.ts.html |here} to see how to use DeleteManagedDatabaseGroup API.
|
|
183
197
|
*/
|
|
184
198
|
deleteManagedDatabaseGroup(deleteManagedDatabaseGroupRequest: requests.DeleteManagedDatabaseGroupRequest): Promise<responses.DeleteManagedDatabaseGroupResponse>;
|
|
185
199
|
/**
|
|
186
200
|
* Gets the AWR report for the specific database.
|
|
187
201
|
*
|
|
202
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
188
203
|
* @param GetAwrDbReportRequest
|
|
189
204
|
* @return GetAwrDbReportResponse
|
|
190
205
|
* @throws OciError when an error occurs
|
|
191
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
206
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/databasemanagement/GetAwrDbReport.ts.html |here} to see how to use GetAwrDbReport API.
|
|
192
207
|
*/
|
|
193
208
|
getAwrDbReport(getAwrDbReportRequest: requests.GetAwrDbReportRequest): Promise<responses.GetAwrDbReportResponse>;
|
|
194
209
|
/**
|
|
195
210
|
* Gets the SQL health check report for one SQL of the specific database.
|
|
196
211
|
*
|
|
212
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
197
213
|
* @param GetAwrDbSqlReportRequest
|
|
198
214
|
* @return GetAwrDbSqlReportResponse
|
|
199
215
|
* @throws OciError when an error occurs
|
|
200
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
216
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/databasemanagement/GetAwrDbSqlReport.ts.html |here} to see how to use GetAwrDbSqlReport API.
|
|
201
217
|
*/
|
|
202
218
|
getAwrDbSqlReport(getAwrDbSqlReportRequest: requests.GetAwrDbSqlReportRequest): Promise<responses.GetAwrDbSqlReportResponse>;
|
|
203
219
|
/**
|
|
@@ -205,81 +221,90 @@ export declare class DbManagementClient {
|
|
|
205
221
|
* Real Application Clusters (Oracle RAC) database specified
|
|
206
222
|
* by managedDatabaseId.
|
|
207
223
|
*
|
|
224
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
208
225
|
* @param GetClusterCacheMetricRequest
|
|
209
226
|
* @return GetClusterCacheMetricResponse
|
|
210
227
|
* @throws OciError when an error occurs
|
|
211
|
-
* @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.6.0/databasemanagement/GetClusterCacheMetric.ts.html |here} to see how to use GetClusterCacheMetric API.
|
|
212
229
|
*/
|
|
213
230
|
getClusterCacheMetric(getClusterCacheMetricRequest: requests.GetClusterCacheMetricRequest): Promise<responses.GetClusterCacheMetricResponse>;
|
|
214
231
|
/**
|
|
215
232
|
* Gets the health metrics for a fleet of databases in a compartment or in a Managed Database Group.
|
|
216
233
|
* Either the CompartmentId or the ManagedDatabaseGroupId query parameters must be provided to retrieve the health metrics.
|
|
217
234
|
*
|
|
235
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
218
236
|
* @param GetDatabaseFleetHealthMetricsRequest
|
|
219
237
|
* @return GetDatabaseFleetHealthMetricsResponse
|
|
220
238
|
* @throws OciError when an error occurs
|
|
221
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
239
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/databasemanagement/GetDatabaseFleetHealthMetrics.ts.html |here} to see how to use GetDatabaseFleetHealthMetrics API.
|
|
222
240
|
*/
|
|
223
241
|
getDatabaseFleetHealthMetrics(getDatabaseFleetHealthMetricsRequest: requests.GetDatabaseFleetHealthMetricsRequest): Promise<responses.GetDatabaseFleetHealthMetricsResponse>;
|
|
224
242
|
/**
|
|
225
243
|
* Gets a summary of the activity and resource usage metrics like DB Time, CPU, User I/O, Wait, Storage, and Memory for a Managed Database.
|
|
244
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
226
245
|
* @param GetDatabaseHomeMetricsRequest
|
|
227
246
|
* @return GetDatabaseHomeMetricsResponse
|
|
228
247
|
* @throws OciError when an error occurs
|
|
229
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
248
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/databasemanagement/GetDatabaseHomeMetrics.ts.html |here} to see how to use GetDatabaseHomeMetrics API.
|
|
230
249
|
*/
|
|
231
250
|
getDatabaseHomeMetrics(getDatabaseHomeMetricsRequest: requests.GetDatabaseHomeMetricsRequest): Promise<responses.GetDatabaseHomeMetricsResponse>;
|
|
232
251
|
/**
|
|
233
252
|
* Gets the details of the specified Database Management private endpoint.
|
|
253
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
234
254
|
* @param GetDbManagementPrivateEndpointRequest
|
|
235
255
|
* @return GetDbManagementPrivateEndpointResponse
|
|
236
256
|
* @throws OciError when an error occurs
|
|
237
|
-
* @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.6.0/databasemanagement/GetDbManagementPrivateEndpoint.ts.html |here} to see how to use GetDbManagementPrivateEndpoint API.
|
|
238
258
|
*/
|
|
239
259
|
getDbManagementPrivateEndpoint(getDbManagementPrivateEndpointRequest: requests.GetDbManagementPrivateEndpointRequest): Promise<responses.GetDbManagementPrivateEndpointResponse>;
|
|
240
260
|
/**
|
|
241
261
|
* Gets the details for the job specified by jobId.
|
|
242
262
|
*
|
|
263
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
243
264
|
* @param GetJobRequest
|
|
244
265
|
* @return GetJobResponse
|
|
245
266
|
* @throws OciError when an error occurs
|
|
246
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
267
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/databasemanagement/GetJob.ts.html |here} to see how to use GetJob API.
|
|
247
268
|
*/
|
|
248
269
|
getJob(getJobRequest: requests.GetJobRequest): Promise<responses.GetJobResponse>;
|
|
249
270
|
/**
|
|
250
271
|
* Gets the details for the job execution specified by jobExecutionId.
|
|
251
272
|
*
|
|
273
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
252
274
|
* @param GetJobExecutionRequest
|
|
253
275
|
* @return GetJobExecutionResponse
|
|
254
276
|
* @throws OciError when an error occurs
|
|
255
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
277
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/databasemanagement/GetJobExecution.ts.html |here} to see how to use GetJobExecution API.
|
|
256
278
|
*/
|
|
257
279
|
getJobExecution(getJobExecutionRequest: requests.GetJobExecutionRequest): Promise<responses.GetJobExecutionResponse>;
|
|
258
280
|
/**
|
|
259
281
|
* Gets the details for the job run specified by jobRunId.
|
|
260
282
|
*
|
|
283
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
261
284
|
* @param GetJobRunRequest
|
|
262
285
|
* @return GetJobRunResponse
|
|
263
286
|
* @throws OciError when an error occurs
|
|
264
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
287
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/databasemanagement/GetJobRun.ts.html |here} to see how to use GetJobRun API.
|
|
265
288
|
*/
|
|
266
289
|
getJobRun(getJobRunRequest: requests.GetJobRunRequest): Promise<responses.GetJobRunResponse>;
|
|
267
290
|
/**
|
|
268
291
|
* Gets the details for the Managed Database specified by managedDatabaseId.
|
|
269
292
|
*
|
|
293
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
270
294
|
* @param GetManagedDatabaseRequest
|
|
271
295
|
* @return GetManagedDatabaseResponse
|
|
272
296
|
* @throws OciError when an error occurs
|
|
273
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
297
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/databasemanagement/GetManagedDatabase.ts.html |here} to see how to use GetManagedDatabase API.
|
|
274
298
|
*/
|
|
275
299
|
getManagedDatabase(getManagedDatabaseRequest: requests.GetManagedDatabaseRequest): Promise<responses.GetManagedDatabaseResponse>;
|
|
276
300
|
/**
|
|
277
301
|
* Gets the details for the Managed Database Group specified by managedDatabaseGroupId.
|
|
278
302
|
*
|
|
303
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
279
304
|
* @param GetManagedDatabaseGroupRequest
|
|
280
305
|
* @return GetManagedDatabaseGroupResponse
|
|
281
306
|
* @throws OciError when an error occurs
|
|
282
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
307
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/databasemanagement/GetManagedDatabaseGroup.ts.html |here} to see how to use GetManagedDatabaseGroup API.
|
|
283
308
|
*/
|
|
284
309
|
getManagedDatabaseGroup(getManagedDatabaseGroupRequest: requests.GetManagedDatabaseGroupRequest): Promise<responses.GetManagedDatabaseGroupResponse>;
|
|
285
310
|
/**
|
|
@@ -287,62 +312,69 @@ export declare class DbManagementClient {
|
|
|
287
312
|
* for each Pdb under specified Container database in same compartment as container database.
|
|
288
313
|
* If comparmentId is provided then for each Pdb under specified compartmentId.
|
|
289
314
|
*
|
|
315
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
290
316
|
* @param GetPdbMetricsRequest
|
|
291
317
|
* @return GetPdbMetricsResponse
|
|
292
318
|
* @throws OciError when an error occurs
|
|
293
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
319
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/databasemanagement/GetPdbMetrics.ts.html |here} to see how to use GetPdbMetrics API.
|
|
294
320
|
*/
|
|
295
321
|
getPdbMetrics(getPdbMetricsRequest: requests.GetPdbMetricsRequest): Promise<responses.GetPdbMetricsResponse>;
|
|
296
322
|
/**
|
|
297
323
|
* Gets information of the work request with the given Work Request Id.
|
|
324
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
298
325
|
* @param GetWorkRequestRequest
|
|
299
326
|
* @return GetWorkRequestResponse
|
|
300
327
|
* @throws OciError when an error occurs
|
|
301
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
328
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/databasemanagement/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
302
329
|
*/
|
|
303
330
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
304
331
|
/**
|
|
305
332
|
* Gets the list of Databases using the specified Database Management private endpoint.
|
|
333
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
306
334
|
* @param ListAssociatedDatabasesRequest
|
|
307
335
|
* @return ListAssociatedDatabasesResponse
|
|
308
336
|
* @throws OciError when an error occurs
|
|
309
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
337
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/databasemanagement/ListAssociatedDatabases.ts.html |here} to see how to use ListAssociatedDatabases API.
|
|
310
338
|
*/
|
|
311
339
|
listAssociatedDatabases(listAssociatedDatabasesRequest: requests.ListAssociatedDatabasesRequest): Promise<responses.ListAssociatedDatabasesResponse>;
|
|
312
340
|
/**
|
|
313
341
|
* Lists AWR snapshots for the specified database in the AWR.
|
|
314
342
|
*
|
|
343
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
315
344
|
* @param ListAwrDbSnapshotsRequest
|
|
316
345
|
* @return ListAwrDbSnapshotsResponse
|
|
317
346
|
* @throws OciError when an error occurs
|
|
318
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
347
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/databasemanagement/ListAwrDbSnapshots.ts.html |here} to see how to use ListAwrDbSnapshots API.
|
|
319
348
|
*/
|
|
320
349
|
listAwrDbSnapshots(listAwrDbSnapshotsRequest: requests.ListAwrDbSnapshotsRequest): Promise<responses.ListAwrDbSnapshotsResponse>;
|
|
321
350
|
/**
|
|
322
351
|
* Gets the list of databases and their snapshot summary details available in the AWR of the specified Managed Database.
|
|
323
352
|
*
|
|
353
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
324
354
|
* @param ListAwrDbsRequest
|
|
325
355
|
* @return ListAwrDbsResponse
|
|
326
356
|
* @throws OciError when an error occurs
|
|
327
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
357
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/databasemanagement/ListAwrDbs.ts.html |here} to see how to use ListAwrDbs API.
|
|
328
358
|
*/
|
|
329
359
|
listAwrDbs(listAwrDbsRequest: requests.ListAwrDbsRequest): Promise<responses.ListAwrDbsResponse>;
|
|
330
360
|
/**
|
|
331
361
|
* Gets the list of database parameters for the specified Managed Database. The parameters are listed in alphabetical order, along with their current values.
|
|
332
362
|
*
|
|
363
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
333
364
|
* @param ListDatabaseParametersRequest
|
|
334
365
|
* @return ListDatabaseParametersResponse
|
|
335
366
|
* @throws OciError when an error occurs
|
|
336
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
367
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/databasemanagement/ListDatabaseParameters.ts.html |here} to see how to use ListDatabaseParameters API.
|
|
337
368
|
*/
|
|
338
369
|
listDatabaseParameters(listDatabaseParametersRequest: requests.ListDatabaseParametersRequest): Promise<responses.ListDatabaseParametersResponse>;
|
|
339
370
|
/**
|
|
340
371
|
* Gets a list of Database Management private endpoints.
|
|
341
372
|
*
|
|
373
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
342
374
|
* @param ListDbManagementPrivateEndpointsRequest
|
|
343
375
|
* @return ListDbManagementPrivateEndpointsResponse
|
|
344
376
|
* @throws OciError when an error occurs
|
|
345
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
377
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/databasemanagement/ListDbManagementPrivateEndpoints.ts.html |here} to see how to use ListDbManagementPrivateEndpoints API.
|
|
346
378
|
*/
|
|
347
379
|
listDbManagementPrivateEndpoints(listDbManagementPrivateEndpointsRequest: requests.ListDbManagementPrivateEndpointsRequest): Promise<responses.ListDbManagementPrivateEndpointsResponse>;
|
|
348
380
|
/**
|
|
@@ -351,10 +383,11 @@ export declare class DbManagementClient {
|
|
|
351
383
|
* If none of these parameters is provided, all the job executions in the compartment are listed. Job executions can also be filtered
|
|
352
384
|
* based on the name and status parameters.
|
|
353
385
|
*
|
|
386
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
354
387
|
* @param ListJobExecutionsRequest
|
|
355
388
|
* @return ListJobExecutionsResponse
|
|
356
389
|
* @throws OciError when an error occurs
|
|
357
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
390
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/databasemanagement/ListJobExecutions.ts.html |here} to see how to use ListJobExecutions API.
|
|
358
391
|
*/
|
|
359
392
|
listJobExecutions(listJobExecutionsRequest: requests.ListJobExecutionsRequest): Promise<responses.ListJobExecutionsResponse>;
|
|
360
393
|
/**
|
|
@@ -363,10 +396,11 @@ export declare class DbManagementClient {
|
|
|
363
396
|
* should be provided. If none of these parameters is provided, all the job runs in the compartment are listed.
|
|
364
397
|
* Job runs can also be filtered based on name and runStatus parameters.
|
|
365
398
|
*
|
|
399
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
366
400
|
* @param ListJobRunsRequest
|
|
367
401
|
* @return ListJobRunsResponse
|
|
368
402
|
* @throws OciError when an error occurs
|
|
369
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
403
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/databasemanagement/ListJobRuns.ts.html |here} to see how to use ListJobRuns API.
|
|
370
404
|
*/
|
|
371
405
|
listJobRuns(listJobRunsRequest: requests.ListJobRunsRequest): Promise<responses.ListJobRunsResponse>;
|
|
372
406
|
/**
|
|
@@ -375,10 +409,11 @@ export declare class DbManagementClient {
|
|
|
375
409
|
* should be provided. If none of these parameters is provided, all the jobs in the compartment are listed.
|
|
376
410
|
* Jobs can also be filtered based on the name and lifecycleState parameters.
|
|
377
411
|
*
|
|
412
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
378
413
|
* @param ListJobsRequest
|
|
379
414
|
* @return ListJobsResponse
|
|
380
415
|
* @throws OciError when an error occurs
|
|
381
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
416
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/databasemanagement/ListJobs.ts.html |here} to see how to use ListJobs API.
|
|
382
417
|
*/
|
|
383
418
|
listJobs(listJobsRequest: requests.ListJobsRequest): Promise<responses.ListJobsResponse>;
|
|
384
419
|
/**
|
|
@@ -387,10 +422,11 @@ export declare class DbManagementClient {
|
|
|
387
422
|
* Only one of the parameters, ID or name should be provided. If none of these parameters is provided,
|
|
388
423
|
* all the Managed Database Groups in the compartment are listed.
|
|
389
424
|
*
|
|
425
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
390
426
|
* @param ListManagedDatabaseGroupsRequest
|
|
391
427
|
* @return ListManagedDatabaseGroupsResponse
|
|
392
428
|
* @throws OciError when an error occurs
|
|
393
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
429
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/databasemanagement/ListManagedDatabaseGroups.ts.html |here} to see how to use ListManagedDatabaseGroups API.
|
|
394
430
|
*/
|
|
395
431
|
listManagedDatabaseGroups(listManagedDatabaseGroupsRequest: requests.ListManagedDatabaseGroupsRequest): Promise<responses.ListManagedDatabaseGroupsResponse>;
|
|
396
432
|
/**
|
|
@@ -401,45 +437,50 @@ export declare class DbManagementClient {
|
|
|
401
437
|
* If the deployment type is not specified or if it is `ONPREMISE`, then the management option is not
|
|
402
438
|
* considered and Managed Databases with `ADVANCED` management option are listed.
|
|
403
439
|
*
|
|
440
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
404
441
|
* @param ListManagedDatabasesRequest
|
|
405
442
|
* @return ListManagedDatabasesResponse
|
|
406
443
|
* @throws OciError when an error occurs
|
|
407
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
444
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/databasemanagement/ListManagedDatabases.ts.html |here} to see how to use ListManagedDatabases API.
|
|
408
445
|
*/
|
|
409
446
|
listManagedDatabases(listManagedDatabasesRequest: requests.ListManagedDatabasesRequest): Promise<responses.ListManagedDatabasesResponse>;
|
|
410
447
|
/**
|
|
411
448
|
* Gets the list of tablespaces for the specified managedDatabaseId.
|
|
449
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
412
450
|
* @param ListTablespacesRequest
|
|
413
451
|
* @return ListTablespacesResponse
|
|
414
452
|
* @throws OciError when an error occurs
|
|
415
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
453
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/databasemanagement/ListTablespaces.ts.html |here} to see how to use ListTablespaces API.
|
|
416
454
|
*/
|
|
417
455
|
listTablespaces(listTablespacesRequest: requests.ListTablespacesRequest): Promise<responses.ListTablespacesResponse>;
|
|
418
456
|
/**
|
|
419
457
|
* Returns a (paginated) list of errors for a given work request.
|
|
420
458
|
*
|
|
459
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
421
460
|
* @param ListWorkRequestErrorsRequest
|
|
422
461
|
* @return ListWorkRequestErrorsResponse
|
|
423
462
|
* @throws OciError when an error occurs
|
|
424
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
463
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/databasemanagement/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
425
464
|
*/
|
|
426
465
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
427
466
|
/**
|
|
428
467
|
* Returns a (paginated) list of logs for a given work request.
|
|
429
468
|
*
|
|
469
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
430
470
|
* @param ListWorkRequestLogsRequest
|
|
431
471
|
* @return ListWorkRequestLogsResponse
|
|
432
472
|
* @throws OciError when an error occurs
|
|
433
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
473
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/databasemanagement/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
434
474
|
*/
|
|
435
475
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
436
476
|
/**
|
|
437
477
|
* Lists all the work requests in the specified compartment.
|
|
438
478
|
*
|
|
479
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
439
480
|
* @param ListWorkRequestsRequest
|
|
440
481
|
* @return ListWorkRequestsResponse
|
|
441
482
|
* @throws OciError when an error occurs
|
|
442
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
483
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/databasemanagement/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
443
484
|
*/
|
|
444
485
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
445
486
|
/**
|
|
@@ -448,37 +489,41 @@ export declare class DbManagementClient {
|
|
|
448
489
|
* run to completion. However, any activities scheduled to run in the future
|
|
449
490
|
* will not be performed on this database.
|
|
450
491
|
*
|
|
492
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
451
493
|
* @param RemoveManagedDatabaseFromManagedDatabaseGroupRequest
|
|
452
494
|
* @return RemoveManagedDatabaseFromManagedDatabaseGroupResponse
|
|
453
495
|
* @throws OciError when an error occurs
|
|
454
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
496
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/databasemanagement/RemoveManagedDatabaseFromManagedDatabaseGroup.ts.html |here} to see how to use RemoveManagedDatabaseFromManagedDatabaseGroup API.
|
|
455
497
|
*/
|
|
456
498
|
removeManagedDatabaseFromManagedDatabaseGroup(removeManagedDatabaseFromManagedDatabaseGroupRequest: requests.RemoveManagedDatabaseFromManagedDatabaseGroupRequest): Promise<responses.RemoveManagedDatabaseFromManagedDatabaseGroupResponse>;
|
|
457
499
|
/**
|
|
458
500
|
* Resets database parameter values to their default or startup values.
|
|
459
501
|
*
|
|
502
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
460
503
|
* @param ResetDatabaseParametersRequest
|
|
461
504
|
* @return ResetDatabaseParametersResponse
|
|
462
505
|
* @throws OciError when an error occurs
|
|
463
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
506
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/databasemanagement/ResetDatabaseParameters.ts.html |here} to see how to use ResetDatabaseParameters API.
|
|
464
507
|
*/
|
|
465
508
|
resetDatabaseParameters(resetDatabaseParametersRequest: requests.ResetDatabaseParametersRequest): Promise<responses.ResetDatabaseParametersResponse>;
|
|
466
509
|
/**
|
|
467
510
|
* Summarizes the AWR CPU resource limits and metrics for the specified database in AWR.
|
|
468
511
|
*
|
|
512
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
469
513
|
* @param SummarizeAwrDbCpuUsagesRequest
|
|
470
514
|
* @return SummarizeAwrDbCpuUsagesResponse
|
|
471
515
|
* @throws OciError when an error occurs
|
|
472
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
516
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/databasemanagement/SummarizeAwrDbCpuUsages.ts.html |here} to see how to use SummarizeAwrDbCpuUsages API.
|
|
473
517
|
*/
|
|
474
518
|
summarizeAwrDbCpuUsages(summarizeAwrDbCpuUsagesRequest: requests.SummarizeAwrDbCpuUsagesRequest): Promise<responses.SummarizeAwrDbCpuUsagesResponse>;
|
|
475
519
|
/**
|
|
476
520
|
* Summarizes the metric samples for the specified database in the AWR. The metric samples are summarized based on the Time dimension for each metric.
|
|
477
521
|
*
|
|
522
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
478
523
|
* @param SummarizeAwrDbMetricsRequest
|
|
479
524
|
* @return SummarizeAwrDbMetricsResponse
|
|
480
525
|
* @throws OciError when an error occurs
|
|
481
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
526
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/databasemanagement/SummarizeAwrDbMetrics.ts.html |here} to see how to use SummarizeAwrDbMetrics API.
|
|
482
527
|
*/
|
|
483
528
|
summarizeAwrDbMetrics(summarizeAwrDbMetricsRequest: requests.SummarizeAwrDbMetricsRequest): Promise<responses.SummarizeAwrDbMetricsResponse>;
|
|
484
529
|
/**
|
|
@@ -488,10 +533,11 @@ export declare class DbManagementClient {
|
|
|
488
533
|
* To get a list of all the database parameters whose values were changed during a specified time range, use the following API endpoint:
|
|
489
534
|
* /managedDatabases/{managedDatabaseId}/awrDbs/{awrDbId}/awrDbParameters
|
|
490
535
|
*
|
|
536
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
491
537
|
* @param SummarizeAwrDbParameterChangesRequest
|
|
492
538
|
* @return SummarizeAwrDbParameterChangesResponse
|
|
493
539
|
* @throws OciError when an error occurs
|
|
494
|
-
* @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.6.0/databasemanagement/SummarizeAwrDbParameterChanges.ts.html |here} to see how to use SummarizeAwrDbParameterChanges API.
|
|
495
541
|
*/
|
|
496
542
|
summarizeAwrDbParameterChanges(summarizeAwrDbParameterChangesRequest: requests.SummarizeAwrDbParameterChangesRequest): Promise<responses.SummarizeAwrDbParameterChangesResponse>;
|
|
497
543
|
/**
|
|
@@ -507,89 +553,99 @@ export declare class DbManagementClient {
|
|
|
507
553
|
Note that this API does not return information on the number of times each database parameter has been changed within the time range. To get the database parameter value change history for a specific parameter, use the following API endpoint:
|
|
508
554
|
* /managedDatabases/{managedDatabaseId}/awrDbs/{awrDbId}/awrDbParameterChanges
|
|
509
555
|
*
|
|
556
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
510
557
|
* @param SummarizeAwrDbParametersRequest
|
|
511
558
|
* @return SummarizeAwrDbParametersResponse
|
|
512
559
|
* @throws OciError when an error occurs
|
|
513
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
560
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/databasemanagement/SummarizeAwrDbParameters.ts.html |here} to see how to use SummarizeAwrDbParameters API.
|
|
514
561
|
*/
|
|
515
562
|
summarizeAwrDbParameters(summarizeAwrDbParametersRequest: requests.SummarizeAwrDbParametersRequest): Promise<responses.SummarizeAwrDbParametersResponse>;
|
|
516
563
|
/**
|
|
517
564
|
* Summarizes the AWR snapshot ranges that contain continuous snapshots, for the specified Managed Database.
|
|
518
565
|
*
|
|
566
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
519
567
|
* @param SummarizeAwrDbSnapshotRangesRequest
|
|
520
568
|
* @return SummarizeAwrDbSnapshotRangesResponse
|
|
521
569
|
* @throws OciError when an error occurs
|
|
522
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
570
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/databasemanagement/SummarizeAwrDbSnapshotRanges.ts.html |here} to see how to use SummarizeAwrDbSnapshotRanges API.
|
|
523
571
|
*/
|
|
524
572
|
summarizeAwrDbSnapshotRanges(summarizeAwrDbSnapshotRangesRequest: requests.SummarizeAwrDbSnapshotRangesRequest): Promise<responses.SummarizeAwrDbSnapshotRangesResponse>;
|
|
525
573
|
/**
|
|
526
574
|
* Summarizes the AWR SYSSTAT sample data for the specified database in AWR. The statistical data is summarized based on the Time dimension for each statistic.
|
|
527
575
|
*
|
|
576
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
528
577
|
* @param SummarizeAwrDbSysstatsRequest
|
|
529
578
|
* @return SummarizeAwrDbSysstatsResponse
|
|
530
579
|
* @throws OciError when an error occurs
|
|
531
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
580
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/databasemanagement/SummarizeAwrDbSysstats.ts.html |here} to see how to use SummarizeAwrDbSysstats API.
|
|
532
581
|
*/
|
|
533
582
|
summarizeAwrDbSysstats(summarizeAwrDbSysstatsRequest: requests.SummarizeAwrDbSysstatsRequest): Promise<responses.SummarizeAwrDbSysstatsResponse>;
|
|
534
583
|
/**
|
|
535
584
|
* Summarizes the AWR top wait events.
|
|
536
585
|
*
|
|
586
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
537
587
|
* @param SummarizeAwrDbTopWaitEventsRequest
|
|
538
588
|
* @return SummarizeAwrDbTopWaitEventsResponse
|
|
539
589
|
* @throws OciError when an error occurs
|
|
540
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
590
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/databasemanagement/SummarizeAwrDbTopWaitEvents.ts.html |here} to see how to use SummarizeAwrDbTopWaitEvents API.
|
|
541
591
|
*/
|
|
542
592
|
summarizeAwrDbTopWaitEvents(summarizeAwrDbTopWaitEventsRequest: requests.SummarizeAwrDbTopWaitEventsRequest): Promise<responses.SummarizeAwrDbTopWaitEventsResponse>;
|
|
543
593
|
/**
|
|
544
594
|
* Summarizes AWR wait event data into value buckets and frequency, for the specified database in the AWR.
|
|
545
595
|
*
|
|
596
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
546
597
|
* @param SummarizeAwrDbWaitEventBucketsRequest
|
|
547
598
|
* @return SummarizeAwrDbWaitEventBucketsResponse
|
|
548
599
|
* @throws OciError when an error occurs
|
|
549
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
600
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/databasemanagement/SummarizeAwrDbWaitEventBuckets.ts.html |here} to see how to use SummarizeAwrDbWaitEventBuckets API.
|
|
550
601
|
*/
|
|
551
602
|
summarizeAwrDbWaitEventBuckets(summarizeAwrDbWaitEventBucketsRequest: requests.SummarizeAwrDbWaitEventBucketsRequest): Promise<responses.SummarizeAwrDbWaitEventBucketsResponse>;
|
|
552
603
|
/**
|
|
553
604
|
* Summarizes the AWR wait event sample data for the specified database in the AWR. The event data is summarized based on the Time dimension for each event.
|
|
554
605
|
*
|
|
606
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
555
607
|
* @param SummarizeAwrDbWaitEventsRequest
|
|
556
608
|
* @return SummarizeAwrDbWaitEventsResponse
|
|
557
609
|
* @throws OciError when an error occurs
|
|
558
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
610
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/databasemanagement/SummarizeAwrDbWaitEvents.ts.html |here} to see how to use SummarizeAwrDbWaitEvents API.
|
|
559
611
|
*/
|
|
560
612
|
summarizeAwrDbWaitEvents(summarizeAwrDbWaitEventsRequest: requests.SummarizeAwrDbWaitEventsRequest): Promise<responses.SummarizeAwrDbWaitEventsResponse>;
|
|
561
613
|
/**
|
|
562
614
|
* Gets the number of job executions grouped by status for a job, Managed Database, or Database Group in a specific compartment. Only one of the parameters, jobId, managedDatabaseId, or managedDatabaseGroupId should be provided.
|
|
615
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
563
616
|
* @param SummarizeJobExecutionsStatusesRequest
|
|
564
617
|
* @return SummarizeJobExecutionsStatusesResponse
|
|
565
618
|
* @throws OciError when an error occurs
|
|
566
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
619
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/databasemanagement/SummarizeJobExecutionsStatuses.ts.html |here} to see how to use SummarizeJobExecutionsStatuses API.
|
|
567
620
|
*/
|
|
568
621
|
summarizeJobExecutionsStatuses(summarizeJobExecutionsStatusesRequest: requests.SummarizeJobExecutionsStatusesRequest): Promise<responses.SummarizeJobExecutionsStatusesResponse>;
|
|
569
622
|
/**
|
|
570
623
|
* Updates one or more attributes of the specified Database Management private endpoint.
|
|
624
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
571
625
|
* @param UpdateDbManagementPrivateEndpointRequest
|
|
572
626
|
* @return UpdateDbManagementPrivateEndpointResponse
|
|
573
627
|
* @throws OciError when an error occurs
|
|
574
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
628
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/databasemanagement/UpdateDbManagementPrivateEndpoint.ts.html |here} to see how to use UpdateDbManagementPrivateEndpoint API.
|
|
575
629
|
*/
|
|
576
630
|
updateDbManagementPrivateEndpoint(updateDbManagementPrivateEndpointRequest: requests.UpdateDbManagementPrivateEndpointRequest): Promise<responses.UpdateDbManagementPrivateEndpointResponse>;
|
|
577
631
|
/**
|
|
578
632
|
* Updates the details for the recurring scheduled job specified by jobId. Note that non-recurring (one time) jobs cannot be updated.
|
|
579
633
|
*
|
|
634
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
580
635
|
* @param UpdateJobRequest
|
|
581
636
|
* @return UpdateJobResponse
|
|
582
637
|
* @throws OciError when an error occurs
|
|
583
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
638
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/databasemanagement/UpdateJob.ts.html |here} to see how to use UpdateJob API.
|
|
584
639
|
*/
|
|
585
640
|
updateJob(updateJobRequest: requests.UpdateJobRequest): Promise<responses.UpdateJobResponse>;
|
|
586
641
|
/**
|
|
587
642
|
* Updates the Managed Database Group specified by managedDatabaseGroupId.
|
|
588
643
|
*
|
|
644
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
589
645
|
* @param UpdateManagedDatabaseGroupRequest
|
|
590
646
|
* @return UpdateManagedDatabaseGroupResponse
|
|
591
647
|
* @throws OciError when an error occurs
|
|
592
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
648
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/databasemanagement/UpdateManagedDatabaseGroup.ts.html |here} to see how to use UpdateManagedDatabaseGroup API.
|
|
593
649
|
*/
|
|
594
650
|
updateManagedDatabaseGroup(updateManagedDatabaseGroupRequest: requests.UpdateManagedDatabaseGroupRequest): Promise<responses.UpdateManagedDatabaseGroupResponse>;
|
|
595
651
|
}
|