'{username}', 'password' => '{password}', )); // 2. Obtain an Orchestration service object from the client. $orchestrationService = $client->orchestrationService(null, '{region}'); // 3. Get stack using the stack name. /** @var $stack OpenCloud\Orchestration\Resource\Stack **/ $stack = $orchestrationService->getStack('{stackName}');