node-redfish
    Preparing search index...

    Interface RedfishAction

    interface RedfishAction {
        "@Redfish.ActionInfo"?: string;
        target: string;
        title?: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    "@Redfish.ActionInfo"?: string
    target: string
    title?: string