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

string
Content-Type
Required

application/json


Authentication
This operation uses the following authentication methods.
Responses
200

Status 200

[
    {
        "sentinelId": "string",
        "hostname": "string"
    }
]
array of object
Optional

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/api/admin/techSupportLogs/retrieveSentinelInventory