Skip to content

Commit e462a38

Browse files
authored
(DOCSP-47568) Adds missing API endpoints to table. (#729)
<!-- Add a description of your PR here (optional) --> - [DOCSP-47568](https://jira.mongodb.org/browse/DOCSP-47568) - [STAGING](https://67af9a22119f9c0008d79578--docs-ops-manager.netlify.app/reference/api/automation-config/) ### Self-Review Checklist - [ ] [Define](https://wiki.corp.mongodb.com/display/DE/Taxonomy+tagging+instructions) taxonomy [values](https://wiki.corp.mongodb.com/display/DE/Docs+Taxonomy) at top of page. - [ ] Add genre facets (tutorial or reference), as in this [example PR](10gen/cloud-docs#5042). - [ ] Add programmingLanguage (if necessary). - [ ] Add meta keywords (if necessary). - [ ] Resolve any new warnings or errors in the build. - [ ] Proofread for spelling and grammatical errors. - [ ] Check staging for rendering issues. - [ ] Confirm links are working.
1 parent bbe4d65 commit e462a38

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

source/reference/api/automation-config.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,18 @@ configuration resource.
9696
* - ``PUT``
9797
- :doc:`/groups/{PROJECT-ID}/automationConfig/monitoringAgentConfig </reference/api/automation-config/update-monitoring-log-attributes>`
9898
- Update the current monitoring log settings
99+
* - ``GET``
100+
- :doc:`/groups/{PROJECT-ID}/automationConfig/auditLogRotateConfig </reference/api/automation-config/get-audit-log-rotate-config>`
101+
- Retrieve the current audit log rotation configuration
102+
* - ``PUT``
103+
- :doc:`/groups/{PROJECT-ID}/automationConfig/auditLogRotateConfig </reference/api/automation-config/update-audit-log-rotate-config>`
104+
- Update the {+mdbagent+} audit log rotation configuration
105+
* - ``GET``
106+
- :doc:`/groups/{PROJECT-ID}/automationConfig/systemLogRotateConfig </reference/api/automation-config/get-system-log-rotate-config>`
107+
- Retrieve the current system log rotation configuration
108+
* - ``PUT``
109+
- :doc:`/groups/{PROJECT-ID}/automationConfig/systemLogRotateConfig </reference/api/automation-config/update-system-log-rotate-config>`
110+
- Update the {+mdbagent+} system log rotation configuration
99111

100112
.. toctree::
101113
:titlesonly:

0 commit comments

Comments
 (0)