node-redfish
    Preparing search index...

    Interface ODataId

    Loosely-typed Redfish resource shapes.

    The DMTF Redfish schema is huge and vendor-extended (Dell iDRAC, HPE iLO, Lenovo XCC, Supermicro, etc. all add OEM properties). Rather than modeling every schema, these types cover the properties in common use and fall back to an index signature so callers can still reach vendor/OEM extensions.

    interface ODataId {
        "@odata.id": string;
    }
    Index
    "@odata.id": string