Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit dfe9ac1

Browse files
committed
Add new Oasisctl files
1 parent c7c6ab3 commit dfe9ac1

File tree

61 files changed

+2330
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+2330
-0
lines changed
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
layout: default
3+
description: Description of the oasisctl add auditlog destination command
4+
title: Oasisctl Add Auditlog Destination
5+
---
6+
# Oasisctl Add Auditlog Destination
7+
8+
Add a destination to an auditlog.
9+
10+
## Synopsis
11+
12+
Add a destination to an auditlog.
13+
14+
```
15+
oasisctl add auditlog destination [flags]
16+
```
17+
18+
## Options
19+
20+
```
21+
-i, --auditlog-id string Identifier of the auditlog
22+
--destination-excluded-topics strings Do not send audit events with these topics to this destination.
23+
--destination-https-client-certificate-pem string PEM encoded public key of the client certificate.
24+
--destination-https-client-key-pem string PEM encoded private key of the client certificate.
25+
--destination-https-headers strings A key=value formatted list of headers for the request. Repeating headers are allowed.
26+
--destination-https-trusted-server-ca-pem string PEM encoded public key of the CA used to sign the server TLS certificate. If empty, a well known CA is expected.
27+
--destination-https-url string URL of the server to POST to. Scheme must be HTTPS.
28+
--destination-type string Type of destination. Possible values are: "cloud", "https-post"
29+
-h, --help help for destination
30+
-o, --organization-id string Identifier of the organization
31+
```
32+
33+
## Options inherited from parent commands
34+
35+
```
36+
--endpoint string API endpoint of the ArangoDB Oasis (default "api.cloud.arangodb.com")
37+
--format string Output format (table|json) (default "table")
38+
--token string Token used to authenticate at ArangoDB Oasis
39+
```
40+
41+
## See also
42+
43+
* [oasisctl add auditlog](oasisctl-add-auditlog.html) - Add auditlog resources
44+

oasis/oasisctl-add-auditlog.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
layout: default
3+
description: Description of the oasisctl add auditlog command
4+
title: Oasisctl Add Auditlog
5+
---
6+
# Oasisctl Add Auditlog
7+
8+
Add auditlog resources
9+
10+
## Synopsis
11+
12+
Add auditlog resources
13+
14+
```
15+
oasisctl add auditlog [flags]
16+
```
17+
18+
## Options
19+
20+
```
21+
-h, --help help for auditlog
22+
```
23+
24+
## Options inherited from parent commands
25+
26+
```
27+
--endpoint string API endpoint of the ArangoDB Oasis (default "api.cloud.arangodb.com")
28+
--format string Output format (table|json) (default "table")
29+
--token string Token used to authenticate at ArangoDB Oasis
30+
```
31+
32+
## See also
33+
34+
* [oasisctl add](oasisctl-add.html) - Add resources
35+
* [oasisctl add auditlog destination](oasisctl-add-auditlog-destination.html) - Add a destination to an auditlog.
36+

oasis/oasisctl-auditlog-attach.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
layout: default
3+
description: Description of the oasisctl auditlog attach command
4+
title: Oasisctl Auditlog Attach
5+
---
6+
# Oasisctl Auditlog Attach
7+
8+
Attach a project to an audit log
9+
10+
## Synopsis
11+
12+
Attach a project to an audit log
13+
14+
```
15+
oasisctl auditlog attach [flags]
16+
```
17+
18+
## Options
19+
20+
```
21+
-i, --auditlog-id string Identifier of the auditlog to attach to.
22+
-h, --help help for attach
23+
-o, --organization-id string Identifier of the organization
24+
-p, --project-id string Identifier of the project
25+
```
26+
27+
## Options inherited from parent commands
28+
29+
```
30+
--endpoint string API endpoint of the ArangoDB Oasis (default "api.cloud.arangodb.com")
31+
--format string Output format (table|json) (default "table")
32+
--token string Token used to authenticate at ArangoDB Oasis
33+
```
34+
35+
## See also
36+
37+
* [oasisctl auditlog](oasisctl-auditlog.html) - AuditLog resources
38+

oasis/oasisctl-auditlog-detach.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
layout: default
3+
description: Description of the oasisctl auditlog detach command
4+
title: Oasisctl Auditlog Detach
5+
---
6+
# Oasisctl Auditlog Detach
7+
8+
Detach a project from an auditlog
9+
10+
## Synopsis
11+
12+
Detach a project from an auditlog
13+
14+
```
15+
oasisctl auditlog detach [flags]
16+
```
17+
18+
## Options
19+
20+
```
21+
-h, --help help for detach
22+
-o, --organization-id string Identifier of the organization
23+
-p, --project-id string Identifier of the project
24+
```
25+
26+
## Options inherited from parent commands
27+
28+
```
29+
--endpoint string API endpoint of the ArangoDB Oasis (default "api.cloud.arangodb.com")
30+
--format string Output format (table|json) (default "table")
31+
--token string Token used to authenticate at ArangoDB Oasis
32+
```
33+
34+
## See also
35+
36+
* [oasisctl auditlog](oasisctl-auditlog.html) - AuditLog resources
37+
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
layout: default
3+
description: Description of the oasisctl auditlog get attached project command
4+
title: Oasisctl Auditlog Get Attached Project
5+
---
6+
# Oasisctl Auditlog Get Attached Project
7+
8+
Get an attached log to a project
9+
10+
## Synopsis
11+
12+
Get an attached log to a project
13+
14+
```
15+
oasisctl auditlog get attached project [flags]
16+
```
17+
18+
## Options
19+
20+
```
21+
-h, --help help for project
22+
-o, --organization-id string Identifier of the organization
23+
-p, --project-id string Identifier of the project
24+
```
25+
26+
## Options inherited from parent commands
27+
28+
```
29+
--endpoint string API endpoint of the ArangoDB Oasis (default "api.cloud.arangodb.com")
30+
--format string Output format (table|json) (default "table")
31+
--token string Token used to authenticate at ArangoDB Oasis
32+
```
33+
34+
## See also
35+
36+
* [oasisctl auditlog get attached](oasisctl-auditlog-get-attached.html) - Audit get attached resources
37+
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
layout: default
3+
description: Description of the oasisctl auditlog get attached command
4+
title: Oasisctl Auditlog Get Attached
5+
---
6+
# Oasisctl Auditlog Get Attached
7+
8+
Audit get attached resources
9+
10+
## Synopsis
11+
12+
Audit get attached resources
13+
14+
```
15+
oasisctl auditlog get attached [flags]
16+
```
17+
18+
## Options
19+
20+
```
21+
-h, --help help for attached
22+
```
23+
24+
## Options inherited from parent commands
25+
26+
```
27+
--endpoint string API endpoint of the ArangoDB Oasis (default "api.cloud.arangodb.com")
28+
--format string Output format (table|json) (default "table")
29+
--token string Token used to authenticate at ArangoDB Oasis
30+
```
31+
32+
## See also
33+
34+
* [oasisctl auditlog get](oasisctl-auditlog-get.html) - Audit log get resources
35+
* [oasisctl auditlog get attached project](oasisctl-auditlog-get-attached-project.html) - Get an attached log to a project
36+

oasis/oasisctl-auditlog-get.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
layout: default
3+
description: Description of the oasisctl auditlog get command
4+
title: Oasisctl Auditlog Get
5+
---
6+
# Oasisctl Auditlog Get
7+
8+
Audit log get resources
9+
10+
## Synopsis
11+
12+
Audit log get resources
13+
14+
```
15+
oasisctl auditlog get [flags]
16+
```
17+
18+
## Options
19+
20+
```
21+
-h, --help help for get
22+
```
23+
24+
## Options inherited from parent commands
25+
26+
```
27+
--endpoint string API endpoint of the ArangoDB Oasis (default "api.cloud.arangodb.com")
28+
--format string Output format (table|json) (default "table")
29+
--token string Token used to authenticate at ArangoDB Oasis
30+
```
31+
32+
## See also
33+
34+
* [oasisctl auditlog](oasisctl-auditlog.html) - AuditLog resources
35+
* [oasisctl auditlog get attached](oasisctl-auditlog-get-attached.html) - Audit get attached resources
36+

oasis/oasisctl-auditlog.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
layout: default
3+
description: Description of the oasisctl auditlog command
4+
title: Oasisctl Auditlog
5+
---
6+
# Oasisctl Auditlog
7+
8+
AuditLog resources
9+
10+
## Synopsis
11+
12+
AuditLog resources
13+
14+
```
15+
oasisctl auditlog [flags]
16+
```
17+
18+
## Options
19+
20+
```
21+
-h, --help help for auditlog
22+
```
23+
24+
## Options inherited from parent commands
25+
26+
```
27+
--endpoint string API endpoint of the ArangoDB Oasis (default "api.cloud.arangodb.com")
28+
--format string Output format (table|json) (default "table")
29+
--token string Token used to authenticate at ArangoDB Oasis
30+
```
31+
32+
## See also
33+
34+
* [oasisctl](oasisctl-options.html) - ArangoDB Oasis
35+
* [oasisctl auditlog attach](oasisctl-auditlog-attach.html) - Attach a project to an audit log
36+
* [oasisctl auditlog detach](oasisctl-auditlog-detach.html) - Detach a project from an auditlog
37+
* [oasisctl auditlog get](oasisctl-auditlog-get.html) - Audit log get resources
38+

oasis/oasisctl-create-auditlog.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
layout: default
3+
description: Description of the oasisctl create auditlog command
4+
title: Oasisctl Create Auditlog
5+
---
6+
# Oasisctl Create Auditlog
7+
8+
Create an auditlog
9+
10+
## Synopsis
11+
12+
Create an auditlog
13+
14+
```
15+
oasisctl create auditlog [flags]
16+
```
17+
18+
## Options
19+
20+
```
21+
--default If set, this AuditLog is the default for the organization.
22+
--description string Description of the audit log.
23+
-h, --help help for auditlog
24+
--name string Name of the audit log.
25+
-o, --organization-id string Identifier of the organization
26+
```
27+
28+
## Options inherited from parent commands
29+
30+
```
31+
--endpoint string API endpoint of the ArangoDB Oasis (default "api.cloud.arangodb.com")
32+
--format string Output format (table|json) (default "table")
33+
--token string Token used to authenticate at ArangoDB Oasis
34+
```
35+
36+
## See also
37+
38+
* [oasisctl create](oasisctl-create.html) - Create resources
39+

0 commit comments

Comments
 (0)