You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
770 B

[script:at_configurations_api]
match = /api/v1/kpis_at_configurations
python.version = python3
script = kpis_at_configurations_api.py
scripttype = persist
handler = application.ATConfigurationsAPIHandler
capability.get = kpis_at_configurations_get
capability.delete = kpis_at_configurations_delete
[script:entities_at_configurations_api]
match = /api/v1/kpis_at_configurations/entities
python.version = python3
script = kpis_at_configurations_api.py
scripttype = persist
handler = application.ATConfigurationsAPIHandler
capability.get = entities_at_configurations_get
capability.delete = entities_at_configurations_delete