NAME
App::nioscli::Commands::list_host_records
VERSION
version 0.001
OVERVIEW
List HOST Records.
Examples
List all
nioscli list-host-records [long options...]
List filtering by name (exact match)
nioscli list-host-records --filter "name=foo.bar" [long options...]
List filtering by an exact name (regex)
nioscli list-host-records --filter "name~=^foo" [long options...]
List filtering by extattr
nioscli list-host-records --filter "*Tenant ID:=foo" [long options...]
AUTHOR
Christian Segundo <ssmn@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2021 by Christian Segundo.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)