Skip to content

Commit bfe8ccb

Browse files
committed
changed commands from staging to prod
1 parent 74629ba commit bfe8ccb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/configuration/exporting/exporting-data.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Response Fields
149149
- The node where the resource is located.
150150

151151

152-
GET `https://stg.api.robusta.dev/api/query/report`
152+
GET `https://api.robusta.dev/api/query/report`
153153
--------------------------------------
154154

155155
Use this endpoint to retrieve aggregated alert data, including the count of each type of alert during a specified time range. Filters can be applied using query parameters such as `account_id` and the time range.
@@ -187,7 +187,7 @@ The following `curl` command demonstrates how to query aggregated alert data for
187187

188188
.. code-block:: bash
189189
190-
curl --location 'https://stg.api.robusta.dev/api/query/report?account_id=16ecba1a-7993-4dd1-a98c-d201462ccba7&start_ts=2024-10-27T04:02:05.032Z&end_ts=2024-11-27T05:02:05.032Z' \
190+
curl --location 'https://api.robusta.dev/api/query/report?account_id=XXXXXX-XXXX_XXXX_XXXXX7&start_ts=2024-10-27T04:02:05.032Z&end_ts=2024-11-27T05:02:05.032Z' \
191191
--header 'Authorization: Bearer TOKEN_HERE'
192192
193193

0 commit comments

Comments
 (0)