---
title: "Pings an octopus server node."
method: GET
path: "/octopusservernodes/ping"
tags: ["OctopusServerNodes"]
---

# Pings an octopus server node.

`GET /octopusservernodes/ping`

Returns HTTP ImATeapot (418) when the Octopus Server node is draining or offline, otherwise HTTP OK (200). Always returns the node information in the body.

## Response `200`

Contains information about the octopus server node

- LoadBalancerPingResource
  - `Id` string
  - `IsInMaintenanceMode` boolean
  - `IsOffline` boolean
  - `LastModifiedBy` string
  - `LastModifiedOn` string, date-time
  - `LastSeen` string, date-time
  - `Links` object
  - `MaxConcurrentTasks` integer
  - `Name` string
  - `Version` string

## Other responses

- `400` — Bad request. Either the payload was not structurally valid or business rules did not permit the operation.
- `404` — Not found. One or more of the entities involved in the operation was not found.
- `418` — Indicates that the node is draining or offline

---

[API](https://skmtc.net/octopus/apis/octopus-server-api.md) · [All operations](https://skmtc.net/octopus/apis/octopus-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/octopus/octopus-server-api/revisions/bc9158facfc7/schema)
