1.2: Communication protocol
Structure of our Insurance Management Assistance Service (IMAS)
Octamile's insurance management assistance service (IMAS) is managed by a robotic staff. For simplicity's sake, we call this robotic staff James the Jangler.
James the Jangler in turn has three arms.
To leverage our IMAS, communicate with one of the three arms of James the Jangler.
The following are the network ids of the three arms:
Arm | Network Id Address | Network Id Port |
---|---|---|
Arm 1 | a4004.mngr.imas.octamile.com | 62004 |
Arm 2 | a4005.mngr.imas.octamile.com | 62005 |
Arm 3 | a4006.mngr.imas.octamile.com | 62006 |
We could have provided just one arm, but we provided three. The essence of this is that if one or two arms are offline, there would be at least one other arm available to serve your requests.
We encourage you to leverage this feature, to raise your product and service uptime.
Network Protocol
Communication to the arms is based on the HTTPS protocol.
Parameter | Value |
---|---|
Request type | POST |
Request path | / Example: https://a6111.imas.octamile.com:62004/ |
Request and response MIME type | JSON |
Request writing and response reading time limit | 08 seconds |
Connection idling time limit | 12 seconds |
Updated about 3 years ago