Get VM notes
Get the personal and account-shared notes attached to a VM.
- Personal note — visible only to the user that wrote it.
- Account note — visible to all members of the account.
Use the optional type query param to fetch only one scope. Either or both fields may be absent from the response if no note has been written yet — in that case only { "success": true } is returned.
Authorizations
API key for authentication. Each key is bound to a specific account.
Path Parameters
VM ID (UUID)
Query Parameters
Filter to one note scope. Omit to return both.
personal, account Response
VM notes
Personal and account notes for a VM. Either or both may be present.
true
A free-form note attached to a VM. personal notes are visible only to the writer; account notes are shared across the account.
A free-form note attached to a VM. personal notes are visible only to the writer; account notes are shared across the account.