Migration Verify Nsd Tunnels

Migration Verify Nsd Tunnels

Checks the tunnels and verify the status of tunnels of NSD and transition the state of migration action.

Privileges required:

READ GATEWAY_MIGRATION

Request
URI
POST
https://{api_host}/portal/rest/migration/verifyNSDTunnels
COPY
Request Body
{
    "enterpriseId": 0,
    "gatewayId": 0,
    "enterpriseObjectId": 0
}
integer
enterpriseId
Optional

enterpriseId

integer
gatewayId
Optional

gatewayId

integer
enterpriseObjectId
Optional

enterpriseObjectId

Responses
200

Request was successfully processed

Returns verify_nsd_tunnels_result of type(s) application/json
{
    "tunnelVerified": false
}
boolean
tunnelVerified
Optional

tunnelVerified


400
Returns generic_400 of type(s) application/json
Operation doesn't return any data structure

500
Returns generic_500 of type(s) application/json
Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/portal/rest/migration/verifyNSDTunnels