Onboarding Adapter
The Application can be onboarded using the API. The Application onboarding an Adapter is often termed onboarding through the Northbound. This is sent by the Adapter using a separate URI with different port. It is recommended to use the same credentials as when Creating Tokens.
This API has to be done for each top level Tenant that is using Adapter. Subtenants of this Tenant can use the adaptationLayerName when inserting devices to use the same adaption layer.
Parameter | Description |
---|---|
URL | http://<impact_hostname>:<port>/m2m/adaptation |
Method | PUT |
Content-type | application/json |
Parameters |
|
Response Parameters | msg :[string]: success or failure message |
Success code |
Response Code: 200 |
Error code |
400 : Bad Request 401 : Unauthorized 404 : Not Found |
Sample call |
Curl:
Response Body:
|