Skip to main content
GET
/
subscriptions
/
suppressions
List suppressions (alias of cloud)
curl --request GET \
  --url https://{host}/subscriptions/suppressions
[
  {
    "suppressionRef": "<string>",
    "suppressionName": "<string>",
    "aliasName": "<string>",
    "attributeName": "<string>",
    "key": "<string>",
    "technology": "AWS",
    "propertyName": "<string>",
    "owner": "<string>",
    "message": "<string>",
    "status": 123
  }
]

Response

200 - application/json

Suppression list

suppressionRef
string

Unique reference ID.

suppressionName
string

Suppression name.

aliasName
string

Alias for display.

attributeName
string

Attribute name (e.g., “Business Applications”, “Resource Tags”, “Container Labels”). For “Resource Tags”/“Container Labels”, supply key and technology. Must exist in Densify’s standard attributes.

key
string

Resource tag/label key (with technology).

technology
enum<string>

Technology for resource attribute (supported: AWS, CONTAINER).

Available options:
AWS,
CONTAINER
propertyName
string

Recommendation element name (must exist in Recommendations schema for the platform).

owner
string

Empty = global; otherwise username for private entry. Admins can set empty (global); non-admins limited to self.

message
string

Error/status message (on error).

status
integer

HTTP-like status code (200, 204, 400, 401, 404, 415, 500).