Skip to content

Commit

Permalink
Updated Health diagnostics API documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Ihor Aleksandrychiev <[email protected]>
  • Loading branch information
aleksandrychev committed Jul 18, 2024
1 parent 9e5559a commit c6e3221
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions api/enterprise-api-ref/health-diagnostic.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ This API provides access to health diagnostic information.
```
{
"hostsNeverCollected": 1,
"deletedHostsReport": 1,
"hostNotRecentlyCollected": 0,
"hostsUsingSameIdentity": 0,
"agentNotRunRecently": 2,
Expand All @@ -37,6 +38,7 @@ This API provides access to health diagnostic information.
```
[
"hostsNeverCollected",
"deletedHostsReport",
"notRecentlyCollected",
"hostsUsingSameIdentity",
"agentNotRunRecently",
Expand Down
6 changes: 3 additions & 3 deletions api/enterprise-api-ref/host.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -301,9 +301,9 @@ HTTP 200 Ok

**Method:** POST

Restore host entry in reporting database .
Restore host entry in reporting database.

Note: to abe able to perform this action related RBAC rule should be enabled.
Note: to be able to perform this action related RBAC rule (alias `hosts-undelete.post`) should be enabled.

**Responses:**

Expand Down Expand Up @@ -331,7 +331,7 @@ HTTP 200 Ok

Permanently deletes host entry from the reporting database.

Note: to abe able to perform this action related RBAC rule should be enabled.
Note: to be able to perform this action related RBAC rule (alias `hosts-delete-permanently.delete`) should be enabled.

**Responses:**

Expand Down

0 comments on commit c6e3221

Please sign in to comment.