Skip to content
AppContext.md 1.66 KiB
Newer Older
Yann Garcia's avatar
Yann Garcia committed
# AppContext
## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**appAutoInstantiation** | [**Boolean**](boolean.md) | Provides indication to the MEC system that instantiation of the requested application is desired should a requested appLocation become available that was not at the time of the request. | [optional] [default to null]
**appInfo** | [**AppContext_appInfo**](AppContext_appInfo.md) |  | [default to null]
**appLocationUpdates** | [**Boolean**](boolean.md) | Used by the device application to request to receive notifications at the callbackReference URI relating to location availability for user application instantiation. | [optional] [default to null]
**associateDevAppId** | [**String**](string.md) | Uniquely identifies the device application. The length of the value shall not exceed 32 characters. | [default to null]
**callbackReference** | [**URI**](URI.md) | URI assigned by the device application to receive application lifecycle related notifications. Inclusion in the request implies the client supports the pub/sub mechanism and is capable of receiving notifications. This endpoint shall be maintained for the lifetime of the application context. | [optional] [default to null]
**contextId** | [**String**](string.md) | Uniquely identifies the application context in the MEC system. Assigned by the MEC system and shall be present other than in a create request. The length of the value shall not exceed 32 characters. | [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)