updateinstanceaccessinfo (Update 9.2.2.2)

API Name

updateinstanceaccessinfo

Description

Updates the access configuration information of the managed instance.

REST Methods

POST

Precondition

Agent must be running.

Input Params

instanceName, sslEnabled,port, hostNameOrIP, fullyQualifiedDomainName Note (Release 9.2.4.3): Add these additional parameters if there are duplicate instance names: agentHostName, jdeHome.

Sample Request

https://jdesmc.example.com:8998/manage/mgmtrestservice/ updateinstanceaccessinfo {"instanceName":" HTML_8890", "sslEnabled" :"false","port":8890,"hostNameOrIP": "jdesmc.example.com","fullyQualifiedDomainName" :"jdesmc.example.com"}

This is the sample request if you have multiple instance names: Url: https:// jdesmc.example.com:8998/manage/ mgmtrestservice/updateinstanceaccessinfo {"instanceName": "tqa_923_lnx_jas_jdescmc_21500","agentHostName": "jdesmc.example.com”,"jdeHome":"/slot/oracle/jde_agent_jas/SCFHA","sslEnabled":"false", "port":21500,"hostNameOrIP": "jdesmc.example.com”, "fullyQualifiedDomainName": "jdesmc.example.com”}

Return

HTTP status 204 is returned.

Sample Response

Exception

None.