ONTAP 9.13.1 commands

template upload

Upload an existing template to an external server

Availability: This command is available to cluster administrators at the advanced privilege level.

Description

Use this command to upload an existing template on to an external server.

Parameters

-name <template name> - Name of the template

This parameter specifies the name of the template.

-uri {(ftp|http|https)://(hostname|IPv4 Address|'['IPv6 Address']')…​} - URI to upload the template

This parameter specifies the URI to which the template will be uploaded.

Examples

The following example uploads a template template1 on to an external server specified in the uri input parameter:

cluster1::*> template upload -name template1 -uri http://www.example.com/mytemplates/
Top of Page