Commit b2b7a6b4 authored by Yann Garcia's avatar Yann Garcia
Browse files

Merge branch 'STF625_MEC011_2.2.1' into 'STF625_MEC030'

Stf625 mec011 2.2.1

See merge request mec/AdvantEDGE!5
parents 4ce0d5c2 a8ca978e
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -11,11 +11,12 @@ Models/CurrentTime.md
Models/DestinationInterface.md
Models/DnsRule.md
Models/LinkType.md
Models/MecAppSuptApiSubscriptionLinkList.md
Models/MecAppSuptApiSubscriptionLinkListLinks.md
Models/MecAppSuptApiSubscriptionLinkListSubscription.md
Models/OperationActionType.md
Models/ProblemDetails.md
Models/SubscriptionLinkList.md
Models/SubscriptionLinkListLinks.md
Models/SubscriptionLinkListLinksSubscriptions.md
Models/Self.md
Models/TimingCaps.md
Models/TimingCapsNtpServers.md
Models/TimingCapsPtpMasters.md
+12 −12
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ Method | HTTP request | Description
Name | Type | Description  | Notes
------------- | ------------- | ------------- | -------------
 **appInstanceId** | **String**| Represents a MEC application instance. Note that the appInstanceId is allocated by the MEC platform manager. | [default to null]
 **AppReadyConfirmation** | [**AppReadyConfirmation**](../Models/AppReadyConfirmation.md)|  |
 **AppReadyConfirmation** | [**AppReadyConfirmation**](../Models/AppReadyConfirmation.md)|  | [optional]

### Return type

@@ -40,7 +40,7 @@ No authorization required
### HTTP request headers

- **Content-Type**: application/json
- **Accept**: application/problem+json
- **Accept**: application/problem+json, text/plain

<a name="applicationsConfirmTerminationPOST"></a>
# **applicationsConfirmTerminationPOST**
@@ -55,7 +55,7 @@ No authorization required
Name | Type | Description  | Notes
------------- | ------------- | ------------- | -------------
 **appInstanceId** | **String**| Represents a MEC application instance. Note that the appInstanceId is allocated by the MEC platform manager. | [default to null]
 **AppTerminationConfirmation** | [**AppTerminationConfirmation**](../Models/AppTerminationConfirmation.md)|  |
 **AppTerminationConfirmation** | [**AppTerminationConfirmation**](../Models/AppTerminationConfirmation.md)|  | [optional]

### Return type

@@ -68,7 +68,7 @@ No authorization required
### HTTP request headers

- **Content-Type**: application/json
- **Accept**: application/problem+json
- **Accept**: application/problem+json, text/plain

<a name="applicationsSubscriptionDELETE"></a>
# **applicationsSubscriptionDELETE**
@@ -96,7 +96,7 @@ No authorization required
### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/problem+json
- **Accept**: application/problem+json, text/plain, 

<a name="applicationsSubscriptionGET"></a>
# **applicationsSubscriptionGET**
@@ -124,11 +124,11 @@ No authorization required
### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json, application/problem+json
- **Accept**: application/json, application/problem+json, text/plain

<a name="applicationsSubscriptionsGET"></a>
# **applicationsSubscriptionsGET**
> SubscriptionLinkList applicationsSubscriptionsGET(appInstanceId)
> MecAppSuptApiSubscriptionLinkList applicationsSubscriptionsGET(appInstanceId)



@@ -142,7 +142,7 @@ Name | Type | Description | Notes

### Return type

[**SubscriptionLinkList**](../Models/SubscriptionLinkList.md)
[**MecAppSuptApiSubscriptionLinkList**](../Models/MecAppSuptApiSubscriptionLinkList.md)

### Authorization

@@ -151,7 +151,7 @@ No authorization required
### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json, application/problem+json
- **Accept**: application/json, application/problem+json, text/plain

<a name="applicationsSubscriptionsPOST"></a>
# **applicationsSubscriptionsPOST**
@@ -179,7 +179,7 @@ No authorization required
### HTTP request headers

- **Content-Type**: application/json
- **Accept**: application/json, application/problem+json
- **Accept**: application/json, application/problem+json, text/plain

<a name="timingCapsGET"></a>
# **timingCapsGET**
@@ -203,7 +203,7 @@ No authorization required
### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json, application/problem+json
- **Accept**: application/json, application/problem+json, text/plain

<a name="timingCurrentTimeGET"></a>
# **timingCurrentTimeGET**
@@ -227,5 +227,5 @@ No authorization required
### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json, application/problem+json
- **Accept**: application/json, application/problem+json, text/plain
+6 −6
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ No authorization required
### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json, application/problem+json
- **Accept**: application/json, application/problem+json, text/plain

<a name="applicationsDnsRulePUT"></a>
# **applicationsDnsRulePUT**
@@ -67,7 +67,7 @@ No authorization required
### HTTP request headers

- **Content-Type**: application/json
- **Accept**: application/json, application/problem+json
- **Accept**: application/json, application/problem+json, text/plain

<a name="applicationsDnsRulesGET"></a>
# **applicationsDnsRulesGET**
@@ -94,7 +94,7 @@ No authorization required
### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json, application/problem+json
- **Accept**: application/json, application/problem+json, text/plain

<a name="applicationsTrafficRuleGET"></a>
# **applicationsTrafficRuleGET**
@@ -122,7 +122,7 @@ No authorization required
### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json, application/problem+json
- **Accept**: application/json, application/problem+json, text/plain

<a name="applicationsTrafficRulePUT"></a>
# **applicationsTrafficRulePUT**
@@ -151,7 +151,7 @@ No authorization required
### HTTP request headers

- **Content-Type**: application/json
- **Accept**: application/json, application/problem+json
- **Accept**: application/json, application/problem+json, text/plain

<a name="applicationsTrafficRulesGET"></a>
# **applicationsTrafficRulesGET**
@@ -178,5 +178,5 @@ No authorization required
### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json, application/problem+json
- **Accept**: application/json, application/problem+json, text/plain
+7 −0
Original line number Diff line number Diff line
# DnsRuleIpAddressType
## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
 No newline at end of file
+7 −0
Original line number Diff line number Diff line
# DnsRuleState
## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Loading