Skip to content

Server Api

Muhammed Patel edited this page Aug 8, 2016 · 1 revision

http://{server_name}:{server_port}/{admin_url}/

The server api consists of the following routes

/register
Allows you to register your application. It expects the following JSON Body

{
    
    name: Name of your api
    swaggerUrl: URL to your hosted swagger file
    groupId: Many instances register to one instance of an api 
}

/unregister
Allows you to unregister your application. It expects the following JSON Body

{
    
    name: Name of your api
    groupId: Many instances register to one instance of an api 
}

Clone this wiki locally