Skip to content

Commit d7415f4

Browse files
author
cibot
committed
Definitions Update aetag
1 parent 1bee720 commit d7415f4

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

alsdkdefs/apis/aetag/aetag.v1.yaml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,43 @@ servers:
1313
description: integration
1414
x-alertlogic-session-endpoint: true
1515
paths:
16+
'/aetag/v1/audit':
17+
get:
18+
summary: Get aetag 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_aetag_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: 'definition', 'tagset'
1653
'/aetag/v1/{account_id}/tags/paths/{path}':
1754
get:
1855
summary: Get a tagset by path

0 commit comments

Comments
 (0)