Settings/Chrony Servers Operations
GETChrony Servers OperationsSince 4.7.21SynchronousAuth Required
CheckNetworkReachable
CheckNetworkReachable
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Query Parameters
Request Inputs
Query Parameters
sourceHostnamesListOptional. Specified set of source ip addresses or domain names.
targetHostnamesListRequiredSpecified set of target ip addresses or domain names.
systemTagsListOptional. The system tags.
userTagsListOptional. The user tags.
Responses
Endpoint
GET/zstack/v1/zops/check/network
/zstack/v1/zops/check/network
Request Example
curl -X GET 'http://{host}/zstack/v1/zops/check/network?sourceHostnames=<sourceHostnames>&targetHostnames=<targetHostnames>&systemTags=<systemTags>&userTags=<userTags>' -H 'Authorization: OAuth {sessionUuid}'
Response Example
200{ "results": [ { "sourceHostname": "172.0.0.1", "targetHostname": "test2.com", "status": "Disconnected" }, {} ] }Change History
This API has no change history records yet.
