action mist_get_mx_edge_events_definitions { label: "getMxEdgeEventsDefinitions" description: "Get List of available MX Edge Events" provider: mist method: GET path: "/api/v1/const/mxedge_events" encoding: json output: { type: "array" items: { type: "object" properties: { description: { type: "string" } display: { type: "string" } example: { type: "object" properties: {} } key: { type: "string" } } } } }