File tree 2 files changed +5
-6
lines changed
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ impl CellProcesses {
96
96
}
97
97
98
98
99
- /// Status of all ressident processes of given cell:
99
+ /// Status of all ressident processes of cell by a_name
100
100
pub fn of_cell ( a_name : & String ) -> Result < Self , Error > {
101
101
let sentry_dir = format ! ( "{}/{}" , SENTRY_PATH , a_name) ;
102
102
let netid_file = format ! ( "{}/{}" , sentry_dir, "cell.vlan.number" ) ;
Original file line number Diff line number Diff line change 47
47
GET > returns domain to proxy to
48
48
DELETE > destroys domain proxy
49
49
50
+ - "/status/:cellname":
51
+
52
+ ✅ GET > returns JSON list of processes status for :cellname
53
+
50
54
51
55
- "/cell/:cellname/some_key":
52
56
77
81
POST > defines new A record for cell 'cellname' with IPv4 or name taken from the body
78
82
79
83
80
- - "/status/:cellname":
81
-
82
- GET > returns JSON metadata, limits and status for all services under 'cellname' cell.
83
-
84
-
85
84
- "/status/:cellname/Php72":
86
85
87
86
GET > returns JSON metadata and stats of service Php72.
You can’t perform that action at this time.
0 commit comments