ComponentIntegrity resource instances.username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/ComponentIntegrity' \
--header 'Authorization: Basic <encoded-value>'{
"@odata.context": "/redfish/v1/$metadata#ComponentIntegrityCollection.ComponentIntegrityCollection",
"@odata.id": "/redfish/v1/ComponentIntegrity",
"@odata.type": "#ComponentIntegrityCollection.ComponentIntegrityCollection",
"Description": "Collection of ComponentIntegrity resources",
"Members": [],
"Members@odata.count": 0,
"Name": "ComponentIntegrity Collection"
}