pycti.entities.opencti_stix =========================== .. py:module:: pycti.entities.opencti_stix Classes ------- .. autoapisummary:: pycti.entities.opencti_stix.Stix Module Contents --------------- .. py:class:: Stix(opencti) Main Stix class for OpenCTI Provides generic STIX object operations in the OpenCTI platform. :param opencti: instance of :py:class:`~pycti.api.opencti_api_client.OpenCTIApiClient` :type opencti: OpenCTIApiClient Initialize the Stix instance. :param opencti: OpenCTI API client instance :type opencti: OpenCTIApiClient .. py:attribute:: opencti .. py:method:: delete(**kwargs) Delete a Stix element. :param id: the Stix element id :type id: str :param force_delete: force deletion (default: True) :type force_delete: bool :return: None .. py:method:: merge(**kwargs) Merge STIX objects into one. :param id: the target Stix-Object id :type id: str :param object_ids: list of source STIX object IDs to merge into target :type object_ids: list :return: The merged Stix-Object object :rtype: dict or None