This command returns a list of templates which are installed on the Multi-Tenant LoadMaster.

Note: Due to security reasons, the listtemplates command does not work when run in a browser. Use a cURL command to run this command.

Example Command

curl -k "https://<Username>:<Password>@<MTIPAddress>/mtaccess/listtemplates"

Example Output

<?xml version="1.0" encoding="ISO-8859-1"?>
<Response stat="200" code="ok">
<Success><Data>
<template>
<name>Exchange 2013 HTTPS<name>
<description>Handles all HTTPS services including Autodiscover, OWA, OA, AS, ECP, EWS. Includes an HTTP redirector virtual service. Requires version 7.1-16. (Version 1.9)<description>
</template>
<template>
<name>Exchange 2013 HTTPS Offloaded<name>
<description>Handles all HTTPS services including AS, ECP, EWS, EAS, MAPI, OA, OAB, OWA and PS. Includes an HTTP redirector virtual service. Requires LoadMaster version 7.1-28a and Exchange 2013 SP1. (Version 1.9)<description>
</template>
<template>
<name>Exchange 2013 HTTPS Reencrypted<name>
<description>Handles all HTTPS services including AS, ECP, EWS, EAS, MAPI, OA, OAB, OWA and PS. Includes an HTTP redirector virtual service. Requires LoadMaster version 7.1-28a and Exchange 2013 SP1. (Version 1.9)<description>
</template>
<template>
<name>Exchange 2013 SMTP<name>
<description>Handles SMTP connections to Edge or Hub Transport servers. (Version 1.9)<description>
</template>
</Data>
Command completed ok</Success>

</Response>