Skip to content

Latest commit

 

History

History
63 lines (46 loc) · 1.61 KB

scanSync_getFiles.rst

File metadata and controls

63 lines (46 loc) · 1.61 KB

scanSync_getFiles

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

Summary

  • Method: GET
  • Response Code: 200 / 304
  • Response Formats: text/plain application/xml application/json
  • Since: UForge 3.7.7

Returns all full paths of files to be synchronized from a source to a target instance.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: migration_access

URI Parameters

  • uid (required): the user name (login name) of the user-object
  • siid (required): the id of the scannedinstance-object
  • ssid (required): the id of the scansync-object
  • sid (required): the id of the scan-object

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/api/users/{uid}/scannedinstances/{siid}/scans/{sid}/sync/{ssid}/files" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
  • machinescaninstance-api-resources
  • scan-object
  • scanFileArchive-download
  • scanInstallProfile-get
  • scanPackageBinary-getAll
  • scanPackage-getAll
  • scanPartition-upload
  • scanSync-create
  • scanSync-get
  • scan-create
  • scan-delete
  • scan-get
  • scannedInstanceScan-deleteAll
  • scannedInstanceScan-getAll
  • scannedinstance-object
  • scansync-object