/AWS1/CL_OSRGETMIGRRESPONSE¶
GetMigrationResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_migrationid TYPE /AWS1/OSRSTRING /AWS1/OSRSTRING¶
The unique identifier of the migration job.
iv_status TYPE /AWS1/OSRSTRING /AWS1/OSRSTRING¶
The current status of the migration job. Valid values are
PENDING,IN_PROGRESS,SUCCEEDED, andFAILED.
iv_applicationid TYPE /AWS1/OSRAPPLICATIONID /AWS1/OSRAPPLICATIONID¶
The unique identifier of the OpenSearch application associated with the migration.
io_source TYPE REF TO /AWS1/CL_OSRMIGRATIONSOURCE /AWS1/CL_OSRMIGRATIONSOURCE¶
The source configuration for the migration, including the data source ARN.
iv_exportedcount TYPE /AWS1/OSRINTEGER /AWS1/OSRINTEGER¶
The number of saved objects exported from the source data source.
iv_importedcount TYPE /AWS1/OSRINTEGER /AWS1/OSRINTEGER¶
The number of saved objects successfully imported into the target workspace.
io_error TYPE REF TO /AWS1/CL_OSRMIGRATIONERROR /AWS1/CL_OSRMIGRATIONERROR¶
Error details if the migration failed or completed with errors.
iv_createdat TYPE /AWS1/OSRUPDATETIMESTAMP /AWS1/OSRUPDATETIMESTAMP¶
The date and time when the migration job was created.
iv_updatedat TYPE /AWS1/OSRUPDATETIMESTAMP /AWS1/OSRUPDATETIMESTAMP¶
The date and time when the migration job was last updated.
Queryable Attributes¶
migrationId¶
The unique identifier of the migration job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MIGRATIONID() |
Getter for MIGRATIONID, with configurable default |
ASK_MIGRATIONID() |
Getter for MIGRATIONID w/ exceptions if field has no value |
HAS_MIGRATIONID() |
Determine if MIGRATIONID has a value |
status¶
The current status of the migration job. Valid values are
PENDING,IN_PROGRESS,SUCCEEDED, andFAILED.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
applicationId¶
The unique identifier of the OpenSearch application associated with the migration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPLICATIONID() |
Getter for APPLICATIONID, with configurable default |
ASK_APPLICATIONID() |
Getter for APPLICATIONID w/ exceptions if field has no value |
HAS_APPLICATIONID() |
Determine if APPLICATIONID has a value |
source¶
The source configuration for the migration, including the data source ARN.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCE() |
Getter for SOURCE |
exportedCount¶
The number of saved objects exported from the source data source.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPORTEDCOUNT() |
Getter for EXPORTEDCOUNT |
importedCount¶
The number of saved objects successfully imported into the target workspace.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMPORTEDCOUNT() |
Getter for IMPORTEDCOUNT |
error¶
Error details if the migration failed or completed with errors.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERROR() |
Getter for ERROR |
createdAt¶
The date and time when the migration job was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
updatedAt¶
The date and time when the migration job was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDAT() |
Getter for UPDATEDAT, with configurable default |
ASK_UPDATEDAT() |
Getter for UPDATEDAT w/ exceptions if field has no value |
HAS_UPDATEDAT() |
Determine if UPDATEDAT has a value |