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

Adding APIs for synthetics #684

Merged
merged 1 commit into from
Jun 28, 2024
Merged

Adding APIs for synthetics #684

merged 1 commit into from
Jun 28, 2024

Commits on Mar 9, 2024

  1. Adding APIs for synthetics

    Adding following API calls from `8.12.0` (we may be able to set a lower minimum version) :
    ```
    GET kbn:/internal/uptime/service/locations
    GET kbn:/api/synthetics/private_locations
    GET kbn:/api/uptime/settings
    GET kbn:/internal/synthetics/monitor/filters
    ```
    
    Additionally code for this API was added and API is disabled on purpose pending review that API does not include sensitive information :
    ```
    GET kbn:/internal/synthetics/service/monitors?perPage=100&page=1
    ```
    jguay committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    e9658a9 View commit details
    Browse the repository at this point in the history