# Импорт отчетов от сканеров в Security Center

Вы можете импортировать отчеты от сканеров (в формате json) в Security Center для просмотра и обработки, используя следующие методы:

**Метод 1:** [**Ручной импорт используя файл отчета**](/security-center/scanners/importing-reports-from-scanners-to-security-center/manual-import-using-report-file.md)

**Метод 2:** [**Импорт через Терминал используя файл отчета**](/security-center/scanners/importing-reports-from-scanners-to-security-center/importing-reports-via-terminal-using-a-report-file.md)

**Метод 3:** [**Импорт через лямбда-функцию используя файл отчета**](/security-center/scanners/importing-reports-from-scanners-to-security-center/importing-reports-via-lambda-function-using-a-report-file.md)

### Токен авторизации

Прежде чем приступить к работе, вам необходимо получить **токен авторизации**. Токен - это уникальный идентификатор, который используется для аутентификации вас как пользователя Security Center. Вы можете найти свой токен, войдя в Security Center и перейдя в раздел **Настройки -> Персональная информация**. Скопируйте токен в том виде, в котором он будет использоваться в команде `curl`.

<figure><img src="/files/74llT189Moazq7K0QXEO" alt=""><figcaption><p>Пример токена авторизации</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cybercodereview.ru/security-center/scanners/importing-reports-from-scanners-to-security-center.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
