**Name** | **string** | Application name | [default to null]
**NodeName** | **string** | Name of node where application instance is running | [default to null]
**Type_** | **string** | Application Type | [optional] [default to null]
**Persist** | **bool** | Reserved for internal platform usage | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -4,16 +4,51 @@ All URIs are relative to *http://localhost/sandbox-api/v1*
Method | HTTP request | Description
------------- | ------------- | -------------
[**SandboxAppInstancesGET**](SandboxAppInstancesApi.md#SandboxAppInstancesGET) | **Get** /sandboxAppInstances | get the list of the available application instance identifier
[**SandboxAppInstancesDELETE**](SandboxAppInstancesApi.md#SandboxAppInstancesDELETE) | **Delete** /sandboxAppInstances/{sandbox_name}/{app_instance_id} | Delete an existing application instance
[**SandboxAppInstancesGET**](SandboxAppInstancesApi.md#SandboxAppInstancesGET) | **Get** /sandboxAppInstances/{sandbox_name} | Get the list of the available application instance identifiers
[**SandboxAppInstancesPOST**](SandboxAppInstancesApi.md#SandboxAppInstancesPOST) | **Post** /sandboxAppInstances/{sandbox_name} | Create a new application instance identifier
**appInstanceId** | **string**| It uniquely identifies a MEC application instance identifier |
### Return type
(empty response body)
### Authorization
No authorization required
### HTTP request headers
-**Content-Type**: Not defined
-**Accept**: Not defined
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
@@ -4,11 +4,11 @@ All URIs are relative to *http://localhost/sandbox-api/v1*
Method | HTTP request | Description
------------- | ------------- | -------------
[**SandboxLogsSubscriptionsDELETE**](SandboxLogsSubscriptionsApi.md#SandboxLogsSubscriptionsDELETE) | **Delete** /sandboxLogsSubscriptions/{subscription_reference} | Subscription to receive logs from the sandbox
[**SandboxLogsSubscriptionsPOST**](SandboxLogsSubscriptionsApi.md#SandboxLogsSubscriptionsPOST) | **Post** /sandboxLogsSubscriptions | Subscription to receive logs from the sandbox
[**SandboxLogsSubscriptionsDELETE**](SandboxLogsSubscriptionsApi.md#SandboxLogsSubscriptionsDELETE) | **Delete** /sandboxLogsSubscriptions/{sandbox_name}/{subscription_reference} | Subscription to receive logs from the sandbox
[**SandboxLogsSubscriptionsPOST**](SandboxLogsSubscriptionsApi.md#SandboxLogsSubscriptionsPOST) | **Post** /sandboxLogsSubscriptions/{sandbox_name} | Subscription to receive logs from the sandbox
**subscriptionReference** | **string**| It uniquely identifies subscription reference to receive logs from the sandbox |
### Return type
@@ -36,13 +37,17 @@ No authorization required
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
@@ -4,12 +4,11 @@ All URIs are relative to *http://localhost/sandbox-api/v1*
Method | HTTP request | Description
------------- | ------------- | -------------
[**SandboxMecServicesGET**](SandboxMECServicesApi.md#SandboxMecServicesGET) | **Get** /sandboxMecServices | get the list of the available MEC services
[**SandboxMecServicesPOST**](SandboxMECServicesApi.md#SandboxMecServicesPOST) | **Post** /sandboxMecServices/{mec_service_name} | select the MEC services to use
[**SandboxMecServicesGET**](SandboxMECServicesApi.md#SandboxMecServicesGET) | **Get** /sandboxMecServices/{sandbox_name} | Get the list of the available MEC services
This method retrieves the list of the available MEC services.
@@ -35,32 +34,3 @@ No authorization required
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**mecServiceName** | **string**| It uniquely identifies a MEC service to use |
### Return type
[**[]SandboxMecServices**](SandboxMecServices.md)
### Authorization
No authorization required
### HTTP request headers
-**Content-Type**: Not defined
-**Accept**: application/json
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)