NamespaceManagement_Storage_Profiles_Item
The Profiles.Item structure contains the datastores and vSphere Zone which they are in.
{
"zone": "string",
"datastores": [
"string"
]
}
The vSphere Zones the datastore are in. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vcenter.consumption_domains.Zone. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vcenter.consumption_domains.Zone.
The datastores in the zone. When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: Datastore. When operations return a value of this structure as a result, the field will contain identifiers for the resource type: Datastore.