/config/net/ptp/client_only

If true, the meter will only act as a client. Otherwise, the meter will also act as a server if the PTP algorithm selects it as the best clock.

Get /config/net/ptp/client_only

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

get/config/net/ptp/client_only
Request samples
Response samples
application/json
{
  • "result": true,
  • "error": "Error message (present if an error occurred)."
}

Replace /config/net/ptp/client_only

SecurityApiKey
Request
Request Body schema: application/json
boolean (configNetPtpClientOnly)

If true, the meter will only act as a client. Otherwise, the meter will also act as a server if the PTP algorithm selects it as the best clock.

Responses
200

Normal response.

401

Unauthorized response.

put/config/net/ptp/client_only
Request samples
application/json
true
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}

Update /config/net/ptp/client_only

SecurityApiKey
Request
Request Body schema: application/json
boolean (configNetPtpClientOnly)

If true, the meter will only act as a client. Otherwise, the meter will also act as a server if the PTP algorithm selects it as the best clock.

Responses
200

Normal response.

401

Unauthorized response.

post/config/net/ptp/client_only
Request samples
application/json
true
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}

Delete /config/net/ptp/client_only

Reset to false.

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

delete/config/net/ptp/client_only
Request samples
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}