The ETSI MEC ISG MEC011 MEC Application Support API described using OpenAPI
The version of the OpenAPI document: 3.1.1
Contact: cti_support@etsi.org
Generated by OpenAPI Generator: https://openapi-generator.tech
*/
syntax="proto3";
packagemec011;
importpublic"models/app_info_endpoint.proto";
importpublic"models/app_profile.proto";
importpublic"models/category_ref.proto";
importpublic"models/feature_dependency.proto";
importpublic"models/service_dependency.proto";
messageAppInfo{
// Name of the application. It shall be consistent with the appName in the AppD, if an AppD is available.
stringappName=0;
// Provider of the application. It shall be consistent with the appProvider in the AppD, if an AppD is available. See note 1.
stringappProvider=1;
CategoryRefappCategory=2;
// The application descriptor identifier. It is managed by the application provider to identify the application descriptor in a globally unique way. Shall be present if the application instance is instantiated by the MEC Management.
stringappDId=3;
// Identifier of the application instance. Shall be present if the application instance is instantiated by the MEC Management.
stringappInstanceId=4;
AppInfoEndpointendpoint=5;
// Describes services a MEC application requires to run. ServiceDependency is defined in ETSI GS MEC 010-2 [4]. It shall not be provided if an AppD is available.
repeatedServiceDependencyappServiceRequired=6;
// Describes services a MEC application may use if available. ServiceDependency is defined in ETSI GS MEC 010-2 [4]. It shall not be provided if an AppD is available.
repeatedServiceDependencyappServiceOptional=7;
// Describes features a MEC application requires to run. FeatureDependency is defined in ETSI GS MEC 010-2 [4]. It shall not be provided if an AppD is available.
repeatedFeatureDependencyappFeatureRequired=8;
// Describes features a MEC application may use if available. FeatureDependency is defined in ETSI GS MEC 010-2 [4]. It shall not be provided if an AppD is available.
repeatedFeatureDependencyappFeatureOptional=9;
// Indicate whether the application instance is instantiated by the MEC Management. Default to FALSE if absent.