- 
                Notifications
    
You must be signed in to change notification settings  - Fork 17
 
Open
Description
At the moment not all the Admin WAMP API procedures are available via the Admin HTTP API.
Realm
-  
bondy.realm.create→POST /realms -  
bondy.realm.get→GET /realms/:realm_uri -  
bondy.realm.update→PUT /realms/:realm_uri -  
bondy.realm.list→GET /realms -  
bondy.realm.delete→DELETE /realms/:realm_uri -  
bondy.realm.security.is_enabled→GET /realms/:realm_uri/security_enabled -  
bondy.realm.security.enable→PUT /realms/:realm_uri/security_enabled -  
bondy.realm.security.disable→DELETE /realms/:realm_uri/security_enabled 
User
-  
bondy.user.add→POST /realms/:realm_uri/users/ -  
bondy.user.delete→DELETE /realms/:realm_uri/users/:id -  
bondy.user.get→GET /realms/:realm_uri/users/:id -  
bondy.user.update→PUT /realms/:realm_uri/users/:id/ -  
bondy.user.list→GET /realms/:realm_uri/users/ -  
bondy.user.is_enabled→GET /realms/:realm_uri/users/:id/enabled -  
bondy.user.enable→PUT /realms/:realm_uri/users/:id/enabled -  
bondy.user.disable→DELETE /realms/:realm_uri/users/:id/enabled -  
bondy.user.change_password->POST /realms/:realm_uri/users/:id/change_password -  
bondy.user.add_alias→PUT /realms/:realm_uri/users/:id/aliases/:alias -  
bondy.user.remove_alias→DELETE /realms/:realm_uri/users/:id/aliases/:alias -  
bondy.user.add_group→PUT /realms/:realm_uri/users/:id/groups/:group -  
bondy.user.remove_group→DELETE /realms/:realm_uri/users/:id/groups/:group -  
bondy.user.add_groups -  
bondy.user.remove_groups 
Group
-  
bondy.group.add→POST /realms/:realm_uri/gropus -  
bondy.group.add_group -  
bondy.group.add_groups -  
bondy.group.delete→DELETE /realms/:realm_uri/groups/:id -  
bondy.group.get→GET /realms/:realm_uri/groups/:id -  
bondy.group.list -  
bondy.group.remove_group -  
bondy.group.remove_groups -  
bondy.group.update→PUT /realms/:realm_uri/groups/:id 
Source
-  
bondy.source.add -  
bondy.source.delete -  
bondy.source.get -  
bondy.source.list -  
bondy.source.match 
Grant
See #22.
Session
-  
wamp.session.get 
Ticket
-  
bondy.ticket.revoke_all 
OAuth2 Token
Cluster
Bridge Relay (Edge)
-  
bondy.router.bridge.add -  
bondy.router.bridge.remove -  
bondy.router.bridge.start -  
bondy.router.bridge.stop -  
bondy.router.bridge.get -  
bondy.router.bridge.list -  
bondy.router.bridge.status -  
bondy.router.bridge.check_spec 
HTTP API Gateway
-  
bondy.http_gateway.api.add -  
bondy.http_gateway.api.get→GET /api_specs/:id|GET /api_specs/:id/info -  
bondy.http_gateway.api.list->GET /api_specs -  
bondy.http_gateway.api.load->POST /api_specs -  
bondy.http_gateway.api.delete 
Metadata
Metadata
Assignees
Labels
No labels