Adding gnocchi_api_audit_map.conf to pycadf
Like we have the provision to audit API calls for services like nova, cinder etc., this change includes audit conf file for gnocchi. Change-Id: Ia435a05d6591c9c98dc5110a36ade6ac3abf9c49 Closes-Bug: 1710543
This commit is contained in:
parent
e848d07598
commit
dd7e62afd0
21
etc/pycadf/gnocchi_api_audit_map.conf
Normal file
21
etc/pycadf/gnocchi_api_audit_map.conf
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
[DEFAULT]
|
||||||
|
# default target endpoint type
|
||||||
|
# should match the endpoint type defined in service catalog
|
||||||
|
target_endpoint_type = metric
|
||||||
|
|
||||||
|
# possible end path of api requests
|
||||||
|
[path_keywords]
|
||||||
|
metric = metric_id
|
||||||
|
measures = None
|
||||||
|
archive_policy = archive_policy_name
|
||||||
|
archive_policy_rule = archive_policy_rule_name
|
||||||
|
generic = generic_id
|
||||||
|
instance = instance_id
|
||||||
|
history = None
|
||||||
|
resource_type = resource_type_name
|
||||||
|
capabilities = None
|
||||||
|
status = None
|
||||||
|
|
||||||
|
# map endpoint type defined in service catalog to CADF typeURI
|
||||||
|
[service_endpoints]
|
||||||
|
metric=service/metric
|
Loading…
Reference in New Issue
Block a user