Adding a System

Before adding a system, an existing environment ID must be used or a new environment needs to be added.

URL:

http://servername:8089/do?

The input parameters are listed in the following table:

Parameters

Type

Value

Mandatory

Comment

action

String

partner

Y

 

subaction

String

getpartnersystem

Y

 

adaptertarget

String

 

N

Adapter for which System is created

channeltarget

  

N

iSM channel to which system is targeted

description

  

N

System description

idenvironment

  

N

Environment in which system is created

listenertarget

  

N

Listener for which System is created

name

  

Y

System name with which system will be created

An example of input would be:

Type

Input

action

partner

partnerid

9

subaction

getpartnersystem

The responses are listed in the following table:

Response

Type

Value

Comment

msg

String

Partner Action Failed

Response message

success

Enum

True/False

Response success condition

The following syntax is a sample JSON response:

{"msg":"System Added","success":"true"}

iWay Software