JVC VN-E4U API Guide - Page 45

Setting Default Gateway for VN-E4, Acquiring Host Name from VN-E4, Format, Example

Page 45 highlights

5. API for Acquiring/Changing Parameters of VN-E4 _ 5.8. Network Basics Setting Default Gateway for VN-E4 Format /api/param?network.gateway(ipv4)=data Example /api/param?network.gateway(ipv4)=10.0.0.254 Example of Response network.gateway&200 OK Interpretation Change the default gateway of IPv4. Default gateway of IPv6 can not be changed. Upon setting this API, execute the "network.interface.status=restart" API for enabling network setting changes to enable the new settings. Specify as 0.0.0.0 to cancel the default gateway setting. However, multicast transmission will be disabled if the default gateway is not set. Allowed user admin Acquiring Host Name from VN-E4 Format /api/param?network.hostname Example of Response network.hostname=localhost&200 OK Interpretation Acquire the current host name. Allowed users admin, operator, user Setting Host Name for VN-E4 Format /api/param?network.hostname=data Example /api/param?network.hostname=somename Example of Response network.hostname&202 Required(network.interface.status=restart) Interpretation Change the host name. Characters that may be used for the host name are alphanumerics, underscores (_), hyphens (-) and percents (%). Upon setting this API, execute the "network.interface.status=restart" API for enabling network setting changes to enable the new settings. Specify as %00 when the host name setting is to be left blank. Example when leaving /api/param?network.hostname=%00 field blank Allowed user admin Acquiring Domain Name from VN-E4 Format /api/param?network.domainname Example of Response network.domainname=somename&200 OK Interpretation Acquire the current domain name. Allowed users admin, operator, user 45

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80

45
5. API for Acquiring/Changing Parameters of VN-E4 _
5.8. Network Basics
Setting Default Gateway for VN-E4
Format
/api/param?network.gateway(ipv4)=data
Example
/api/param?network.gateway(ipv4)=10.0.0.254
Example of Response
network.gateway&200 OK
Interpretation
Change the default gateway of IPv4. Default gateway of IPv6 can not be changed. Upon setting this API,
execute the "network.interface.status=restart" API for enabling network setting changes to enable the new
settings.
Specify as 0.0.0.0 to cancel the default gateway setting. However, multicast transmission will be disabled if the
default gateway is not set.
Allowed user
admin
Acquiring Host Name from VN-E4
Format
/api/param?network.hostname
Example of Response
network.hostname=localhost&200 OK
Interpretation
Acquire the current host name.
Allowed users
admin, operator, user
Setting Host Name for VN-E4
Format
/api/param?network.hostname=data
Example
/api/param?network.hostname=somename
Example of Response
network.hostname&202 Required(network.interface.status=restart)
Interpretation
Change the host name. Characters that may be used for the host name are alphanumerics, underscores (_),
hyphens (-) and percents (%). Upon setting this API, execute the "network.interface.status=restart" API for
enabling network setting changes to enable the new settings.
Specify as %00 when the host name setting is to be left blank.
Example when leaving
field blank
/api/param?network.hostname=%00
Allowed user
admin
Acquiring Domain Name from VN-E4
Format
/api/param?network.domainname
Example of Response
network.domainname=somename&200 OK
Interpretation
Acquire the current domain name.
Allowed users
admin, operator, user