v1

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