Skip to main content

Retrieves localization information for a specific EID.

Retrieves information for a finished or ongoing localization. Collects all forms of information related to a localization, both about individual process steps and more general information about the eUICC and its localized profile.

Path Parameters
  • eid string required

    Possible values: Value must match regular expression ^[0-9]{32}$

    EID to perform request on.

Responses

Information about the localization process for the eUICC.


Schema
  • eid string

    Possible values: Value must match regular expression ^[0-9]{32}$

    Uniquely identifies an eUICC (eSIM).

  • domainId string

    Possible values: Value must match regular expression ^([A-Za-z0-9]{8}-){0,6}[A-Za-z0-9]{8}$

    Domain the resource belongs to. Used to determine which users have access to the resource.

  • localizations object[]
  • localizationInProgress boolean

    Indicates if localization is still in progress.

  • localizationSuccessful boolean

    Indicates if localization process has been successfully completed.

  • startedAt date-time

    An ISO formatted string indicating when localization/CMP request was started.

  • localizationTarget string

    Possible values: [BR_DATORA, BR_DATORA_MULTI]

    Specifies where the eUICC is being localized.

  • localizationStates object[]

    Contains status for all states in the localization process. The states included in the localization process are defined per localizationTarget. The localization states are fulfilled in the listed order and a localization is considered finished when the last localization state has finished.

  • state string

    Possible values: [DOWNLOADED, ALLOCATED, ACTIVATED, PROVISIONED, ENABLED, FALLBACK_SET]

  • isFinished boolean
  • iccid string

    Possible values: Value must match regular expression ^89[0-9]{17,18}

    The ICCID of the profile that has been added to the eUICC as part of the localization process.

  • cmpRequests object[]

    A collection of asynchronous requests performed to underlying CMPs as part of the localization process.

  • cmp string

    Possible values: [IOTA_EU, ARQIA_BR]

    The profile's Connectivity Management Platform (CMP) determines which underlying connectivity platform the profile belongs to and determines what kind of data is available for the profile and its connectivity subscription.

  • targetLocalizationState string

    Possible values: [DOWNLOADED, ALLOCATED, ACTIVATED, PROVISIONED, ENABLED, FALLBACK_SET]

  • requestStatus string

    Possible values: [IN_PROGRESS, COMPLETED, FAILED]

    The last recorded status of the asynchronous CMP request.

  • startedAt date-time

    An ISO formatted string indicating when localization/CMP request was started.

  • lastUpdatedAt date-time

    An ISO formatted string indicating when request was last updated.

Loading...