Service
Tables for service configurations.
Services Table
Table Name: services
Description: Service configurations and metadata
Column
Type
Description
_id
string
Service identifier
agent_id
string
Associated agent ID
created_at
timestamp
Creation timestamp
description
string
Service description
is_active
boolean
Active status
name
string
Service name
org_id
string
Organization identifier
region_name
string
Deployment region
service_hierarchical_state_machine_id
string
State machine ID
tags
json
Service tags
updated_at
timestamp
Last update timestamp
version_sets
json
Available version sets
Last updated
Was this helpful?