Chaitin Tech trigger_rule API
The trigger_rule API from Chaitin Tech — 5 operation(s) for trigger_rule.
The trigger_rule API from Chaitin Tech — 5 operation(s) for trigger_rule.
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
find_apisBrowse and filter every API in the catalog.get_api_artifactsOne API's artifacts, grouped by type.get_openapiThe primary OpenAPI for this API.find_similar_apisAPIs that look like this one.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.curl "https://apis.io/api/v1/apis/chaitin-trigger-rule-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.
openapi: 3.2.0
info:
title: APISec Management account Trigger Rule API
version: '26.05'
description: Generated from APISec skyview APIView classes.
servers:
- url: https://docs.waf.chaitin.com
description: Base URL declared by the provider in apis.yml (roadmap#122).
tags:
- name: trigger_rule
paths:
/api/BuildinRuleTemplateAPI:
get:
operationId: BuildinRuleTemplateAPI_get
summary: GET /api/BuildinRuleTemplateAPI
tags:
- trigger_rule
parameters: []
x-cli-body-fallback: true
/api/PushTriggerRuleAPI:
put:
operationId: PushTriggerRuleAPI_put
summary: PUT /api/PushTriggerRuleAPI
tags:
- trigger_rule
parameters: []
x-cli-body-fallback: false
requestBody:
required: true
content:
application/json:
schema:
type: object
properties:
id__in:
type: string
description: ID 列表
/api/RuleTemplateAPI:
post:
operationId: RuleTemplateAPI_post
summary: POST /api/RuleTemplateAPI
tags:
- trigger_rule
parameters: []
x-cli-body-fallback: false
requestBody:
required: true
content:
application/json:
schema:
type: object
properties:
remark:
type: string
device_ids:
type: string
description: 目标设备
strategy_id:
type: integer
template:
type: object
is_enabled:
type: boolean
required:
- remark
- device_ids
- strategy_id
- template
- is_enabled
put:
operationId: RuleTemplateAPI_put
summary: PUT /api/RuleTemplateAPI
tags:
- trigger_rule
parameters: []
x-cli-body-fallback: false
requestBody:
required: true
content:
application/json:
schema:
type: object
properties:
remark:
type: string
device_ids:
type: string
description: 目标设备
strategy_id:
type: integer
template:
type: object
is_enabled:
type: boolean
required:
- device_ids
- is_enabled
- remark
- strategy_id
- template
delete:
operationId: RuleTemplateAPI_delete
summary: DELETE /api/RuleTemplateAPI
tags:
- trigger_rule
parameters: []
x-cli-body-fallback: false
requestBody:
required: true
content:
application/json:
schema:
type: object
properties:
delete_rules:
type: boolean
description: 删除联动规则
delete_device_rules:
type: boolean
description: 删除目标设备上生成的规则
required:
- delete_rules
- delete_device_rules
/api/TargetDeviceAPI:
get:
operationId: TargetDeviceAPI_get
summary: GET /api/TargetDeviceAPI
tags:
- trigger_rule
parameters: []
x-cli-body-fallback: true
post:
operationId: TargetDeviceAPI_post
summary: POST /api/TargetDeviceAPI
tags:
- trigger_rule
parameters: []
x-cli-body-fallback: false
requestBody:
required: true
content:
application/json:
schema:
type: object
properties:
name:
type: string
type:
type: string
address:
type: string
enabled:
type: boolean
api_token:
type: string
required:
- address
- enabled
- name
- type
put:
operationId: TargetDeviceAPI_put
summary: PUT /api/TargetDeviceAPI
tags:
- trigger_rule
parameters: []
x-cli-body-fallback: false
requestBody:
required: true
content:
application/json:
schema:
type: object
properties:
name:
type: string
type:
type: string
address:
type: string
enabled:
type: boolean
api_token:
type: string
required:
- address
- enabled
- name
- type
delete:
operationId: TargetDeviceAPI_delete
summary: DELETE /api/TargetDeviceAPI
tags:
- trigger_rule
parameters: []
x-cli-body-fallback: false
requestBody:
required: true
content:
application/json:
schema:
type: object
properties:
delete_device_rules:
type: boolean
description: 删除目标设备上生成的规则
required:
- delete_device_rules
/api/TriggerRuleAPI:
post:
operationId: TriggerRuleAPI_post
summary: POST /api/TriggerRuleAPI
tags:
- trigger_rule
parameters: []
x-cli-body-fallback: false
requestBody:
required: true
content:
application/json:
schema:
type: object
properties:
device_id:
type: integer
description: 联动设备
strategy_id:
type: integer
description: 风险策略
remark:
type: string
template:
type: object
required:
- device_id
- remark
- template
delete:
operationId: TriggerRuleAPI_delete
summary: DELETE /api/TriggerRuleAPI
tags:
- trigger_rule
parameters: []
x-cli-body-fallback: false
requestBody:
required: true
content:
application/json:
schema:
type: object
properties:
delete_device_rule:
type: boolean
description: 删除生成的规则
required:
- delete_device_rule