Skip to content
README.md 5.08 KiB
Newer Older
Simon Pastor's avatar
Simon Pastor committed
# Go API client for client

MEC Service Management Service is AdvantEDGE's implementation of [ETSI MEC ISG MEC011 Application Enablement API](https://www.etsi.org/deliver/etsi_gs/MEC/001_099/011/02.02.01_60/gs_MEC011v020201p.pdf) <p>[Copyright (c) ETSI 2017](https://forge.etsi.org/etsi-forge-copyright-notice.txt) <p>**Micro-service**<br>[meep-app-enablement](https://github.com/InterDigitalInc/AdvantEDGE/tree/master/go-apps/meep-app-enablement/server/service-mgmt) <p>**Type & Usage**<br>Edge Service used by edge applications that want to get information about services in the network <p>**Note**<br>AdvantEDGE supports all of Service Management API endpoints (see below).
Simon Pastor's avatar
Simon Pastor committed

## 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.

Simon Pastor's avatar
Simon Pastor committed
- Package version: 1.0.0
- Build package: io.swagger.codegen.v3.generators.go.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 *https://localhost/sandboxname/mec_service_mgmt/v1*

Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
Simon Pastor's avatar
Simon Pastor committed
*MecServiceMgmtApi* | [**AppServicesGET**](docs/MecServiceMgmtApi.md#appservicesget) | **Get** /applications/{appInstanceId}/services | 
*MecServiceMgmtApi* | [**AppServicesPOST**](docs/MecServiceMgmtApi.md#appservicespost) | **Post** /applications/{appInstanceId}/services | 
*MecServiceMgmtApi* | [**AppServicesServiceIdDELETE**](docs/MecServiceMgmtApi.md#appservicesserviceiddelete) | **Delete** /applications/{appInstanceId}/services/{serviceId} | 
*MecServiceMgmtApi* | [**AppServicesServiceIdGET**](docs/MecServiceMgmtApi.md#appservicesserviceidget) | **Get** /applications/{appInstanceId}/services/{serviceId} | 
*MecServiceMgmtApi* | [**AppServicesServiceIdPUT**](docs/MecServiceMgmtApi.md#appservicesserviceidput) | **Put** /applications/{appInstanceId}/services/{serviceId} | 
*MecServiceMgmtApi* | [**ApplicationsSubscriptionDELETE**](docs/MecServiceMgmtApi.md#applicationssubscriptiondelete) | **Delete** /applications/{appInstanceId}/subscriptions/{subscriptionId} | 
*MecServiceMgmtApi* | [**ApplicationsSubscriptionGET**](docs/MecServiceMgmtApi.md#applicationssubscriptionget) | **Get** /applications/{appInstanceId}/subscriptions/{subscriptionId} | 
*MecServiceMgmtApi* | [**ApplicationsSubscriptionsGET**](docs/MecServiceMgmtApi.md#applicationssubscriptionsget) | **Get** /applications/{appInstanceId}/subscriptions | 
*MecServiceMgmtApi* | [**ApplicationsSubscriptionsPOST**](docs/MecServiceMgmtApi.md#applicationssubscriptionspost) | **Post** /applications/{appInstanceId}/subscriptions | 
*MecServiceMgmtApi* | [**ServicesGET**](docs/MecServiceMgmtApi.md#servicesget) | **Get** /services | 
*MecServiceMgmtApi* | [**ServicesServiceIdGET**](docs/MecServiceMgmtApi.md#servicesserviceidget) | **Get** /services/{serviceId} | 
*MecServiceMgmtApi* | [**TransportsGET**](docs/MecServiceMgmtApi.md#transportsget) | **Get** /transports | 
Simon Pastor's avatar
Simon Pastor committed


## Documentation For Models

 - [CategoryRef](docs/CategoryRef.md)
 - [EndPointInfoAddresses](docs/EndPointInfoAddresses.md)
Simon Pastor's avatar
Simon Pastor committed
 - [EndPointInfoAddressesAddresses](docs/EndPointInfoAddressesAddresses.md)
Simon Pastor's avatar
Simon Pastor committed
 - [EndPointInfoAlternative](docs/EndPointInfoAlternative.md)
 - [EndPointInfoUris](docs/EndPointInfoUris.md)
Simon Pastor's avatar
Simon Pastor committed
 - [GrantType](docs/GrantType.md)
Simon Pastor's avatar
Simon Pastor committed
 - [LinkType](docs/LinkType.md)
 - [LocalityType](docs/LocalityType.md)
Simon Pastor's avatar
Simon Pastor committed
 - [OAuth2Info](docs/OAuth2Info.md)
Simon Pastor's avatar
Simon Pastor committed
 - [OneOfServiceInfoPost](docs/OneOfServiceInfoPost.md)
 - [OneOfTransportInfoEndpoint](docs/OneOfTransportInfoEndpoint.md)
 - [ProblemDetails](docs/ProblemDetails.md)
 - [SecurityInfo](docs/SecurityInfo.md)
 - [Self](docs/Self.md)
 - [SerAvailabilityNotificationSubscription](docs/SerAvailabilityNotificationSubscription.md)
 - [SerAvailabilityNotificationSubscriptionFilteringCriteria](docs/SerAvailabilityNotificationSubscriptionFilteringCriteria.md)
 - [SerializerType](docs/SerializerType.md)
 - [ServiceAvailabilityNotification](docs/ServiceAvailabilityNotification.md)
 - [ServiceAvailabilityNotificationServiceReferences](docs/ServiceAvailabilityNotificationServiceReferences.md)
 - [ServiceInfo](docs/ServiceInfo.md)
 - [ServiceInfoLinks](docs/ServiceInfoLinks.md)
Simon Pastor's avatar
Simon Pastor committed
 - [ServiceInfoPost](docs/ServiceInfoPost.md)
 - [ServiceLivenessInfo](docs/ServiceLivenessInfo.md)
 - [ServiceLivenessInfoTimeStamp](docs/ServiceLivenessInfoTimeStamp.md)
 - [ServiceLivenessUpdate](docs/ServiceLivenessUpdate.md)
Simon Pastor's avatar
Simon Pastor committed
 - [ServiceState](docs/ServiceState.md)
 - [Subscription](docs/Subscription.md)
Simon Pastor's avatar
Simon Pastor committed
 - [SubscriptionLinkList](docs/SubscriptionLinkList.md)
 - [SubscriptionLinkListLinks](docs/SubscriptionLinkListLinks.md)
 - [SubscriptionLinkListLinksSubscriptions](docs/SubscriptionLinkListLinksSubscriptions.md)
Simon Pastor's avatar
Simon Pastor committed
 - [TransportInfo](docs/TransportInfo.md)
 - [TransportType](docs/TransportType.md)


## Documentation For Authorization
 Endpoints do not require authorization.


## Author

Simon Pastor's avatar
Simon Pastor committed
AdvantEDGE@InterDigital.com
Simon Pastor's avatar
Simon Pastor committed