ONTAP 9.13.1 commands

template download

Download a template

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

Description

Use this command to download a template from an external server to the cluster.

Parameters

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

This parameter specifies the URI from which the template will be downloaded.

[-name <template name>] - Name of the template

This parameter specifies the name that will be assigned to the template in the cluster.

Examples

The following example downloads the template specified in the -uri parameter value and names the template as template1:

cluster1::> template download -uri http://www.example.com/fujitsu-templates/mysample -name template1

The following example downloads the template specified in the -uri parameter value:

cluster1::> template download -uri http://www.example.com/fujitsu-templates/template1
Top of Page