You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/apmconfig/lib/client.ts
+247
Original file line number
Diff line number
Diff line change
@@ -213,6 +213,89 @@ export class ConfigClient {
213
213
this.closeProvider();
214
214
}
215
215
216
+
/**
217
+
* Fast importing configuration items to a destination APM domain ID.
218
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
219
+
* @param CopyConfigurationRequest
220
+
* @return CopyConfigurationResponse
221
+
* @throws OciError when an error occurs
222
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/apmconfig/CopyConfiguration.ts.html |here} to see how to use CopyConfiguration API.
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
@@ -366,6 +449,88 @@ export class ConfigClient {
366
449
}
367
450
}
368
451
452
+
/**
453
+
* Exports configurations for the whole domain by domainId.
454
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
455
+
* @param ExportConfigurationRequest
456
+
* @return ExportConfigurationResponse
457
+
* @throws OciError when an error occurs
458
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/apmconfig/ExportConfiguration.ts.html |here} to see how to use ExportConfiguration API.
* Gets the configuration item identified by the OCID.
371
536
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
@@ -444,6 +609,88 @@ export class ConfigClient {
444
609
}
445
610
}
446
611
612
+
/**
613
+
* Import configurations Item(s) with its dependencies into a destination domain.
614
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
615
+
* @param ImportConfigurationRequest
616
+
* @return ImportConfigurationResponse
617
+
* @throws OciError when an error occurs
618
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/apmconfig/ImportConfiguration.ts.html |here} to see how to use ImportConfiguration API.
0 commit comments