Build info

Get build info

You can retrieve information about the current Orchestration service build as shown in the following example:

/** @var $resourceType OpenCloud\Orchestration\Resource\BuildInfo **/
$buildInfo = $orchestrationService->getBuildInfo();

Get the executable PHP script for this example