post http://HOSTNAME/data/v1/gateways
Create a new gateway with default evernet settings.
This endpoint will be used to expand the deployed gateways at a given site.
Log in to see full request history
Responses
Create a new gateway with default evernet settings.
This endpoint will be used to expand the deployed gateways at a given site.
xxxxxxxxxx
15curl --request POST \
--url http://hostname/data/v1/gateways \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"enableWakeup": true,
"evernet1Settings": {
"enabled": true
},
"evernet2Settings": {
"enabled": true
}
}
'
Try It!
to start a request and see the response here! Or choose an example: