---
title: "Site devices summary"
method: GET
path: "/network-monitoring/v1/sitemaps-summary/{site-id}"
tags: ["FloorPlan"]
---

# Site devices summary

`GET /network-monitoring/v1/sitemaps-summary/{site-id}`

This API provides a list of non-associated and non-deployed APs for a site. The summary for the site and a specific floor can also be obtained by passing the floor ID of that specific floor.

## Path parameters

- `site-id` string, const, required

## Query parameters

- `filter` string, const, required — OData Version 4.0 filter string (limited functionality). Supports only 'eq' operations ('gt', 'ge', 'lt', 'le' and 'in' are NOT supported). Supports only 'and' conjunction ('or' and 'not' are NOT supported). Supported filter fields are: floorId and buildingId.

## Response `200`

Returns summary of devices associated with the site.

- SiteSummary
  - `type` string, const, required — API type.
  - `id` string, const, required — siteId associated with the device commonly in UUID format.
  - `siteId` string, const — Site ID associated with the device commonly in UUID format.
  - `deviceSummary` DeviceSummary, required
    - `nonassociatedDevices` object
      - `aps` integer
    - `nondeployedDevices` object
      - `aps` integer
  - `floorsSummary` FloorSummary[]
    - `floorId` string
    - `deviceSummary` DeviceSummary
      - `nonassociatedDevices` object
        - `aps` integer
      - `nondeployedDevices` object
        - `aps` integer

## Other responses

- `400` — Invalid input received.
- `401` — Unauthorized. Authentication credentials are required or invalid.
- `403` — Forbidden: Access is denied.
- `404` — Not Found error.
- `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/revisions/74c95058b11f/schema)
