Skip to content

Latest commit

 

History

History
82 lines (66 loc) · 5.18 KB

File metadata and controls

82 lines (66 loc) · 5.18 KB

Go API client for client

MEC Service Management Service is AdvantEDGE's implementation of ETSI MEC ISG MEC011 Application Enablement API

Copyright (c) ETSI 2017

Micro-service
meep-app-enablement

Type & Usage
Edge Service used by edge applications that want to get information about services in the network

Note
AdvantEDGE supports all of Service Management API endpoints (see below).

Overview

This API client was generated by the swagger-codegen project. By using the swagger-spec from a remote server, you can easily generate an API client.

  • API version: 2.2.1
  • 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:

import "./client"

Documentation for API Endpoints

All URIs are relative to https://localhost/sandboxname/mec_service_mgmt/v1

Class Method HTTP request Description
MecServiceMgmtApi AppServicesGET Get /applications/{appInstanceId}/services
MecServiceMgmtApi AppServicesPOST Post /applications/{appInstanceId}/services
MecServiceMgmtApi AppServicesServiceIdDELETE Delete /applications/{appInstanceId}/services/{serviceId}
MecServiceMgmtApi AppServicesServiceIdGET Get /applications/{appInstanceId}/services/{serviceId}
MecServiceMgmtApi AppServicesServiceIdPUT Put /applications/{appInstanceId}/services/{serviceId}
MecServiceMgmtApi ApplicationsSubscriptionDELETE Delete /applications/{appInstanceId}/subscriptions/{subscriptionId}
MecServiceMgmtApi ApplicationsSubscriptionGET Get /applications/{appInstanceId}/subscriptions/{subscriptionId}
MecServiceMgmtApi ApplicationsSubscriptionsGET Get /applications/{appInstanceId}/subscriptions
MecServiceMgmtApi ApplicationsSubscriptionsPOST Post /applications/{appInstanceId}/subscriptions
MecServiceMgmtApi ServicesGET Get /services
MecServiceMgmtApi ServicesServiceIdGET Get /services/{serviceId}
MecServiceMgmtApi TransportsGET Get /transports

Documentation For Models

Documentation For Authorization

Endpoints do not require authorization.

Author

AdvantEDGE@InterDigital.com