PCI card migration completed
Event generated when an PCI card migration finishes and the result is reported. Result can be either SUCCESS
or FAIL
.
Type: object
Additional properties: true
Domain: migration
Event: pci_card_outgoing
Version: 1
code required
Title: Migration message code
Description: The code of message for systems
Type: string
Example:
MIGR-0001
message required
Description: Message of Pci Card migration result
Type: string
Example:
Pci Card migrated with success
migration required
Description: Identifier sent on start of migration process
Type: object
Additional properties: false
Example:
{ "id": "migration-id", "version_date": "2021-08-11T11:25:00.000Z", "phase_id": "Rollout_Jan2022" }id required
Description: Migration Identifier
Type: string
Example:
migration-id
version_date required
Description: Version Date of Migration Identifier
Type: string
Format: date-time
Example:
2021-08-11T11:25:00.000Z
phase_id
Description: Identifies migration phase
Type: string
Example:
Rollout_Jan2022
status required
Title: Migration status
Description: If the result of Pci Card migration was success or not
Type: string
Must be one of the following:
SUCCESS
FAIL
Example:
SUCCESS
FAIL
entity
Description: Pismo generated Pci Card information
Type: object
Additional properties: true
Example:
{ "card_id": 10000012, "card_hash": "card_hash-value", "default_info_generated": [ "passwordUpdated", "passwordTries" ] }card_id required
Description: Card identifier generated by pismo.
Type: integer
Example:
10000012
card_hash required
Description: Card hash generated by pismo.
Type: string
Example:
card_hash-value
default_info_generated
Type: array
Example:
[ "passwordUpdated", "passwordTries" ]
operation
Title: Migration Operation
Description: If the Pci Card migration is a creation or update
Type: string
Must be one of the following:
CREATION
UPDATE
Example:
UPDATE
CREATION
Updated about 1 month ago