Cloudflare\Organizations\Railguns::zones PHP Method

zones() public method

Get zones connected to a Railgun (permission needed: #organization:read) The zones that are currently using this Railgun
public zones ( string $organization_identifier, string $identifier )
$organization_identifier string Organization identifier tag
$identifier string API item identifier tag
    public function zones($organization_identifier, $identifier)
    {
        return $this->get('/organizations/' . $organization_identifier . '/railguns/' . $identifier . '/zones');
    }