Skip to main content
GET
/
subscriptions
/
properties
List properties (alias of cloud)
curl --request GET \
  --url https://{host}/subscriptions/properties
[
  {
    "propertyRef": "<string>",
    "propertyName": "<string>",
    "aliasName": "<string>",
    "owner": "<string>"
  }
]

Response

200 - application/json

Property list

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).