Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] New expection_lists/summary endpoint on lists API #729

Closed
dasansol92 opened this issue May 28, 2021 · 1 comment
Closed

[DOCS] New expection_lists/summary endpoint on lists API #729

dasansol92 opened this issue May 28, 2021 · 1 comment

Comments

@dasansol92
Copy link
Contributor

Description

New route to retrieve summary for exception lists has ben added to the lists API in this pr elastic/kibana#100668

Route: /api/exception_lists/summary
Params: id, list_id, namespace_type
Response:

{
    windows: PositiveInteger,
    linux: PositiveInteger,
    macos: PositiveInteger,
    total: PositiveInteger,
}

There is no label for 7.14, so this is for 7.14

Please let me know if you need more information about this new route.

@jmikell821
Copy link
Contributor

Merged #824.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants