activator-consumption-cli

Inspect Microsoft Fabric Activator items and decode ReflexEntities definitions.

3|6|Updated Jun 21, 2024
One-click install
npx skills add https://github.com/rritec/Microsoft-Fabric --skill activator-consumption-cli-rritec
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: activator-consumption-cli
Source: https://github.com/rritec/Microsoft-Fabric/tree/main/skills/plugins/fabric-skills/skills/activator-consumption-cli
Command: npx skills add https://github.com/rritec/Microsoft-Fabric --skill activator-consumption-cli-rritec

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you inspect Microsoft Fabric Activator and Reflex items in read-only mode so you can understand what alerts exist, how they are configured, and why they fire without guessing.

Core Features & Use Cases

  • List and Inspect Activators: Discover activator items in a workspace and open a single item’s metadata for review.
  • Decode Definitions: Retrieve and decode ReflexEntities.json to examine rules, sources, objects, and actions.
  • Explain Alert Behavior: Trace the configuration behind a notification or alert to understand its trigger logic and resulting actions.
  • Use Case: A workspace owner can ask why a specific alert fired, and this Skill can identify the activator, decode its definition, and summarize the rule path and action target.

Quick Start

Ask the skill to show the alerts in a Fabric workspace and explain the rule, source, and action behind one selected activator.

Frequently Asked Questions about activator-consumption-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I inspect Microsoft Fabric Activator rules and alert configurations?

Inspect Fabric Activator rules by retrieving and decoding the ReflexEntities.json definition from a workspace. This exposes the configured rules, sources, objects, and actions behind alerts without altering workspace data.

Why does a specific Fabric alert fire and how can I trace its trigger logic?

Trace why a Fabric alert fires by decoding the activator's ReflexEntities definition to examine its rule path. This summarizes the trigger logic and identifies the resulting action target causing the notification.

Can I list activator items in a Fabric workspace using read-only REST access?

Yes, you can list activator items in a Fabric workspace using read-only REST access via az rest. This discovers existing activators and opens a single item's metadata for review without changing workspace data.

What do I need to decode ReflexEntities definitions and handle long-running getDefinition responses?

Decoding ReflexEntities definitions requires Base64 decoding of the ReflexEntities.json file. You must also handle long-running getDefinition responses by using the correct api.fabric.microsoft.com audience.

What is the best way to view Fabric Reflex sources and actions without modifying data?

The best way to view Fabric Reflex sources and actions safely is to inspect the activator item in read-only mode. This decodes the alert definition to explain its behavior without modifying the underlying workspace data.