action netlicensing_list_license_templates { label: "List License Templates" description: "Return a list of all License Templates for the current Vendor" provider: netlicensing method: GET path: "/licensetemplate" encoding: json output: { type: "array" items: { properties: { infos: { properties: {} } items: { properties: {} } } } } }