createadfinstance (Release 9.2.1.2)

API Name

createadfinstance

Description

Creates an ADF Server instance.

REST Methods

POST

Precondition

Agent must be running.The Oracle Database should be up and running for Oradb.

Input Params

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

Sample Request

{"instanceName":"SM_adfserver_9005","componentName":"E1_ADF_Foundation_1.4.0_23_99.par","agentHostName":”jdesma.example.com","jdeHome" "/scratch/sm_agent/SCFHA", "wlsServerName":"adfserver_9005","httpPort":"9005"}

Return

HTTP status CREATED code is returned.

Sample Response

Exception

HTTP conflict if an instance with the same name exists.