Update Gateway Configurations
Update the supported configurations changes for deployed gateway.
- Base URL : 'https://{gateway-ip}:5480/v2/gateway/actions/{actionName}'
- replace {gateway-ip} with actual ip of your deployed gateway
Use the required enum value as {action} and payload format for the update request.
registration
for registring the Gateway. For eghttps://{gateway-ip}:5480/v2/gateway/actions/registration
restartAllServices
for registring the Gateway. For eghttps://{gateway-ip}:5480/v2/gateway/actions/restartAllServices
monitService
for updating the monitorable gateway services e.g.syslogAdd
for adding a syslog configuration.syslogDelete
for removing a syslog configuration.syslogReset
for resetting to default syslog configuration.ntpSync
for NTP service sync.networkSettings
for updating Gateway Network settings.dateTime
for updating the NTP date time.passwdChange
for updating the password.timeZone
for updating the Gateway Time-Zone.externalProxy
for configuration external proxy for Gateway.staticRoutes
for configuring static routes for Gateway.syslogUpdate
for updating syslog configurations.ntpUpdate
for updating NTP server details.
Path Parameters
- actionName
Update gateway config
- Enum:
- registrationrestartAllServicesmonitServicesyslogAddsyslogDeletesyslogResetntpSyncnetworkSettingsdateTimepasswdChangetimeZoneexternalProxystaticRoutessyslogUpdatentpUpdate
Request Body
application/json
This endpoint accepts anyOf the following:
object
- monitService
object
- selectors
- protocol
- port
- receiver
object
- passwdChange
object
- registration
object
- staticRoutes
object
- timeZone
object
- dateTime
object
- networkSettings
object
- timeZone
object
- externalProxy
object
- ntpUpdate
Loading Examples...
Responses
- success
Loading Examples...