PowerFlex Manager: REST API를 사용하여 물리적 디스크를 쿼리할 때 응답으로 예기치 않은 "State" 키가 반환됩니다.

Summary: PhysicalDisk 필드 값은 WSMAN의 DCIM_PhysicalDiskView 세부 정보를 반영해야 하며 "State"는 여기에 표시되지 않습니다.

This article applies to This article does not apply to This article is not tied to any specific product. Not all product versions are identified in this article.

Instructions

PhysicalDisk 필드에 대한 API 쿼리를 실행할 때 응답에는 아래 예제와 같이 WSMAN 유사한 쿼리 명령 DCIM_PhysicalDiskView에 표시되지 않는 "상태" 키가 포함됩니다.
"state" 키는 시스템의 구성 요소 또는 엔터티에서 설정되거나 사용되지 않으므로 실수로 추가되었습니다.
"state" 키와 다양한 값은 무시해도 됩니다.


API JSON 응답 예시

$ curl -s -k --location -X GET -H "x-dell-auth-key: $apiKey" -H "x-dell-auth-signature: $signature" -H "x-dell-auth-timestamp: $timestamp" "https://10.1.1.1/Api/V1/Server"
...
{
    "id" : "8a6af86585e8ff530186010d3a681020",
    "fqdd" : "NonRAID.Integrated.1-1",
    "productName" : "Dell HBA330 Mini",
    "deviceDescription" : "Integrated Storage Controller 1",
    "firmwareVersion" : "16.17.01.00",
    "driverVersion" : null,
    "pciSlot" : 1,
    "numPhysDisks" : 8,
    "cacheSizeInMB" : 0,
    "physicalDisks" : [ {
      "fqdd" : "Disk.Bay.4:Enclosure.Internal.0-1:NonRAID.Integrated.1-1",
      "deviceDescription" : "Disk 4 in Backplane 1 of Integrated Storage Controller 1",
      "raidStatus" : "NON_RAID",
      "securityState" : "NOT_CAPABLE",
      "busProtocol" : "SAS",
      "mediaType" : "SSD",
      "size" : 1920383409664,
      "driveNumber" : 4,
      "deviceSerial" : "17T0A027TF2E",
      "manufacturer" : "TOSHIBA",
      "model" : "PX05SRB192Y",
      "remainingRatedWriteEndurance" : "95",
      "rollUpStatus" : "1",
      "predictiveFailureState" : "0",
      "state" : null,
      "supportedEncryptionTypes" : [ "None" ],
      "hotSpareStatus" : "No"
    },
...

WSMAN 명령 응답 예

C:\Users\Administrator>winrm e cimv2/root/dcim/dcim/DCIM_PhysicalDiskView -u:root -p:Abcd@1234 -r:https://10.1.1.1/wsman -auth:basic -encoding:utf-8 -SkipCACheck -SkipCNCheck
...
DCIM_PhysicalDiskView
    BlockSizeInBytes = 512
    BusProtocol = 6
    ConfigLockdownCapable = 0
    ConfigLockdownState = 0
    Connector = 0
    DeviceDescription = Disk 4 in Backplane 1 of Integrated Storage Controller 1
    DriveFormFactor = 2
    FQDD = Disk.Bay.4:Enclosure.Internal.0-1:NonRAID.Integrated.1-1
    ForeignKeyIdentifier = null
    FreeSizeInBytes = 0
    HotSpareStatus = 0
    InstanceID = Disk.Bay.4:Enclosure.Internal.0-1:NonRAID.Integrated.1-1
    LastSystemInventoryTime = 20221102201007.000000+000
    LastUpdateTime = 20220831001933.000000+000
    Manufacturer = TOSHIBA
    ManufacturingDay = 0
    ManufacturingWeek = 7
    ManufacturingYear = 2020
    MaxCapableSpeed = 4
    MediaType = 1
    Model = KPM5XVUG960G
    OperationName = None
    OperationPercentComplete = 0
    PPID = PH0WFGTHTBPKK02B1BK2A02
    PredictiveFailureState = 0
    PrimaryStatus = 1
    RAIDType = 0
    RaidStatus = 8
    RemainingRatedWriteEndurance = 100
    Revision = B01C
    RollupStatus = 1
    SASAddress = 58CE38EE20E0FF6A
    SecurityState = 0
    SerialNumber = 20B0A004TP5F
    SizeInBytes = 960197123584
    Slot = 4
    SupportedEncryptionTypes = Cryptographic Erase Capable
    SystemEraseCapability = 2
    T10PICapability = 0
    UpdateLockdownCapable = 0
    UpdateLockdownState = 0
    UsedSizeInBytes = 0

Affected Products

PowerFlex rack, PowerFlex Appliance, PowerFlex custom node
Article Properties
Article Number: 000214767
Article Type: How To
Last Modified: 13 Feb 2025
Version:  2
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.