diff --git a/api/enterprise-api-ref/health-diagnostic.markdown b/api/enterprise-api-ref/health-diagnostic.markdown index 0bac189d1..dd9766687 100644 --- a/api/enterprise-api-ref/health-diagnostic.markdown +++ b/api/enterprise-api-ref/health-diagnostic.markdown @@ -17,6 +17,7 @@ This API provides access to health diagnostic information. ``` { "hostsNeverCollected": 1, + "deletedHostsReport": 1, "hostNotRecentlyCollected": 0, "hostsUsingSameIdentity": 0, "agentNotRunRecently": 2, @@ -37,6 +38,7 @@ This API provides access to health diagnostic information. ``` [ "hostsNeverCollected", + "deletedHostsReport", "notRecentlyCollected", "hostsUsingSameIdentity", "agentNotRunRecently", diff --git a/api/enterprise-api-ref/host.markdown b/api/enterprise-api-ref/host.markdown index 186bdc3a2..8b693a95d 100644 --- a/api/enterprise-api-ref/host.markdown +++ b/api/enterprise-api-ref/host.markdown @@ -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:** @@ -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:**