Pantheon\Terminus\Commands\NewRelic\StatusCommand::status PHP Method

status() public method

Retrieve the New Relic status of a site
public status ( string $site_id ) : Consolidation\OutputFormatters\StructuredData\PropertyList
$site_id string Name of the site to check New Relic status on
return Consolidation\OutputFormatters\StructuredData\PropertyList
    public function status($site_id)
    {
        return new PropertyList($this->getSite($site_id)->getNewRelic()->serialize());
    }
StatusCommand