Skip to main content
GET
/
subscriptions
/
{platformType}
/
suppressions
/
{suppressionRef}
Get a suppression by ID
curl --request GET \
  --url https://{host}/subscriptions/{platformType}/suppressions/{suppressionRef}
{
  "suppressionRef": "<string>",
  "suppressionName": "<string>",
  "aliasName": "<string>",
  "attributeName": "<string>",
  "key": "<string>",
  "technology": "AWS",
  "propertyName": "<string>",
  "owner": "<string>",
  "message": "<string>",
  "status": 123
}

Path Parameters

platformType
enum<string>
required

Platform catalog to target (cloud or containers).

Available options:
cloud,
containers
suppressionRef
string
required

Unique suppression identifier.

Response

Suppression

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