После получения успешного ответа приходит пуш Вебсокеты c типом 'generate_report' с ссылкой на скачивание отчета
Created
Успешный ответ
{ "id": 6438, "type": "inactive_servers", "from": "2020-05-24", "to": "2021-05-24", "url": "http://127.0.0.1:8080/storage/", "created_at": "2023-03-09T13:15:35.000000Z" }
Unauthorized
Токен авторизации не передан или не валидный Получение токена
curl -k --request POST \ --url 'https://your-domain/api/admin/v1/reports?type=inactive_servers' \ --header 'Content-Type: application/json' \ --header 'Accept: application/json' \ --data '[]'
$data = array ( ); $context = stream_context_create([ 'ssl'=>['verify_peer' => false], 'http' => [ 'method' => 'POST', 'header' => "Content-Type: application/json\r Accept: application/json", 'content'=>json_encode($data) ] ]); $result = file_get_contents('https://your-domain/api/admin/v1/reports?type=inactive_servers', false, $context);
Please note, these errors can depend on your browser setup.
If this problem persists, please contact our support.