Skip to main content
GET
/
subscriptions
/
{platformType}
/
properties
List properties in the platform catalog
curl --request GET \
  --url https://{host}/subscriptions/{platformType}/properties
[
  {
    "propertyRef": "<string>",
    "propertyName": "<string>",
    "aliasName": "<string>",
    "owner": "<string>"
  }
]

Path Parameters

platformType
enum<string>
required

Platform catalog (cloud or containers).

Available options:
cloud,
containers

Query Parameters

type
enum<string>

Which properties to return:
all (default), global, or owner. Non-admins only see their own private when owner.

Available options:
all,
global,
owner
owner
string

Username to combine with type=owner (admins can query any user; non-admins only themselves).

Response

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