{
"id": "http-server:default-localhost",
"_kind": "HTTPServerExtension",
"_file": "extensions/http-servers/http-servers-symphony.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Default localhost HTTP server (dashboard + API)",
"port": 8080,
"bindAddress": "127.0.0.1",
"hotReloadable": true,
"dashboardEnabled": true,
"apiEnabled": true,
"authMode": "none",
"corsPolicy": "same-origin"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "api-endpoint:get-state",
"to": "http-server:default-localhost",
"kind": "exposed_by",
"attributes": {}
},
{
"from": "api-endpoint:get-by-id",
"to": "http-server:default-localhost",
"kind": "exposed_by",
"attributes": {}
},
{
"from": "api-endpoint:post-refresh",
"to": "http-server:default-localhost",
"kind": "exposed_by",
"attributes": {}
}
]
}