createorchinstance (Release 9.2.1.2)

API Name

createorchinstance

Description

Creates an Orchestrator Studio Server instance.

REST Methods

POST

Precondition

Agent must be running.

Input Params

instanceName, componentName, agentHostName, jdeHome, wlsServerName, httpPort.

Sample Request

{"instanceName":"SM_iotserver_9055","componentName": "E1_IoT_Foundation_1.4.0_23_99.par","agentHostName": "jdesma.us.example.com","jdeHome":"/scratch/sm_agent/SCFHA", "wlsServerName":"iotserver_9055","httpPort":"9055"}

Return

HTTP status CREATED code is returned.

Sample Response

Exception

HTTP conflict if an instance with the same name exists.