Initial SFERA platform baseline
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "SFERA",
|
||||
"version": "0.1.0",
|
||||
"http_service_root": "sfera",
|
||||
"endpoints": {
|
||||
"health": "health",
|
||||
"metadata_snapshot": "v1/metadata",
|
||||
"query": "v1/query",
|
||||
"data_read": "v1/data/read",
|
||||
"data_write": "v1/data/write",
|
||||
"metadata_apply": "v1/metadata/apply"
|
||||
},
|
||||
"notes": [
|
||||
"This folder contains source templates for a 1C extension.",
|
||||
"Build/install of .cfe is performed by the Windows Agent in the next integration step."
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user