Hetzner sync ? #286
SerhiiZahuba
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
|
Hi, This is currently not implemented but could be added with another source. Maybe we could ask the Hetzner guys if they are willing to provide an implementation? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
They don't really want to talk about it If you have some time and desire - I will be very grateful.
Authorization example Example Response: {
"servers": [],
"meta": {
"pagination": {
"page": 1,
"per_page": 25,
"previous_page": null,
"next_page": null,
"last_page": 1,
"total_entries": 0
}
}
}Response sample: {
"actions": [
{
"command": "start_server",
"error": {
"code": "action_failed",
"message": "Action failed"
},
"finished": "2016-01-30T23:55:00+00:00",
"id": 42,
"progress": 100,
"resources": [
{
"id": 42,
"type": "server"
}
],
"started": "2016-01-30T23:55:00+00:00",
"status": "success"
}
],
"meta": {
"pagination": {
"last_page": 4,
"next_page": 4,
"page": 3,
"per_page": 25,
"previous_page": 2,
"total_entries": 100
}
}
} |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
Like your product very much. Do you have any plans to sync with Hetzner?
https://docs.hetzner.cloud/#servers
I will be very grateful to you.
Beta Was this translation helpful? Give feedback.
All reactions