15.1.1.15. CA Connector endpoints¶
This is the REST API for managing CA connector definitions. The CA connectors are written to the database table “caconnector”.
The code is tested in tests/test_api_caconnector.py.
-
GET/caconnector/(name)¶
-
GET/caconnector/¶ returns a json list of the available CA connectors
-
POST/caconnector/(name)¶ Create a new CA connector
-
DELETE/caconnector/(name)¶ Delete a specific CA connector