f5devcentral / f5-corkscrew

TMOS parser and application extractor
Apache License 2.0
13 stars 3 forks source link

[RFE] better apm parsing #31

Closed DumpySquare closed 1 year ago

DumpySquare commented 1 year ago

need to deep parse the apm.profile.access entries, which points to the apm.policy.access-policy details\ (also deep parse)

I'm fairly certain this is a 1:1 relationship.

Display the profile access in vscode-f5 as a list and provide all the details from there.

image

DumpySquare commented 1 year ago

fully parsed the "apm profile access", but not the 'apm policy access-policy' since it gets complicated really quick and there is no information we need from it at this time. Mainly since it should be covered by any policy export/conversion process in the future. With the current situation, at least we can see virtual/access-profile relationships and high level profile settings, which is the goal at this time.

This has been completed with pending v1.1.0 release