Client
class Client extends Client
Client
Der Client unterstützt die Kommunikation mit der REST-API von CloudFlare.
Constants
API_VERSION |
Verwendete API-Version des Docker-Hosts |
STATUS_OK |
Antwortstatus |
APIURI |
URI auf die API von digialocean |
Properties
protected MailAddress | Die unter https://www.cloudflare.com/my-account.html hinterlegte E-Mail. | ||
protected string | $apiKey | Der API-Key kann unter der URL https://www.cloudflare.com/my-account.html erstellt werden. |
Methods
__construct(MailAddress $mail, string $apiKey)
Neuer Client
Statistic
getDomainStatistic(string $domain, integer $interval = 20)
Detailinformationen
Details
at line 86
__construct(MailAddress $mail, string $apiKey)
Neuer Client
Die für den Client benötigten Informationen sind auf der Webseite https://www.cloudflare.com/my-account.html abrufbar.
at line 119
Statistic
getDomainStatistic(string $domain, integer $interval = 20)
Detailinformationen
Detailinformationen zu einem Droplet abfragen
For these values, the latest data is from one day ago
20 = letzten 30 Tage 30 = letzten 7 Tage 40 = Letzter Tag Pro accounts 100 = 24 Stunden 110 = 12 Stunden 120 = 6 Stunden