serverstatus

package
v2.42.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 7, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ServerStatus

type ServerStatus struct {
	IsDatabaseEncrypted                     bool   `json:"IsDatabaseEncrypted"`
	IsMajorMinorUpgrade                     bool   `json:"IsMajorMinorUpgrade"`
	IsInMaintenanceMode                     bool   `json:"IsInMaintenanceMode"`
	IsUpgradeAvailable                      bool   `json:"IsUpgradeAvailable"`
	MaintenanceExpires                      string `json:"MaintenanceExpires,omitempty"`
	MaximumAvailableVersion                 string `json:"MaximumAvailableVersion,omitempty"`
	MaximumAvailableVersionCoveredByLicense string `json:"MaximumAvailableVersionCoveredByLicense,omitempty"`

	resources.Resource
}

type ServerStatusService

type ServerStatusService struct {
	services.Service
	// contains filtered or unexported fields
}

func NewServerStatusService

func NewServerStatusService(sling *sling.Sling, uriTemplate string, extensionStatsPath string, healthStatusPath string, timezonesPath string) *ServerStatusService

func (*ServerStatusService) Get

func (s *ServerStatusService) Get() (*ServerStatus, error)

Get returns the status of the server.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL