Import Clone

post

/clones/sim/v1/importConfig

Import configuration data either from a configuration data file or from a configuration file URL. Execute create config before this call. To download the configuration data use the URL from Status response(this url will be active for 15 min only in Object storage) and then import

Request

Supported Media Types
Form Parameters
  • The config data file. Required if importType is 1.
    Example: extract23101.zip
  • The pre-authenticated URL of the object store from where the configuration can be cloned. Required if importType is 2.
    Example: "https://objectstorage.us-ashburn-1.oraclecloud.com/n/idvvfekwvhut/b/extract23101.zip"
  • The type of file for import.
    Example: 1
Back to Top

Response

Supported Media Types

200 Response

The request details after successfully submitting a request for the export operation.
Body ()
Root Schema : CreateCloneResponse
Type: object
Model for Create Clone Response Object
Show Source

400 Response

400 Bad Request
Body ()
Root Schema : ErrorDetails
Type: object
Response body when the request returns an error.
Show Source
Back to Top