We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca5a3d0 commit bde7037Copy full SHA for bde7037
api/baremetal/v1/baremetal_sdk.go
@@ -802,8 +802,6 @@ type Server struct {
802
PingStatus ServerPingStatus `json:"ping_status"`
803
// Options: options enabled on server
804
Options []*ServerOption `json:"options"`
805
- // ServiceURL: the address of the installed service
806
- ServiceURL string `json:"service_url"`
807
}
808
809
// ServerEvent: server event
@@ -828,6 +826,12 @@ type ServerInstall struct {
828
826
//
829
827
// Default value: unknown
830
Status ServerInstallStatus `json:"status"`
+
+ User string `json:"user"`
831
832
+ ServiceUser string `json:"service_user"`
833
834
+ ServiceURL string `json:"service_url"`
835
836
837
type ServerOption struct {
0 commit comments