Skip to main content

Server Health Info

GET/api/v1/nodes/{node_id}/monitor/server-health-info/

Path parameters

  • node_idPathstringrequired

    Path parameter node_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

    • required
    • non-empty string
    example{{api_key}}
  • locationQuerystringoptional

    Specifies the target location for which health information is requested.

    • Must be a non-empty string
    • May contain only alphanumeric characters, hyphens, or underscores
    example{{location}}

Responses

200Successful response
object
codeinteger

HTTP status code indicating the health check result

example200
  • must be an integer
  • must be a valid HTTP status code (100-599)
dataobject
errorsobject
messagestring

Status message indicating the result of the health check

exampleSuccess
  • non-empty string
  • maximum length 100 characters