Code Monkey home page Code Monkey logo

wso2cmd's Introduction

Command line tool for admin services in WSO2

Command line tool to play with admin services of a WSO2 server.

Before starting

Make sure you edit repository/conf/carbon.xml file and make the following property to false

<HideAdminServiceWSDLs>false</HideAdminServiceWSDLs>

This will enable accessing the WSDLs of admin services

Tested with

  1. Python 3.4.3
  2. Suds-jurko - https://bitbucket.org/jurko/suds

Example usage

$ python3 wso2cmd.py
(WSO2) >

Then connect to the server,

(WSO2) > connect localhost:9443 admin admin
Connected to Application Server-5.2.1
(WSO2 - Application Server-5.2.1) >

Now authenticated to admin services. Can call any admin services from here on. Need to know the admin service name. You can find that out by starting the server with ./wso2server.sh -DosgiConsole and then doing

> listadminservices

This will list down all available admin services of the server.

(WSO2 - Application Server-5.2.1) > call UserAdmin.<TAB><TAB>

This will list down all available operations for the admin service.

(WSO2 - Application Server-5.2.1) > call UserAdmin.listUsers("*", -1)
[admin]
(WSO2 - Application Server-5.2.1) > call UserAdmin.addUser("testuser", "testpassword", ["admin", "Internal/everyone"], [], None)
None
(WSO2 - Application Server-5.2.1) > call UserAdmin.listUsers("*", -1)
[admin, testuser]
(WSO2 - Application Server-5.2.1) >

wso2cmd's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.