Profiles
Adds customized property to the profile.
post/v1beta/{tenantId}/profiles/{profileId}/customProperties
Request body
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 request
{
"key1": "value1",
"key2": false,
"key3": {
"key31": "value31"
}
}Response
Created
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"
}
}