---
title: "Locate a CX Switch"
method: POST
path: "/network-troubleshooting/v1/cx/{serial-number}/locate"
tags: ["CX Switches"]
---

# Locate a CX Switch

`POST /network-troubleshooting/v1/cx/{serial-number}/locate`

Initiates a locate (e.g., blinking LED) operation on the specified CX Switch.

## Path parameters

- `serial-number` string, required

## Response `202`

Accepted. The locate action has been successfully initiated.

- ActionInitiatedStatus
  - `startTime` string, date-time, required — ISO 8601 timestamp indicating when the action was initiated.
  - `status` 'INITIATED', required — The initial status of the action.

## Other responses

- `400` — Bad Request. Validation errors in the request body or parameters, or invalid parameters for the specific device.
- `401` — Unauthorized. Authentication credentials are required or invalid.
- `403` — Forbidden: Access is denied.
- `404` — Not Found. The device with the specified serial number was not found.
- `409` — Conflict. The device is already performing a locate operation.
- `429` — Too Many Requests. The user has sent too many requests in a given amount of time.
- `500` — Internal Server Error. An unexpected error occurred on the server.

---

[API](https://skmtc.net/arubanetworks/apis/authorization.md) · [All operations](https://skmtc.net/arubanetworks/apis/authorization/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/arubanetworks/authorization/versions/74c95058b11f/schema)
