Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.39 KB

CompleteOTAUpdate.md

File metadata and controls

39 lines (23 loc) · 1.39 KB

CompleteOTAUpdate

This object represents an Over the Air (OTA) update request. It allows tracking the current status of a operation that apply settings in a particular SIM card.

Properties

Name Type Description Notes
id UUID Identifies the resource. [optional] [readonly]
recordType String [optional] [readonly]
simCardId UUID The identification UUID of the related SIM card resource. [optional]
type TypeEnum Represents the type of the operation requested. This will relate directly to the source of the request. [optional]
status StatusEnum [optional]
settings CompleteOTAUpdateSettings [optional]
createdAt String ISO 8601 formatted date-time indicating when the resource was created. [optional] [readonly]
updatedAt String ISO 8601 formatted date-time indicating when the resource was updated. [optional] [readonly]

Enum: TypeEnum

Name Value
SIM_CARD_NETWORK_PREFERENCES "sim_card_network_preferences"

Enum: StatusEnum

Name Value
IN_PROGRESS "in-progress"
COMPLETED "completed"
FAILED "failed"