cx-service-catalog
Installation
SKILL.md
Service Catalog Skill
Use this skill to discover and query Service Catalog entities — services, databases, operations, database operations, JVMs, JVM GC, Kubernetes pods, and transactions — and their columnar metrics (latency, error rate, health, resource usage, etc.) via the v2 Service Catalog API.
CLI Commands
| Command | Purpose | Key flags |
|---|---|---|
cx service-catalog entity-types |
List entity types this account has data for | - |
cx service-catalog schema <entity-type> |
Columns/labels schema for one entity type | - |
cx service-catalog entities <entity-type> |
Known entities of one type (e.g. service names) | - |
cx service-catalog data <entity-type> |
Aggregated column data across every entity of a type | --start, --end, --column (required, repeatable); --group-by, --filter, --aggregation, --limit, --sort-column, --sort-order |
cx service-catalog entity-data <entity-type> <entity-id> |
Column data for one named entity (drilldown) | --start, --end, --column (required, repeatable); --group-by, --filter, --aggregation |