17
17
/api/v1/logstream/{stream_name} :
18
18
put :
19
19
tags :
20
- - default
20
+ - Dataset Management
21
21
summary : Create a log stream
22
22
requestBody :
23
23
content : {}
36
36
application/json : {}
37
37
delete :
38
38
tags :
39
- - default
39
+ - Dataset Management
40
40
summary : Delete a log stream
41
41
security :
42
42
- basicAuth : []
53
53
application/json : {}
54
54
post :
55
55
tags :
56
- - default
56
+ - Dataset Management
57
57
summary : Send logs to a log stream URL
58
58
requestBody :
59
59
content :
86
86
/api/v1/logstream :
87
87
get :
88
88
tags :
89
- - default
89
+ - Dataset Management
90
90
summary : List all log streams
91
91
security :
92
92
- basicAuth : []
98
98
/api/v1/logstream/{stream_name}/schema :
99
99
get :
100
100
tags :
101
- - default
101
+ - Dataset Management
102
102
summary : Get Schema from the Stream
103
103
security :
104
104
- basicAuth : []
@@ -116,7 +116,7 @@ paths:
116
116
/api/v1/logstream/{stream_name}/stats :
117
117
get :
118
118
tags :
119
- - default
119
+ - Dataset Management
120
120
summary : Get storage stats for a stream
121
121
security :
122
122
- basicAuth : []
@@ -134,7 +134,7 @@ paths:
134
134
/api/v1/query :
135
135
post :
136
136
tags :
137
- - default
137
+ - Query
138
138
summary : Query a log stream
139
139
requestBody :
140
140
content :
@@ -156,7 +156,7 @@ paths:
156
156
/api/v1/ingest :
157
157
post :
158
158
tags :
159
- - default
159
+ - Data Ingestion
160
160
summary : Send logs to a log stream with HTTP Header
161
161
requestBody :
162
162
content :
@@ -189,7 +189,7 @@ paths:
189
189
/api/v1/logstream/{stream_name}/retention :
190
190
put :
191
191
tags :
192
- - default
192
+ - Dataset Management
193
193
summary : Set retention for a stream
194
194
requestBody :
195
195
content :
@@ -215,7 +215,7 @@ paths:
215
215
application/json : {}
216
216
get :
217
217
tags :
218
- - default
218
+ - Dataset Management
219
219
summary : Get retention for a stream
220
220
security :
221
221
- basicAuth : []
@@ -328,7 +328,7 @@ paths:
328
328
application/json : {}
329
329
put :
330
330
tags :
331
- - default
331
+ - Dataset Management
332
332
summary : Add role to a user
333
333
requestBody :
334
334
content :
@@ -401,11 +401,11 @@ paths:
401
401
description : Successful response
402
402
content :
403
403
application/json : {}
404
- /api/v1/role/default :
404
+ /api/v1/role/Dataset Management :
405
405
put :
406
406
tags :
407
407
- Role Management
408
- summary : Set default role
408
+ summary : Set Dataset Management role
409
409
requestBody :
410
410
content :
411
411
application/json :
@@ -420,9 +420,9 @@ paths:
420
420
get :
421
421
tags :
422
422
- Role Management
423
- summary : Get default role
423
+ summary : Get Dataset Management role
424
424
responses :
425
425
' 200 ' :
426
426
description : Successful response
427
427
content :
428
- application/json : {}
428
+ application/json : {}
0 commit comments