mirror of
https://github.com/clearml/clearml-server
synced 2025-01-31 19:06:55 +00:00
17 lines
305 B
Plaintext
17 lines
305 B
Plaintext
_description: "debugging utilities"
|
|
ping {
|
|
authorize: false
|
|
"2.9" {
|
|
description: "Ping server"
|
|
request {
|
|
type: object
|
|
additionalProperties: true
|
|
}
|
|
response {
|
|
type: object
|
|
properties: {
|
|
}
|
|
}
|
|
}
|
|
}
|