II.
APIEndpoint JSON
Structured · liveapi-endpoint:get-by-id
GET /api/v1/<id> json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "api-endpoint:get-by-id",
"_kind": "APIEndpoint",
"_file": "extensions/api-endpoints/api-endpoints-symphony.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "GET /api/v1/<id>",
"method": "GET",
"path": "/api/v1/{id}",
"responseShape": "LiveSession",
"authRequired": false
},
"outgoingEdges": [
{
"from": "api-endpoint:get-by-id",
"to": "http-server:default-localhost",
"kind": "exposed_by",
"attributes": {}
}
],
"incomingEdges": []
}