ComponentIntegrityCollection
更新时间: 2025/05/25
在Gitcode上查看源码

ResourceDefinition

uris

  • /redfish/v1/ComponentIntegrity

properties

名称类型是否只读取值范围/枚举值说明
@odata.contextstringtrueComponentIntegrityCollection资源模型的OData描述信息
@odata.idstringtrueComponentIntegrityCollection资源节点的访问路径
@odata.typestringtrueComponentIntegrityCollection资源类型
NamestringtrueComponentIntegrityCollection资源的名称
Members@odata.countnumbertrue完整性报告数量
Membersarraytrue完整性报告列表
Members[].@odata.idstringtrue单个完整性报告资源节点的访问路径

supported_methods

  • GET

HTTP methods

GET

命令功能

查询组件完整性报告集合资源信息

命令格式

URL: https://device_ip/redfish/v1/ComponentIntegrity

请求头:


X-Auth-Token: 123456789***********************

请求消息体: 无

参数说明

参数参数说明取值
device_ip登录设备的IP地址IPv4或IPv6地址
auth_value执行该请求时,必须在"Headers"中携带"X-Auth-Token"值用于鉴权可通过/redfish/v1/SessionService/Sessions创建会话时获得

使用指南

BMC300 5.12.0.1及以上版本支持

使用实例

请求样例:

http
GET https://device_ip/redfish/v1/ComponentIntegrity

请求头:


X-Auth-Token: 123456789***********************

请求消息体:无

响应样例:

json
{
  "@odata.context": "/redfish/v1/$metadata#ComponentIntegrityCollection.ComponentIntegrityCollection",
  "@odata.id": "/redfish/v1/ComponentIntegrity",
  "@odata.type": "#ComponentIntegrityCollection.ComponentIntegrityCollection",
  "Name": "ComponentIntegrity Collection",
  "Members@odata.count": 1,
  "Members": [
    {
      "@odata.id": "/redfish/v1/ComponentIntegrity/SPDM_0_1"
    }
  ]
}

响应码:200