Skip to content

Latest commit

 

History

History
60 lines (54 loc) · 2.52 KB

overview.rst

File metadata and controls

60 lines (54 loc) · 2.52 KB

Machine Scan API Resources

  • scanFileArchive-download: Downloads an archive containing all the files found on file system after scanning a live system
  • scanFile-getAll: Retrieves all the files found on file system after scanning a live system
  • scanInstallProfile-get: Retrieves the meta-data of the install profile from a scan
  • scanOverlay-download: Downloads the overlay archive
  • scanOverlay-upload: Uploads the overlay from the live system
  • scanOverlay-uploadChunk: Uploads the overlay from the live system
  • scanPackageBinary-getAll: Downloads a package binary
  • scanPackageFile-get: Retrieves the list of files from a native package found from a scan
  • scanPackage-getAll: Retrieves all the native package information from a scan report
  • scanPartition-upload: Uploads an entire file partition
  • scanSync-create: Creates a scanSync object
  • scanSync-get: Returns the meta-data of the scanSync object
  • scanSync-getFiles: Returns all full paths of files to be synchronized from a source to a target instance
  • scan-cancel: Cancels the current processing of the scan report
  • scan-compare: Provides the differences between two scans
  • scan-create: Creates a new scan to a parent scanned instance
  • scan-delete: Removes a scan from a parent scanned instance
  • scan-get: Retrieves the meta-data of a scan
  • scan-multipartCreate: Creates a new scan to a parent scanned instance
  • scan-update: Updates a scan object
  • scannedInstanceScan-deleteAll: Removes all the scans from a parent scanned instance
  • scannedInstanceScan-getAll: Retrieves all the scans for a scanned instance
  • userScan-deleteAll: Removes all the scans for the user
  • userScan-getAll: Retrieves all the scans belonging to a user

scanFileArchive_download scanFile_getAll scanInstallProfile_get scanOverlay_download scanOverlay_upload scanOverlay_uploadChunk scanPackageBinary_getAll scanPackageFile_get scanPackage_getAll scanPartition_upload scanSync_create scanSync_get scanSync_getFiles scan_cancel scan_compare scan_create scan_delete scan_get scan_multipartCreate scan_update scannedInstanceScan_deleteAll scannedInstanceScan_getAll userScan_deleteAll userScan_getAll