Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 273 Bytes

System.md

File metadata and controls

15 lines (9 loc) · 273 Bytes

System Information

GetStatus

Provides information about the current status of the system.

<?php

$SystemStatusResponse = $client->GetSystemStatus();

print $SystemStatusResponse->getStatus(); // OK
print $SystemStatusResponse->getVersion(); // v6.2.5.1