edjx domain records read
Displays the details for a specific record.
You must know the Record ID to execute this command. |
Options
Option | Required | Type | Description |
---|---|---|---|
|
Yes |
UUID |
The Record UUID to be read. |
|
No |
UUID |
The domain UUID associated with the record. |
Global Flags
Option | Required | Type | Description |
---|---|---|---|
|
No |
Displays inline help for the command. |
|
|
No |
string |
Location of client configuration file (default file path is |
Read details for a specific record
To view the details about a specific record within the domain:
-
Make sure you are in the organization view.
edjx config organization -i
-
View the domains assigned to the organization.
edjx domain records list
-
Copy the Record ID of the record you want to read.
-
Execute the read command.
edjx domain records read <record-UUID>
Sample Output
root@edjx:~ # edjx domain records read b74faf0f-59a6-4fb1-b57a-3bafbe5760f5 Name @ Record ID b74faf0f-59a6-4fb1-b57a-3bafbe5760f5 Type NS Target ns2.load.edjx.network TTL 1800 Proxy false Created By edjdocs Created 2021-10-26 13:30:41 -0700 PDT Last Updated 2021-10-26 13:30:41 -0700 PDT
If you want to view domains associated with another organization,
you must first switch to that organization. See edjx config organization for details. |