-
Notifications
You must be signed in to change notification settings - Fork 483
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API docs: Add certificates to host vitals for macOS, iOS, iPadOS #26257
API docs: Add certificates to host vitals for macOS, iOS, iPadOS #26257
Conversation
…nlock/wipe responses (#25773) Originally PR'd in #23374. This commit includes pending action of unlock for macOS hosts when unlocking, includes host ID for all unlock responses (not just macOS), and mentions that macOS hosts require entering an unlock PIN to unlock, but is otherwise the same as the original PR. For #23241.
@rachaelshaw @georgekarrv, now that the certificates have their own endpoints, I think we need to specify the expected response if an API user requests certificates for a host that is not macOS, iOS, or iPadOS. My initial thought is that we would just return 200 with an empty |
@gillespi314 makes sense to me more than erroring, since we may add them later. Thoughts on returning an empty certificates array instead of just |
Good idea, I like that better. |
Keeping it focused on certificates (the other docs will be merged into `main` sooner)
For #23235
Add endpoints to get list of installed certificates by host id and device identifier. This list will be available for macOS, iOS, and iPadOS hosts. It will be empty for other platforms.
NOTE: See also #26457 for additional sort params.