Forum Discussion

Rosieodonell_16's avatar
Mar 09, 2015
Solved

Cmd Line needed to update datagroup list

I have a datagroup list called "auth_keys" and i was wondering if anyone knows a command line to add info to it. Here is the kind of info i need to add to the datagroup   string: user@domain.com v...
  • nitass_89166's avatar
    Mar 09, 2015

    e.g.

    root@(ve11c)(cfg-sync In Sync)(Active)(/Common)(tmos) modify ltm data-group internal auth_keys records add { user@domain.com { data GR45EDWOY76DD342 }}
    root@(ve11c)(cfg-sync In Sync)(Active)(/Common)(tmos) list ltm data-group internal auth_keys
    ltm data-group internal auth_keys {
        records {
            user@domain.com {
                data GR45EDWOY76DD342
            }
        }
        type string
    }