releaseInfo Data Type

Server version information.

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
appliance_build_number int element 0/1 Appliance build number.
appliance_version string element 0/1 Version of the server appliance.
build_date dateTime element 0/1 Build date.
build_number int element 0/1 Product build number.
content_version string element 0/1  
product_name string element 0/1 Name of the product.
product_version string element 0/1 Product version.
server_start_time dateTime element 0/1 Date and time when the server last started.
Properties inherited from baseRestObject
href string element 0/1 The path to this resource object. This is relative to the root of the REST API (https://serveraddress/rest).
link link element 0/unbounded Links to related resources. These should be used to navigate the REST API (instead of hard-coding the URLs)

Example

<release_info>
  <build_date>...</build_date>
  <build_number>...</build_number>
  <content_version>...</content_version>
  <product_name>...</product_name>
  <product_version>...</product_version>
  <server_start_time>...</server_start_time>
  <appliance_version>...</appliance_version>
  <appliance_build_number>...</appliance_build_number>
  <href>...</href>
  <links>
    <link>
      <href>...</href>
      <rel>...</rel>
    </link>
  </links>
</release_info>