NamespaceManagement_Storage_Profiles_Summary
The Profiles.Summary structure contains the information about compatible storage profiles and represents the result of Profiles.check operation.
{
"profile": "string",
"profile_name": "string",
"compatible": false,
"items": [
{
"zone": "string",
"datastores": [
"string"
]
}
],
"incompatibility_reasons": [
{
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": {
"id": "string",
"params": {
"params": "Std_LocalizationParam Object"
}
},
"format": "string",
"precision": 0
}
},
"localized": "string"
}
]
}
Identifier of the compatible storage profile. A storage profile is compatible if it results in at least one datastore in each of the specified zones. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: SpsStorageProfile. When operations return a value of this structure as a result, the field will be an identifier for the resource type: SpsStorageProfile.
Human-readable identifier of the storage profile.
Compatibility of this storage profile with the specified vSphere Zones.
The list of Profiles.Item wich correspond to the storage profile.
The reason for incompatibility. If empty, this profile is compatible with the given vSphere Zones specified in the Profiles.FilterSpec.