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
Responses
200
Status 200
Returns
Array of
_api_admin_techSupportLogs_retrieveSentinelInventory_get_200_response_inner
of type(s)
application/json
[
{
"hostname": "hostname",
"sentinelId": "sentinelId"
}
]