Skip to main content
PUT
/
subscriptions
/
{platformType}
/
suppressions
Replace suppressions (bulk PUT; all-or-nothing)
curl --request PUT \
  --url https://{host}/subscriptions/{platformType}/suppressions \
  --header 'Content-Type: application/json' \
  --data '[
  {
    "suppressionRef": "<string>",
    "suppressionName": "<string>",
    "aliasName": "<string>",
    "attributeName": "<string>",
    "key": "<string>",
    "technology": "AWS",
    "propertyName": "<string>",
    "owner": "<string>"
  }
]'
[
  {
    "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

Body

application/json · object[]
suppressionRef
string
required
suppressionName
string
required
aliasName
string
attributeName
string
key
string
technology
enum<string>
Available options:
AWS,
CONTAINER
propertyName
string
owner
string

Response

Updated entries

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