Settings/Chrony Servers Operations
GETChrony Servers OperationsSince 4.7.21SynchronousAuth Required
GetChronyServers
GetChronyServers
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Query Parameters
Request Inputs
Query Parameters
systemTagsListOptional. The system tags.
userTagsListOptional. The user tags.
Responses
Endpoint
GET/zstack/v1/zops/chrony/servers
/zstack/v1/zops/chrony/servers
Request Example
curl -X GET 'http://{host}/zstack/v1/zops/chrony/servers?systemTags=<systemTags>&userTags=<userTags>' -H 'Authorization: OAuth {sessionUuid}'
Response Example
200{ "servers": [ { "internal": { "hostname": "172.0.0.1", "status": "Connected" }, "external": { "hostname": "ntp.test.com", "status": "Connected" } } ] }Change History
This API has no change history records yet.
