You need to sign in or sign up before continuing.
Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# {{classname}}
All URIs are relative to *http://localhost/sandbox-api/v1*
Method | HTTP request | Description
------------- | ------------- | -------------
[**SandboxUeControllerGET**](SandboxUEControllerApi.md#SandboxUeControllerGET) | **Get** /sandboxUeController | get the list of the available UEs (e.g. \"Stationary UE\")
[**SandboxUeControllerPATCH**](SandboxUEControllerApi.md#SandboxUeControllerPATCH) | **Patch** /sandboxUeController/{user_equipment_id} | set the new value of the UE
# **SandboxUeControllerGET**
> []Ue SandboxUeControllerGET(ctx, sandboxName)
get the list of the available UEs (e.g. \"Stationary UE\")
This method retrieves the list of the available available UEs.
### Required Parameters
Name | Type | Description  | Notes
------------- | ------------- | ------------- | -------------
 **ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc.
  **sandboxName** | **string**| Sandbox identifier | 
### Return type
[**[]Ue**](UE.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)
# **SandboxUeControllerPATCH**
> SandboxUeControllerPATCH(ctx, userEquipmentId, userEquipmentValue)
set the new value of the UE
This method sets the new value of the UE.
### Required Parameters
Name | Type | Description  | Notes
------------- | ------------- | ------------- | -------------
 **ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc.
  **userEquipmentId** | **string**| Network scenario to be used | 
  **userEquipmentValue** | **int32**| It uniquely identifies a UE to set the new value | 
### 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)