Scalr\Api\Service\User\V1beta0\Controller\Farms::fetchAction PHP Method

fetchAction() public method

Fetches detailed info about one farm
public fetchAction ( string $farmId ) : Scalr\Api\DataType\ResultEnvelope
$farmId string Numeric identifier of the farm
return Scalr\Api\DataType\ResultEnvelope
    public function fetchAction($farmId)
    {
        return $this->result($this->adapter('farm')->toData($this->getFarm($farmId)));
    }