Untitled

mail@pastecode.io avatar
unknown
plain_text
19 days ago
3.0 kB
1
Indexable
Never
{
    "name": "WF with TMCO get endpoint data ",
    "description": "testing get endpoint data",
    "trigger_type": "CASE_CREATION",
    "trigger_node_id": "temp1",
    "shape": "111",
    "created_by": "Etty Barone",
    "highest_user_permission_level": "Admin",
    "enabled_status": true,
    "nodes" : [
    {
      "id": "temp1",
      "type": "TRIGGER",
                 "position": {
                "x": 100,
                "y": 20
            },
      "data": {
                "parameter_logic": {
                    "id": null,
                    "trigger_type": "Create Case",
                    "display_name": null,
                    "application_id": null,
                    "application_name": null,
                    "action_name": null,
                    "configured_action_id": null,
                    "action_parameters": null,
                    "rule": null
                },
                "action_type": null,
                "is_trigger_node": true
            }
    },
    {
      "id": "temp2",
      "type": "DECISION",
      "position": {
                "x": 100,
                "y": 120
            },
      "data": {
                "parameter_logic": {
                    "id": "CY-DR-0013",
                    "trigger_type": null,
                    "display_name": "0017",
                    "application_id": null,
                    "application_name": null,
                    "action_name": null,
                    "configured_action_id": null,
                    "action_parameters": null,
                    "rule": null
                },
                "action_type": null,
                "is_trigger_node": false
            }
    },
    {
      "id": "tempNode9877786b9969465f95c49478537ed9db",
      "type": "ACTION",
       "position": {
                "x": 100,
                "y": 240
            },
       "data": {
                "parameter_logic": {
                    "id": null,
                    "trigger_type": null,
                    "display_name": null,
                    "application_id": "0fec248931194e6abc96bf1e067df1d9",
                    "application_name": "TMCO",
                    "action_name": "trendmicro-get-endpoint-data-by-endpoint-name",
                    "configured_action_id": "9877786b9969465f95c49478537ed9db",
                    "action_parameters": [
                        {
                            "name": "endpoint_name",
                            "value": "endpointName"
                        }
                    ],
                    "rule": null
                },
                "action_type": "RESPONSE",
                "is_trigger_node": false
            }
        }
  ],
    "edges" : [
    {
      "id": "tempEdge1",
      "source": "temp1",
      "target": "temp2"
    },
    {
      "id": "tempEdge9877786b9969465f95c49478537ed9db",
      "source": "temp2",
      "target": "tempNode9877786b9969465f95c49478537ed9db"
    }
  ]
}
Leave a Comment