Fetch Sentinel Inventory

Fetch Sentinel Inventory

This Api will fetch the list of sentinels

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

application/json


Authentication
This operation uses the following authentication methods.
Responses
200

Status 200

Returns Array of inline_response_200_12 of type(s) application/json
[
    {
        "sentinelId": "string",
        "hostname": "string"
    }
]