Skip to main content
Version: 8.5.0

GET a Hardware Asset Component Details

You can fetch the details of the hardware tab's component.

note

You can perform CRUD operations for all the components of Computer Hardware and its sub- asset types.

URL: http://{{server-url}}/api/v1/asset/discoveryComponent/{component_type}/{id}

Example: http://{{server-url}}/api/v1/asset/discoveryComponent/os_component/1

Header

KeyDescription
AuthorizationBearer {access token obtained after authorization}

Request

curl --location 'http://172.16.11.148/api/v1/asset/discoveryComponent/os_component/1'

Response

{
"type": "Os",
"id": 1,
"assetId": 1,
"componentType": "os_component",
"osName": "Microsoft Windows 10 Pro",
"osVersion": "10.0.19045",
"architecture": "64 BIT",
"manufacturerName": "Microsoft Corporation",
"productKey": "00331-10000-00001-AA463",
"licenceKey": "W269N-WFGWX-YVC9B-4J6C9-T83GX",
"activationStatus": "Licensed",
"installedDate": "01/02/2022 04:08 am",
"displayVersion": "22H2",
"buildNo": "19045.4046"
}