How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

ETSI MEC 011 Edge Platform Application Enablement API

The Mp1 reference point between MEC applications and the MEC platform, standardised in ETSI GS MEC 011. Covers MEC service registration, deregistration, discovery and event notification (MecServiceMgmtApi) plus application start-up, traffic rules, DNS rules, time-of-day and termination support (MecAppSupportApi). Published as OpenAPI 3.1.0 under BSD-3-Clause on the public ETSI Forge GitLab.

ETSI MEC 011 Edge Platform Application Enablement API is one of 24 APIs that ETSI publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Edge Computing, MEC, Service Discovery, and 5G. The published artifact set on APIs.io includes API documentation, an API reference, and an OpenAPI specification.

This API exposes 14 operations across 8 paths, and defines 29 schemas. It is described by OpenAPI 3.1.0, at version 3.1.1.

Requests are made against a single base URL, https://localhost:8081/mec_service_mgmt/v1.

14 operations 8 paths 29 schemas 2 DELETE8 GET1 PATCH2 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
3.1.1
Server
https://localhost:8081/mec_service_mgmt/v1
Resource Areas
1

Paths & Operations 14

Across 8 paths, the API surfaces 14 operations — 2 DELETE, 8 GET, 1 PATCH, 2 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

serviceManagement 14
GET
/services
Retrieve information about a list of mecService resources of an application instance.
ServicesGET 6 params → 200400404403414
GET
/services/{serviceId}
Retrieve information about a mecService resource of an application instance.
ServicesGETServiceid 1 param → 200400404403
GET
/transports
Retrieve information about the available transports.
TransportsGET → 200400404403
GET
/applications/{appInstanceId}/services
Retrieve information about a list of mecService resources of an application instance.
ApplicationsServicesGETAppinstanceid 7 params → 200400404403414
POST
/applications/{appInstanceId}/services
Create a mecService resource of an application instance.
ApplicationsServicesPOSTAppinstanceid 1 param body → 201400404403
GET
/applications/{appInstanceId}/services/{serviceId}
Retrieve information about a mecService resource of an application instance.
ApplicationsServicesGETAppinstanceidServiceid 2 params → 200400404403
PUT
/applications/{appInstanceId}/services/{serviceId}
Update the information about a mecService resource of an application instance.
ApplicationsServicesPUTAppinstanceidServiceid 2 params body → 200400404403412
DELETE
/applications/{appInstanceId}/services/{serviceId}
Delete a mecService resource.
ApplicationsServicesDELETEAppinstanceidServiceid 2 params → 204404403
GET
/applications/{appInstanceId}/subscriptions
Retrieve information about a list of mecSrvMgmtSubscription resources for this subscriber.
ApplicationsSubscriptionsGETAppinstanceid 1 param → 200400404403
POST
/applications/{appInstanceId}/subscriptions
Create a mecSrvMgmtSubscription resource.
ApplicationsSubscriptionsPOSTAppinstanceid 1 param body → 201400404403
GET
/applications/{appInstanceId}/subscriptions/{subscriptionId}
Retrieve information about a mecSrvMgmtSubscription resource for this subscriber.
ApplicationsSubscriptionsGETAppinstanceidSubscriptionid 2 params → 200400404403
DELETE
/applications/{appInstanceId}/subscriptions/{subscriptionId}
Delete a mecSrvMgmtSubscription resource.
ApplicationsSubscriptionsDELETEAppinstanceidSubscriptionid 2 params → 204404403
GET
/resource_uri_allocated_by_MEC_platform
Retrieve information about the liveness of a MEC service instance produced by an application instance
ResourceuriallocatedbymecplatformGET → 200400404403
PATCH
/resource_uri_allocated_by_MEC_platform
Send a "heartbeat" message related to a MEC service instance.
ResourceuriallocatedbymecplatformPATCH body → 200204400404403412

Schemas 29

The contract defines 29 schemas that model the data the API accepts and returns. The most detailed are ServiceInfo (13 properties), TransportInfo (9 properties), ProblemDetails (5 properties), ServiceReferences (5 properties). Each schema is shown below with its type and property counts.

ProblemDetails
object
5 properties
LocalityType
string
Enumeration representing types of locality.
SerializerType
string
Enumeration representing types of serializers.
Not_specified
string
Placeholder for unspecified type. Please update with the correct schema. This attribute refers to another document. Please see document number ETSI-MEC011-API…
TransportType
string
Enumeration representing types of transports.
ServiceState
string
Enumeration representing possible states of a MEC service instance.
SerInstanceId
Identifier of the service instance assigned by the MEPM/MEC platform. For the uniqueness of the identifier across the MEC system, UUID format [i.7] is recommen…
SerName
The name of the service. This is how the service producing MEC application identifies the service instance it produces.
SubscriptionLinkList
object
1 property 1 required
LinkType
object
1 property 1 required
ServiceInfo
object
|- NOTE 1: The service category may be included in the application descriptor. It may be allocated by the operator or by the application developer. NOTE 2: Eit…
13 properties 5 required
TransportInfo
object
9 properties 7 required
ServiceLivenessInfo
object
3 properties 3 required
ServiceLivenessUpdate
object
1 property 1 required
SerAvailabilityNotificationSubscription
object
|- NOTE: The attributes "serInstanceIds", "serNames" and "serCategories" provide mutually-exclusive alternatives to define a set of services. Only one of them…
4 properties 2 required
ServiceAvailabilityNotification
object
3 properties 3 required
CategoryRef
object
4 properties 4 required
EndPointInfo
object
|- NOTE: Exactly one of "uris", "fqdn", "addresses" or "alternative" shall be present.
4 properties
SecurityInfo
object
2 properties
Subscriptions
object
The MEC application instance's subscriptions.
2 properties 2 required
_links
object
Object containing hyperlinks related to the resource.
2 properties 1 required
_links1
object
Links to resources related to this resource. Shall be absent in HTTP requests.
2 properties 1 required
TimeStamp
object
The time when the last "heartbeat" message was received by MEC platform.
2 properties 2 required
_links2
object
Object containing hyperlinks related to the resource. This shall only be included in the HTTP responses.
1 property 1 required
FilteringCriteria
object
Filtering criteria to match services for which events are requested to be reported. If absent, matches all services. All child attributes are combined with the…
5 properties
ServiceReferences
object
List of links to services whose availability has changed.
5 properties 4 required
_links3
object
Object containing hyperlinks related to the resource.
1 property 1 required
Addresses
object
Entry point information of the service as one or more pairs of IP address and port. See note.
2 properties 2 required
OAuth2Info
object
Parameters related to use of OAuth 2.0. Shall be present in case OAuth 2.0 (see IETF RFC 6749 [13]) is supported to secure the provision of the service over th…
2 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

MecServiceMgmtApi.yaml Raw ↑

Other APIs ETSI publishes across the network.

ETSI MEC 012 Radio Network Information API
ETSI MEC 013 Location API
ETSI MEC 014 UE Identity API
ETSI MEC 015 Traffic Management APIs
ETSI MEC 016 UE Application Interface API
ETSI MEC 010-2 Application Package and Lifecycle Management APIs
ETSI MEC 021 Application Mobility Service API
ETSI MEC 028 WLAN Information API
ETSI MEC 029 Fixed Access Information API
ETSI MEC 030 V2X Information Services API
ETSI MEC 033 IoT API
ETSI MEC 040 MEC Federation Enablement API
Where this information came from

This is an independent, third-party profile of ETSI MEC 011 Edge Platform Application Enablement API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.