File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,43 @@ servers:
1313 description : integration
1414 x-alertlogic-session-endpoint : true
1515paths :
16+ ' /aerta/v1/audit ' :
17+ get :
18+ summary : Get aerta audit
19+ tags :
20+ - Audit
21+ responses :
22+ ' 200 ' :
23+ description : OK
24+ content :
25+ application/json :
26+ schema :
27+ type : object
28+ operationId : get_aerta_audit
29+ description : >
30+ Return the set of active content items at the give timestamp (or at
31+ current time if no timestamp given). For each item, metadata is
32+ provided (about upload user & upload channel; creation, deletion,
33+ expiration times; content id, path & type) as well as the content
34+ itself. Providing a data_type parameter narrows the audit to the
35+ given data type.
36+ security :
37+ - X-AIMS-Auth-Token : []
38+ parameters :
39+ - schema :
40+ type : string
41+ default : ' now'
42+ in : query
43+ name : ts
44+ description : A unix epoch timestamp
45+ - schema :
46+ type : string
47+ default : ' all'
48+ in : query
49+ name : data_type
50+ description : >-
51+ Which data type to return in the audit.
52+ Choices: 'rta'
1653 ' /aerta/v1/{account_id}/fetch/{data_type}/paths/{path} ' :
1754 get :
1855 summary : Fetch RTA data by RTA path
You can’t perform that action at this time.
0 commit comments