scanSync_create¶
-
POST /users/{uid}/scannedinstances/{siid}/scans/{sid}/sync
Creates a scanSync object.
A scanSync is an object that contains all the information required to synchronize files from a source to a target instance (or machine or workload).
Please refer to scanSync for a complete list of all the scanSync attributes.
Note
This POST request does not require any HTTP body. All the information is passed via the URL request.
Security Summary¶
- Requires Authentication:
true - Entitlements Required:
migration_access
URI Parameters¶
uid(required): the user name (login name) of the usersiid(required): the id of the scannedInstancesid(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" -X POST \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
See also