Skip to main content

Check Connection

GET/api/v1/cdpbackup/{node_id}/cdp-agent/

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

    Location identifier used in the check connection request

    • must be a non-empty string
    example{{location}}

Responses

200Successful response
object
codeinteger

HTTP status code indicating the result of the connection check

example200
  • must be a valid HTTP status code (100-599)
  • typically 200 for a successful connection
dataobject
errorsobject
messagestring

Status message indicating the result of the connection check

exampleSuccess
  • must be a non-empty string
  • generally brief, such as 'Success' or an error description