* ================================================================================
* Copyright (C) 2017-2018, 2021 AT&T Intellectual Property. All rights
* reserved.
+ * Modified Copyright (C) 2022 Nordix Foundation.
* ================================================================================
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
registration.addUrlPatterns("/restservices/clds/v2/policyToscaModels/*");
registration.addUrlPatterns("/restservices/clds/v2/policies/*");
registration.addUrlPatterns("/restservices/clds/v2/loop/*");
+ registration.addUrlPatterns("/restservices/clds/v2/toscaControlLoop/*");
registration.setName("cadiFilter");
registration.setOrder(0);
return registration;