Hi Kai,
Again, the pm-mapper frankfurt codebase uses "filters" and the frankfurt
blueprint (from the link posted earlier) for pm-mapper uses the same.
Blueprint:
inputs:
filter:
type: string
description: PM Mapper filter on measInfo, measInfoId, measType, instanceId
default: "{ \"filters\":[] }" Mapper code:
@Data
@EqualsAndHashCode
@NoArgsConstructor
public class MeasFilterConfig {
@GSONRequired
@SerializedName("filters")
public List<Filter> filters;
Please ensure you are using the correct blueprint when deploying the app in the
relevant OOM release.
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#21874): https://lists.onap.org/g/onap-discuss/message/21874
Mute This Topic: https://lists.onap.org/mt/75742750/21656
Group Owner: [email protected]
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-