The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

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)