pycti.api.opencti_api_pir ========================= .. py:module:: pycti.api.opencti_api_pir Classes ------- .. autoapisummary:: pycti.api.opencti_api_pir.OpenCTIApiPir Module Contents --------------- .. py:class:: OpenCTIApiPir(api) OpenCTI PIR (Priority Intelligence Requirements) API class. Manages PIR flagging operations on elements. :param api: instance of :py:class:`~pycti.api.opencti_api_client.OpenCTIApiClient` :type api: OpenCTIApiClient Initialize the OpenCTIApiPir instance. :param api: OpenCTI API client instance :type api: OpenCTIApiClient .. py:attribute:: api .. py:method:: pir_flag_element(**kwargs) Flag an element with a PIR. :param id: the element id :type id: str :param input: the PIR flag input (PirFlagElementInput format) :type input: dict :return: None :rtype: None .. py:method:: pir_unflag_element(**kwargs) Unflag an element from a PIR. :param id: the element id :type id: str :param input: the PIR unflag input (PirUnflagElementInput format) :type input: dict :return: None :rtype: None