downloadinstanceconfiguration

API Name

downloadinstanceconfiguration

Description

Downloads the saved configuration of an instance in Server Manager Console.

REST Methods

GET

Precondition

Server Manager Console must be running.

Input Params

TOKEN: Header returned as a response to the /authenticate Server Manager REST API Call.

TOKEN: Cookie returned as a response to the /authenticate Server Manager REST API Call.

AUTHORIZATION: Base64 encoded Basic username:password combination necessary for Authentication.

agentHostName: The Hostname of the Machine where the Managed Home Resides.

jdeHome: The Install Location of the Managed Home.

instanceName: The Managed Instance Name.

cofigfileName: The Managed Instance Name.

Sample Request

curl --location 'https://ems4296.ad1.fusionappsdphx1.oraclevcn.com:9016/manage/mgmtrestservice/downloadinstanceconfiguration?agentHostName=ems14384.ad1.fusionappsdphx1.oraclevcn.com&jdeHome=%2Fslot%2Fems1281%2Fappmgr%2Fjde_agent_ent%2FSCFHA&instanceName=tqa_lnx_ent_4081&configfileName=06NOV3' \

--header 'Authorization: Basic amRlX2FkbWluOmpkZV9hZG1pbg=='

Return

HTTP status 200 is returned.

Sample Response

NA

Exception

400: Bad Request Status Code is returned in case the Request is not well formed for the API which is being invoked.

403: Forbidden, Valid Authentication Information is not passed with the Request.

500: Internal Server Error, In the unlikely case of error occurring on the Server. Refer to the logs for more details.