Galaxy Clusters

Get galaxy clusters

get/galaxy_clusters/index/{galaxyId}

Path parameters

string required
OR
string uuid required
Example:12345

UUID or numeric ID of the galaxy

Response

Get galaxy clusters response

Example response

[
  {
    "GalaxyCluster": {
      "id": "12345",
      "uuid": "c99506a6-1255-4b71-afa5-7b8ba48c3b1b",
      "collection_uuid": "c99506a6-1255-4b71-afa5-7b8ba48c3b1b",
      "type": "mitre-enterprise-attack-attack-pattern",
      "value": "Brute Force - T1110",
      "tag_name": "tlp:white",
      "description": "Adversaries may use brute force techniques to attempt access to accounts when passwords are unknown or when password hashes are obtained...",
      "galaxy_id": "12345",
      "source": "https://github.com/mitre/cti",
      "authors": [
        "MITRE"
      ],
      "version": "1",
      "distribution": "4",
      "sharing_group_id": "1",
      "org_id": "12345",
      "orgc_id": "12345",
      "extends_uuid": "c99506a6-1255-4b71-afa5-7b8ba48c3b1b",
      "extends_version": "1",
      "GalaxyElement": [
        {
          "id": "12345",
          "galaxy_cluster_id": "12345",
          "key": "categories",
          "value": "Military"
        }
      ]
    }
  }
]

Changes

Changed in 2 of the 50 revisions of this API.53

  • 0a9c9382121a31See the full diff
    • the items/GalaxyCluster/allOf[GalaxyClusterNoId]/sharing_group_id response property's maxLength was unset from 10 for the response status 200

      response-property-max-length-unset

    • added SharingGroupIntId SharingGroupUuidId to the items/GalaxyCluster/allOf[GalaxyClusterNoId]/sharing_group_id response property oneOf list for the response status 200

      response-property-one-of-added

    • the items/GalaxyCluster/allOf[GalaxyClusterNoId]/sharing_group_id response's property type/format changed from string/ to / for status 200

      response-property-type-changed

    • the items/GalaxyCluster/allOf[GalaxyClusterNoId]/sharing_group_id response's property pattern ^\d+$|^$ was removed for the status 200

      response-property-pattern-removed

  • 7cd8b1880b1122See the full diff
    • the response property items/GalaxyCluster/allOf[GalaxyClusterNoId]/sharing_group_id became nullable for the status 200

      response-property-became-nullable

    • the items/GalaxyCluster/allOf[GalaxyClusterNoId]/sharing_group_id response's property type/format changed from / to string/ for status 200

      response-property-type-changed

    • removed SharingGroupIntId SharingGroupUuidId from the items/GalaxyCluster/allOf[GalaxyClusterNoId]/sharing_group_id response property oneOf list for the response status 200

      response-property-one-of-removed

    • the items/GalaxyCluster/allOf[GalaxyClusterNoId]/sharing_group_id response's property pattern ^\d+$|^$ was added for the status 200

      response-property-pattern-added

    This revision also has 25 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog