You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
slcli dns record-list
Example was missing, please add it.
EXAMPLE:
slcli dns record-list ibm.com --record elasticsearch --type A --ttl 900
This command lists all A records under the zone: ibm.com, and filters by host is elasticsearch and ttl is 900 seconds.
Expected:
./slcli dns record-list --help
Usage: slcli dns record-list [OPTIONS] ZONE
EXAMPLE:
slcli dns record-list ibm.com --record elasticsearch --type A --ttl 900
This command lists all A records under the zone: ibm.com, and filters by host is elasticsearch and ttl is 900 seconds.
List all records in a zone.
┌────┬──────────┬─────────────────────────────────────┐
│ │ zone │ │
│ │ --data │ Record data, such as an IP address │
│ │ --record │ Host record, such as www │
│ │ --ttl │ TTL value in seconds, such as 86400 │
│ │ --type │ Record type, such as A or CNAME │
│ -h │ --help │ Show this message and exit. │
└────┴──────────┴─────────────────────────────────────┘
slcli dns record-remove
Example was missing, please add it.
EXAMPLE:
slcli dns record-remove 12345678
This command removes resource record with ID 12345678.
Expected:
./slcli dns record-remove --help
Usage: slcli dns record-remove [OPTIONS] RECORD_ID
EXAMPLE:
slcli dns record-remove 12345678
This command removes resource record with ID 12345678.
Remove resource record.
┌────┬───────────┬─────────────────────────────┐
│ │ record_id │ │
│ -h │ --help │ Show this message and exit. │
└────┴───────────┴─────────────────────────────┘
slcli dns zone-create
Example was missing, please add it.
EXAMPLE:
slcli dns zone-create ibm.com
This command creates a zone that is named ibm.com.
Expected:
./slcli dns zone-create --help
Usage: slcli dns zone-create [OPTIONS] ZONE
EXAMPLE:
slcli dns zone-create ibm.com
This command creates a zone that is named ibm.com.
Create a zone.
┌────┬────────┬─────────────────────────────┐
│ │ zone │ │
│ -h │ --help │ Show this message and exit. │
└────┴────────┴─────────────────────────────┘
The text was updated successfully, but these errors were encountered:
Example was missing, please add it.
EXAMPLE:
slcli dns record-list ibm.com --record elasticsearch --type A --ttl 900
This command lists all A records under the zone: ibm.com, and filters by host is elasticsearch and ttl is 900 seconds.
Expected:
Example was missing, please add it.
EXAMPLE:
slcli dns record-remove 12345678
This command removes resource record with ID 12345678.
Expected:
Example was missing, please add it.
EXAMPLE:
slcli dns zone-create ibm.com
This command creates a zone that is named ibm.com.
Expected:
The text was updated successfully, but these errors were encountered: