<acl>
    <!-- unique acl key, must be globally unique for all acl's  -->
    <page-diagnostics-arptable>
        <name>WebCfg - Diagnostics: ARP Table page</name>
        <description>Allow access to the 'Diagnostics: ARP Table' page.</description>
        <patterns>
            <pattern>ui/diagnostics/interface/arp/*</pattern>
            <pattern>api/diagnostics/interface/getArp*</pattern>
        </patterns>
    </page-diagnostics-arptable>
    <page-diagnostics-ndptable>
        <name>Webcfg - Diagnostics: NDP Table page</name>
        <description>Allow access to the 'Diagnostics: NDP Table' page.</description>
        <patterns>
            <pattern>ui/diagnostics/interface/ndp/*</pattern>
            <pattern>api/diagnostics/interface/getNdp*</pattern>
        </patterns>
    </page-diagnostics-ndptable>
    <page-diagnostics-system-activity>
        <name>WebCfg - Diagnostics: System Activity</name>
        <description>Allows access to the 'Diagnostics: System Activity' page</description>
        <patterns>
            <pattern>ui/diagnostics/activity/*</pattern>
            <pattern>api/diagnostics/activity/*</pattern>
        </patterns>
    </page-diagnostics-system-activity>
    <page-diagnostics-health>
        <name>WebCfg - Diagnostics: System Health</name>
        <description>Allows access to the 'Diagnostics: System Health' page</description>
        <patterns>
            <pattern>ui/diagnostics/systemhealth/*</pattern>
            <pattern>api/diagnostics/systemhealth/*</pattern>
        </patterns>
    </page-diagnostics-health>
</acl>