cmp.views ========= .. py:module:: cmp.views .. autoapi-nested-parse:: This module contains the CMP endpoints (views). Module Contents --------------- .. py:class:: CmpRequestView(**kwargs) Bases: :py:obj:`trustpoint.logger.LoggerMixin`, :py:obj:`django.views.generic.base.View` Handles all CMP Request Messages. .. py:attribute:: http_method_names :value: ('post',) .. py:method:: post(request, *args, **kwargs) Handles the POST requests to the CMP IR endpoint.