|
|
|
@ -236,10 +236,10 @@ def app_status() :
|
|
|
|
|
|
|
|
|
|
@app.route('/init/collector',methods=['POST'])
|
|
|
|
|
def InitCollector():
|
|
|
|
|
"""
|
|
|
|
|
This endpoint is intended to initialize the collection agent
|
|
|
|
|
@pre registration of the client should be done against the store API
|
|
|
|
|
"""
|
|
|
|
|
"""
|
|
|
|
|
This endpoint is intended to initialize the collection agent
|
|
|
|
|
@pre registration of the client should be done against the store API
|
|
|
|
|
"""
|
|
|
|
|
global CONFIG
|
|
|
|
|
r = []
|
|
|
|
|
manager={}
|
|
|
|
|