"SoftLayer_" prefix removed for readability.
Validates a collection of partitions for an operating system
Name | Type | Description |
---|---|---|
operatingSystem | SoftLayer_Software_Description | The operating system that is to be verified against. |
partitions | SoftLayer_Hardware_Component_Partition[] | The partitions that are to be used with the operating system. |
None
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_Software_Description, SoftLayer_Hardware_Component_Partition]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_SecurityModule750/validatePartitionsForOperatingSystem'