メインコンテンツへスキップ
GET
/
attack-protection
/
bot-detection
Get Bot Detection settings
curl --request GET \
  --url https://{tenantDomain}/api/v2/attack-protection/bot-detection \
  --header 'Authorization: Bearer <token>'
{
  "bot_detection_level": "low",
  "challenge_password_policy": "never",
  "challenge_passwordless_policy": "never",
  "challenge_password_reset_policy": "never",
  "allowlist": [
    "127.0.0.1"
  ],
  "monitoring_mode_enabled": true
}

承認

Authorization
string
header
必須

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

レスポンス

Bot detection configuration retrieved successfully.

bot_detection_level
enum<string>
必須

The level of bot detection sensitivity

利用可能なオプション:
low,
medium,
high
challenge_password_policy
enum<string>
必須

The policy that defines how often to show CAPTCHA

利用可能なオプション:
never,
when_risky,
always
challenge_passwordless_policy
enum<string>
必須

The policy that defines how often to show CAPTCHA

利用可能なオプション:
never,
when_risky,
always
challenge_password_reset_policy
enum<string>
必須

The policy that defines how often to show CAPTCHA

利用可能なオプション:
never,
when_risky,
always
allowlist
(string<ipv4> | string<ipv6> | string<cidr> | string<ipv6_cidr>)[]
必須

List of IP addresses or CIDR blocks to allowlist

IPv4 address

monitoring_mode_enabled
boolean
必須

Whether monitoring mode is enabled (logs but does not block)