getnsmigrationResult Structure Definition

The getnsmigrationResult structure defines the return type for getnsmigration API.

Syntax



Members

rc

If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings.

message

If the method succeeds, message is NULL else message contains Error/Warning message.

nsmigrationList

List of nsmigrations


nsmigration Structure Definition

The nsmigration structure defines the actual return type values for getnsmigration API.

Syntax



Members

dumpsession

Displays the current active migrated session details, if DUMPSESSION option is YES.

migrationstatus

ISSU Migration Status

migrationstarttime

Timestamp for start migration

migrationendtime

Timestamp for migration complete

migrationrollbackstarttime

Timestamp for start migration rollback

srcip

IP address to match against the source IP address of an incoming IPv4 packet.

srcport

Port number to match against the source port number of an incoming IPv4 packet.

destip

IP address to match against the destination IP address of an incoming IPv4 packet.

destport

Port number to match against the destination port number of an incoming IPv4 packet.

timeout

Time for which the connection is idle.

migdfdsessionsallocated

Number of migration sessions allocated.

migdfdsessionsactive

Number of migration sessions active.

migl4sessionsallocated

Number of migration sessions allocated.

migl4sessionsactive

Number of migration sessions active.

migdfdsessionsallocatedrollback

Number of migration sessions allocated.

migdfdsessionsactiverollback

Number of migration sessions active.

migl4sessionsallocatedrollback

Number of migration sessions allocated.

migl4sessionsactiverollback

Number of migration sessions active.

mighastateflag

Current master state in HA.

_nextgenapiresource


See Also