---
title: "Returns the status (0=down, 1=up) of an existing ipalias for the agent."
method: GET
path: "/mimic/agent/{agentNum}/ipalias/status/{IP}/{port}"
tags: ["Agent"]
---

# Returns the status (0=down, 1=up) of an existing ipalias for the agent.

`GET /mimic/agent/{agentNum}/ipalias/status/{IP}/{port}`

port defaults to 161 if not specified.

## Path parameters

- `agentNum` integer, required
- `IP` string, required
- `port` integer, required

## Response `200`

successful operation

- string

## Other responses

- `400` — Invalid agent number value

---

[API](https://skmtc.net/gambitcomm/apis/mimic-rest-api.md) · [All operations](https://skmtc.net/gambitcomm/apis/mimic-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gambitcomm/mimic-rest-api/versions/eb67c54e9ec9/schema)
