v1

latestOpenAPI 3.0.02026-07-17166300328.1 KB
Galaxies

Attach the galaxy cluster tag a given entity

post/galaxies/attachCluster/{attachTargetId}/{attachTargetType}/local:{local}

Path parameters

string required
OR
string required
OR
string required
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

savedboolean

Present and true if the galaxy cluster was successfully attached.

successstring

Status message of the operation.

check_publishboolean

Example response

{
  "success": "Cluster attached."
}