Skip to main content

Audit Logs

GET/api/v1/nodes/nodeactionlog/{vm_id}

Path parameters

  • vm_idPathstringrequired

    Path parameter vm_id.

Query parameters

  • project_idQuerystringoptional

    Identifier of the project to scope the request to. Optional; if omitted, the account's default project is used.

    • optional
    • if omitted, the request is applied to the default project
    example{{project_id}}
  • apikeyQuerystringoptional

    API key used to authenticate the request for audit logs

    • required
    • must be a valid API key
    example{{api_key}}
  • locationQuerystringoptional

    Filter audit logs by location

    • non-empty string
    • alphanumeric characters, hyphens or underscores only
    example{{location}}

Responses

200Successful response
object
codeinteger

HTTP status code of the audit log response

example200
  • integer
  • value between 100 and 599
dataarray
errorsobject
messagestring

Result status of the audit operation

exampleSuccess
  • Must be a non-empty string
  • Typically a short status such as "Success" or "Failure"