systemInfo

Generic information about the system being accessed.

Parameter

 Type

Count

Description

status

String

1

The global status information, which can be one of the following:

  • OK - The system is operational.
  • notLicensed - The system is not licensed. In Zend Server Cluster Manager, this means the Zend Server Cluster Manager is not licensed, but the nodes may be licensed and operating.
  • pendingRestart - The system is pending a PHP restart. In Zend Server Cluster Manager this will never be set.

edition

String

1

The Zend Server edition, which can be one of the following:

  • ZendServer
  • ZendServerClusterManager
  • ZendServerCommunityEdition

zendServerVersion

String

1

The full version of Zend Server (e.g. “5.0.4”).

supportedApiVersions

String

1

A comma-separated list of the supported content types/versions of the Zend Server Web API.

phpVersion

String

1

The full PHP version (e.g. “5.3.3”).

operatingSystem

String

1

A string identifying the operating system.

serverLincenseInfo

licenseInfo

1

Information about the Zend Server license. If it is running in a cluster, it will contain the node license information.

managerLicenseInfo

licenseInfo

1

Information about the Zend Server Cluster Manager license.

messageList

messageList

1

A list of messages reported by this server, which is empty if there are no messages to show.

 

 

Related Links

Related Links:

Response Data Types