s1_list_sites
List SentinelOne sites to identify client segments in an MSP/MSSP console. Returns site names, states, license counts, SKU, expiration, and health status for each site.
Instructions
List sites in the SentinelOne management console. In an MSP/MSSP console, sites are how clients are segmented — use this to discover the client list, then feed site IDs into the other tools. Returns name, state, licence counts (active/total), SKU/suite, expiration and health status per site.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter to sites whose name contains this text | |
| limit | No | Max records per response (default 25, max 1000). | |
| cursor | No | Pagination cursor: pass the nextCursor from the previous response to get the next page. | |
| states | No | Comma-separated site states to include: "active", "expired", "deleted". Default "active". |