Add a service node to the infrastructure topology graph.
admin or member
checkout-service, prod-db-01).api, worker, database, cache, queue.| Value | Description |
|---|---|
api | HTTP/gRPC API service |
worker | Background job processor or async consumer |
database | Relational or document database |
cache | In-memory cache (Redis, Memcached, etc.) |
queue | Message queue or event stream (Kafka, SQS, RabbitMQ) |
payments, platform, data-eng.1 (lowest) to 10 (highest). Used to prioritize investigation and escalation. Services with criticality 8–10 trigger immediate on-call alerts.201 Created with the newly created service node.
| Field | Type | Description |
|---|---|---|
serviceId | string | Unique identifier for the service node |
name | string | Service name as provided |
type | string | Service category |
team | string | Owning team. null if not provided |
criticality | integer | Criticality score. Defaults to 5 if not provided |
createdAt | string | ISO 8601 timestamp when the node was created |
| Status | Error code | Description |
|---|---|---|
400 | validation_error | name or type is missing, or type is not a valid value |
409 | conflict | A service with the given name already exists in your tenant |