otdfctl policy kas-registry list
list - List Key Access Server registrations
Synopsis
otdfctl policy kas-registry list [flags]Description
For more information about registration of Key Access Servers, see the manual for kas-registry.
Sort Options
Use --sort <field> with optional --order <direction>. Either flag may be omitted.
| Direction | Description | Default |
|---|---|---|
asc | Ascending order | No |
desc | Descending order | Yes |
| Field | Description | Default |
|---|---|---|
name | KAS registration name | No |
uri | KAS URI | No |
created_at | Creation timestamp | Yes |
updated_at | Last update timestamp | No |
Omit direction and let the server choose the default direction:
otdfctl policy kas-registry list --sort name
Omit field and let the server choose the default field:
otdfctl policy kas-registry list --order asc
Example
otdfctl policy kas-registry list
Sort KAS registrations by URI descending:
otdfctl policy kas-registry list --sort uri --order desc
Options
-l,--limit <limit>- Limit retrieved count (required:
false)
-o,--offset <offset>- Offset (page) quantity from start of the list (required:
false)
-
--sort <sort> - Sort list results by field (required:
false)
-
--order <order> - Sort order direction. Accepted values are asc and desc (required:
false)
Aliases
l