Initial commit
This commit is contained in:
commit
1b51716d1b
72 changed files with 8204 additions and 0 deletions
50
tests/redfish_json/cli_logical_volume.json
Normal file
50
tests/redfish_json/cli_logical_volume.json
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
{
|
||||
"@Redfish.Settings": {
|
||||
"@odata.context": "/redfish/v1/$metadata#Settings.Settings",
|
||||
"@odata.type": "#Settings.v1_1_0.Settings",
|
||||
"SettingsObject": {
|
||||
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/Volumes/Disk.Virtual.0:RAID.Slot.6-1/Settings"
|
||||
},
|
||||
"SupportedApplyTimes": [
|
||||
"Immediate",
|
||||
"OnReset",
|
||||
"AtMaintenanceWindowStart",
|
||||
"InMaintenanceWindowOnReset"
|
||||
]
|
||||
},
|
||||
"@odata.context": "/redfish/v1/$metadata#Volume.Volume",
|
||||
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/Volumes/Disk.Virtual.0:RAID.Slot.6-1",
|
||||
"@odata.type": "#Volume.v1_0_3.Volume",
|
||||
"Actions": {
|
||||
"#Volume.CheckConsistency": {
|
||||
"target": "/redfish/v1/Systems/System.Embedded.1/Storage/Volumes/Disk.Virtual.0:RAID.Slot.6-1/Actions/Volume.CheckConsistency"
|
||||
},
|
||||
"#Volume.Initialize": {
|
||||
"InitializeType@Redfish.AllowableValues": ["Fast", "Slow"],
|
||||
"target": "/redfish/v1/Systems/System.Embedded.1/Storage/Volumes/Disk.Virtual.0:RAID.Slot.6-1/Actions/Volume.Initialize"
|
||||
}
|
||||
},
|
||||
"BlockSizeBytes": 512,
|
||||
"CapacityBytes": 299439751168,
|
||||
"Description": "os",
|
||||
"Encrypted": false,
|
||||
"EncryptionTypes": ["NativeDriveEncryption"],
|
||||
"Id": "Disk.Virtual.0:RAID.Slot.6-1",
|
||||
"Identifiers": [],
|
||||
"Links": {
|
||||
"Drives": [
|
||||
{
|
||||
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/Drives/Disk.Bay.0:Enclosure.Internal.0-1:RAID.Slot.6-1"
|
||||
},
|
||||
{
|
||||
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/Drives/Disk.Bay.1:Enclosure.Internal.0-1:RAID.Slot.6-1"
|
||||
}
|
||||
],
|
||||
"Drives@odata.count": 2
|
||||
},
|
||||
"Name": "os",
|
||||
"Operations": [],
|
||||
"OptimumIOSizeBytes": 65536,
|
||||
"Status": {"Health": "OK", "HealthRollup": "OK", "State": "Enabled"},
|
||||
"VolumeType": "Mirrored"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue