The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

App::nioscli::Commands::create_host_record

VERSION

version 0.001

OVERVIEW

Create a HOST record

Examples

  • Create a HOST record with extattrs

        nioscli create-host-record \
            --name foo.bar \
            --address 10.0.0.1 \
            --address 10.0.0.2 \
            --extattrs '{
                "Cloud API Owned" : { "value" : "True" },
                "Tenant ID" : { "value" : "foo" },
                "CMP Type" : { "value" : "bar" }
            }' [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)