Skip to main content
Glama

n8n-workflow-builder-mcp

by ifmelate
venafiTlsProtectDatacenter.json8.12 kB
{ "nodeType": "n8n-nodes-base.venafiTlsProtectDatacenter", "displayName": "Venafi TLS Protect Datacenter", "description": "Consume Venafi TLS Protect Datacenter", "version": 1, "properties": [ { "name": "PolicyDN", "displayName": "Policy DN", "type": "string", "default": "", "description": "The folder DN for the new certificate. If the value is missing, the folder name is the system default. If no system default is configured", "displayOptions": { "show": { "operation": [ "create" ], "resource": [ "certificate" ] } } }, { "name": "Subject", "displayName": "Subject", "type": "string", "default": "", "description": "The Common Name field for the certificate Subject (DN)", "displayOptions": { "show": { "operation": [ "create" ], "resource": [ "certificate" ] } } }, { "name": "additionalFields", "displayName": "Additional Fields", "type": "collection", "default": {}, "description": "An array of one or more identities for certificate workflow approvers", "placeholder": "Add Field", "options": [ { "name": "Approvers", "displayName": "Approvers", "type": "string", "default": "", "description": "An array of one or more identities for certificate workflow approvers" }, { "name": "CADN", "displayName": "CADN", "type": "string", "default": "", "description": "Only required when no policy sets a CA template. The Distinguished Name (DN) of the Trust Protection Platform Certificate Authority Template object for enrolling the certificate." } ], "typeOptions": { "multipleValues": true }, "displayOptions": { "show": { "operation": [ "create" ], "resource": [ "certificate" ] } } }, { "name": "certificateDn", "displayName": "Certificate DN", "type": "string", "default": "", "required": true, "displayOptions": { "show": { "operation": [ "download" ], "resource": [ "certificate" ] } } }, { "name": "includePrivateKey", "displayName": "Include Private Key", "type": "boolean", "default": false, "displayOptions": { "show": { "resource": [ "certificate" ], "operation": [ "download" ] } } }, { "name": "password", "displayName": "Password", "type": "string", "default": "", "required": true, "displayOptions": { "show": { "resource": [ "certificate" ], "operation": [ "download" ], "includePrivateKey": [ true ] } } }, { "name": "binaryProperty", "displayName": "Input Data Field Name", "type": "string", "default": "data", "description": "The name of the input field containing the binary file data to be uploaded", "required": true, "displayOptions": { "show": { "operation": [ "download" ], "resource": [ "certificate" ] } } }, { "name": "certificateId", "displayName": "Certificate GUID", "type": "string", "default": "", "description": "A GUID that uniquely identifies the certificate", "required": true, "displayOptions": { "show": { "operation": [ "get", "delete" ], "resource": [ "certificate" ] } } }, { "name": "returnAll", "displayName": "Return All", "type": "boolean", "default": false, "description": "Whether to return all results or only up to a given limit", "displayOptions": { "show": { "operation": [ "getMany" ], "resource": [ "certificate" ] } } }, { "name": "limit", "displayName": "Limit", "type": "number", "default": 100, "description": "Max number of results to return", "typeOptions": { "minValue": 1, "maxValue": 500 }, "displayOptions": { "show": { "operation": [ "getMany" ], "resource": [ "certificate" ], "returnAll": [ false ] } } }, { "name": "options", "displayName": "Options", "type": "collection", "default": {}, "description": "Include one or more of the following certificate attributes in the return value", "placeholder": "Add option", "displayOptions": { "show": { "operation": [ "getMany" ], "resource": [ "certificate" ] } } }, { "name": "certificateDN", "displayName": "Certificate DN", "type": "string", "default": "", "description": "The Distinguished Name (DN) of the certificate to renew", "required": true, "displayOptions": { "show": { "operation": [ "renew" ], "resource": [ "certificate" ] } } }, { "name": "operation", "displayName": "Operation", "type": "options", "default": "create", "description": "Provision a new certificate", "options": [ { "name": "Create", "value": "create", "description": "Provision a new certificate" }, { "name": "Delete", "value": "delete", "description": "Delete a certificate" }, { "name": "Download", "value": "download", "description": "Download a certificate" }, { "name": "Get", "value": "get", "description": "Retrieve a certificate" }, { "name": "Get Many", "value": "getMany", "description": "Retrieve many certificates" }, { "name": "Renew", "value": "renew", "description": "Renew a certificate" } ], "displayOptions": { "show": { "resource": [ "certificate" ] } } }, { "name": "policyDn", "displayName": "Policy DN", "type": "string", "default": "", "description": "The Distinguished Name (DN) of the policy folder", "required": true, "displayOptions": { "show": { "operation": [ "get" ], "resource": [ "policy" ] } } }, { "name": "resource", "displayName": "Resource", "type": "options", "default": "certificate", "options": [ { "name": "Certificate", "value": "certificate" }, { "name": "Policy", "value": "policy" } ] } ], "credentialsConfig": [ { "name": "venafiTlsProtectDatacenterApi", "required": true }, { "name": "resource", "required": false } ], "io": { "inputs": [ "Main" ], "outputs": [ "Main" ], "outputNames": [], "hints": {} }, "wiring": { "role": "generic", "requires": [], "optional": [], "consumedBy": [], "consumes": [ "Main" ], "produces": [ "Main" ] } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ifmelate/n8n-workflow-builder-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server