DMTF/Redfish-Mockup-Creator

Creator doesn't crawl the ActionInfo resource

JordanCHW opened this issue · 0 comments

Like the following example response, because current creator only search three keywords in this line. So the /redfish/v1/Systems/system/ResetActionInfo won't be crawled.

{
    "@odata.id": "/redfish/v1/Systems/system",
    "@odata.type": "#ComputerSystem.v1_13_0.ComputerSystem",
    "Actions": {
        "#ComputerSystem.Reset": {
            "@Redfish.ActionInfo": "/redfish/v1/Systems/system/ResetActionInfo",
            "target": "/redfish/v1/Systems/system/Actions/ComputerSystem.Reset"
        }
    },
}