GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
ZMB(1) User Contributed Perl Documentation ZMB(1)

zmb - Shell bindings for the Zonemaster::Backend RPC API

Zmb is meant to be pronounced Zimba.

zmb [GLOBAL OPTIONS] COMMAND [OPTIONS]

 --help         Show usage
 --verbose      Show RPC query
 --server URL   The server to connect to. Default is http://localhost:5000/.

Show the full manual page.

 zmb [GLOBAL OPTIONS] man

Call a non-existing RPC method.

 zmb [GLOBAL OPTIONS] non_existing_method

 zmb [GLOBAL OPTIONS] version_info

 zmb [GLOBAL OPTIONS] profile_names

 zmb [GLOBAL OPTIONS] get_language_tags

 zmb [GLOBAL OPTIONS] start_domain_test [OPTIONS]
 Options:
    --domain DOMAIN_NAME
    --ipv4 true|false|null
    --ipv6 true|false|null
    --nameserver DOMAIN_NAME:IP_ADDRESS
    --nameserver DOMAIN_NAME  # Trailing colon is optional when not specifing IP_ADDRESS
    --ds-info DS_INFO
    --client-id CLIENT_ID
    --client-version CLIENT_VERSION
    --profile PROFILE_NAME
    --queue QUEUE
    --language LANGUAGE
 DS_INFO is a comma separated list of key-value pairs. The expected pairs are:
    keytag=NON_NEGATIVE_INTEGER
    algorithm=NON_NEGATIVE_INTEGER
    digtype=NON_NEGATIVE_INTEGER
    digest=HEX_STRING

 zmb [GLOBAL OPTIONS] test_progress [OPTIONS]
 Options:
   --test-id TEST_ID

 zmb [GLOBAL OPTIONS] get_test_params [OPTIONS]
 Options:
   --test-id TEST_ID

 zmb [GLOBAL OPTIONS] get_test_results [OPTIONS]
 Options:
   --test-id TEST_ID
   --lang LANGUAGE

 zmb [GLOBAL OPTIONS] get_test_history [OPTIONS]
 Options:
   --domain DOMAIN_NAME
   --filter all|delegated|undelegated
   --offset COUNT
   --limit COUNT

 zmb [GLOBAL OPTIONS] add_api_user [OPTIONS]
 Options:
   --username USERNAME
   --api-key API_KEY

 zmb [GLOBAL OPTIONS] add_batch_job [OPTIONS]
 Options:
    --username USERNAME
    --api-key API_KEY
    --domain DOMAIN_NAME
    --ipv4 true|false|null
    --ipv6 true|false|null
    --nameserver DOMAIN_NAME:IP_ADDRESS
    --nameserver DOMAIN_NAME  # Trailing colon is optional when not specifing IP_ADDRESS
    --ds-info DS_INFO
    --client-id CLIENT_ID
    --client-version CLIENT_VERSION
    --profile PROFILE_NAME
    --queue QUEUE
    --file FILENAME
 "--domain" is repeated for each domain to be tested.
 "--nameserver" can be repeated for each name server.
 "--ds-info" can be repeated for each DS record.
 "--file" points at a file with a list of domain names
    to test, one name per line. Lines starting with "#",
    empty lines and lines with white space only are
    ignored. Trailing white space is ignored.
 "--file" and "--domain" can be combined. Domains specified
    by any "--domain" are added before those specified in the
    file, if any.
 DS_INFO is a comma separated list of key-value pairs. The expected pairs are:
    keytag=NON_NEGATIVE_INTEGER
    algorithm=NON_NEGATIVE_INTEGER
    digtype=NON_NEGATIVE_INTEGER
    digest=HEX_STRING

 zmb [GLOBAL OPTIONS] get_batch_job_result [OPTIONS]
 Options:
   --batch-id BATCH-ID
2024-12-10 perl v5.40.2

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.