Fetch Fleet Components
This Api will fetch the list of fleet components
Request
URI
GET
https://{api_host}/api/admin/techSupportLogs/retrieveComponents
COPY
Header Parameters
string
Accept
Required
application/json
Responses
200
Status 200
Returns Array of InlineApiAdminTechSupportLogsRetrieveComponents200Response of type(s) application/json
[
{
"resourceId": "string",
"resourceName": "string",
"appliances": [
{
"applianceType": "string",
"applianceName": "string",
"applianceId": "string"
}
]
}
]