cURL
curl --request POST \ --url 'https://api.flashcat.cloud/datasource/list?app_key=' \ --header 'Content-Type: application/json' \ --data ' { "p": 123, "limit": 123, "orderby": "<string>", "category": "event.alert", "plugin_type": "<string>", "status": "<string>", "name": "<string>", "asc": true, "is_my_team": true, "team_ids": [ 123 ] } '
{ "error": {}, "data": [ { "integration_id": 123, "name": "<string>", "status": "enabled", "plugin_id": 123, "plugin_type": "<string>", "plugin_type_name": "<string>", "description": "<string>", "integration_key": "<string>", "settings": [ {} ], "creator_id": "<string>", "created_at": "<string>", "updated_at": "<string>", "team_id": 123 } ] }
不设置从第一页开始,默认值为1
分页条数,最大值100
指定排序字段
集成类别
event.alert
im
webhook
event.change
other
集成类型名称,如Prometheus 、 Zabbix、Grafana、夜莺 / Flashcat 等控制台列表显示的名称
状态
集成名称
是否排序
按‘我管理的团队’筛选
团队ID
显示 子属性
此页面对您有帮助吗?