---
title: "Probe protocol."
method: GET
path: "/protocol/probe"
tags: ["Protocol"]
---

# Probe protocol.

`GET /protocol/probe`

A **Low Level** API to probe whether the given protocol is supported on network on ip:port.

## Query parameters

- `protocol` string, required
- `network` string
- `ip` string, required
- `port` string, required

## Response `200`

Success.

- ResultBool
  - `result` boolean

## Other responses

- `400` — Bad request.
- `500` — An error occured while scanning.

---

[API](https://skmtc.dev/elmasy-com/apis/elmasy-api.md) · [All operations](https://skmtc.dev/elmasy-com/apis/elmasy-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/elmasy-com/elmasy-api/revisions/7e77337b2cee/schema)
