Skip to main content

Create SIEM account

POST 

/v2/account-management/siem

Creates a new SIEM account. Returns SIEM account configuration settings as a JSON object. Must be run with an API token from the your main Logs account Logs > Settings > Manage tokens > API tokens.

Request

Body

    accountName stringrequired

    SIEM account name

    accountsToScan integer[]

    IDs of accounts that will be accessed for logs. The owner account will be the default account to scan.

    email stringrequired

    Email address of the SIEM account.

    isUsingRepositoryAccount boolean

    Describes if the account uses a Repository Account. For more information, see our User Guide.

Responses

successful query

Schema
    accountId integer

    Account ID.

    accountName string

    SIEM account name

    accountsToScan integer[]

    Accounts included into the query

    createdAt date-time

    Date this account was created. Format: {yyyy}-{mm}-{dd}T{hh}:{mm}:{ss}Z

    isUsingRepositoryAccount boolean

    Describes if the account uses a Repository Account. For more information, see our User Guide.

Loading...