diff --git a/etc/pycadf/trove_api_audit_map.conf b/etc/pycadf/trove_api_audit_map.conf new file mode 100644 index 0000000..75fe623 --- /dev/null +++ b/etc/pycadf/trove_api_audit_map.conf @@ -0,0 +1,23 @@ +[DEFAULT] +# default target endpoint type +# should match the endpoint type defined in service catalog +target_endpoint_type = None + +# possible end path of api requests +[path_keywords] +instances=instance +configuration=None +root=None +action=None +databases=database +users=user +flavors=flavor +backups=backup +configurations=configuration +versions=version +datastores=datastore +parameters=parameter + +# map endpoint type defined in service catalog to CADF typeURI +[service_endpoints] +database=service/database