GetCloudflareDnsRecords


GetCloudflareDnsRecords
    [-token] <String>
    [-domain] <String>
    [-filter] <String> = ""

Description

Returns a collection of strings representing all the entries that exist.

Example


$records = [Collections.Generic.List[string]](GetCloudflareDnsRecords -token "CF-TOKEN" -domain "example.com")