configuration / syncteam

CLI REST-API

team-ip

team-ip
This is a read-write object and valid values are IPv4-addresses.

Datatype-Help:
the IP address should looks like this: A.B.C.D
every letter is one number that goes from 0 - 255.
example: 192.168.0.45



See also:
/configuration/syncteam: syncteam configuration
/configuration/syncteam/mode: mode
/configuration/syncteam/max-startup: max-startup
/configuration/syncteam/update-interval: update interval (0 is disabled)
/configuration/syncteam/timeout: timeout
/configuration/syncteam/tfom-freerunning: TFOM on outputs when free running
/configuration/syncteam/fixed-utc-mode: fixed-utc-mode
/configuration/syncteam/fixed-utc-offset: number of seconds fixed offset to UTC
/configuration/syncteam/description: description

REST-API Support:


This object is supported by the REST API:

Method: GET
URL: /api/configuration/syncteam


Example using curl:
curl /api/configuration/syncteam


Method: PATCH
URL: /api/configuration/syncteam
Body:
{
  "team-ip": "0.0.0.0"
}

Example using curl:
curl -X PATCH /api/configuration/syncteam -d
{
  "team-ip": "0.0.0.0"
}