v1

latestOpenAPI 3.0.0Apache 2.02026-07-176940115.5 KB
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"
  }
}