Fetch Fleet Components

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


Authentication
This operation uses the following authentication methods.
Responses
200

Status 200

Returns Array of InlineApiAdminTechSupportLogsRetrieveComponents200Response of type(s) application/json
[
    {
        "resourceId": "string",
        "resourceName": "string",
        "appliances": [
            {
                "applianceType": "string",
                "applianceName": "string",
                "applianceId": "string"
            }
        ]
    }
]