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 dedicatedhost create-options
Example was missing, please add it.
EXAMPLE:
slcli dedicatedhost create-options
Expected:
./slcli dedicatedhost create-options --help
Usage: slcli dedicatedhost create-options [OPTIONS]
EXAMPLE:
slcli dedicatedhost create-options
host order options for a given dedicated host.
To get a list of available backend routers see example:
slcli dh create-options --datacenter dal05 --flavor 56_CORES_X_242_RAM_X_1_4_TB
┌────┬──────────────┬───────────────────────────────────────────────────────────────────────────────────────┐
│ -d │ --datacenter │ Router hostname (requires --flavor) ex. ams01 │
│ -f │ --flavor │ Dedicated Virtual Host flavor (requires --datacenter) ex. 56_CORES_X_242_RAM_X_1_4_TB │
│ -h │ --help │ Show this message and exit. │
└────┴──────────────┴───────────────────────────────────────────────────────────────────────────────────────┘
./slcli dns import --help
Example was missing, please add it.
EXAMPLE:
slcli dns import ~/ibm.com.txt
This command imports zone and its resource records from file: ~/ibm.com.txt.
Expected:
./slcli dns import --help
Usage: slcli dns import [OPTIONS] ZONEFILE
EXAMPLE:
slcli dns import ~/ibm.com.txt
This command imports zone and its resource records from file: ~/ibm.com.txt.
Import zone based off a BIND zone file.
┌────┬───────────┬───────────────────────────────┐
│ │ zonefile │ │
│ │ --dry-run │ Don't actually create records │
│ -h │ --help │ Show this message and exit. │
└────┴───────────┴───────────────────────────────┘
./slcli dns record-edit
Example was missing, please add it.
EXAMPLE:
slcli dns record-edit ibm.com --by-id 12345678 --data 127.0.0.2 --ttl 3600
This command edits records under the zone: ibm.com, whose ID is 12345678, and sets its data to "127.0.0.2" and ttl to 3600.
slcli dns record-edit ibm.com --by-record kibana --ttl 3600
This command edits records under the zone: ibm.com, whose host is "kibana", and sets their ttl all to 3600.
Expected:
./slcli dns record-edit --help
Usage: slcli dns record-edit [OPTIONS] ZONE_ID
EXAMPLE:
slcli dns record-edit ibm.com --by-id 12345678 --data 127.0.0.2 --ttl 3600
This command edits records under the zone: ibm.com, whose ID is 12345678, and sets its data to "127.0.0.2" and ttl to 3600.
slcli dns record-edit ibm.com --by-record kibana --ttl 3600
This command edits records under the zone: ibm.com, whose host is "kibana", and sets their ttl all to 3600.
Update DNS record.
┌────┬─────────────┬─────────────────────────────────────┐
│ │ zone-id │ │
│ │ --by-record │ Edit by host record, such as www │
│ │ --by-id │ Edit a single record by its ID │
│ │ --data │ Record data, such as an IP address │
│ │ --ttl │ TTL value in seconds, such as 86400 │
│ -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 dedicatedhost create-options
Expected:
Example was missing, please add it.
EXAMPLE:
slcli dns import ~/ibm.com.txt
This command imports zone and its resource records from file: ~/ibm.com.txt.
Expected:
Example was missing, please add it.
EXAMPLE:
slcli dns record-edit ibm.com --by-id 12345678 --data 127.0.0.2 --ttl 3600
This command edits records under the zone: ibm.com, whose ID is 12345678, and sets its data to "127.0.0.2" and ttl to 3600.
slcli dns record-edit ibm.com --by-record kibana --ttl 3600
This command edits records under the zone: ibm.com, whose host is "kibana", and sets their ttl all to 3600.
Expected:
The text was updated successfully, but these errors were encountered: