Files
crank/apps/ui/data/operations.json
T
github-ops b1d956970a
Deploy / deploy (push) Successful in 2m51s
CI / Rust Checks (push) Successful in 5m52s
CI / UI Checks (push) Successful in 6s
CI / Deployment Manifests (push) Successful in 3s
CI / Frontend E2E (push) Successful in 4m26s
chore: publish clean community baseline
2026-06-19 15:30:33 +00:00

135 lines
3.4 KiB
JSON

[
{
"id": "op_01",
"name": "create_crm_lead",
"display_name": "Create CRM Lead",
"protocol": "rest",
"method": "POST",
"status": "active",
"category": "CRM",
"target_url": "https://api.acme.com/v2/crm/leads",
"created_at": "2026-03-21"
},
{
"id": "op_02",
"name": "get_user_profile",
"display_name": "Get User Profile",
"protocol": "rest",
"method": "GET",
"status": "active",
"category": "Users",
"target_url": "https://api.acme.com/v1/users/{id}",
"created_at": "2026-03-18"
},
{
"id": "op_03",
"name": "search_knowledge_base",
"display_name": "Search Knowledge Base",
"protocol": "graphql",
"method": null,
"status": "active",
"category": "Search",
"target_url": "https://graph.notion-int.acme.com/graphql",
"created_at": "2026-03-14"
},
{
"id": "op_04",
"name": "send_slack_message",
"display_name": "Send Slack Message",
"protocol": "rest",
"method": "POST",
"status": "error",
"category": "Notifications",
"target_url": "https://slack.com/api/chat.postMessage",
"created_at": "2026-03-10"
},
{
"id": "op_05",
"name": "stream_telemetry",
"display_name": "Stream Telemetry Events",
"protocol": "grpc",
"method": null,
"status": "draft",
"category": "Observability",
"target_url": "grpc://telemetry.internal.acme.com:9090",
"created_at": "2026-03-05"
},
{
"id": "op_06",
"name": "update_deal_stage",
"display_name": "Update Deal Stage",
"protocol": "rest",
"method": "PATCH",
"status": "inactive",
"category": "CRM",
"target_url": "https://api.acme.com/v2/crm/deals/{id}",
"created_at": "2026-02-28"
},
{
"id": "op_07",
"name": "fetch_invoice",
"display_name": "Fetch Invoice",
"protocol": "rest",
"method": "GET",
"status": "active",
"category": "Billing",
"target_url": "https://billing.acme.com/v1/invoices/{id}",
"created_at": "2026-02-20"
},
{
"id": "op_08",
"name": "list_products",
"display_name": "List Products",
"protocol": "graphql",
"method": null,
"status": "active",
"category": "Catalog",
"target_url": "https://shop.acme.com/graphql",
"created_at": "2026-02-15"
},
{
"id": "op_09",
"name": "create_support_ticket",
"display_name": "Create Support Ticket",
"protocol": "rest",
"method": "POST",
"status": "active",
"category": "Support",
"target_url": "https://support.acme.com/api/tickets",
"created_at": "2026-02-10"
},
{
"id": "op_10",
"name": "get_order_status",
"display_name": "Get Order Status",
"protocol": "rest",
"method": "GET",
"status": "draft",
"category": "Orders",
"target_url": "https://orders.acme.com/v2/status/{id}",
"created_at": "2026-02-05"
},
{
"id": "op_11",
"name": "sync_contacts",
"display_name": "Sync Contacts",
"protocol": "grpc",
"method": null,
"status": "active",
"category": "CRM",
"target_url": "grpc://contacts.internal.acme.com:9091",
"created_at": "2026-01-28"
},
{
"id": "op_12",
"name": "send_email_campaign",
"display_name": "Send Email Campaign",
"protocol": "rest",
"method": "POST",
"status": "active",
"category": "Marketing",
"target_url": "https://mail.acme.com/api/v3/campaigns/send",
"created_at": "2026-01-20"
}
]