Ovh\Dedicated\Server\Server::getMrtg PHP Method

getMrtg() public method

Get MRTG Ajout by @Thibautg16 le 11/11/2013
public getMrtg ( $period, $type ) : array
return array of strings
    public function getMrtg($period, $type)
    {
        return json_decode(self::getClient()->getMrtg($this->getDomain(), $period, $type));
    }