scanSync_get

GET /users/{uid}/scannedinstances/{siid}/scans/{sid}/sync/{ssid}

Returns the meta-data of the scanSync object.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: migration_access

URI Parameters

  • uid (required): the user name (login name) of the user
  • siid (required): the id of the scannedInstance
  • ssid (required): the id of the scanSync
  • sid (required): the id of the scan

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/api/users/{uid}/scannedinstances/{siid}/scans/{sid}/sync/{ssid}" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"