Commit 46727f3d authored by AyeshaAyubG's avatar AyeshaAyubG
Browse files

update MEC011 app-support api

parent 729a1ab6
Loading
Loading
Loading
Loading
+1 −10
Original line number Diff line number Diff line
@@ -6,12 +6,10 @@ Models/AppTerminationConfirmation.md
Models/AppTerminationNotification.md
Models/AppTerminationNotificationLinks.md
Models/AppTerminationNotificationSubscription.md
Models/AppTerminationNotificationSubscriptionLinks.md
Models/CurrentTime.md
Models/DestinationInterface.md
Models/DestinationInterfaceInterfaceType.md
Models/DnsRule.md
Models/DnsRuleIpAddressType.md
Models/DnsRuleState.md
Models/LinkType.md
Models/MecAppSuptApiSubscriptionLinkList.md
Models/MecAppSuptApiSubscriptionLinkListLinks.md
@@ -19,18 +17,11 @@ Models/MecAppSuptApiSubscriptionLinkListSubscription.md
Models/OperationActionType.md
Models/ProblemDetails.md
Models/Self.md
Models/TimeSourceStatus.md
Models/TimingCaps.md
Models/TimingCapsNtpServers.md
Models/TimingCapsNtpServersAuthenticationOption.md
Models/TimingCapsNtpServersNtpServerAddrType.md
Models/TimingCapsPtpMasters.md
Models/TimingCapsTimeStamp.md
Models/TrafficFilter.md
Models/TrafficRule.md
Models/TrafficRuleAction.md
Models/TrafficRuleFilterType.md
Models/TrafficRuleState.md
Models/TunnelInfo.md
Models/TunnelInfoTunnelType.md
README.md
+1 −10
Original line number Diff line number Diff line
@@ -31,12 +31,10 @@ Class | Method | HTTP request | Description
 - [AppTerminationNotification](./Models/AppTerminationNotification.md)
 - [AppTerminationNotificationLinks](./Models/AppTerminationNotificationLinks.md)
 - [AppTerminationNotificationSubscription](./Models/AppTerminationNotificationSubscription.md)
 - [AppTerminationNotificationSubscriptionLinks](./Models/AppTerminationNotificationSubscriptionLinks.md)
 - [CurrentTime](./Models/CurrentTime.md)
 - [DestinationInterface](./Models/DestinationInterface.md)
 - [DestinationInterfaceInterfaceType](./Models/DestinationInterfaceInterfaceType.md)
 - [DnsRule](./Models/DnsRule.md)
 - [DnsRuleIpAddressType](./Models/DnsRuleIpAddressType.md)
 - [DnsRuleState](./Models/DnsRuleState.md)
 - [LinkType](./Models/LinkType.md)
 - [MecAppSuptApiSubscriptionLinkList](./Models/MecAppSuptApiSubscriptionLinkList.md)
 - [MecAppSuptApiSubscriptionLinkListLinks](./Models/MecAppSuptApiSubscriptionLinkListLinks.md)
@@ -44,20 +42,13 @@ Class | Method | HTTP request | Description
 - [OperationActionType](./Models/OperationActionType.md)
 - [ProblemDetails](./Models/ProblemDetails.md)
 - [Self](./Models/Self.md)
 - [TimeSourceStatus](./Models/TimeSourceStatus.md)
 - [TimingCaps](./Models/TimingCaps.md)
 - [TimingCapsNtpServers](./Models/TimingCapsNtpServers.md)
 - [TimingCapsNtpServersAuthenticationOption](./Models/TimingCapsNtpServersAuthenticationOption.md)
 - [TimingCapsNtpServersNtpServerAddrType](./Models/TimingCapsNtpServersNtpServerAddrType.md)
 - [TimingCapsPtpMasters](./Models/TimingCapsPtpMasters.md)
 - [TimingCapsTimeStamp](./Models/TimingCapsTimeStamp.md)
 - [TrafficFilter](./Models/TrafficFilter.md)
 - [TrafficRule](./Models/TrafficRule.md)
 - [TrafficRuleAction](./Models/TrafficRuleAction.md)
 - [TrafficRuleFilterType](./Models/TrafficRuleFilterType.md)
 - [TrafficRuleState](./Models/TrafficRuleState.md)
 - [TunnelInfo](./Models/TunnelInfo.md)
 - [TunnelInfoTunnelType](./Models/TunnelInfoTunnelType.md)


<a name="documentation-for-authorization"></a>
+1 −1
Original line number Diff line number Diff line
@@ -30,5 +30,5 @@ type CurrentTime struct {
	// The nanoseconds part of the time. Time is defined as Unix-time since January 1, 1970, 00:00:00 UTC
	NanoSeconds int32 `json:"nanoSeconds"`
	// Platform Time Source status. 1 = TRACEABLE - time source is locked to the UTC time source. 2 = NONTRACEABLE - time source is not locked to the UTC time source
	TimeSourceStatus *TimeSourceStatus `json:"timeSourceStatus"`
	TimeSourceStatus string `json:"timeSourceStatus"`
}
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ package server
// This type represents the destination interface. If the action is FORWARD_DECAPSULATED, FORWARD_ENCAPSULATED or PASSTHROUGH one value shall be provided. If the action is DUPLICATE_DECAPSULATED or DUPLICATE_ENCAPSULATED, two values shall be provided. If the action is DROP, no value shall be provided.
type DestinationInterface struct {
	// Type of the interface
	InterfaceType *DestinationInterfaceInterfaceType `json:"interfaceType"`
	InterfaceType string `json:"interfaceType"`

	TunnelInfo *TunnelInfo `json:"tunnelInfo,omitempty"`
	// Source address identifies the MAC address of the interface
+0 −32
Original line number Diff line number Diff line
/*
 * Copyright (c) 2022  InterDigital Communications, Inc
 *
 * Licensed under the Apache License, Version 2.0 (the \"License\");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an \"AS IS\" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 *
 * AdvantEDGE MEC Application Support API
 *
 * MEC Application Support 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/app-support) <p>**Type & Usage**<br>Edge Service used by edge applications that want to get information about applications in the network <p>**Note**<br>AdvantEDGE supports a selected subset of Application Support API endpoints (see below).
 *
 * API version: 2.2.1
 * Contact: AdvantEDGE@InterDigital.com
 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
 */
package server
 // DestinationInterfaceInterfaceType : Type of the interface
type DestinationInterface.InterfaceType string
// List of DestinationInterface.InterfaceType
const (
	TUNNEL DestinationInterfaceInterfaceType = "TUNNEL"
	MAC DestinationInterfaceInterfaceType = "MAC"
	IP DestinationInterfaceInterfaceType = "IP"
)
 No newline at end of file
Loading