GET Int Parm
The Get Init Parms API is used to retrieve the current initialization parameters of the Connect:Direct server.
Method | URI |
---|---|
GET |
/cdwebconsole/svc/initparms |
The following example shows the Command:
curl -X 'GET' \
'https://172.20.183.163:9445/cdwebconsole/svc/initparms?formatOutput=y' \
-H 'Authorization: eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJhZG1pbmlzdHJhdG9yOjE3Mi4yMC4xODYuMTMxOjEzNjM6YWVkZGJkOTYtYTNjNS00MTkxLThlMmMtZDMyMWI5NjUzNDIxIiwiZXhwIjoxNzE0NDk0MDc2fQ.ebmBRyVZunwqtrhLCpanv_nzjZrc-ec2rmcpa4pDKcU4eCOd0BQujJnapTJiwIwfEkNGJOhiV9LV-SeV4y_T8Q' \
-H 'Content-Type: application/json' \
-H 'X-XSRF-TOKEN: 9b0057ee-5b86-44b8-9e0b-a0de0a2475f6'
Parameter Name | Required/Optional | Description | Valid values |
---|---|---|---|
formatOutput |
Optional |
Specify y to get the IBM Sterling Connect:Direct initparms in the format required for updating. |
y or n |
The following example shows the HTTP User Request:
{
" formatOutput":"y"
}
The following example shows the Sample Response:
{
"Local Node Characteristics": {
"tcp.src.ports.list.iterations": "1",
"udp.src.ports.list.iterations": "1",
"max.api.connects": "10",
"sess.snode.max": "1",
"udt33.host.port": "172.20.186.131;1366",
"outgoing.address": "<None>",
"tcp.crc": "OFF",
"comm.bufsize": "65535",
"tcp.src.ports": "<None>",
"sess.default": "1",
"tcp.max.time.to.wait": "00:03:00",
"fasp.policy": "fair",
"tcp.crc.override": "N",
"contact.phone": "<None>",
"tcp.api.inactivity.timeout": "00:00:00",
"netmap.check": "Y",
"tcp.api.port": "172.20.186.131;1363",
"protocol": "TCP",
"conn.retry.stwait": "00:00:10",
"conn.retry.ltattempts": "10",
"udt33.bufsize": "65535",
"proxy.attempt": "N",
"runstep.max.time.to.wait": "00:00:00",
"conn.retry.ltwait": "00:03:00",
"pacing.send.count": "0",
"fasp.filesize.threshold": "1G",
"pacing.send.delay": "00:00:00",
"instance.id": "f399576f-b16a-4e71-b21c-2f3558a76dd1",
"descrip": "<None>",
"udt33.max.time.to.wait": "00:03:00",
"tcp.host.port": "172.20.186.131;1364",
"udp.src.ports": "<None>",
"conn.retry.stattempts": "10",
"udt33.crc.override": "N",
"contact.name": "<None>",
"sess.total": "2",
"tcp.window.size": "0",
"udt33.crc": "OFF",
"quiesce.resume": "N",
"sess.pnode.max": "1",
"node.check": "B",
"active.directory.enabled": "N",
"fasp": "(No,No)",
"name": "CDWBM-01",
"fasp.listen.ports": "(23700-25000)",
"fasp.bandwidth": "0"
},
"Miscellaneous Commands": {
"password.exit.appl.id": "<None>",
"password.exit.url": "<None>",
"security.exit": "<None>",
"file.exit": "<None>",
"server.path": "C:\\Program Files\\IBM\\Connect Direct v6.3.0\\Server\\",
"program.dir": "C:\\Program Files\\IBM\\Connect Direct v6.3.0\\Server\\Program\\",
"password.exit.policy.id": "<None>",
"proc.prio.default": "10",
"download.dir": "C:\\Program Files\\IBM\\Connect Direct v6.3.0\\Server\\Download\\",
"certificate.directory": "C:\\Program Files\\IBM\\Connect Direct v6.3.0\\Server\\Secure+\\Certificates",
"upload.dir": "C:\\Program Files\\IBM\\Connect Direct v6.3.0\\Server\\Upload\\",
"password.exit.hash": "<None>",
"exec.prio.default": "7",
"s+cmd.enforce.secure.connection": "Y",
"password.exit.dll": "<None>",
"restrict.cmd": "N",
"disable.proxy.password.security": "N",
"notify.level": "A",
"event.log": "All"
},
"Install Agent": {
"osa.rest.url": "<None>",
"agent.port": "1365",
"agent.installation_id": "<None>",
"agent.enable": "Y",
"osa.disable": "N"
},
"WebServices": {
"webservices.port": "1368",
"webservices.enable": "Y"
},
"Global Copy Parameters": {
"strip.blanks": "I",
"ecz.cmprlevel": "1",
"ckpt.interval": "10M",
"ecz.memlevel": "4",
"xlate.send": "xlatesnd.cdx",
"xlate.recv": "xlatercv.cdx",
"retry.codes": "<None>",
"record.wrap": "N",
"retry.msgids": "<None>",
"xlate.dir": "C:\\Program Files\\IBM\\Connect Direct v6.3.0\\Server\\Xlate\\",
"continue.on.exception": "N",
"ecz.windowsize": "15",
"disable.cache": "N"
},
"TCQ Information": {
"tcq.start": "W",
"tcq.max.age": "30",
"conn.retry.exhaust.action": "hold",
"process.dir": "C:\\Program Files\\IBM\\Connect Direct v6.3.0\\Server\\Process\\",
"runtask.restart": "N"
},
"License Information": {
"license.edition": "<None>",
"license.pvu": "0",
"license.type": "<None>"
},
"File Agent": {
"fileagent.enable": "N"
},
"Statistics Information": {
"stat.max.age": "7",
"log.select": "N",
"stat.sort": "Y",
"log.commands": "Y"
},
"Port Check": {
"trusted.addr": "<None>"
}
}