Appliance System Storage StorageMapping

Appliance System Storage StorageMapping
Appliance System Storage StorageMapping

The Appliance System Storage StorageMapping schema describes the mapping between VCSA partitions and the Hard disk numbers visible in the vSphere Web Client.

JSON Example
{
    "disk": "string",
    "partition": "string",
    "description": {
        "id": "string",
        "default_message": "string",
        "args": [
            "string"
        ],
        "params": {
            "params": {
                "s": "string",
                "dt": "string",
                "i": 0,
                "d": "number",
                "l": "Vapi Std NestedLocalizableMessage Object",
                "format": "string",
                "precision": 0
            }
        },
        "localized": "string"
    }
}
string
disk
Required

The disk number in the vSphere Web Client.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.appliance.system.storage. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.appliance.system.storage.

string
partition
Required

Storage partition name.

description
Optional

Description of partition

This property was added in vSphere API 6.7.

This property is optional because it was added in a newer version than its parent node.