How can we help?

Searching:

0 results found

Gateways/Create and install

POST /odata/gateways/createAndInstall
 

Description

Create a new gateway and install it
 

Example JSON Gateways/createAndInstall Request

curl –location –request POST ‘https://api.axonize.com/odata/gateways/CreateAndInstall’ \

–header ‘appId: f8f00892-90b5-4287-8bc1-bd2bce2e1234’ \

–header ‘Authorization: Token’ \

–header ‘Content-Type: application/json’ \

–data-raw ‘{

“type”: “HttpGatewayProducer”,

“productId”: “5db57009e3b0c721d8351234”,

“name”: “NestGatewey”,

“manufacturer”: “Nest”

}’
 

Response ‒ Gateways/createAndInstall

Status 200 ‒ OK

 
See Gateways/Get(specific)