Skip to main content

application show-template

(DEPRECATED)-Show the available application templates

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

Description

Note
This command is deprecated and may be removed in a future release of Data ONTAP. Use the REST interface instead.
This command displays information about the application templates that can be used to provision applications.

Parameters

{ [-fields <fieldname>, ...]
If you specify the -fields <fieldname>, ... parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.
| [-instance ]}
If you specify the -instance parameter, the command displays detailed information about all fields.
[-name <text>] - Template Name
Selects application templates that match the parameter value.
[-purpose {create|modify}] - Purpose
Selects application templates with a purpose that match the parameter value. The purpose of an application template indicates with application commands with which it can be used.
[-protocol {SAN|NAS}] - Access Protocol
Selects application templates with a protocol that match the parameter value. An application provides resources that are accessed through the protocol.
[-description <text>] - Description
Selects application templates with a description that match the parameter value.
[-missing-prerequisites <text>] - Missing Prerequisites
Selects application templates with missing prerequisites that match the parameter value. Missing prerequisites need to be met before the application template can be used to provision an application.

Examples

cluster1::*> application show-template
Access
Template Name Protocol Purpose Description
------------------ -------- ------- -----------------------------------
BasicModify - modify Modify an application.
NAS NAS create A generic NAS application.
OracleOnNFS NAS create Oracle using NFS.
OracleOnSAN SAN create Oracle using SAN.
OracleRACOnNFS NAS create Oracle RAC using NFS.
OracleRACOnSAN SAN create Oracle RAC using SAN.
SAN SAN create A generic SAN application.
VSIOnNAS NAS create A VSI application using NAS.
VSIOnSAN SAN create A VSI application using SAN.
9 entries were displayed.