v1
latestOpenAPI 3.0.02026-07-17166300328.1 KBGalaxies
Attach the galaxy cluster tag a given entity
post/galaxies/attachCluster/{attachTargetId}/{attachTargetType}/local:{local}
Path parameters
Example:12345
UUID or numeric ID of the target entity (Event, Attribute or TagCollection)
attachTargetType'event' | 'attribute' | 'tag_collection' required
Type of the target entity to attach to the galaxy cluster.
localboolean required
Whether the object should be attached locally or not to the target
Request body
Example request
{
"Galaxy": {
"target_id": 1235
}
}Response
Attach galaxy cluster response
Example response
{
"success": "Cluster attached."
}