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.
registrationfor registring the Gateway. For eghttps://{gateway-ip}:5480/v2/gateway/actions/registrationrestartAllServicesfor registring the Gateway. For eghttps://{gateway-ip}:5480/v2/gateway/actions/restartAllServicesmonitServicefor updating the monitorable gateway services e.g.syslogAddfor adding a syslog configuration.syslogDeletefor removing a syslog configuration.syslogResetfor resetting to default syslog configuration.ntpSyncfor NTP service sync.networkSettingsfor updating Gateway Network settings.dateTimefor updating the NTP date time.passwdChangefor updating the password.timeZonefor updating the Gateway Time-Zone.externalProxyfor configuration external proxy for Gateway.staticRoutesfor configuring static routes for Gateway.syslogUpdatefor updating syslog configurations.ntpUpdatefor 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...