/sophos-central-endpoints | Type: Application | PCID required: Yes
Tools
sophos-central-endpoints_add_endpoints_to_group
Add endpoints to group Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
groupId | string | Yes | — | Group ID |
ids | string[] | Yes | — | Endpoint IDs to add |
sophos-central-endpoints_create_endpoint_group
Create endpoint group Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
description | string | No | — | Group description |
endpointIds | string[] | No | — | Initial endpoint IDs to add |
name | string | Yes | — | Group name |
type | string | Yes | — | Group type |
sophos-central-endpoints_delete_endpoint
Delete endpoint Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
endpointId | string | Yes | — | Endpoint ID |
sophos-central-endpoints_delete_endpoint_group
Delete endpoint group Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
groupId | string | Yes | — | Group ID |
sophos-central-endpoints_get_endpoint
Get endpoint details Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
endpointId | string | Yes | — | Endpoint ID |
sophos-central-endpoints_get_endpoint_group
Get endpoint group Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
groupId | string | Yes | — | Group ID |
pageSize | integer | No | — | Number of member endpoints to include |
sophos-central-endpoints_get_endpoint_isolation_status
Get endpoint isolation status Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
endpointId | string | Yes | — | Endpoint ID |
sophos-central-endpoints_get_tamper_protection
Get tamper protection status Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
endpointId | string | Yes | — | Endpoint ID |
sophos-central-endpoints_isolate_endpoint
Isolate or release endpoint Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
endpointId | string | Yes | — | Endpoint ID |
comment | string | No | — | Reason for isolation/release |
enabled | boolean | Yes | — | true to isolate, false to release |
sophos-central-endpoints_list_endpoint_groups
List endpoint groups Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
pageSize | integer | No | — | Number of items per page |
page | integer | No | — | Page number |
name | string | No | — | Filter by group name |
type | string | No | — | Filter by group type |
sophos-central-endpoints_list_endpoints
List endpoints Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
pageSize | integer | No | — | Number of items per page |
pageFromKey | string | No | — | Pagination key for next page |
healthStatus | string | No | — | Filter by health status |
hostnameContains | string | No | — | Filter by hostname substring |
osPlatform | string | No | — | Filter by OS platform |
type | string | No | — | Filter by endpoint type |
tamperProtectionEnabled | boolean | No | — | Filter by tamper protection status |
isolationStatus | string | No | — | Filter by isolation status |
fields | string | No | — | Comma-separated list of fields to return |
sophos-central-endpoints_remove_endpoint_from_group
Remove endpoint from group Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
groupId | string | Yes | — | Group ID |
endpointId | string | Yes | — | Endpoint ID |
sophos-central-endpoints_scan_endpoint
Trigger endpoint scan Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
endpointId | string | Yes | — | Endpoint ID |
sophos-central-endpoints_toggle_tamper_protection
Toggle tamper protection Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
endpointId | string | Yes | — | Endpoint ID |
enabled | boolean | Yes | — | true to enable, false to disable |
sophos-central-endpoints_trigger_endpoint_update_check
Trigger update check Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
endpointId | string | Yes | — | Endpoint ID |
sophos-central-endpoints_update_endpoint_group
Update endpoint group Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
groupId | string | Yes | — | Group ID |
description | string | No | — | Updated description |
name | string | No | — | Updated group name |

