ICS Gateway APIs

Gateway Registration

Post <IP address>/api/v1/nsa/register

REQUEST

{

"reg_host_fqdn":"xxxxxxxx",

"reg_code":"xxxxxx",

"nw_interface":"internal",

"use_proxy":"false"

}

RESPONSE

{

"success":"Successfully triggered registration"

}

Gateway Registration Status

Get <IP address>/api/v1/nsa/registration-status

REQUEST

Get <IP address>/api/v1/nsa/registration-status

RESPONSE

{

"gateway-id": "xxxxxxxxxxx",

"notification-status": "success",

"notification-status-message": "The Notification Channel is Connected.",

"notification-url": "wss://marjoram4.e.marjoram.pzt.dev.perfsec.com/api/v1/notifications",

"reg-status-message": "success",

"reg-status-message": ""

}