Skip to content
Snippets Groups Projects
Commit 2025519c authored by Robert Latta's avatar Robert Latta
Browse files

schema compliance

parent a27423a9
No related branches found
No related tags found
No related merge requests found
......@@ -595,6 +595,9 @@ def get_fiberlink_trap_metadata(ne_name_str: str, object_name_str: str) \
'related-services':
get_top_level_services(match[0]['df_route_id'], r)
}
for rs in result['related-services']:
rs.pop('id', None)
result = json.dumps(result)
r.set(cache_key, result)
if not result:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment