You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm imagining an api call like GET /v1/{tenant}/targets/{target}/ping, which returns a 200 or 404 based on whether the target is reachable.
For a target with an ssh address, this would check that rift can successfully connect to that server via ssh. For a target with a nova address, this would check that rift can successfully fetch that server from the api.
The text was updated successfully, but these errors were encountered:
I'm imagining an api call like
GET /v1/{tenant}/targets/{target}/ping
, which returns a 200 or 404 based on whether the target is reachable.For a target with an ssh address, this would check that rift can successfully connect to that server via ssh. For a target with a nova address, this would check that rift can successfully fetch that server from the api.
The text was updated successfully, but these errors were encountered: