create_application_category
Organize applications into categories using namespace/name patterns for efficient grouping and monitoring. Enable notifications for incidents and deployments, and integrate with Slack for alerts.
Instructions
Create a new application category.
Creates a category for grouping applications based on namespace/name patterns. Patterns must be space-separated and in format namespace/name (e.g., "test/* demo/*"). Each pattern must contain exactly one '/' and cannot start with '/'.
Args: project_id: Project ID name: Category name (lowercase letters, numbers, hyphens, underscores; min 3 chars) custom_patterns: Space-separated glob patterns (e.g., "test/* demo/*") notify_incidents: Whether to notify about incidents (default: True) notify_deployments: Whether to notify about deployments (default: False) slack_channel: Slack channel for notifications (optional)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
custom_patterns | Yes | ||
name | Yes | ||
notify_deployments | No | ||
notify_incidents | No | ||
project_id | Yes | ||
slack_channel | No |