When I use the REST API to create a deployment event, I see that event on lots of my components, not just the component that I specified in the body for the componentID field.
Here is an example payload.
{
"cloudId": "3db6REDACTEDf95039a",
"event": {
"deployment": {
"displayName": "Deploy",
"updateSequenceNumber": 1,
"url": "https://github.com",
"description": "GitHub Action Deploy to test",
"lastUpdated": "2026-01-06T13:01:00Z",
"externalEventSourceId": "UNKNOWN",
"deploymentProperties": {
"sequenceNumber": 1,
"state": "PENDING",
"pipeline": {
"pipelineId": "1",
"url": "https://github.com",
"displayName": "Deploy To Test"
},
"environment": {
"category": "STAGING",
"displayName": "STAGING",
"environmentId": "STAGING"
}
}
}
},
"componentId": "ari:cloud:compass:3db6fREDACTED9a:component/d58REDACTEDa91/5b6acREDACTED95e"
}
After the runs I get a successful 202 back, but if I go look at activities, I see this event showing up on like 6 different totally unrelated components. not just the component with ID ending in 95e.