'{username}', 'password' => '{password}', )); // 2. Obtain an Orchestration service object from the client. $orchestrationService = $client->orchestrationService(null, '{region}'); // 3. Get resource type. $resourceType = $orchestrationService->getResourceType('{resourceTypeName}'); // 4. Get template for resource type. /** @var $resourceTypeTemplate string **/ $resourceTypeTemplate = $resourceType->getTemplate();