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
// CopyConfiguration Fast importing configuration items to a destination APM domain ID.
96
+
//
97
+
// # See also
98
+
//
99
+
// Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/apmconfig/CopyConfiguration.go.html to see an example of how to use CopyConfiguration API.
100
+
// A default retry strategy applies to this operation CopyConfiguration()
// ExportConfiguration Exports configurations for the whole domain by domainId.
280
+
//
281
+
// # See also
282
+
//
283
+
// Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/apmconfig/ExportConfiguration.go.html to see an example of how to use ExportConfiguration API.
284
+
// A default retry strategy applies to this operation ExportConfiguration()
// ImportConfiguration Import configurations Item(s) with its dependencies into a destination domain.
401
+
//
402
+
// # See also
403
+
//
404
+
// Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/apmconfig/ImportConfiguration.go.html to see an example of how to use ImportConfiguration API.
405
+
// A default retry strategy applies to this operation ImportConfiguration()
// Copyright (c) 2016, 2018, 2025, Oracle and/or its affiliates. All rights reserved.
2
+
// This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
3
+
// Code generated. DO NOT EDIT.
4
+
5
+
// Application Performance Monitoring Configuration API
6
+
//
7
+
// Use the Application Performance Monitoring Configuration API to query and set Application Performance Monitoring
8
+
// configuration. For more information, see Application Performance Monitoring (https://docs.oracle.com/iaas/application-performance-monitoring/index.html).
9
+
//
10
+
11
+
package apmconfig
12
+
13
+
import (
14
+
"fmt"
15
+
"github.com/oracle/oci-go-sdk/v65/common"
16
+
"strings"
17
+
)
18
+
19
+
// CopyConfigurationDetails Array of configuration items with dependencies to copy to a destination domain.
20
+
typeCopyConfigurationDetailsstruct {
21
+
22
+
// Simple key-value pair that has parameters related to the import process (EnableOcidSubstitution, DestinationDomainID, …) and more.
0 commit comments