Skip to content

Instantly share code, notes, and snippets.

@dsuch
Last active December 18, 2015 17:50
Show Gist options
  • Save dsuch/5821763 to your computer and use it in GitHub Desktop.
Save dsuch/5821763 to your computer and use it in GitHub Desktop.
$ zato service invoke /opt/server1/ zato.security.basic-auth.get-list \
--payload '{"cluster_id":1}'
[{u'username': u'admin.invoke', u'is_active': True,
u'realm': u'Zato admin invoke', u'id': 1L, u'name': u'admin.invoke'},
{u'username': u'pubapi', u'is_active': True, u'realm': u'Zato public API',
u'id': 2L, u'name': u'pubapi'}]
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment