Fetch Sentinel Inventory

Fetch Sentinel Inventory

This Api will fetch the list of sentinels

Request
URI
GET
https://{api_host}/api/admin/techSupportLogs/retrieveSentinelInventory
COPY
Header Parameters
string
Accept
Required

application/json


Authentication
This operation uses the following authentication methods.
Responses
200

Status 200

[
    {
        "hostname": "hostname",
        "sentinelId": "sentinelId"
    }
]