14.1.1.16. 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
- GET /caconnector/specific/(catype)¶
It requires the configuration data of a CA connector in the GET parameters and returns a dict of possible specific options.
- POST /caconnector/(name)¶
Create a new CA connector
- DELETE /caconnector/(name)¶
Delete a specific CA connector