Skip to main content
GET
/
subscriptions
/
{platformType}
/
properties
/
{propertyRef}
Get a property by ID
curl --request GET \
  --url https://{host}/subscriptions/{platformType}/properties/{propertyRef}
{
  "propertyRef": "<string>",
  "propertyName": "<string>",
  "aliasName": "<string>",
  "owner": "<string>"
}

Path Parameters

platformType
enum<string>
required

Platform catalog (cloud or containers).

Available options:
cloud,
containers
propertyRef
string
required

Unique property identifier.

Response

Property

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