Component Details
appmixer.hubbi.core.StartHub
2.0.0
Public
{ "name": "appmixer.hubbi.core.StartHub", "description": "Start a HubBI hub (fire-and-forget), without sending any payload.", "author": "Appmixer <info@appmixer.com>", "version": "2.0.0", "private": false, "auth": { "service": "appmixer:hubbi" }, "quota": { "manager": "appmixer:hubbi", "resources": "requests" }, "inPorts": [ { "name": "in", "schema": { "type": "object", "properties": { "conversionKey": { "type": "string" } }, "required": [ "conversionKey" ] }, "inspector": { "inputs": { "conversionKey": { "type": "text", "label": "Hub", "index": 0, "tooltip": "The hub to start (conversion key). Pick from the list or type a conversion key by hand.", "source": { "url": "/component/appmixer/hubbi/core/ListSourceHubsWithoutPostData?outPort=out", "data": { "messages": { "in/outputType": "array" }, "transform": "./ListSourceHubsWithoutPostData#toSelectArray" } } } } } } ], "outPorts": [ { "name": "out", "schema": { "type": "object", "properties": { "conversionKey": { "type": "string", "title": "Conversion Key", "example": "c1d2e3f4-0000-1111-2222-333344445555" }, "started": { "type": "boolean", "title": "Started", "example": true } } } } ], "icon": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NCA2NCIgd2lkdGg9IjY0IiBoZWlnaHQ9IjY0Ij4KICA8cmVjdCB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHJ4PSIxMiIgZmlsbD0iIzBCNUZGRiIvPgogIDxjaXJjbGUgY3g9IjMyIiBjeT0iMzIiIHI9IjciIGZpbGw9IiNGRkZGRkYiLz4KICA8Y2lyY2xlIGN4PSIxNCIgY3k9IjE2IiByPSI1IiBmaWxsPSIjRkZGRkZGIi8+CiAgPGNpcmNsZSBjeD0iNTAiIGN5PSIxNiIgcj0iNSIgZmlsbD0iI0ZGRkZGRiIvPgogIDxjaXJjbGUgY3g9IjE0IiBjeT0iNDgiIHI9IjUiIGZpbGw9IiNGRkZGRkYiLz4KICA8Y2lyY2xlIGN4PSI1MCIgY3k9IjQ4IiByPSI1IiBmaWxsPSIjRkZGRkZGIi8+CiAgPGcgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+CiAgICA8bGluZSB4MT0iMjciIHkxPSIyNyIgeDI9IjE4IiB5Mj0iMTkiLz4KICAgIDxsaW5lIHgxPSIzNyIgeTE9IjI3IiB4Mj0iNDYiIHkyPSIxOSIvPgogICAgPGxpbmUgeDE9IjI3IiB5MT0iMzciIHgyPSIxOCIgeTI9IjQ1Ii8+CiAgICA8bGluZSB4MT0iMzciIHkxPSIzNyIgeDI9IjQ2IiB5Mj0iNDUiLz4KICA8L2c+Cjwvc3ZnPgo=" }