You can import a configuration element through the Orchestrator REST API.

Depending on the library of your REST client application, you can use custom code that defines the properties of the configuration element.

The configuration element binary content should be available as multi-part content. For details, see RFC-2387.

1

In a REST client application, add request headers to define the properties of the configuration element that you want to import.

2

Make a POST request at the URL of the configuration element objects:

POST http://{vcoHost}:{port}/api/configurations/

If the POST request is successful, you receive the status code 202.