Module Management

The module interface allows hot-plugging of add-on functionality as may be needed for a given use-case. These API operations provide administrative functions for installing, licensing, and configuring modules.

Get version number info of the EventHub

SecurityOAuth2 or ApiKey
Responses
200

Response success

401

Unauthorized access, invalid credentials were used.

get/version
Request samples
Response samples
application/json
{
  • "EventHubVersion": "0.2.4"
}

Get details of currently defined modules

SecurityOAuth2 or ApiKey
Responses
200

Response success

401

Unauthorized access, invalid credentials were used.

get/modules
Request samples
Response samples
application/json
[
  • {
    }
]