node-redfish
    Preparing search index...

    Interface ComputerSystem

    interface ComputerSystem {
        "@odata.etag"?: string;
        "@odata.id": string;
        "@odata.type"?: string;
        Actions?: {
            "#ComputerSystem.Reset"?: RedfishAction & {
                "ResetType@Redfish.AllowableValues"?: ResetType[];
            };
            [key: string]: unknown;
        };
        AssetTag?: string
        | null;
        BiosVersion?: string;
        Boot?: Boot;
        Description?: string | null;
        Id?: string;
        IndicatorLED?: string;
        Links?: {
            Chassis?: ODataId[];
            ManagedBy?: ODataId[];
            [key: string]: unknown;
        };
        Manufacturer?: string;
        MemorySummary?: { Status?: Status; TotalSystemMemoryGiB?: number };
        Model?: string;
        Name?: string;
        PartNumber?: string;
        PowerState?: string;
        ProcessorSummary?: { Count?: number; Model?: string; Status?: Status };
        SerialNumber?: string;
        SKU?: string;
        Status?: Status;
        SystemType?: string;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index
    "@odata.etag"?: string
    "@odata.id": string
    "@odata.type"?: string
    Actions?: {
        "#ComputerSystem.Reset"?: RedfishAction & {
            "ResetType@Redfish.AllowableValues"?: ResetType[];
        };
        [key: string]: unknown;
    }
    AssetTag?: string | null
    BiosVersion?: string
    Boot?: Boot
    Description?: string | null
    Id?: string
    IndicatorLED?: string
    Links?: { Chassis?: ODataId[]; ManagedBy?: ODataId[]; [key: string]: unknown }
    Manufacturer?: string
    MemorySummary?: { Status?: Status; TotalSystemMemoryGiB?: number }
    Model?: string
    Name?: string
    PartNumber?: string
    PowerState?: string
    ProcessorSummary?: { Count?: number; Model?: string; Status?: Status }
    SerialNumber?: string
    SKU?: string
    Status?: Status
    SystemType?: string