Skip to content

Commit 318111c

Browse files
committed
Include the generated password (for Windows servers) in the data received by the server creation response.
1 parent 3fa613d commit 318111c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

upcloud/server.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ type ServerDetails struct {
187187
IPAddresses IPAddressSlice `json:"ip_addresses"`
188188
Labels LabelSlice `json:"labels"`
189189
Metadata Boolean `json:"metadata"`
190+
GeneratedPassword string `json:"password"`
190191
NICModel string `json:"nic_model"`
191192
Networking ServerNetworking `json:"networking"`
192193
ServerGroup string `json:"server_group"`

0 commit comments

Comments
 (0)