iHub exposes an Http endpoint in which the external systems can push the input messages.
iHub http endpoint API details is given below.
Request Type: POST
URL: http://<hostname>:<port> /api/smartops/ihub/endpoint
Header:
Organization-key
Request Body : <any json request>
The API details for creating new end point channel is given below.
Request Type: POST
URL: http://<host-name>:<port>/api/smartops/ihub/apiChannel
Header:
Request Body:
{ |
The API details for listing all channels for an organization is given below.
Request Method: GET
URL: http://<host-name>:<port>/api/smartops/ihub/apiChannel/all
Header:
Organization-key
The API details for updating an existing channel is given below.
Request Type: PUT
URL: http://<host-name>:<port>/api/smartops/ihub/apiChannel
Header:
Organization-key
Request Body:
{
|
The API details for deleting an existing channel is given below.
Request Type: DELETE
URL: http://<host-name>:<port> /api/smartops/ihub/apiChannel
Header:
Organization-key
Request Body:
{
|
Related Topics: