Skip to main content
POST
/
subscriptions
/
{platformType}
/
properties
Add properties (bulk)
curl --request POST \
  --url https://{host}/subscriptions/{platformType}/properties \
  --header 'Content-Type: application/json' \
  --data '[
  {
    "propertyName": "<string>",
    "aliasName": "<string>",
    "owner": "<string>"
  }
]'
[
  {
    "propertyRef": "<string>",
    "propertyName": "<string>",
    "aliasName": "<string>",
    "owner": "<string>"
  }
]

Path Parameters

platformType
enum<string>
required

Platform catalog (cloud or containers).

Available options:
cloud,
containers

Body

application/json · object[]
propertyName
string
required
aliasName
string
owner
string

Omit or empty for global (admins only); otherwise username for private.

Response

200 - application/json

Created properties

propertyRef
string
required

Unique referenced ID.

propertyName
string
required

Recommendation element name (must exist in the applicable Recommendations response schema).

aliasName
string

Display alias (scope-unique per rules).

owner
string

Empty = global; otherwise username (private).