Skip to content

Commit

Permalink
added some of the params undisclosed in the API. still missing more i… (
Browse files Browse the repository at this point in the history
#3380)

* added some of the params undisclosed in the API. still missing more info for missing and searchString

Signed-off-by: Barak Atias <[email protected]>

* Update _observing-your-data/alerting/api.md

Co-authored-by: Chris Moore <[email protected]>
Signed-off-by: Heather Halter <[email protected]>

* Update _observing-your-data/alerting/api.md

Signed-off-by: Heather Halter <[email protected]>

* Update _observing-your-data/alerting/api.md

Signed-off-by: Heather Halter <[email protected]>

* Update _observing-your-data/alerting/api.md

Signed-off-by: Heather Halter <[email protected]>

* Update _observing-your-data/alerting/api.md

Signed-off-by: Heather Halter <[email protected]>

* Update _observing-your-data/alerting/api.md

Signed-off-by: Heather Halter <[email protected]>

* Update _observing-your-data/alerting/api.md

Signed-off-by: Heather Halter <[email protected]>

* Update _observing-your-data/alerting/api.md

Signed-off-by: Heather Halter <[email protected]>

* Update _observing-your-data/alerting/api.md

Signed-off-by: Heather Halter <[email protected]>

* Added tick marks to parameters

* Update _observing-your-data/alerting/api.md

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Heather Halter <[email protected]>

* Update _observing-your-data/alerting/api.md

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Heather Halter <[email protected]>

* Update _observing-your-data/alerting/api.md

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Heather Halter <[email protected]>

* Update _observing-your-data/alerting/api.md

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Heather Halter <[email protected]>

* Update api.md

---------

Signed-off-by: Barak Atias <[email protected]>
Signed-off-by: Heather Halter <[email protected]>
Co-authored-by: root <[email protected]>
Co-authored-by: Heather Halter <[email protected]>
Co-authored-by: Chris Moore <[email protected]>
Co-authored-by: Nathan Bower <[email protected]>
  • Loading branch information
5 people authored Oct 23, 2023
1 parent 84e4ab1 commit 0119986
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions _observing-your-data/alerting/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1344,6 +1344,20 @@ Introduced 1.0

Returns an array of all alerts.

**Path parameters**
The following table lists the available path parameters. All path parameters are optional.
Parameter | Data type | Description
:--- | :--- | :---
`sortString` | String | Determines how to sort the results. Defaults to `monitor_name.keyword`.
`sortOrder` | String | Determines the order of the results. Options are `asc` or `desc`. Defaults to `asc`.
`missing` | String | Optional.
`size` | String | Determines the size of the request to be returned. Defaults to `20`.
`startIndex` | String | The index to start from. Used for paginating results. Defaults to `0`.
`searchString` | String | A search string used to look for a specific alert. Defaults to an empty string.
`severityLevel` | String | The severity level to filter for. Defaults to `ALL`.
`alertState` | String | The alert state to filter for. Defaults to `ALL`.
`monitorId` | String | Filters by monitor ID.

#### Request

```json
Expand Down

0 comments on commit 0119986

Please sign in to comment.