v51

latestSwagger 2.0raw.githubusercontent.com2026-08-01290564855.4 KB
instance_audit_plan

添加实例扫描任务

create instance audit plan

post/v1/projects/{project_name}/instance_audit_plans

Path parameters

project_namestring required

project name

Request body

instance_idstring

Example request

{
  "audit_plans": [
    {
      "audit_plan_type": "slow log",
      "rule_template_name": "default_MySQL"
    }
  ]
}

Response

OK