Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions docs/REST API/rest-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -4927,6 +4927,28 @@ The host will only return a key if its disk encryption status is "Verified." Get
}
```

### Rotate host's Recovery Lock password

_Available in Fleet Premium_

Rotates the Recovery Lock password for a host.

`POST /api/v1/fleet/hosts/:id/recovery_lock_password/rotate`

#### Parameters

| Name | Type | In | Description |
| ----------------------------- | ------ | ---- | -------------------------------------------------------------------------------------- |
| id | integer | path | The host ID to rotate Recovery Lock password for. |

#### Example

`POST /api/v1/fleet/hosts/123/recovery_lock_password/rotate`

##### Default response

`204`

### Get host's certificates

Available for macOS, iOS, iPadOS, and Windows hosts only. Requires Fleet's MDM to be [enabled and configured](https://fleetdm.com/docs/using-fleet/mdm-setup).
Expand Down
Loading