Skip to content

Commit c8bc5d9

Browse files
committed
add ClickStack API reference
1 parent 4698586 commit c8bc5d9

18 files changed

+4153
-35
lines changed
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
---
2+
id: create-alert
3+
title: "Create Alert"
4+
description: "Creates a new alert"
5+
sidebar_label: "Create Alert"
6+
hide_title: true
7+
hide_table_of_contents: true
8+
api: eJzdV21P40YQ/iur/QzECQSOfANKdaeqKgJOqor4MLGHeA97191dA2mU/96ZXcd2SKBw4tSqURQ53nnbmWeenV3IDF1qVeWV0XIizyyCRydAaHwUUKD1ckeaCi2wxJeMZNIgc9KseZg5ObmR4b+TtzvS4p81On9qsrmcLMJfZZE0va1xR6ZGe9Sel6CqCpUGy4NvjgNYSJfmWAI/+XmF5M5Mv2HKnjpDN9LnFl1uiozeK7JnH6CgR2dqmyJHtVq/ZiPkNAetseDwKsvb8QodO8nA5VMDNuOttT6dt0rPSA+foKwKfnU4vhvjAexPj/HoKE2SIYwPjz4dJ3JJ3lSB79c/Toaj/YOg3+6mM6Hrcoq2b2KYJMvebl/1NszZbpOObZJkPuSRIue8Idg05+x0JsLS8nkqX7EFU/PAxqZYmMd1W3Fp2dVhS3nX6+JfctbafMRpbsw9W20e318CLuBwJJdLMqKh/AeP14RqEXFP8iU6B7M3q4hfG/llAIwPy2ddK13GrmHLjXrMA1UhuuTeqMsS7LxVpDbl9d0pOMzabiVw1LiB7ZcB3OH3ZZCuYZSA2Mchg63D2gpSz2DTomMTAatCrtXxlWKtSiXPrTVWXFXqHsWKjtqqNKuW05SDE/iUImaUJopeKC18jqIAqk5OgTMCAggo5spoF3M/SpKQxjWGvKrTlHzc1UUxF5EKu9R/N7c9JyX/Bin1brhzKceH8k1g/6xmuYg5vKQ9vhnxvbTHlDvRQefHcN24/HCe+hDmdJ4T92rsSkPq1X+eGz1C+V59htrRp484Hlse+/4T2sEDZlexVluMaOpmmLIVnlFIfmZNXZ3O3yTraHs6xX50U2MKBL1NuqGME7/N9p2xJdAKMwDuelXi2g5HyWh/NxnS9zpJJuG7lyTJH7zDusp+gN3eWdUcfM/fXDaMKSOBHiTDTc78qqH2ubHqL8w+jiVfpKN+jIGOmtjGW/mcGAatwEBb9CW6UVkISNyBKmqL/1rEgXIpb3wcVsYFe+AJwHIAlRo8jAYQh26mId4FD+ILWVs+lHPvKzcZsOReTs5s9rSnDImub//CmqxOw3ZPLr6IaIfwtDIz2NA4q62lXLSit+w9ra3y8+D+lLoM7UnNgd7c9pevOE0xE32hNhkcMu8liHEXBaHA1Pzw8wrEHOgvOA9Z4xJcdheO8xWm///TT28a7Y892yZOjvfOxHEyguwzI+Kn38X5E+1DQ8HF36g055mYQ5SgYUYwFSutCDsBOhNtlhmFDMGoOtojBmHHjFvSZ99N3M3ouop8zeWi67QXrqJN1jw++UFVgNKB+2zIaGwOOuArxcGM6AfaW2nODUSLiwVPy19tsVzya0IOD9Q3tzw3WxWpmmBLCggZoY8hfY9h5o6h7TZXymbM3iQEbp6ocUKjYuVflb3t9fjFb1fXjPbm4lyajHUsPPLll34nMtzFWTs0UXi3kAXoWR2LH23y529slj8G
9+
sidebar_class_name: "post api-method"
10+
info_path: use-cases/observability/clickstack/api-reference/hyperdx-external-api
11+
custom_edit_url: null
12+
---
13+
14+
import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint";
15+
import ParamsDetails from "@theme/ParamsDetails";
16+
import RequestSchema from "@theme/RequestSchema";
17+
import StatusCodes from "@theme/StatusCodes";
18+
import OperationTabs from "@theme/OperationTabs";
19+
import TabItem from "@theme/TabItem";
20+
import Heading from "@theme/Heading";
21+
22+
<Heading
23+
as={"h1"}
24+
className={"openapi__heading"}
25+
children={"Create Alert"}
26+
>
27+
</Heading>
28+
29+
<MethodEndpoint
30+
method={"post"}
31+
path={"/api/v2/alerts"}
32+
context={"endpoint"}
33+
>
34+
35+
</MethodEndpoint>
36+
37+
38+
39+
Creates a new alert
40+
41+
<Heading
42+
id={"request"}
43+
as={"h2"}
44+
className={"openapi-tabs__heading"}
45+
children={"Request"}
46+
>
47+
</Heading>
48+
49+
<ParamsDetails
50+
parameters={undefined}
51+
>
52+
53+
</ParamsDetails>
54+
55+
<RequestSchema
56+
title={"Body"}
57+
body={{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["threshold","interval","source","thresholdType","channel"],"properties":{"dashboardId":{"type":"string","example":"65f5e4a3b9e77c001a567890"},"tileId":{"type":"string","example":"65f5e4a3b9e77c001a901234"},"threshold":{"type":"number","example":100},"interval":{"type":"string","example":"1h"},"source":{"type":"string","enum":["tile","search"],"example":"tile"},"thresholdType":{"type":"string","enum":["above","below"],"example":"above"},"channel":{"type":"object","properties":{"type":{"type":"string","example":"webhook"},"webhookId":{"type":"string","example":"65f5e4a3b9e77c001a789012"}}},"name":{"type":"string","example":"Test Alert"},"message":{"type":"string","example":"Test Alert Message"}},"title":"CreateAlertRequest"},"examples":{"tileAlert":{"summary":"Create a tile-based alert","value":{"dashboardId":"65f5e4a3b9e77c001a567890","tileId":"65f5e4a3b9e77c001a901234","threshold":100,"interval":"1h","source":"tile","thresholdType":"above","channel":{"type":"webhook","webhookId":"65f5e4a3b9e77c001a789012"},"name":"Error Spike Alert","message":"Error rate has exceeded 100 in the last hour"}}}}}}}
58+
>
59+
60+
</RequestSchema>
61+
62+
<StatusCodes
63+
id={undefined}
64+
label={undefined}
65+
responses={{"200":{"description":"Successfully created alert","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"id":{"type":"string","example":"65f5e4a3b9e77c001a123456"},"name":{"type":"string","example":"High Error Rate"},"message":{"type":"string","example":"Error rate exceeds threshold"},"threshold":{"type":"number","example":100},"interval":{"type":"string","example":"15m"},"thresholdType":{"type":"string","enum":["above","below"],"example":"above"},"source":{"type":"string","enum":["tile","search"],"example":"tile"},"state":{"type":"string","example":"inactive"},"channel":{"type":"object","properties":{"type":{"type":"string","example":"webhook"},"webhookId":{"type":"string","example":"65f5e4a3b9e77c001a789012"}}},"team":{"type":"string","example":"65f5e4a3b9e77c001a345678"},"tileId":{"type":"string","example":"65f5e4a3b9e77c001a901234"},"dashboard":{"type":"string","example":"65f5e4a3b9e77c001a567890"},"savedSearch":{"type":"string","nullable":true},"groupBy":{"type":"string","nullable":true},"silenced":{"type":"boolean","nullable":true},"createdAt":{"type":"string","format":"date-time","example":"2023-01-01T00:00:00.000Z"},"updatedAt":{"type":"string","format":"date-time","example":"2023-01-01T00:00:00.000Z"}},"title":"Alert"}},"title":"AlertResponse"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"title":"Error"}}}},"500":{"description":"Server error or validation failure","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"title":"Error"}}}}}}
66+
>
67+
68+
</StatusCodes>
69+
70+
71+
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
---
2+
id: create-dashboard
3+
title: "Create Dashboard"
4+
description: "Creates a new dashboard"
5+
sidebar_label: "Create Dashboard"
6+
hide_title: true
7+
hide_table_of_contents: true
8+
api: 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
9+
sidebar_class_name: "post api-method"
10+
info_path: use-cases/observability/clickstack/api-reference/hyperdx-external-api
11+
custom_edit_url: null
12+
---
13+
14+
import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint";
15+
import ParamsDetails from "@theme/ParamsDetails";
16+
import RequestSchema from "@theme/RequestSchema";
17+
import StatusCodes from "@theme/StatusCodes";
18+
import OperationTabs from "@theme/OperationTabs";
19+
import TabItem from "@theme/TabItem";
20+
import Heading from "@theme/Heading";
21+
22+
<Heading
23+
as={"h1"}
24+
className={"openapi__heading"}
25+
children={"Create Dashboard"}
26+
>
27+
</Heading>
28+
29+
<MethodEndpoint
30+
method={"post"}
31+
path={"/api/v2/dashboards"}
32+
context={"endpoint"}
33+
>
34+
35+
</MethodEndpoint>
36+
37+
38+
39+
Creates a new dashboard
40+
41+
<Heading
42+
id={"request"}
43+
as={"h2"}
44+
className={"openapi-tabs__heading"}
45+
children={"Request"}
46+
>
47+
</Heading>
48+
49+
<ParamsDetails
50+
parameters={undefined}
51+
>
52+
53+
</ParamsDetails>
54+
55+
<RequestSchema
56+
title={"Body"}
57+
body={{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["name"],"properties":{"name":{"type":"string","example":"New Dashboard"},"tiles":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","example":"65f5e4a3b9e77c001a901234"},"name":{"type":"string","example":"Error Rate"},"x":{"type":"integer","example":0},"y":{"type":"integer","example":0},"w":{"type":"integer","example":6},"h":{"type":"integer","example":3},"asRatio":{"type":"boolean","example":false},"series":{"type":"array","items":{"type":"object","required":["sourceId","aggFn","where","groupBy"],"properties":{"sourceId":{"type":"string","description":"ID of the data source for this series","example":"65f5e4a3b9e77c001a123456"},"aggFn":{"type":"string","description":"Aggregation function to use on the data","enum":["avg","count","count_distinct","last_value","max","min","quantile","sum"],"example":"count"},"field":{"type":"string","description":"Field to aggregate","example":"duration"},"where":{"type":"string","description":"Filter condition in Lucene query syntax","example":"level:error"},"whereLanguage":{"type":"string","description":"Query language used in the where clause","enum":["lucene","sql"],"example":"lucene"},"groupBy":{"type":"array","description":"Fields to group the results by","items":{"type":"string"},"example":["service","host"]},"metricName":{"type":"string","description":"Name of the metric (for metric data sources)","example":"http_requests_total"},"metricDataType":{"type":"string","description":"Type of metric data","enum":["sum","gauge","histogram"],"example":"gauge"},"type":{"type":"string","enum":["time","table","number","histogram","search","markdown"],"example":"time"},"dataSource":{"type":"string","enum":["events","metrics"],"example":"events"}},"title":"ChartSeries"}}},"title":"Tile"}},"tags":{"type":"array","items":{"type":"string"},"example":["development"]}},"title":"CreateDashboardRequest"},"examples":{"simpleTimeSeriesDashboard":{"summary":"Dashboard with time series chart","value":{"name":"API Monitoring Dashboard","tiles":[{"name":"API Request Volume","x":0,"y":0,"w":6,"h":3,"asRatio":false,"series":[{"type":"time","dataSource":"events","aggFn":"count","where":"service:api","groupBy":[]}]}],"tags":["api","monitoring"]}},"complexDashboard":{"summary":"Dashboard with multiple chart types","value":{"name":"Service Health Overview","tiles":[{"name":"Request Count","x":0,"y":0,"w":6,"h":3,"asRatio":false,"series":[{"type":"time","dataSource":"events","aggFn":"count","where":"service:backend","groupBy":[]}]},{"name":"Error Distribution","x":6,"y":0,"w":6,"h":3,"asRatio":false,"series":[{"type":"table","dataSource":"events","aggFn":"count","where":"level:error","groupBy":["errorType"],"sortOrder":"desc"}]}],"tags":["service-health","production"]}}}}}}}
58+
>
59+
60+
</RequestSchema>
61+
62+
<StatusCodes
63+
id={undefined}
64+
label={undefined}
65+
responses={{"200":{"description":"Successfully created dashboard","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"id":{"type":"string","example":"65f5e4a3b9e77c001a567890"},"name":{"type":"string","example":"Service Overview"},"tiles":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","example":"65f5e4a3b9e77c001a901234"},"name":{"type":"string","example":"Error Rate"},"x":{"type":"integer","example":0},"y":{"type":"integer","example":0},"w":{"type":"integer","example":6},"h":{"type":"integer","example":3},"asRatio":{"type":"boolean","example":false},"series":{"type":"array","items":{"type":"object","required":["sourceId","aggFn","where","groupBy"],"properties":{"sourceId":{"type":"string","description":"ID of the data source for this series","example":"65f5e4a3b9e77c001a123456"},"aggFn":{"type":"string","description":"Aggregation function to use on the data","enum":["avg","count","count_distinct","last_value","max","min","quantile","sum"],"example":"count"},"field":{"type":"string","description":"Field to aggregate","example":"duration"},"where":{"type":"string","description":"Filter condition in Lucene query syntax","example":"level:error"},"whereLanguage":{"type":"string","description":"Query language used in the where clause","enum":["lucene","sql"],"example":"lucene"},"groupBy":{"type":"array","description":"Fields to group the results by","items":{"type":"string"},"example":["service","host"]},"metricName":{"type":"string","description":"Name of the metric (for metric data sources)","example":"http_requests_total"},"metricDataType":{"type":"string","description":"Type of metric data","enum":["sum","gauge","histogram"],"example":"gauge"},"type":{"type":"string","enum":["time","table","number","histogram","search","markdown"],"example":"time"},"dataSource":{"type":"string","enum":["events","metrics"],"example":"events"}},"title":"ChartSeries"}}},"title":"Tile"}},"tags":{"type":"array","items":{"type":"string"},"example":["production","monitoring"]}},"title":"Dashboard"}},"title":"DashboardResponse"},"examples":{"createdDashboard":{"summary":"Created dashboard response","value":{"data":{"id":"65f5e4a3b9e77c001a567890","name":"API Monitoring Dashboard","tiles":[{"id":"65f5e4a3b9e77c001a901234","name":"API Request Volume","x":0,"y":0,"w":6,"h":3,"asRatio":false,"series":[{"type":"time","dataSource":"events","aggFn":"count","where":"service:api","groupBy":[]}]}],"tags":["api","monitoring"]}}}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"title":"Error"},"example":{"message":"Unauthorized access. API key is missing or invalid."}}}},"500":{"description":"Server error or validation failure","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"title":"Error"},"example":{"message":"Dashboard validation failed: name is required"}}}}}}
66+
>
67+
68+
</StatusCodes>
69+
70+
71+
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
---
2+
id: delete-alert
3+
title: "Delete Alert"
4+
description: "Deletes an alert"
5+
sidebar_label: "Delete Alert"
6+
hide_title: true
7+
hide_table_of_contents: true
8+
api: eJzFVE1v2zAM/SuGThsQxG6adlhu2ZJhxXYo2hUYUOTAWEyszpZUSi6SGfnvI20nTZtipwHLwdHHI/n4SLFRGkNOxkfjrJqoGZYYMSRgEyiRohoo55FArq80A3QLmPZ3EdZBTe5Vuw9qMVAeCCpGkJw3yvKGrYxmsJEAHmLBa8LH2hCyx0g1DlTIC6xATRoVt14sQiRj12o3eEWwjZRczdgHbqDypYAvL1YXOIbz5Uf88CHPsjM4G52PLy7VbiGhgnc2YBDvoyyTv5c+b+s8xxBWdVluky5BfUg/dzaijWIF3pcmb7VIH4KYNqfE3fIBczH0JMpF0wbmPKKJLdl55eP2piclCR7yaHb8G6hxdnbK8c5CHQtH5jfqf8ZKVZw2rPEN3Y8JEzlSe27jU25dTayLycrV9v/R40NuvcI996l4lIabqBS8SZ9GaVvWkDZG7/gyID3tW7WmknFFjD5MUoEPC45JejM0Tr1uw2tyus5lk0yvr5LODxdz7yY9sfhcE7EkB+hCouc1mbhtw39CIKRpLWzvF8fXt6JWJ8gx6KCJUFb9E5L9sgXxSbf44qiCKGViot9w24pn7Mq1LnoRv0qqs5/JfMNP10IpWZ2kIA5WjpIKLKy5DMneqhOVh4ZONIRi6YB0YHPRtjMdDbNhJs3uXYhsL7H72dCNnGQ/Ul6EbJ476a3R1AsQcRNTXwIPGI7QFqDp637P/WeEyYg/HU1eTHgescAFcxFI0ywh4B2Vu50cP9ZIUhNePgEZWIpCXCFtgqy5u1ZQBvwL1Xc3/Xh7nxzNqzfZ9odgt8ISylp2vPzFhWrn5m7BqAJBc0mFRXcx5Ynl45HJyTOTDjq8htn8+/zHnCv/Bwv1BDQ=
9+
sidebar_class_name: "delete api-method"
10+
info_path: use-cases/observability/clickstack/api-reference/hyperdx-external-api
11+
custom_edit_url: null
12+
---
13+
14+
import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint";
15+
import ParamsDetails from "@theme/ParamsDetails";
16+
import RequestSchema from "@theme/RequestSchema";
17+
import StatusCodes from "@theme/StatusCodes";
18+
import OperationTabs from "@theme/OperationTabs";
19+
import TabItem from "@theme/TabItem";
20+
import Heading from "@theme/Heading";
21+
22+
<Heading
23+
as={"h1"}
24+
className={"openapi__heading"}
25+
children={"Delete Alert"}
26+
>
27+
</Heading>
28+
29+
<MethodEndpoint
30+
method={"delete"}
31+
path={"/api/v2/alerts/{id}"}
32+
context={"endpoint"}
33+
>
34+
35+
</MethodEndpoint>
36+
37+
38+
39+
Deletes an alert
40+
41+
<Heading
42+
id={"request"}
43+
as={"h2"}
44+
className={"openapi-tabs__heading"}
45+
children={"Request"}
46+
>
47+
</Heading>
48+
49+
<ParamsDetails
50+
parameters={[{"name":"id","in":"path","required":true,"schema":{"type":"string"},"description":"Alert ID","example":"65f5e4a3b9e77c001a123456"}]}
51+
>
52+
53+
</ParamsDetails>
54+
55+
<RequestSchema
56+
title={"Body"}
57+
body={undefined}
58+
>
59+
60+
</RequestSchema>
61+
62+
<StatusCodes
63+
id={undefined}
64+
label={undefined}
65+
responses={{"200":{"description":"Successfully deleted alert","content":{"application/json":{"schema":{"type":"object","properties":{},"title":"EmptyResponse"},"example":{}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"title":"Error"}}}},"404":{"description":"Alert not found","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"title":"Error"}}}}}}
66+
>
67+
68+
</StatusCodes>
69+
70+
71+

0 commit comments

Comments
 (0)