Profiles
Lists all customized properties for the profile.
get/v1beta/{tenantId}/profiles/{profileId}/customProperties
Response
OK
CustomPropertiesSpec required
CustomPropertiesSpec is a map of keys and JSON object that represents the customized properties of profile, such as requested capabilities including disk type, latency, de-duplicaiton, compression and so forth.
Example response
{
"key1": "value1",
"key2": false,
"key3": {
"key31": "value31"
}
}