Newer
Older
# Go API client for client
This API enables the Metrics Service to post metrics measurements/events to edge applications <p>**Micro-service**<br>None <p>**Type & Usage**<br>User's Edge Applications subscribing to Metrics measurements/events must implement this API <p>**Details**<br>API details available at _your-AdvantEDGE-ip-address:30000/api_ <p>**Default Port**<br>This API is not exposed by default on the AdvantEDGE platform
## Overview
This API client was generated by the [swagger-codegen](https://github.com/swagger-api/swagger-codegen) project. By using the [swagger-spec](https://github.com/swagger-api/swagger-spec) from a remote server, you can easily generate an API client.
- API version: 1.0.0
- Package version: 1.0.0
- Build package: io.swagger.codegen.languages.GoClientCodegen
## Installation
Put the package under your project folder and add the following in import:
```golang
import "./client"
```
## Documentation for API Endpoints
All URIs are relative to *http://172.0.0.1:8081/metrics/v2*
Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
*NotificationsApi* | [**PostEventNotification**](docs/NotificationsApi.md#posteventnotification) | **Post** /event/{subscriptionId} | This operation is used by the AdvantEDGE Metrics Service to issue a callback notification towards an ME application with an Event subscription
*NotificationsApi* | [**PostNetworkNotification**](docs/NotificationsApi.md#postnetworknotification) | **Post** /network/{subscriptionId} | This operation is used by the AdvantEDGE Metrics Service to issue a callback notification towards an ME application with a Network Metrics subscription
## Documentation For Models
Kevin Di Lallo
committed
- [EventMetric](docs/EventMetric.md)
- [EventMetricList](docs/EventMetricList.md)
- [EventNotification](docs/EventNotification.md)
Kevin Di Lallo
committed
- [NetworkMetric](docs/NetworkMetric.md)
- [NetworkMetricList](docs/NetworkMetricList.md)