![]() |
Fledge
An open source edge computing platform for industrial users
|
This is the complete list of members for ManagementClient, including all inherited members.
addAssetTrackingTuple(const std::string &service, const std::string &plugin, const std::string &asset, const std::string &event) | ManagementClient | |
addAuditEntry(const std::string &serviceName, const std::string &severity, const std::string &details) | ManagementClient | |
addCategory(const T &t, bool keepOriginalItems=false) | ManagementClient | inline |
addChildCategories(const std::string &parentCategory, const std::vector< std::string > &children) | ManagementClient | |
addProxy(const std::string &serviceName, const std::string &operation, const std::string &publicEnpoint, const std::string &privateEndpoint) | ManagementClient | |
addProxy(const std::string &serviceName, const std::map< std::string, std::vector< std::pair< std::string, std::string > > > &endpoints) (defined in ManagementClient) | ManagementClient | |
addStorageAssetTrackingTuple(const std::string &service, const std::string &plugin, const std::string &asset, const std::string &event, const bool &deprecated=false, const std::string &datapoints="", const int &count=0) | ManagementClient | |
clearAlert(const std::string &key) | ManagementClient | |
deleteProxy(const std::string &serviceName) | ManagementClient | |
getACL(const std::string &aclName) | ManagementClient | |
getAlertByKey(const std::string &key) | ManagementClient | |
getAssetTrackingTuple(const std::string &serviceName, const std::string &assetName, const std::string &event) | ManagementClient | |
getAssetTrackingTuples(const std::string serviceName="") | ManagementClient | |
getBearerToken() (defined in ManagementClient) | ManagementClient | inline |
getCategories() | ManagementClient | |
getCategory(const std::string &categoryName) | ManagementClient | |
getChildCategories(const std::string &categoryName) | ManagementClient | |
getDeprecatedAssetTrackingTuples() | ManagementClient | |
getHttpClient() | ManagementClient | |
getRegistrationBearerToken() (defined in ManagementClient) | ManagementClient | inline |
getService(ServiceRecord &service) | ManagementClient | |
getServices(std::vector< ServiceRecord *> &services) | ManagementClient | |
getServices(std::vector< ServiceRecord *> &services, const std::string &type) (defined in ManagementClient) | ManagementClient | |
getStorageAssetTrackingTuple(const std::string &serviceName, const std::string &assetName, const std::string &event, const std::string &dp, const unsigned int &c) | ManagementClient | |
getStorageAssetTrackingTuples(const std::string serviceName) | ManagementClient | |
getUrlbase() (defined in ManagementClient) | ManagementClient | inline |
ManagementClient(const std::string &hostname, const unsigned short port) | ManagementClient | |
raiseAlert(const std::string &key, const std::string &message, const std::string &urgency="normal") | ManagementClient | |
refreshBearerToken(const std::string ¤tToken, std::string &newToken) | ManagementClient | |
registerCategory(const std::string &categoryName) | ManagementClient | |
registerCategoryChild(const std::string &categoryName) | ManagementClient | |
registerService(const ServiceRecord &service) | ManagementClient | |
restartService() | ManagementClient | |
setCategoryItemValue(const std::string &categoryName, const std::string &itemName, const std::string &itemValue) | ManagementClient | |
setNewBearerToken(const std::string &bearerToken) (defined in ManagementClient) | ManagementClient | inline |
unregisterCategory(const std::string &categoryName) | ManagementClient | |
unregisterService() | ManagementClient | |
validateDatapoints(std::string dp1, std::string dp2) | ManagementClient | |
verifyAccessBearerToken(BearerToken &bToken) | ManagementClient | |
verifyAccessBearerToken(std::shared_ptr< HttpServer::Request > request) (defined in ManagementClient) | ManagementClient | |
verifyBearerToken(BearerToken &token) | ManagementClient | |
~ManagementClient() | ManagementClient |