Skip to content

Commit 7101841

Browse files
author
cibot
committed
Definitions Update aecontent
1 parent aefed72 commit 7101841

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

alsdkdefs/apis/aecontent/aecontent.v1.yaml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,43 @@ servers:
1111
- url: 'https://api.global-integration.product.dev.alertlogic.com'
1212
description: integration
1313
paths:
14+
/aecontent/v1/audit:
15+
get:
16+
summary: Get aecontent audit
17+
tags:
18+
- Audit
19+
responses:
20+
'200':
21+
description: OK
22+
content:
23+
application/json:
24+
schema:
25+
type: object
26+
operationId: get_aecontent_audit
27+
description: >
28+
Return the set of active content items at the give timestamp (or at
29+
current time if no timestamp given). For each item, metadata is
30+
provided (about upload user & upload channel; creation, deletion,
31+
expiration times; content id, path & type) as well as the content
32+
itself. Providing a data_type parameter narrows the audit to the
33+
given data type.
34+
security:
35+
- X-AIMS-Auth-Token: []
36+
parameters:
37+
- schema:
38+
type: string
39+
default: 'now'
40+
in: query
41+
name: ts
42+
description: A unix epoch timestamp
43+
- schema:
44+
type: string
45+
default: 'all'
46+
in: query
47+
name: data_type
48+
description: >-
49+
Which data type to return in the audit.
50+
Choices: 'observation-template'
1451
/aecontent/v1/observations:
1552
get:
1653
summary: Get Global Observations

0 commit comments

Comments
 (0)