XMLWordPrintable

    • Icon: Story Story
    • Resolution: Done
    • Icon: Medium Medium
    • Dublin Release
    • None
    • None
    • None

      Provide new API that lets clients get a list of policies matching a regex.

      To list all policies:

      { "policyName": ".*" }

       

      To list all policies in a scope 'com'

      { "policyName": "com.*" }

       

      To check whether particular policy exists: com.Config_Sample.1.xml

      { "policyName": "com.Config_Sample.1.xml" }

      or if you don't know the specific version:

      { "policyName": "com.*Sample.*" }

            ss3917 ss3917
            bobbymander bobbymander
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: