II.
APIEndpoint JSON
Structured · liveapi-endpoint:get-state
GET /api/v1/state json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "api-endpoint:get-state",
"_kind": "APIEndpoint",
"_file": "extensions/api-endpoints/api-endpoints-symphony.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "GET /api/v1/state",
"method": "GET",
"path": "/api/v1/state",
"responseShape": "RuntimeSnapshot",
"authRequired": false
},
"outgoingEdges": [
{
"from": "api-endpoint:get-state",
"to": "http-server:default-localhost",
"kind": "exposed_by",
"attributes": {}
},
{
"from": "api-endpoint:get-state",
"to": "operational-trigger:refresh-reconcile",
"kind": "fires_operational_trigger",
"attributes": {}
},
{
"from": "api-endpoint:get-state",
"to": "operational-trigger:drain",
"kind": "fires_operational_trigger",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "dashboard:default-html",
"to": "api-endpoint:get-state",
"kind": "reads_endpoint",
"attributes": {}
},
{
"from": "dashboard:tui-panel",
"to": "api-endpoint:get-state",
"kind": "reads_endpoint",
"attributes": {}
}
]
}